diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.js b/sphinx/locale/ar/LC_MESSAGES/sphinx.js index c3cd03aa3fa..c8ecc90db0f 100644 --- a/sphinx/locale/ar/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ar/LC_MESSAGES/sphinx.js @@ -36,7 +36,14 @@ Documentation.addTranslations({ "Search": "\u0628\u062d\u062b", "Search Page": "\u0635\u0641\u062d\u0629 \u0627\u0644\u0628\u062d\u062b", "Search Results": "\u0646\u062a\u0627\u0626\u062c \u0627\u0644\u0628\u062d\u062b", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "", + "", + "", + "" + ], "Search within %(docstitle)s": "\u0627\u0644\u0628\u062d\u062b \u0636\u0645\u0646 %(docstitle)s", "Searching": "", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/ar/LC_MESSAGES/sphinx.mo b/sphinx/locale/ar/LC_MESSAGES/sphinx.mo index 8e761d4ac5b..ebe5eb93d49 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 95365a5ec72..7caca6122e2 100644 --- a/sphinx/locale/ar/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ar/LC_MESSAGES/sphinx.po @@ -9,389 +9,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-28 22:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Abdullah ahmed , 2020\n" "Language-Team: Arabic (http://app.transifex.com/sphinx-doc/sphinx-1/language/ar/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: ar\n" "Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "حدث غير معروف: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "مجلد الاعدادات لا يحتوي على ملف conf.py (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "قسم %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "جدول %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r لتم يتم العثور عليه، لهذا تم تجاهلة" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "لا يمكن العثور على المجلد المصدر (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "لا يمكن ان يكون المجلد المصدر والمجلد الهدف متطابقين" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "تشغيل Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "يحتاج هذا المشروع على الاقل الى الاصدار %s من Sphinx وبالتالي لا يمكن بناءه باستخدام الاصدار الحالي" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "تحميل الترجمات [ %s ]" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "تم" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "غير متوفرة للرسائل الافتراضية المدمجة" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "فشل: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "لم يتم اختيار نوع البناء، تم استخدام نوع البناء الافتراضي: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "نجح" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "انتهى مع وجود مشاكل" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "بناء %s، %sتحذير." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "بناء %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -399,12 +163,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -412,311 +176,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "مجلد الاعدادات لا يحتوي على ملف conf.py (%s)" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "قسم %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "جدول %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r لتم يتم العثور عليه، لهذا تم تجاهلة" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "متغير بيئة العمل" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "كائن" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "تحذير" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." msgstr "الرجاء ادخال بعض النصوص" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "أدخل إما 'نعم' أو'لا'" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "أدخل امتداد الملف, مثلا '.rst' أو '.txt'" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "اسم المشروع" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "اسم المؤلف(ون)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -725,15 +1000,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "نسخة المشروع" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "إصدار المشروع" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -743,21 +1018,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "لغة المشروع" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "امتداد ملف المصدر" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -765,93 +1040,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "إنشاء Makefile ؟ (نعم / لا)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "إنشاء ملف أوامر للويندوز؟ (نعم/لا)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -861,208 +1134,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "اسم المشروع" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "أسماء المؤلفين" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "إنشاء Makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "إنشاء Batchfile ؟" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "عرف متغير للقالب" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1081,2714 +1341,2466 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:126 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "فشل" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "تنبيه" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "احتياط" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "خطر" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "خطأ" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "تلميح" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "مهم" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "ملاحظة" +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "شاهد أيضا" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "نصيحة" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "تحذير" +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: cmd/build.py:294 +msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: cmd/build.py:334 +msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/build.py:347 +msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" +#: cmd/build.py:355 +msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" +#: cmd/build.py:358 +msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" +#: cmd/build.py:364 +msgid "raise an exception on warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: cmd/build.py:439 #, python-format -msgid "%s (%s attribute)" +msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:137 #, python-format -msgid "%s (module)" +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "كائن" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "صفحة الHTML موجودة في %(outdir)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "" +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "كتابة ملفات إضافية" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:39 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/manpage.py:76 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/text.py:34 #, python-format -msgid "Added in version %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Changed in version %s" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/xml.py:38 #, python-format -msgid "Deprecated since version %s" -msgstr "" +msgid "The XML files are in %(outdir)s." +msgstr "ملفات الXML موجودة في %(outdir)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: builders/xml.py:110 #, python-format -msgid "Removed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: builders/texinfo.py:47 #, python-format -msgid "%s (directive)" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 -#, python-format -msgid ":%s: (directive option)" +#: 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 "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/texinfo.py:90 #, python-format -msgid "%s (role)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "معالجة %s" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "متغير بيئة العمل" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "نسخ الصور..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[المصدر]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "بناء [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[المستندات]" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "قراءة القوالب" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "" +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "بناء [mo]:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "جميع ملفات المصدر" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "" +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "التحقق من التوافق" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "تحديث البيئة:" + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:516 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:527 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:534 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "تجهيز المستندات" + +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." -msgstr "%s ليس مجلد." +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: builders/_epub_base.py:220 #, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/_epub_base.py:432 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:463 #, python-format -msgid "dot code %r: %s" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: builders/_epub_base.py:585 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:785 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 +#: builders/changes.py:33 #, python-format -msgid "'%s' is not a valid option." +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/changes.py:60 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/changes.py:140 #, python-format -msgid "invalid regex %r in %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: util/rst.py:72 #, python-format -msgid "module %s could not be imported: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/docfields.py:95 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/osutil.py:130 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/nodes.py:419 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:487 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:701 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/fileutil.py:76 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/inventory.py:170 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:185 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/docutils.py:283 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:746 #, python-format -msgid "display latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: util/display.py:88 +msgid "failed" +msgstr "فشل" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: util/i18n.py:105 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:112 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:141 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:236 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "مؤلف القسم:" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" +#: directives/other.py:208 +msgid "Code author: " +msgstr "كاتب الكود:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "" +#: directives/other.py:210 +msgid "Author: " +msgstr "المؤلف" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "" + +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" + +#: _cli/__init__.py:234 +msgid "" +msgstr "" + +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" + +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 +#, python-format +msgid "%b %d, %Y" +msgstr "" + +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" + +#: transforms/__init__.py:267 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" + +#: transforms/__init__.py:313 +#, python-format +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "نسخ الصور..." +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[المصدر]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:68 #, python-format -msgid "cannot write image file %r: %s" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[المستندات]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:311 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "ملفات الXML موجودة في %(outdir)s" +msgid "module %s could not be imported: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:163 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:177 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:429 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:445 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/coverage.py:458 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:104 +#, python-format +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/doctest.py:434 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: ext/doctest.py:522 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "ignoring invalid doctest code: %r" +msgstr "" + +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:145 #, python-format -msgid "broken link: %s (%s)" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" + +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:268 #, python-format -msgid "Anchor '%s' not found" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:303 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:310 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:313 #, python-format -msgid "no changes in version %s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " -msgstr "بناء [%s]" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "قراءة القوالب" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "بناء [mo]:" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "جميع ملفات المصدر" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "التحقق من التوافق" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "تحديث البيئة:" +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." +msgstr "%s ليس مجلد." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" + +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:174 #, 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." +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:362 #, python-format -msgid "docnames to write: %s" +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "تجهيز المستندات" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" -msgstr "معالجة %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "صفحة الHTML موجودة في %(outdir)s" +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "كتابة ملفات إضافية" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: writers/texinfo.py:1300 #, python-format -msgid "Include file %r not found or reading it failed" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:364 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Object named %r not found in include file %r" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: writers/latex.py:593 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: writers/latex.py:1575 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: writers/latex.py:1931 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "مؤلف القسم:" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:86 domains/std/__init__.py:103 +#, python-format +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "كاتب الكود:" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "المؤلف" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: domains/std/__init__.py:234 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:305 #, python-format -msgid "Unknown image format: %s..." +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "قائمة المحتويات" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "بحث" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "إظهار المصدر" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "المحتوى" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "البحث %(docstitle)s" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "البحث السريع" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "صفحة البحث" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" -msgstr "أهلا وسهلا هذا" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" -msgstr "التوثيق ل" +#: domains/std/__init__.py:934 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "صفحة البحث" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "الفهرس العام" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:249 #, python-format -msgid "Index – %(key)s" +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "الموضوع السابق" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "القسم السابق" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "الموضوع التالي" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "الفصل التالي" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "بحث" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "هذه الصفحة" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: domains/python/__init__.py:817 #, python-format -msgid "Search within %(docstitle)s" -msgstr "البحث ضمن %(docstitle)s" +msgid "more than one target found for cross-reference %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "الحقوق" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "متغيرات" + +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/c/__init__.py:199 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "متغير" + +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "تجهيز البحث" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "نوع" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "نتائج البحث" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#, python-format msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "المحتوى" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "قائمة المحتويات" + +#: themes/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: themes/basic/layout.html:115 #, python-format -msgid "download file not readable: %s" +msgid "Search within %(docstitle)s" +msgstr "البحث ضمن %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: 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 "%s is already assigned section numbers (nested numbered toctree?)" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: themes/basic/layout.html:201 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/layout.html:204 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/opensearch.xml:4 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "نوع" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "الفهرس العام" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "البحث السريع" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "بحث" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "متغيرات" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "الموضوع السابق" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "القسم السابق" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "الموضوع التالي" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "الفصل التالي" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (built-in class)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (class in %s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "تجهيز البحث" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +msgstr "نتائج البحث" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -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] "" +msgstr[3] "" +msgstr[4] "" +msgstr[5] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/collectors/asset.py:95 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/collectors/asset.py:123 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/collectors/asset.py:160 #, python-format -msgid "environment variable; %s" +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/collectors/toctree.py:258 #, python-format -msgid "%s; configuration value" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: environment/adapters/toctree.py:357 #, python-format -msgid "%s command line option" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "صفحة الHTML موجودة في %(outdir)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:374 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "الفهرس" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:547 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" -msgstr "" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "التالي" + +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "السابق" + +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "إنشاء الفهرس" + +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "كتابة صفحات إضافية " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:772 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "نسخ الملفات القابلة للتحميل للنسخ..." + +#: builders/html/__init__.py:796 #, python-format -msgid "invalid numfig_format: %s" -msgstr "" +msgid "cannot copy downloadable file %r: %s" +msgstr "غير قادر على نسخ الملفات القابلة للتحميل %r : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:843 #, python-format -msgid "undefined label: %r" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:861 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:912 #, python-format -msgid "%s (C %s)" -msgstr "" +msgid "cannot copy static file %r" +msgstr "غير قادر على نسخ الملف الثابت %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "متغير" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "نسخ ملفات إضافية" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" +msgstr "غير قادر على نسخ المف الإضافي %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "استمرار في الصفحة التالية" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "أرقام" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "صفحة" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "مثال" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "أمثلة" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "ملاحظات" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "مراجع" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1317 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1325 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1332 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1342 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1349 #, python-format -msgid "(in %s v%s)" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "(in %s)" -msgstr "" +msgid "logo file %r does not exist" +msgstr "ملف الشعار %r غير موجود" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1372 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "favicon file %r does not exist" +msgstr "ملف الايقونة %r غير موجود" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1384 #, python-format -msgid "inventory for external cross-reference not found: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:1414 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/transforms.py:119 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/transforms.py:485 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: builders/latex/__init__.py:119 msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +"\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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/__init__.py:543 #, 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 "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/latex/theming.py:90 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "" + +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: _cli/util/errors.py:172 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "مثال" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "أمثلة" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "ملاحظات" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "" + +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "مراجع" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3796,7 +3808,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3811,347 +3823,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_load.py:70 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:92 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 -#, python-format -msgid "No footnote was found for given reference node %r" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:117 +#: ext/intersphinx/_load.py:265 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 -#, python-format -msgid "logo file %r does not exist" -msgstr "ملف الشعار %r غير موجود" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "build info file is broken: %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "صفحة الHTML موجودة في %(outdir)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "Failed to read build info file: %r" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "الفهرس" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "Logo of %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "التالي" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "السابق" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "إنشاء الفهرس" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "كتابة صفحات إضافية " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "نسخ الملفات القابلة للتحميل للنسخ..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "غير قادر على نسخ الملفات القابلة للتحميل %r : %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 -#, python-format -msgid "cannot copy static file %r" -msgstr "غير قادر على نسخ الملف الثابت %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "نسخ ملفات إضافية" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" -msgstr "غير قادر على نسخ المف الإضافي %r" +msgid "A mocked object is detected: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "ملف الايقونة %r غير موجود" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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`." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: 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 "صفحة" diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.js b/sphinx/locale/bg/LC_MESSAGES/sphinx.js index 423113edd96..3ac70c3c496 100644 --- a/sphinx/locale/bg/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/bg/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/bg/LC_MESSAGES/sphinx.mo b/sphinx/locale/bg/LC_MESSAGES/sphinx.mo index 7f459ba1e90..f7a9ef340db 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 62185f9dc41..de1f610a4c3 100644 --- a/sphinx/locale/bg/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bg/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-28 22:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Nikolay Stoykov , 2024\n" "Language-Team: Bulgarian (http://app.transifex.com/sphinx-doc/sphinx-1/language/bg/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: bg\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Не може да се намери изходна директория (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Изходната директория (%s) не е директория" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Изходната директория и целевата директория не могат да бъдат идентични" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "създаване на изходна директория" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,311 +175,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -724,15 +999,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -742,21 +1017,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -764,93 +1039,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -860,208 +1133,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1080,2714 +1340,2462 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:126 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3803,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.js b/sphinx/locale/bn/LC_MESSAGES/sphinx.js index a736d06b3a9..74c8a384be5 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8", "Search Page": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8 \u09aa\u09be\u09a4\u09be", "Search Results": "\u0985\u09a8\u09c1\u09b8\u09a8\u09cd\u09a7\u09be\u09a8\u09c7\u09b0 \u09ab\u09b2\u09be\u09ab\u09b2", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "%(docstitle)s \u098f\u09b0 \u09ae\u09a7\u09cd\u09af\u09c7 \u0996\u09c1\u0981\u099c\u09c1\u09a8", "Searching": "", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/bn/LC_MESSAGES/sphinx.mo b/sphinx/locale/bn/LC_MESSAGES/sphinx.mo index f9f719a82a3..4973753a466 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 b4eb00a9b59..131dc48b5bc 100644 --- a/sphinx/locale/bn/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/bn/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-28 22:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FIRST AUTHOR , 2009\n" "Language-Team: Bengali (http://app.transifex.com/sphinx-doc/sphinx-1/language/bn/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: bn\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,3383 +175,3627 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "পাইথন উন্নয়ন পরামর্শ; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." +msgid "no theme configuration file found in %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:354 theming.py:402 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/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)." +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:377 #, python-format -msgid "Selected root path: %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 -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." +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: config.py:494 +#, 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." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: config.py:534 msgid "" -"The project name will occur in several places in the built documentation." +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:593 +#, 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 config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" +#: config.py:612 +#, python-format +msgid "Section %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" +#: config.py:613 +#, python-format +msgid "Fig. %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 -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." +#: config.py:614 +#, python-format +msgid "Table %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" +#: config.py:615 +#, python-format +msgid "Listing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: config.py:722 msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:759 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." +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 -#, python-format +#: config.py:782 msgid "" -"Error: the master file %s has already been found in the selected root path." +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: domains/rst.py:223 +msgid "directive" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" +#: domains/rst.py:225 +msgid "role" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/javascript.py:165 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (বিল্ট-ইন ফাংশন)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/javascript.py:166 domains/python/__init__.py:253 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s মেথড)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (ক্লাসে)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/javascript.py:172 domains/python/__init__.py:338 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "%s (%s attribute)" +msgstr "%s (%s এ্যট্রিবিউট)" + +#: domains/javascript.py:255 +msgid "Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "রিটার্নস" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "রিটার্ন টাইপ" + +#: domains/javascript.py:334 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s (module)" +msgstr "%s (মডিউল)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "ফাংশন" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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:372 domains/python/__init__.py:633 +msgid "method" +msgstr "মেথড" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." -msgstr "" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "ক্লাস" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" -msgstr "" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "ডাটা" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "এ্যট্রিবিউট" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "মডিউল" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "%s ভার্সনে পরিবর্তিত" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "%s ভার্সন থেকে ডেপ্রিকেটেড" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" +#: environment/__init__.py:86 +msgid "new config" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" +#: environment/__init__.py:87 +msgid "config changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" +#: environment/__init__.py:88 +msgid "extensions changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" +#: environment/__init__.py:249 +msgid "build environment version not current" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" +#: environment/__init__.py:251 +msgid "source directory has changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: environment/__init__.py:311 #, python-format -msgid "enable %s extension" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "দৃষ্টি আকর্ষণ" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "সতর্কীকরণ" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "বিপজ্জনক" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "ভুল (এরর)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "আভাস" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 -#, python-format -msgid "Invalid template variable: %s" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "গুরুত্বপূর্ণ" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "নোট" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "আরও দেখুন" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "পরামর্শ" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "সতর্কতা" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 -#, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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.:" +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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." +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -msgid "" -"\n" -"Generate documentation from source files.\n" -"\n" -"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" -"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" -"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" -"including 'conf.py'\n" -"\n" -"sphinx-build can create documentation in different formats. A format is\n" -"selected by specifying the builder name on the command line; it defaults to\n" -"HTML. Builders can also perform other tasks related to documentation\n" -"processing.\n" -"\n" -"By default, everything that is outdated is built. Output only for selected\n" -"files can be built by specifying individual filenames.\n" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:110 +msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" +#: cmd/quickstart.py:117 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:217 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" +#: cmd/quickstart.py:225 +#, python-format +msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:256 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" +#: cmd/quickstart.py:269 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:284 +msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:286 +msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:291 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" +#: cmd/quickstart.py:299 +msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:301 +msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" +#: cmd/quickstart.py:306 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" +#: cmd/quickstart.py:315 +msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" +#: cmd/quickstart.py:322 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" +#: cmd/quickstart.py:327 +msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:332 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:350 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 +#: cmd/quickstart.py:360 msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 +#: cmd/quickstart.py:379 msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: cmd/quickstart.py:389 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: cmd/quickstart.py:502 #, python-format msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: cmd/quickstart.py:513 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format +#: cmd/quickstart.py:520 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: cmd/quickstart.py:555 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: cmd/quickstart.py:575 +msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:126 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: cmd/quickstart.py:585 +msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" +#: cmd/quickstart.py:588 +msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: cmd/quickstart.py:609 +msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: cmd/quickstart.py:611 +msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: cmd/quickstart.py:614 +msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/quickstart.py:621 +msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: cmd/quickstart.py:628 +msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: cmd/quickstart.py:635 +msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "দৃষ্টি আকর্ষণ" +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "সতর্কীকরণ" +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "বিপজ্জনক" +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "ভুল (এরর)" +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "আভাস" +#: cmd/quickstart.py:654 ext/apidoc.py:578 +#, python-format +msgid "enable %s extension" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "গুরুত্বপূর্ণ" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "নোট" +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "আরও দেখুন" +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "পরামর্শ" +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "সতর্কতা" +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: cmd/quickstart.py:689 +msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 +#: cmd/quickstart.py:768 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: cmd/quickstart.py:793 #, python-format -msgid "Domain %r is not registered" +msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/build.py:67 +msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (বিল্ট-ইন ফাংশন)" +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s মেথড)" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (ক্লাসে)" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s এ্যট্রিবিউট)" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +#: cmd/build.py:144 +msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "রিটার্ন টাইপ" +#: cmd/build.py:180 +msgid "path to documentation source files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 -#, python-format -msgid "%s (module)" -msgstr "%s (মডিউল)" +#: cmd/build.py:183 +msgid "path to output directory" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "ফাংশন" +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "মেথড" +#: cmd/build.py:194 +msgid "general options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "ক্লাস" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "ডাটা" +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "এ্যট্রিবিউট" +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "মডিউল" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/build.py:230 +msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "%s ভার্সনে পরিবর্তিত" +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "%s ভার্সন থেকে ডেপ্রিকেটেড" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 -#, python-format -msgid ":%s: (directive option)" +#: cmd/build.py:294 +msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" +#: cmd/build.py:334 +msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: cmd/build.py:347 +msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: cmd/build.py:355 +msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: cmd/build.py:358 +msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: cmd/build.py:364 +msgid "raise an exception on warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 -#, python-format -msgid "

Source code for %s

" +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "অসমাপ্ত কাজ" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/linkcheck.py:60 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/linkcheck.py:137 #, python-format -msgid "Would create file %s." +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/texinfo.py:49 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr "(-" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/gettext.py:230 #, python-format -msgid "%s is not a directory." +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "Failed to remove %s: %s" +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: builders/__init__.py:200 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: builders/__init__.py:208 #, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/__init__.py:251 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/__init__.py:273 #, python-format -msgid "dot code %r: %s" +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/__init__.py:285 #, python-format -msgid "[graph: %s]" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/__init__.py:307 #, 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 "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: builders/__init__.py:313 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: builders/__init__.py:324 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/__init__.py:354 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/__init__.py:386 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/__init__.py:471 #, python-format -msgid "invalid regex %r in %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/__init__.py:507 #, python-format -msgid "module %s could not be imported: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: builders/__init__.py:516 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: builders/__init__.py:527 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: builders/__init__.py:534 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: builders/__init__.py:686 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: builders/__init__.py:845 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: builders/epub3.py:83 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 -#, python-format -msgid "no Babel option known for language %r" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "পাদটীকা" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: builders/_epub_base.py:220 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: builders/_epub_base.py:432 #, python-format -msgid "unknown index entry type %s found" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: builders/_epub_base.py:463 #, python-format -msgid "[image: %s]" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[ছবি]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 -#, python-format -msgid "Any IDs not assigned for %s node" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "ইনডেক্স" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "বিল্টইন সমূহ" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: builders/changes.py:79 +msgid "Module level" +msgstr "মডিউল লেভেল" + +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: builders/changes.py:140 #, python-format -msgid "unimplemented node type: %r" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: util/nodes.py:419 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: util/fileutil.py:76 +#, python-format msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: util/inventory.py:170 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: util/i18n.py:141 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: directives/code.py:84 #, python-format -msgid "cannot write image file %r: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: directives/code.py:270 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: directives/code.py:308 #, python-format -msgid "writing %s file..." +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: directives/other.py:122 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "error writing file %s: %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: directives/other.py:171 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "অনুচ্ছেদ লেখক:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "" +#: directives/other.py:206 +msgid "Module author: " +msgstr "মডিউল লেখক:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: directives/other.py:210 +msgid "Author: " +msgstr "লেখক:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "no changes in version %s." -msgstr "" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "বিল্টইন সমূহ" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "মডিউল লেভেল" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: transforms/__init__.py:267 #, python-format -msgid "could not read %r for changelog creation" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: transforms/__init__.py:313 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: ext/imgconverter.py:40 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: ext/imgconverter.py:68 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: ext/viewcode.py:285 +msgid "[docs]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: ext/viewcode.py:311 #, python-format -msgid "%d source files given on command line" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: ext/coverage.py:47 #, python-format -msgid "%d found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/coverage.py:134 ext/coverage.py:280 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/coverage.py:141 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/coverage.py:163 +#, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/coverage.py:177 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/coverage.py:245 #, 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 "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: ext/coverage.py:429 #, 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 "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: ext/coverage.py:445 #, 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 "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/coverage.py:458 #, 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 "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "অসমাপ্ত কাজ" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/todo.py:104 #, python-format -msgid "docnames to write: %s" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 +#: ext/extlinks.py:82 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: ext/doctest.py:120 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: ext/doctest.py:134 #, python-format -msgid "processing %s" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr "(-" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: ext/doctest.py:434 #, python-format -msgid "error writing file Makefile: %s" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: ext/doctest.py:522 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: ext/graphviz.py:303 #, python-format -msgid "Invalid caption: %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: ext/graphviz.py:310 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: ext/graphviz.py:313 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: ext/graphviz.py:329 #, python-format -msgid "Include file %r not found or reading it failed" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "Object named %r not found in include file %r" +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: ext/apidoc.py:85 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "অনুচ্ছেদ লেখক:" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "মডিউল লেখক:" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "লেখক:" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: ext/apidoc.py:481 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "অনুসন্ধান" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "যান" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "সোর্স দেখুন" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s-এ খুঁজুন" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "দ্রুত অনুসন্ধান" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "ভুমিকা" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "ইনডেক্স ও টেবিল সমূহ:" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "পূর্ণাঙ্গ সূচীপত্র" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "সকল অনুচ্ছেদ সমূহের তালিকা" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "অনুসন্ধান পাতা" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "এই সহায়িকাতে অনুসন্ধা করুন" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "গ্লোবাল মডিউল ইনডেক্স" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "সকল মডিউলে দ্রুত প্রবেশ" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "সাধারণ ইনডেক্স" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "সকল ফাংশন, ক্লাস, টার্ম" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: ext/apidoc.py:638 #, python-format -msgid "Index – %(key)s" +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "এক পাতায় সম্পূর্ণ ইনডেক্স" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "পূর্ববর্তী টপিক" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "পূর্ববর্তী অধ্যায়" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "পরবর্তী টপিক" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "পরবর্তী অধ্যায়" +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: ext/duration.py:85 msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "অনুসন্ধান করার জন্য অনুগ্রহপূর্বক জাভাস্ক্রিপ্ট \n সক্রিয় করুন।" +"====================== slowest reading durations =======================" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: ext/imgmath.py:159 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "খুঁজুন" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "এই পাতা" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "বর্ণানুসারে ইনডেক্স পাতা" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "খুব বড় হতে পারে" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "নেভিগেশন" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: ext/imgmath.py:174 #, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s এর মধ্যে খুঁজুন" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "এই ডকুমেন্ট সম্পর্কে" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "কপিরাইট" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 +#: ext/imgmath.py:328 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: ext/imgmath.py:362 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "%(last_updated)s সর্বশেষ পরিবর্তন করা হয়েছে।" +msgid "inline latex %r: %s" +msgstr "" + +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "পাদটীকা" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[ছবি]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: writers/html5.py:415 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 +#: writers/html5.py:427 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "স্বয়ংক্রিয়ভাবে তৈরী %(version)s-এ পরিবর্তন সমূহের তালিকা।" +msgid "Any IDs not assigned for %s node" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "লাইব্রেরির পরিবর্তন" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API পরিবর্তন" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "অন্যান্য পরিবর্তন" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "অনুসন্ধানের ম্যাচগুলো লুকান" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "অনুসন্ধানের ফলাফল" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "ইনডেক্স" + +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: writers/texinfo.py:1300 #, python-format -msgid "image file not readable: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: writers/latex.py:364 #, python-format -msgid "image file %s not readable: %s" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "download file not readable: %s" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: writers/latex.py:593 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: writers/latex.py:1575 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: writers/latex.py:1931 #, python-format -msgid "see %s" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "see also %s" -msgstr "" +msgid "environment variable; %s" +msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: domains/std/__init__.py:111 #, python-format -msgid "unknown index entry type %r" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: domains/std/__init__.py:234 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 +#: domains/std/__init__.py:305 #, python-format -msgid "%s (C++ %s)" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "প্যারামিটার" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "শব্দকোষ" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "ব্যকরণ টোকেন" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "প্রোগ্রাম অপশন" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "রেইজেস" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "মডিউল ইনডেক্স" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "অনুসন্ধান পাতা" + +#: domains/std/__init__.py:721 #, python-format -msgid "%s() (in module %s)" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" + +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: domains/std/__init__.py:934 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" + +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" +msgstr "" + +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "" + +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" + +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" +msgstr "" + +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" + +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "%s() (%s মডিউলে)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: 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 মডিউলে)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: domains/python/__init__.py:169 #, python-format msgid "%s (built-in variable)" msgstr "%s (বিল্ট-ইন ভ্যারিয়েবল)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: domains/python/__init__.py:194 #, python-format msgid "%s (built-in class)" msgstr "%s (বিল্ট-ইন ক্লাস)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: domains/python/__init__.py:195 #, python-format msgid "%s (class in %s)" msgstr "%s (%s ক্লাসে)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: domains/python/__init__.py:249 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s ক্লাস মেথড)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: domains/python/__init__.py:251 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s স্ট্যাটিক মেথড)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: domains/python/__init__.py:389 #, python-format msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: domains/python/__init__.py:428 #, python-format msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 +#: domains/python/__init__.py:557 msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 +#: domains/python/__init__.py:558 msgid "modules" msgstr "মডিউল সমূহ" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 +#: domains/python/__init__.py:607 msgid "Deprecated" msgstr "ডেপ্রিকেটেড" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 +#: domains/python/__init__.py:632 msgid "exception" msgstr "এক্সেপশন" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "ক্লাস মেথড" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "ক্লাস মেথড" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "স্ট্যাটিক মেথড" + +#: domains/python/__init__.py:637 +msgid "property" +msgstr "" + +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" + +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" + +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr "" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: 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 "রেইজেস" + +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" +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'." +msgstr "" + +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %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'." +msgstr "" + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "" + +#: themes/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/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "নেভিগেশন" + +#: themes/basic/layout.html:115 +#, 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "এক পাতায় সম্পূর্ণ ইনডেক্স" + +#: themes/basic/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 +#, 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" +msgstr "" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "ইনডেক্স ও টেবিল সমূহ:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "পূর্ণাঙ্গ সূচীপত্র" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "সকল অনুচ্ছেদ সমূহের তালিকা" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "এই সহায়িকাতে অনুসন্ধা করুন" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "গ্লোবাল মডিউল ইনডেক্স" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "সকল মডিউলে দ্রুত প্রবেশ" + +#: builders/html/__init__.py:499 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 "অনুসন্ধান করার জন্য অনুগ্রহপূর্বক জাভাস্ক্রিপ্ট \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/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 +#, 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 "স্বয়ংক্রিয়ভাবে তৈরী %(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/basic/changes/rstsource.html:5 +#, 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" +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 "" + +#: 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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "স্ট্যাটিক মেথড" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/collectors/asset.py:95 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/collectors/asset.py:123 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/collectors/toctree.py:258 #, python-format -msgid "environment variable; %s" -msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল; %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/toctree.py:318 #, python-format -msgid "%s; configuration value" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/toctree.py:342 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: environment/adapters/toctree.py:357 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: environment/adapters/indexentries.py:126 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "%s command line option" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "শব্দকোষ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "ব্যকরণ টোকেন" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "এনভায়রনমেন্ট ভ্যারিয়েবল" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "প্রোগ্রাম অপশন" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "মডিউল ইনডেক্স" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:374 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "ইনডেক্স" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:547 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "পরবর্তী" + +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "পূর্ববর্তী" + +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:772 #, python-format -msgid "invalid numfig_format: %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:843 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:861 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:912 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "পূর্ববর্তী পাতা হতে চলমান" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "রিলিজ" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1349 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1372 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1384 #, python-format -msgid "(in %s v%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:485 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:117 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"\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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "রিলিজ" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3803,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "ইনডেক্স" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "পরবর্তী" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "পূর্ববর্তী" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.js b/sphinx/locale/ca/LC_MESSAGES/sphinx.js index 14079c4f9ef..dea7cb9a29d 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "Cerca", "Search Page": "P\u00e0gina de cerca", "Search Results": "Resultats de la cerca", - "Search finished, found ${resultCount} page(s) matching the search query.": "Cerca acabada, s'han trobat ${resultCount} p\u00e0gines que coincideixen amb la consulta de cerca.", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "Cerca dins de %(docstitle)s", "Searching": "S'est\u00e0 cercant", "Searching for multiple words only shows matches that contain\n all words.": "Cercar m\u00faltiples paraules nom\u00e9s mostrar\u00e0 les coincid\u00e8ncies\n que continguin totes les paraules.", diff --git a/sphinx/locale/ca/LC_MESSAGES/sphinx.mo b/sphinx/locale/ca/LC_MESSAGES/sphinx.mo index fd27429d9d0..726b9ba0ad7 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 038bfeb2388..91abb24a057 100644 --- a/sphinx/locale/ca/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ca/LC_MESSAGES/sphinx.po @@ -11,389 +11,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-28 22:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Antoni Bella Pérez , 2023-2024\n" "Language-Team: Catalan (http://app.transifex.com/sphinx-doc/sphinx-1/language/ca/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: ca\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "opció de tema no admesa, s'ha donat %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "no s'ha trobat cap tema anomenat %r (manca theme.toml?)" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "El tema %r té una herència circular" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "El tema %r té massa avantpassats" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "no s'ha trobat cap fitxer de configuració del tema a %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "el tema %r no té la taula «theme»." - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "La taula del tema %r «[theme]» no és una taula" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "El tema %r ha de definir la configuració «theme.inherit»." - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "La taula del tema %r «[options]» no és una taula" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, 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»" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "No es coneix el nom del lexer de pigments %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "L'anàlisi lèxica del literal_block %r com a «%s» ha resultat en un error en el testimoni: %r. S'està tornant a provar en el mode relaxat." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "L'esdeveniment %r ja està present" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Nom desconegut de l'esdeveniment: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: 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ó" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nombre no vàlid %r del valor de configuració %r, s'ignora" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuració desconegut %r en substituir, s'ignora" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "Aquest valor de configuració no existeix: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "El valor de configuració %r ja està present" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "no es pot emmagatzemar a la memòria cau el valor de configuració no seleccionable: %r (perquè conté una funció, classe o objecte de mòdul)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -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()»" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "Ha fallat en convertir %r en un conjunt o tupla" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Secció %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Taula %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Llistat %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -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}»." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -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}." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -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__}»." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "no s'ha trobat primary_domain %r, s'ignora." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "Des de la versió 2.0, Sphinx usa «index» de manera predeterminada com a root_doc. Afegiu «root_doc = 'contents'» al vostre conf.py." - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "No es pot trobar el directori d'origen (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "El directori de sortida (%s) no és un directori" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "El directori d'origen i el de destinació no poden ser idèntics" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "S'està executant Sphinx versió %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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ó." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "es crea el directori de sortida" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "mentre es configura l'extensió %s:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "s'estan carregant les traduccions [%s]..." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "fet" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "no està disponible per a missatges integrats" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "s'està carregant l'entorn preparat" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "ha fallat: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "No s'ha seleccionat cap constructor, s'usa el predeterminat: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "ha tingut èxit" +#: application.py:394 +msgid "build finished with problems." +msgstr "la construcció ha finalitzat amb problemes." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "ha acabat amb problemes" +#: application.py:396 +msgid "build succeeded." +msgstr "la construcció ha tingut èxit." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "construcció %s, %s avís (amb els avisos tractats com a errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "la construcció ha finalitzat amb problemes, 1 avís (amb els avisos tractats com a errors)." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "construcció %s, %s avisos (amb els avisos tractats com a errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "la construcció ha finalitzat amb problemes, 1 avís." + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "la construcció ha tingut èxit, 1 avís." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "construcció %s, %s avís." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "construcció %s, %s avisos." +msgid "build finished with problems, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "construcció %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "la directiva %r ja està registrada, s'anul·larà" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "el rol %r ja està registrat, s'anul·larà" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -401,12 +165,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -414,3452 +178,3575 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "s'està executant %s en sèrie" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Propostes de millora a Python; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "número de PEP no vàlid %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "número de RFC no vàlid %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "La classe del constructor %s no té cap atribut «name»" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "El constructor %r ja existeix (al mòdul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "El nom del constructor %s no està registrat" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "el domini %s ja està registrat" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "el domini %s encara no està registrat" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "La directiva %r ja està registrada al domini %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "El rol %r ja està registrat al domini %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "L'índex %r ja està registrat al domini %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "L'object_type %r ja està registrat" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "El crossref_type %r ja està registrat" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r ja està registrat" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser per a %r ja està registrat" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "L'analitzador de fonts per a %s no registrat" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "El traductor per a %r ja existeix" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r ja està registrat" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "la representació matemàtica %s ja està registrada" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "l'extensió %r ja es va fusionar amb Sphinx des de la versió %s. Aquesta extensió s'ignorarà." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Excepció original:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "No s'ha pogut importar l'extensió %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "l'extensió %r no té cap funció setup(). És realment un mòdul d'extensions de Sphinx?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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ó." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "S'ha ignorat el document il·legible %r." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "insereix automàticament les docstring des dels mòduls" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "No es coneix el nom del lexer de pigments %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "prova automàticament els fragments de codi en els blocs doctest" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "L'anàlisi lèxica del literal_block %r com a «%s» ha resultat en un error en el testimoni: %r. S'està tornant a provar en el mode relaxat." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "enllaç entre la documentació de Sphinx de projectes diferents" +#: extension.py:55 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -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ó" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "comprovacions per a la cobertura de la documentació" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "inclou expressions matemàtiques, mostrades com a imatges PNG o SVG" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "inclou expressions matemàtiques, representades en el navegador per MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "opció de tema no admesa, s'ha donat %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "inclusió condicional de contingut basat en els valors de la configuració" +#: theming.py:215 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -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" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "no s'ha trobat cap tema anomenat %r (manca theme.toml?)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -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" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "El tema %r té una herència circular" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." -msgstr "Si us plau, introduïu un nom de camí vàlid." +#: theming.py:283 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." -msgstr "Si us plau, introduïu algun text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "El tema %r té massa avantpassats" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." -msgstr "Si us plau, introduïu un dels %s." +msgid "no theme configuration file found in %r" +msgstr "no s'ha trobat cap fitxer de configuració del tema a %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "Si us plau, introduïu qualsevol de «y» o «n»." +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "el tema %r no té la taula «theme»." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -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»." +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "La taula del tema %r «[theme]» no és una taula" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:354 theming.py:402 #, 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 %r theme must define the \"theme.inherit\" setting" +msgstr "El tema %r ha de definir la configuració «theme.inherit»." + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "La taula del tema %r «[options]» no és una taula" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: theming.py:377 +#, 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»" + +#: config.py:314 +#, 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:323 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)." +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: config.py:346 #, python-format -msgid "Selected root path: %s" -msgstr "Camí arrel seleccionat: %s" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." -msgstr "Introduïu el camí arrel per a la documentació." +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "nombre no vàlid %r del valor de configuració %r, s'ignora" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" -msgstr "Camí arrel per a la documentació" +#: config.py:361 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -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." +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuració desconegut %r en substituir, s'ignora" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "«sphinx-quickstart» no sobreescriurà els projectes de Sphinx existents." +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "Aquest valor de configuració no existeix: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -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)" +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "El valor de configuració %r ja està present" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:494 +#, 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 "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." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "no es pot emmagatzemar a la memòria cau el valor de configuració no seleccionable: %r (perquè conté una funció, classe o objecte de mòdul)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" -msgstr "Separa els directoris «source» i «build» (s/n)" +#: config.py:531 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: config.py:534 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" -msgstr "Prefix de nom per als directoris «templates» i «static»" +"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()»" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: config.py:541 +#, python-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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" -msgstr "Nom del projecte" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "Ha fallat en convertir %r en un conjunt o tupla" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" -msgstr "Noms de l'autoria" +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:593 +#, 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 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." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" -msgstr "Versió del projecte" +#: config.py:612 +#, python-format +msgid "Section %s" +msgstr "Secció %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" -msgstr "Llançament del projecte" +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 -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." +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Taula %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" -msgstr "Idioma del projecte" +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Llistat %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: config.py:722 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "Sufix del fitxer font" +"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}»." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:746 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." +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "El valor de configuració «{name}» té el tipus «{current.__name__}», s'espera {permitted}." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" -msgstr "Nom del document mestre (sense sufix)" +#: config.py:759 +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__}»." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:770 #, python-format +msgid "primary_domain %r not found, ignored." +msgstr "no s'ha trobat primary_domain %r, s'ignora." + +#: config.py:782 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." +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "Des de la versió 2.0, Sphinx usa «index» de manera predeterminada com a root_doc. Afegiu «root_doc = 'contents'» al vostre conf.py." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "«sphinx-quickstart» no sobreescriurà el fitxer existent." +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (directiva)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 -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»" +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (opció de la directiva)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -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:" +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 -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." +#: domains/rst.py:223 +msgid "directive" +msgstr "directiva" -#: /home/runner/work/sphinx/sphinx/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 "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»." +#: domains/rst.py:224 +msgid "directive-option" +msgstr "opció_de_la_directiva" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" -msgstr "Voleu crear el Makefile? (s/n)" +#: domains/rst.py:225 +msgid "role" +msgstr "rol" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" -msgstr "Voleu crear el fitxer d'ordres de Windows? (s/n)" +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "descripció duplicada del %s %s, una altra instància a %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/javascript.py:165 #, python-format -msgid "Creating file %s." -msgstr "S'està creant el fitxer %s." +msgid "%s() (built-in function)" +msgstr "%s() (funció interna)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/javascript.py:166 domains/python/__init__.py:253 #, python-format -msgid "File %s already exists, skipping." -msgstr "El fitxer %s ja existeix, se salta." +msgid "%s() (%s method)" +msgstr "%s() (mètode %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." -msgstr "Finalitzat: s'ha creat una estructura inicial del directori." +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (classe)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/javascript.py:170 #, 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ó. " +msgid "%s (global variable or constant)" +msgstr "%s (variable global o constant)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/javascript.py:172 domains/python/__init__.py:338 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." -msgstr "Per a més informació, visiteu ." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" -msgstr "mode silenciós" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "arrel del projecte" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "Opcions de l'estructura" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" -msgstr "Si s'especifica, se separarà el codi font i els directoris de compilació" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." -msgstr "substitució per a punts a _templates, etc." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" -msgstr "Opcions bàsiques del projecte" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" -msgstr "nom del projecte" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" -msgstr "noms de l'autoria" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" -msgstr "versió del projecte" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" -msgstr "llançament del projecte" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" -msgstr "idioma del document" +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" -msgstr "sufix del fitxer font" +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Arguments" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" -msgstr "nom del document mestre" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Llançaments" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" -msgstr "usa epub" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Retorna" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" -msgstr "Opcions de l'extensió" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Tipus de retorn" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/javascript.py:334 #, python-format -msgid "enable %s extension" -msgstr "habilita l'extensió %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" -msgstr "habilita les extensions arbitràries" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" -msgstr "Creació dels fitxers Makefile i de processament per lots" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" -msgstr "es crea el Makefile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" -msgstr "no es crea el Makefile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" -msgstr "es crea el fitxer de processament per lots" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" -msgstr "no es crea el fitxer de processament per lots" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" -msgstr "usa el mode make per a Makefile/make.bat" +msgid "%s (module)" +msgstr "%s (mòdul)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" -msgstr "Plantilles de projecte" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funció" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" -msgstr "directori de plantilles per als fitxers de plantilla" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "mètode" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" -msgstr "defineix una variable de plantilla" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "classe" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "s'especifica «quiet», però no s'especifica cap «project» o «author»." +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "dades" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Error: el camí especificat no és un directori o ja hi ha els fitxers de Sphinx." +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atribut" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "«sphinx-quickstart» només generarà dins d'un directori buit. Especifiqueu un camí arrel nou." +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "mòdul" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: domains/javascript.py:407 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variable no vàlida de plantilla: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "S'ha produït una excepció en construir, s'està iniciant el depurador:" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "S'ha interromput!" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "Error de marcatge reST:" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "Error de codificació:" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "descripció %s duplicada de %s, una altra %s a %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: domains/changeset.py:25 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "La traça completa s'ha guardat a %s, si voleu informar del problema als desenvolupadors." +msgid "Added in version %s" +msgstr "Afegit a la versió %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "Error de recursivitat:" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Canviat a la versió %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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 "Es pot produir amb fitxers molt grans o profundament imbricats. Podeu augmentar amb cura el límit predeterminat de la recursivitat de 1000 en el fitxer conf.py, amb, per exemple:" +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Obsolet des de la versió %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "S'ha produït una excepció:" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "S'ha eliminat a la versió %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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 "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." +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "Es pot presentar un informe d'error en el seguidor . Moltes gràcies!" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citació duplicada %s, una altra instància a %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "el número de treball hauria de ser un nombre positiu" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "No es fa referència a la citació [%s]." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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" +#: domains/math.py:63 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" -msgstr "camí cap als fitxers font de la documentació" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format no vàlid: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" -msgstr "camí cap al directori de sortida" +#: environment/__init__.py:86 +msgid "new config" +msgstr "configuració nova" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -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»" +#: environment/__init__.py:87 +msgid "config changed" +msgstr "configuració modificada" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" -msgstr "opcions generals" +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "extensions modificades" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" -msgstr "constructor que s'usarà (predeterminat: «html»)" +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "la versió de l'entorn de compilació no és actual" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -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" +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "el directori d'origen ha estat modificat" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -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)" +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" -msgstr "no usar un entorn desat, llegeix sempre tots els fitxers" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" -msgstr "opcions de camí" +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: environment/__init__.py:364 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "directori per als fitxers doctree i d'entorn (predeterminat: OUTPUT_DIR/.doctrees)" - -#: /home/runner/work/sphinx/sphinx/sphinx/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)" +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -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»" +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "Ha fallat en escanejar els documents a %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" -msgstr "superposa una configuració en el fitxer de configuració" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "El domini %r no està registrat" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" -msgstr "passa un valor a les plantilles HTML" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "el document no està inclòs en cap toctree" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "defineix l'etiqueta: inclou blocs «only» amb TAG" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "S'ha trobat un toctree autoreferenciat. S'ignora." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" -msgstr "opcions de sortida de la consola" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" -msgstr "augmenta la loquacitat (es pot repetir)" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -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" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenció" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" -msgstr "sense sortida, ni tan sols els avisos" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Compte" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "emet una sortida amb colors (predeterminada: detecció automàtica)" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perill" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" -msgstr "no emetre una sortida amb colors (predeterminada: detecció automàtica)" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Error" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" -msgstr "opcions de control d'avís" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Suggeriment" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "escriviu els avisos (i errors) al fitxer indicat" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "converteix els avisos en errors" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "amb «--fail-on-warning», se segueix endavant quan es reben avisos" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Vegeu també" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" -msgstr "mostra la traça completa en excepció" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Truc" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" -msgstr "executa Pdb en excepció" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Avís" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "no es pot combinar l'opció -a i els noms de fitxer" +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "insereix automàticament les docstring des dels mòduls" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" -msgstr "no s'ha pogut obrir el fitxer d'avisos %r: %s" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "prova automàticament els fragments de codi en els blocs doctest" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -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»" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "enllaç entre la documentació de Sphinx de projectes diferents" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -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»" +#: cmd/quickstart.py:46 +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ó" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -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}" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "comprovacions per a la cobertura de la documentació" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referències incoherents en el missatge traduït. Original: {0}, traduït: {1}" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "inclou expressions matemàtiques, mostrades com a imatges PNG o SVG" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -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}" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "inclou expressions matemàtiques, representades en el navegador per MathJax" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -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}" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "inclusió condicional de contingut basat en els valors de la configuració" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%-d %b, %Y" +#: cmd/quickstart.py:51 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "no s'ha pogut calcular el progrés de la traducció!" +#: cmd/quickstart.py:52 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "No hi ha cap element traduït!" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "Si us plau, introduïu un nom de camí vàlid." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, 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" +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "Si us plau, introduïu algun text." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: cmd/quickstart.py:117 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "La nota al peu [%s] no té una referència." - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "La nota al peu [núm.] no té una referència." +msgid "Please enter one of %s." +msgstr "Si us plau, introduïu un dels %s." -#: /home/runner/work/sphinx/sphinx/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 "Problema en el domini %s: se suposa que el camp usa el rol «%s», però no es troba en el domini." +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." +msgstr "Si us plau, introduïu qualsevol de «y» o «n»." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +#: cmd/quickstart.py:131 +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»." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: cmd/quickstart.py:213 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Us donem la benvinguda a la utilitat d'inici ràpid de Sphinx %s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format +#: cmd/quickstart.py:217 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»." - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "el toctree conté una referència cap al fitxer %r que no existeix" +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: cmd/quickstart.py:225 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "excepció mentre només s'avaluava l'expressió directiva: %s" +msgid "Selected root path: %s" +msgstr "Camí arrel seleccionat: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." +msgstr "Introduïu el camí arrel per a la documentació." -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:126 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" +msgstr "Camí arrel per a la documentació" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "error de lectura: %s, %s" +#: cmd/quickstart.py:237 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "error d'escriptura: %s, %s" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "«sphinx-quickstart» no sobreescriurà els projectes de Sphinx existents." -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s no existeix" +#: cmd/quickstart.py:246 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format +#: cmd/quickstart.py:256 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "directiva o nom de rol desconegut: %s:%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "tipus de node desconegut: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "no s'ha trobat el rol predeterminat %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "caràcters font no codificables, substituint per «?»: %r" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "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." -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "s'omet" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" +msgstr "Separa els directoris «source» i «build» (s/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "ha fallat" +#: cmd/quickstart.py:269 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Atenció" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" +msgstr "Prefix de nom per als directoris «templates» i «static»" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Compte" +#: cmd/quickstart.py:280 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Perill" +#: cmd/quickstart.py:284 +msgid "Project name" +msgstr "Nom del projecte" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Error" +#: cmd/quickstart.py:286 +msgid "Author name(s)" +msgstr "Noms de l'autoria" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Suggeriment" +#: cmd/quickstart.py:291 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Important" +#: cmd/quickstart.py:299 +msgid "Project version" +msgstr "Versió del projecte" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Nota" +#: cmd/quickstart.py:301 +msgid "Project release" +msgstr "Llançament del projecte" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Vegeu també" +#: cmd/quickstart.py:306 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Truc" +#: cmd/quickstart.py:315 +msgid "Project language" +msgstr "Idioma del projecte" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Avís" +#: cmd/quickstart.py:322 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "configuració nova" +#: cmd/quickstart.py:327 +msgid "Source file suffix" +msgstr "Sufix del fitxer font" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "configuració modificada" +#: cmd/quickstart.py:332 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "extensions modificades" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" +msgstr "Nom del document mestre (sense sufix)" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "la versió de l'entorn de compilació no és actual" +#: cmd/quickstart.py:350 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "el directori d'origen ha estat modificat" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "«sphinx-quickstart» no sobreescriurà el fitxer existent." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 +#: cmd/quickstart.py:360 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." +"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»" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Ha fallat en escanejar els documents a %s: %r" +#: cmd/quickstart.py:369 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "El domini %r no està registrat" +#: cmd/quickstart.py:379 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "el document no està inclòs en cap toctree" +#: cmd/quickstart.py:389 +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»." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "S'ha trobat un toctree autoreferenciat. S'ignora." +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" +msgstr "Voleu crear el Makefile? (s/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citació duplicada %s, una altra instància a %s" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" +msgstr "Voleu crear el fitxer d'ordres de Windows? (s/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "No es fa referència a la citació [%s]." +msgid "Creating file %s." +msgstr "S'està creant el fitxer %s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funció interna)" +msgid "File %s already exists, skipping." +msgstr "El fitxer %s ja existeix, se salta." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (mètode %s)" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." +msgstr "Finalitzat: s'ha creat una estructura inicial del directori." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: cmd/quickstart.py:502 #, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" +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ó. " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variable global o constant)" +#: cmd/quickstart.py:510 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: cmd/quickstart.py:513 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Arguments" +#: cmd/quickstart.py:520 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Llançaments" +#: cmd/quickstart.py:555 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Retorna" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "Per a més informació, visiteu ." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Tipus de retorn" +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "mode silenciós" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 -#, python-format -msgid "%s (module)" -msgstr "%s (mòdul)" +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "arrel del projecte" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funció" +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "Opcions de l'estructura" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "mètode" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "Si s'especifica, se separarà el codi font i els directoris de compilació" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "classe" +#: cmd/quickstart.py:600 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "dades" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "substitució per a punts a _templates, etc." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atribut" +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "Opcions bàsiques del projecte" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "mòdul" +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "nom del projecte" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "descripció %s duplicada de %s, una altra %s a %s" +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "noms de l'autoria" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, 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" +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "versió del projecte" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format no vàlid: %r" +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "llançament del projecte" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" -msgstr "Afegit a la versió %s" +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "idioma del document" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "Canviat a la versió %s" +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "sufix del fitxer font" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "Obsolet des de la versió %s" +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "nom del document mestre" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" -msgstr "S'ha eliminat a la versió %s" +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "usa epub" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" -msgstr "%s (directiva)" +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "Opcions de l'extensió" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (opció de la directiva)" +msgid "enable %s extension" +msgstr "habilita l'extensió %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" -msgstr "%s (rol)" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "habilita les extensions arbitràries" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "directiva" +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "Creació dels fitxers Makefile i de processament per lots" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "opció_de_la_directiva" +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "es crea el Makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rol" +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "no es crea el Makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "descripció duplicada del %s %s, una altra instància a %s" +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "es crea el fitxer de processament per lots" + +#: cmd/quickstart.py:689 +msgid "do not create batchfile" +msgstr "no es crea el fitxer de processament per lots" + +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" +msgstr "usa el mode make per a Makefile/make.bat" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "Plantilles de projecte" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" -msgstr "Enllaça amb aquesta equació" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" +msgstr "directori de plantilles per als fitxers de plantilla" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[font]" +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "defineix una variable de plantilla" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "s'està ressaltant el codi del mòdul... " +#: cmd/quickstart.py:749 +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»." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[documents]" +#: cmd/quickstart.py:768 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Codi del mòdul" +#: cmd/quickstart.py:775 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: cmd/quickstart.py:793 #, python-format -msgid "

Source code for %s

" -msgstr "

Codi font per a %s

" +msgid "Invalid template variable: %s" +msgstr "Variable no vàlida de plantilla: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Vista general: codi del mòdul" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" +msgstr "S'ha produït una excepció en construir, s'està iniciant el depurador:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Tots els mòduls per als quals hi ha codi

" +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" +msgstr "S'ha interromput!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Tasca pendent" +#: cmd/build.py:67 +msgid "reST markup error:" +msgstr "Error de marcatge reST:" + +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" +msgstr "Error de codificació:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "TODO entry found: %s" -msgstr "S'ha trobat una entrada TODO: %s" +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "La traça completa s'ha guardat a %s, si voleu informar del problema als desenvolupadors." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" +msgstr "Error de recursivitat:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(L'<> es troba a %s, línia %d)." +#: _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 "Es pot produir amb fitxers molt grans o profundament imbricats. Podeu augmentar amb cura el límit predeterminat de la recursivitat de 1000 en el fitxer conf.py, amb, per exemple:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "entrada original" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" +msgstr "S'ha produït una excepció:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." -msgstr "S'hauria de crear el fitxer %s." +#: _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 "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." + +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "Es pot presentar un informe d'error en el seguidor . Moltes gràcies!" + +#: cmd/build.py:144 +msgid "job number should be a positive number" +msgstr "el número de treball hauria de ser un nombre positiu" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: cmd/build.py:154 msgid "" "\n" -"Look recursively in for Python modules and packages and create\n" -"one reST file with automodule directives per package in the .\n" +"Generate documentation from source files.\n" "\n" -"The s can be file and/or directory patterns that will be\n" -"excluded from generation.\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" -"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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "camí cap al mòdul que es documenta" +#: cmd/build.py:180 +msgid "path to documentation source files" +msgstr "camí cap als fitxers font de la documentació" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -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ó" +#: cmd/build.py:183 +msgid "path to output directory" +msgstr "camí cap al directori de sortida" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "directori per a col·locar tota la sortida" +#: cmd/build.py:188 +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»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -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)" +#: cmd/build.py:194 +msgid "general options" +msgstr "opcions generals" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "sobreescriu els fitxers existents" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "constructor que s'usarà (predeterminat: «html»)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 +#: cmd/build.py:210 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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "executa l'script sense crear els fitxers" +#: cmd/build.py:220 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -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" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" +msgstr "no usar un entorn desat, llegeix sempre tots els fitxers" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "inclou «_private» en els mòduls" +#: cmd/build.py:230 +msgid "path options" +msgstr "opcions de camí" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "nom de fitxer de la taula de contingut (predeterminat: mòduls)" +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "directori per als fitxers doctree i d'entorn (predeterminat: OUTPUT_DIR/.doctrees)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "no crea un fitxer de taula de contingut" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "directori per al fitxer de configuració (conf.py) (predeterminat: SOURCE_DIR)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -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)" +#: cmd/build.py:257 +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»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "posa la documentació del mòdul abans de la documentació del submòdul" +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "superposa una configuració en el fitxer de configuració" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -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" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" +msgstr "passa un valor a les plantilles HTML" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "sufix del fitxer (predeterminat: rst)" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "defineix l'etiqueta: inclou blocs «only» amb TAG" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "genera un projecte complet amb «sphinx-quickstart»" +#: cmd/build.py:294 +msgid "console output options" +msgstr "opcions de sortida de la consola" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -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»" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" +msgstr "augmenta la loquacitat (es pot repetir)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "nom del projecte (predeterminat: nom del mòdul arrel)" +#: cmd/build.py:308 ext/apidoc.py:413 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "autoria del projecte, s'usa quan s'indica el paràmetre «--full»" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "sense sortida, ni tan sols els avisos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "versió del projecte, s'usa quan s'indica el paràmetre «--full»" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" +msgstr "emet una sortida amb colors (predeterminada: detecció automàtica)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -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»" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "no emetre una sortida amb colors (predeterminada: detecció automàtica)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "opcions de l'extensió" +#: cmd/build.py:334 +msgid "warning control options" +msgstr "opcions de control d'avís" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." -msgstr "%s no és cap directori." +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" +msgstr "escriviu els avisos (i errors) al fitxer indicat" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: cmd/build.py:347 +msgid "turn warnings into errors" +msgstr "converteix els avisos en errors" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -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" +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "mostra la traça completa en excepció" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, 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" +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "executa Pdb en excepció" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "S'està ignorant la directiva «graphviz» sense contingut." +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "S'ha d'establir el camí de l'executable «graphviz_dot»! %r" +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "no es pot combinar l'opció -a i els noms de fitxer" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: cmd/build.py:439 #, 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»" +msgid "cannot open warning file %r: %s" +msgstr "no s'ha pogut obrir el fitxer d'avisos %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, 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" +#: cmd/build.py:458 +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»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, 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" +#: cmd/build.py:465 +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»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format haurà de ser un de «png» o «svg», però és %r" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "El constructor fictici no genera cap fitxer." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/linkcheck.py:60 #, python-format -msgid "dot code %r: %s" -msgstr "codi del «dot» %r: %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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/linkcheck.py:137 #, python-format -msgid "[graph: %s]" -msgstr "[gràfica: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[gràfica]" +msgid "broken link: %s (%s)" +msgstr "enllaç trencat: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/linkcheck.py:526 #, 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" +msgid "Anchor '%s' not found" +msgstr "No s'ha trobat l'àncora «%s»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: builders/linkcheck.py:726 #, 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" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Ha fallat en compilar expressions regulars a linkcheck_allowed_redirects: %r %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: builders/singlehtml.py:36 #, 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»" +msgid "The HTML page is in %(outdir)s." +msgstr "La pàgina HTML es troba a %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "==================== durades de lectura més lentes =====================" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "s'està muntant un únic document" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "manca «+» o «-» a l'opció «%s»." +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "s'està escrivint" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "«%s» no és una opció vàlida." +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "s'estan escrivint els fitxers addicionals" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/manpage.py:39 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "«%s» no és una opció pyversion vàlida" +msgid "The manual pages are in %(outdir)s." +msgstr "Les pàgines del manual es troben a %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "tipus de TestCode no vàlid" +#: builders/manpage.py:47 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/manpage.py:76 #, 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." +msgid "\"man_pages\" config value references unknown document %s" +msgstr "El valor de configuració «man_pages» fa referència a un document %s desconegut" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: builders/text.py:34 #, 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" +msgid "The text files are in %(outdir)s." +msgstr "Els fitxers de text es troben a %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "s'ignora el codi doctest no vàlid: %r" +msgid "error writing file %s: %s" +msgstr "error en escriure al fitxer %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 +#: builders/xml.py:38 #, 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)" +msgid "The XML files are in %(outdir)s." +msgstr "Els fitxers en XML es troben a %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/xml.py:110 #, python-format -msgid "invalid regex %r in %s" -msgstr "expressions regulars no vàlides %r a %s" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Els fitxers en pseudo XML es troben a %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/texinfo.py:47 #, python-format -msgid "module %s could not be imported: %s" -msgstr "el mòdul %s no s'ha pogut importar: %s" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Els fitxers de Texinfo es troben a %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 -#, python-format +#: builders/texinfo.py:49 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nExecuteu l'ordre «make» en aquest directori per a executar-les mitjançant\nde makeinfo (useu l'ordre «make info» per a fer-ho automàticament)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -msgid "" -"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 "no s'ha trobat el valor de configuració «texinfo_documents»: no s'escriurà cap document" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: builders/texinfo.py:90 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." -msgstr "Proves de cobertura en les fonts acabades, mireu el resultat a %(outdir)spython.txt." +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "El valor de configuració «texinfo_documents» fa referència a un document %s desconegut" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "expressions regulars no vàlides %r a coverage_c_regexes" +msgid "processing %s" +msgstr "s'està processant %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "API de C sense documentar: %s [ %s] en el fitxer %s" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "s'estan resolent les referències..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "funció de Python sense documentar: %s :: %s" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (a " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "classe de Python sense documentar: %s :: %s" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "s'estan copiant les imatges... " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "mètode de Python sense documentar: %s :: %s :: %s" +msgid "cannot copy image file %r: %s" +msgstr "no s'ha pogut copiar el fitxer d'imatge %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, 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»" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "s'estan copiant els fitxers de suport de Texinfo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: builders/texinfo.py:233 #, 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»" +msgid "error writing file Makefile: %s" +msgstr "error en escriure el fitxer Makefile: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: builders/gettext.py:230 #, python-format -msgid "display latex %r: %s" -msgstr "visualització de latex %r: %s" +msgid "The message catalogs are in %(outdir)s." +msgstr "Els catàlegs de missatges es troben a %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "inline latex %r: %s" -msgstr "latex inclòs %r: %s" +msgid "building [%s]: " +msgstr "s'està construint [%s]: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: builders/gettext.py:252 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "la secció «%s» s'etiqueta com a «%s»" +msgid "targets for %d template files" +msgstr "objectius per a %d fitxers de plantilla" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "etiqueta duplicada %s, una altra instància a %s" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "s'estan llegint les plantilles... " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "s'estan escrivint els catàlegs de missatges... " + +#: builders/__init__.py:200 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "%r toplevel_sectioning desconegut per a la classe %r" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: builders/__init__.py:208 #, python-format -msgid "no Babel option known for language %r" -msgstr "no es coneix l'opció de Babel per a l'idioma %r" +msgid "a suitable image for %s builder not found: %s" +msgstr "no s'ha trobat una imatge adequada per al constructor %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: massa gran, s'ignora." +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "s'estan construint [mo]:" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "s'està escrivint la sortida..." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: builders/__init__.py:251 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "all of %d po files" +msgstr "tots els %d fitxers PO" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "el títol del document no és només un node de text" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "objectius per als %d fitxers PO que s'han especificat" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "el node del títol no s'ha trobat en la secció, tema, taula, advertiment o nota al marge" +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "objectius per als %d fitxers PO que estan desfasats" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Notes al peu" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "tots els fitxers font" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: builders/__init__.py:307 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "file %r given on command line does not exist, " +msgstr "el fitxer %r proporcionat a la línia d'ordres no existeix, " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: builders/__init__.py:313 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "s'indiquen tant les columnes tabulars com l'opció «:widths:». S'ignora l'opció «:widths:»." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: builders/__init__.py:324 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "la unitat de dimensió %s no és vàlida. S'ignora." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: builders/__init__.py:339 #, python-format -msgid "unknown index entry type %s found" -msgstr "s'ha trobat el tipus d'entrada %s amb un índex desconegut" +msgid "%d source files given on command line" +msgstr "%d fitxers font proporcionats a la línia d'ordres" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: builders/__init__.py:354 #, python-format -msgid "[image: %s]" -msgstr "[imatge: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[imatge]" +msgid "targets for %d source files that are out of date" +msgstr "els objectius per a %d fitxers font que estan desfasats" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "Enllaça amb aquesta definició" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "s'està cercant per fitxers sense actualitzar... " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: builders/__init__.py:386 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format no s'ha definit per a %s" +msgid "%d found" +msgstr "s'han trobat %d" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Qualsevol ID no assignat per al node %s" +#: builders/__init__.py:388 +msgid "none found" +msgstr "no se n'ha trobat cap" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "Enllaça amb aquest terme" +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "s'està preparant l'ambient" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "Enllaça amb aquesta capçalera" +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "s'està comprovant la coherència" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "Enllaça amb aquesta taula" +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "no hi ha cap objectiu desfasat." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "Enllaça amb aquest codi" +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "s'està actualitzant l'entorn: " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "Enllaça amb aquesta imatge" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s afegits, %s canviats, %s eliminats" + +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "Enllaça amb aquest toctree" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "No s'ha pogut obtenir la mida de la imatge. S'ignora l'opció «:scale:»." +#: builders/__init__.py:527 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Índex" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "el subtítol no es troba dins d'una figura." +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "s'estan llegint les fonts... " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: builders/__init__.py:686 #, python-format -msgid "unimplemented node type: %r" -msgstr "tipus de node sense implementar: %r" +msgid "docnames to write: %s" +msgstr "els docname que s'escriuran: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "Ús:" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "s'estan preparant els documents" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "{0} [OPCIONS] []" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "s'estan copiant els recursos" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr "El generador de documentació Sphinx." +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "caràcters font no codificables, substituint per «?»: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "Ordres:" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "El fitxer ePub es troba a %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "Opcions" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "s'està escrivint el fitxer nav.xhtml..." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "Per a més informació, visiteu https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:220 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: error: {1}\nPer a informació executeu «{0} --help»" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr " Gestiona la documentació amb Sphinx." +#: builders/epub3.py:231 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "Mostra la versió i surt." +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "Mostra aquest missatge i surt." +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "Registre" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "Augmenta la verbositat (es pot repetir)" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "Imprimeix només els errors i els avisos." +#: builders/epub3.py:255 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "Cap sortida en absolut" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "Vegeu «sphinx --help».\n" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "css_file no vàlid: %r, s'ignora" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/_epub_base.py:220 #, python-format msgid "duplicated ToC entry found: %s" msgstr "s'ha trobat una entrada ToC duplicada: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "s'estan copiant les imatges... " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: builders/_epub_base.py:432 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "no s'ha pogut copiar el fitxer d'imatge %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: builders/_epub_base.py:463 #, python-format msgid "cannot write image file %r: %s" msgstr "no s'ha pogut escriure el fitxer d'imatge %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 +#: builders/_epub_base.py:475 msgid "Pillow not found - copying image files" msgstr "No s'ha trobat el Pillow: es copien els fitxers d'imatge" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 +#: builders/_epub_base.py:507 msgid "writing mimetype file..." msgstr "s'està escrivint un fitxer de tipus MIME..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 +#: builders/_epub_base.py:516 msgid "writing META-INF/container.xml file..." msgstr "s'està escrivint el fitxer META-INF/container.xml..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 +#: builders/_epub_base.py:553 msgid "writing content.opf file..." msgstr "s'està escrivint el fitxer content.opf..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: builders/_epub_base.py:585 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "tipus MIME desconegut per a %s, s'ignora" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 +#: builders/_epub_base.py:756 msgid "writing toc.ncx file..." msgstr "s'està escrivint el fitxer toc.ncx..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: builders/_epub_base.py:785 #, python-format msgid "writing %s file..." msgstr "s'està escrivint el fitxer %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: builders/changes.py:33 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Els fitxers en XML es troben a %(outdir)s." +msgid "The overview file is in %(outdir)s." +msgstr "El fitxer de vista general es troba a %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: builders/changes.py:60 #, python-format -msgid "error writing file %s: %s" -msgstr "error en escriure al fitxer %s: %s" +msgid "no changes in version %s." +msgstr "no hi ha canvis en la versió %s." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Els fitxers en pseudo XML es troben a %(outdir)s." +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "s'està escrivint el fitxer de vista general..." -#: /home/runner/work/sphinx/sphinx/sphinx/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/changes.py:77 +msgid "Builtins" +msgstr "Elements incorporats" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -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/changes.py:79 +msgid "Module level" +msgstr "Nivell de mòdul" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "s'està escrivint" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "s'estan copiant els fitxers font..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: builders/changes.py:140 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "El valor de configuració «man_pages» fa referència a un document %s desconegut" +msgid "could not read %r for changelog creation" +msgstr "no s'ha pogut llegir %r per a la creació del registre de canvis" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "El constructor fictici no genera cap fitxer." +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "no s'ha trobat el rol predeterminat %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: util/docfields.py:95 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "El fitxer ePub es troba a %(outdir)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 usa el rol «%s», però no es troba en el domini." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "s'està escrivint el fitxer nav.xhtml..." +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -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" +#: util/nodes.py:419 +#, 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»." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -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" +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "el toctree conté una referència cap al fitxer %r que no existeix" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -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" +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "excepció mentre només s'avaluava l'expressió directiva: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -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" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -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" +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -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" +#: util/inventory.py:170 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -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" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "el valor de configuració «epub_copyright» (o «copyright») no pot estar buit per a EPUB3" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "directiva o nom de rol desconegut: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "el valor de configuració «epub_identifier» no pot estar buit per a EPUB3" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "tipus de node desconegut: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "el valor de configuració «version» no pot estar buit per a EPUB3" +#: util/display.py:83 +msgid "skipped" +msgstr "s'omet" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file no vàlid: %r, s'ignora" +#: util/display.py:88 +msgid "failed" +msgstr "ha fallat" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: util/i18n.py:105 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Cerqueu qualsevol error a la sortida anterior o en el fitxer %(outdir)s/output.txt" +msgid "reading error: %s, %s" +msgstr "error de lectura: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: util/i18n.py:112 #, python-format -msgid "broken link: %s (%s)" -msgstr "enllaç trencat: %s (%s)" +msgid "writing error: %s, %s" +msgstr "error d'escriptura: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: util/i18n.py:141 #, python-format -msgid "Anchor '%s' not found" -msgstr "No s'ha trobat l'àncora «%s»" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s no existeix" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: util/i18n.py:236 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "Ha fallat en compilar expressions regulars a linkcheck_allowed_redirects: %r %s" +msgid "" +"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" + +#: 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:» 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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "cap espai en blanc eliminat en disminuir el sagnat" + +#: directives/code.py:84 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "El fitxer de vista general es troba a %(outdir)s." +msgid "Invalid caption: %s" +msgstr "Subtítol no vàlid: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "no changes in version %s." -msgstr "no hi ha canvis en la versió %s." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "s'està escrivint el fitxer de vista general..." +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "No es poden usar ambdues opcions «%s» i «%s»" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Elements incorporats" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "El fitxer inclòs %r no s'ha trobat o s'ha fallat en llegir-lo" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Nivell de mòdul" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "La codificació %r usada per a la lectura del fitxer inclòs %r sembla estar malament, intenteu donar una opció «:encoding:»" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "s'estan copiant els fitxers font..." +#: directives/code.py:270 +#, 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:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "No podeu usar «lineno-match» amb un conjunt desarticulat de «línies»" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: directives/code.py:308 #, 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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: directives/other.py:122 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Els fitxers de text es troben a %(outdir)s." +msgid "toctree glob pattern %r didn't match any documents" +msgstr "El patró global toctree %r no coincideix amb cap document" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Els catàlegs de missatges es troben a %(outdir)s." +msgid "toctree contains reference to excluded document %r" +msgstr "el toctree conté una referència cap al document exclòs %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "building [%s]: " -msgstr "s'està construint [%s]: " +msgid "toctree contains reference to nonexisting document %r" +msgstr "el toctree conté una referència cap al document %r, el qual no existeix" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: directives/other.py:171 #, python-format -msgid "targets for %d template files" -msgstr "objectius per a %d fitxers de plantilla" +msgid "duplicated entry found in toctree: %s" +msgstr "s'ha trobat una entrada duplicada en el toctree: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "s'estan llegint les plantilles... " +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autor de la secció:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "s'estan escrivint els catàlegs de missatges... " +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autor del mòdul: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, 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)" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Autor del codi: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, 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" +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "s'estan construint [mo]:" +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr "... el contingut dels reconeixements no és una llista" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "s'està escrivint la sortida..." +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr "... el contingut de l'historial no és una llista" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" -msgstr "tots els %d fitxers PO" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "Ús:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "objectius per als %d fitxers PO que s'han especificat" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPCIONS] []" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "objectius per als %d fitxers PO que estan desfasats" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "El generador de documentació Sphinx." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "tots els fitxers font" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "Ordres:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, 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, " +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Opcions" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, 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" +#: _cli/__init__.py:112 _cli/__init__.py:183 +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/." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, 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" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: error: {1}\nPer a informació executeu «{0} --help»" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "%d fitxers font proporcionats a la línia d'ordres" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr " Gestiona la documentació amb Sphinx." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "els objectius per a %d fitxers font que estan desfasats" +#: _cli/__init__.py:194 +msgid "Show the version and exit." +msgstr "Mostra la versió i surt." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "s'està cercant per fitxers sense actualitzar... " +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "Mostra aquest missatge i surt." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "s'han trobat %d" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "Registre" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "no se n'ha trobat cap" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "Augmenta la verbositat (es pot repetir)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "s'està preparant l'ambient" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "Imprimeix només els errors i els avisos." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "s'està comprovant la coherència" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "Cap sortida en absolut" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "no hi ha cap objectiu desfasat." +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "s'està actualitzant l'entorn: " +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "Vegeu «sphinx --help».\n" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s afegits, %s canviats, %s eliminats" +msgid "%b %d, %Y" +msgstr "%-d %b, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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 "" +#: 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!" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: transforms/__init__.py:267 #, 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 "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: transforms/__init__.py:313 #, 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 "Footnote [%s] is not referenced." +msgstr "La nota al peu [%s] no té una referència." + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 -#, python-format +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "La nota al peu [núm.] no té una referència." + +#: transforms/i18n.py:229 transforms/i18n.py:304 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 "" +"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}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "s'estan llegint les fonts... " +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referències incoherents en el missatge traduït. Original: {0}, traduït: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "els docname que s'escriuran: %s" +#: transforms/i18n.py:324 +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}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "s'estan preparant els documents" +#: transforms/i18n.py:346 +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}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "s'estan copiant els recursos" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[font]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: ext/imgconverter.py:40 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Els fitxers de Texinfo es troben a %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nExecuteu l'ordre «make» en aquest directori per a executar-les mitjançant\nde makeinfo (useu l'ordre «make info» per a fer-ho automàticament)." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -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" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, 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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: ext/imgconverter.py:68 #, python-format -msgid "processing %s" -msgstr "s'està processant %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "l'ordre «convert» %r no s'ha pogut executar, comproveu la configuració d'«image_converter»" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "s'estan resolent les referències..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "s'està ressaltant el codi del mòdul... " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (a " +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[documents]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "s'estan copiant els fitxers de suport de Texinfo" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Codi del mòdul" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: ext/viewcode.py:311 #, python-format -msgid "error writing file Makefile: %s" -msgstr "error en escriure el fitxer Makefile: %s" +msgid "

Source code for %s

" +msgstr "

Codi font per a %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "La pàgina HTML es troba a %(outdir)s." +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Vista general: codi del mòdul" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "s'està muntant un únic document" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Tots els mòduls per als quals hi ha codi

" + +#: ext/coverage.py:47 +#, python-format +msgid "invalid regex %r in %s" +msgstr "expressions regulars no vàlides %r a %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "s'estan escrivint els fitxers addicionals" +#: ext/coverage.py:134 ext/coverage.py:280 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "el mòdul %s no s'ha pogut importar: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: ext/coverage.py:141 +#, 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 "«: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." +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "cap espai en blanc eliminat en disminuir el sagnat" +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: ext/coverage.py:163 #, python-format -msgid "Invalid caption: %s" -msgstr "Subtítol no vàlid: %s" +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "Proves de cobertura en les fonts acabades, mireu el resultat a %(outdir)spython.txt." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: ext/coverage.py:177 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "l'especificació del número de línia queda fora de l'interval (1-%d): %r" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "expressions regulars no vàlides %r a coverage_c_regexes" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: ext/coverage.py:245 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "No es poden usar ambdues opcions «%s» i «%s»" +msgid "undocumented c api: %s [%s] in file %s" +msgstr "API de C sense documentar: %s [ %s] en el fitxer %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: ext/coverage.py:429 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "El fitxer inclòs %r no s'ha trobat o s'ha fallat en llegir-lo" +msgid "undocumented python function: %s :: %s" +msgstr "funció de Python sense documentar: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: ext/coverage.py:445 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "La codificació %r usada per a la lectura del fitxer inclòs %r sembla estar malament, intenteu donar una opció «:encoding:»" +msgid "undocumented python class: %s :: %s" +msgstr "classe de Python sense documentar: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: ext/coverage.py:458 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "L'objecte anomenat %r no es troba en el fitxer inclòs %r" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "mètode de Python sense documentar: %s :: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "No podeu usar «lineno-match» amb un conjunt desarticulat de «línies»" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Tasca pendent" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: ext/todo.py:104 #, 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" +msgid "TODO entry found: %s" +msgstr "S'ha trobat una entrada TODO: %s" + +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: ext/todo.py:165 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "El patró global toctree %r no coincideix amb cap document" +msgid "(The <> is located in %s, line %d.)" +msgstr "(L'<> es troba a %s, línia %d)." + +#: ext/todo.py:175 +msgid "original entry" +msgstr "entrada original" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: ext/extlinks.py:82 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "el toctree conté una referència cap al document exclòs %r" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: ext/doctest.py:115 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "el toctree conté una referència cap al document %r, el qual no existeix" +msgid "missing '+' or '-' in '%s' option." +msgstr "manca «+» o «-» a l'opció «%s»." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: ext/doctest.py:120 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "s'ha trobat una entrada duplicada en el toctree: %s" +msgid "'%s' is not a valid option." +msgstr "«%s» no és una opció vàlida." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autor de la secció:" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "«%s» no és una opció pyversion vàlida" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autor del mòdul: " +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "tipus de TestCode no vàlid" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Autor del codi: " +#: ext/doctest.py:281 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor: " +#: ext/doctest.py:434 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "... el contingut dels reconeixements no és una llista" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "s'ignora el codi doctest no vàlid: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "... el contingut de l'historial no és una llista" +#: ext/graphviz.py:135 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: ext/graphviz.py:145 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "No s'ha pogut recuperar la imatge remota: %s [%d]" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "No s'ha pogut recuperar la imatge remota: %s [%s]" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "S'està ignorant la directiva «graphviz» sense contingut." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: ext/graphviz.py:268 #, python-format -msgid "Unknown image format: %s..." -msgstr "Format d'imatge desconegut: %s..." +msgid "graphviz_dot executable path must be set! %r" +msgstr "S'ha d'establir el camí de l'executable «graphviz_dot»! %r" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: ext/graphviz.py:303 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "No s'ha pogut determinar el text alternatiu per a la referència creuada. Podria ser un error." +"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»" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: ext/graphviz.py:310 #, 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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: ext/graphviz.py:313 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s no es troba la destinació de la referència: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "«dot» no ha produït un fitxer de sortida:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: ext/graphviz.py:329 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r no es troba la destinació de la referència: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "Taula de continguts" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Cerca" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format haurà de ser un de «png» o «svg», però és %r" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Ves a" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" +msgstr "codi del «dot» %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Mostra el codi font" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[gràfica: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Contingut" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[gràfica]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Redueix la barra lateral" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "Enllaça amb aquesta equació" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: ext/apidoc.py:85 #, python-format -msgid "Search %(docstitle)s" -msgstr "Cercar a %(docstitle)s" +msgid "Would create file %s." +msgstr "S'hauria de crear el fitxer %s." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Cerca ràpida" +#: 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 "\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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "Vista general" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "camí cap al mòdul que es documenta" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" -msgstr "Us donem la benvinguda! Això és" +#: ext/apidoc.py:396 +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ó" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" -msgstr "la documentació per a" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "directori per a col·locar tota la sortida" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" -msgstr "darrera actualització" +#: ext/apidoc.py:422 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "Índexs i taules:" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "sobreescriu els fitxers existents" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "Taula de contingut completa" +#: ext/apidoc.py:437 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "llista totes les seccions i subseccions" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "executa l'script sense crear els fitxers" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Pàgina de cerca" +#: ext/apidoc.py:453 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "cerca aquesta documentació" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "inclou «_private» en els mòduls" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "Índex global de mòduls" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "nom de fitxer de la taula de contingut (predeterminat: mòduls)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "accés ràpid a tots els mòduls" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "no crea un fitxer de taula de contingut" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Índex general" +#: ext/apidoc.py:481 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "totes les funcions, classes, termes" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "posa la documentació del mòdul abans de la documentació del submòdul" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" +#: ext/apidoc.py:498 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Índex complet en una pàgina" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "sufix del fitxer (predeterminat: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Tema anterior" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "capítol anterior" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "genera un projecte complet amb «sphinx-quickstart»" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Tema següent" +#: ext/apidoc.py:531 +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»" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "capítol següent" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "nom del projecte (predeterminat: nom del mòdul arrel)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Activa JavaScript per a usar la funcionalitat\n de cerca." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "autoria del projecte, s'usa quan s'indica el paràmetre «--full»" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -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.py:552 +msgid "project version, used when --full is given" +msgstr "versió del projecte, s'usa quan s'indica el paràmetre «--full»" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "cerca" +#: ext/apidoc.py:559 +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»" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Aquesta pàgina" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "opcions de l'extensió" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Pàgines d'índex per lletra" +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." +msgstr "%s no és cap directori." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "pot ser gegant" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navegació" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "la secció «%s» s'etiqueta com a «%s»" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Cerca dins de %(docstitle)s" +msgid "duplicate label %s, other instance in %s" +msgstr "etiqueta duplicada %s, una altra instància a %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Quant a aquests documents" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "==================== durades de lectura més lentes =====================" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: ext/imgmath.py:159 +#, 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»" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 +#: ext/imgmath.py:174 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s l'ordre de %r no s'ha pogut executar (necessària per a la visualització matemàtica), comproveu la configuració d'«imgmath_%s»" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: ext/imgmath.py:328 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Darrera actualització el %(last_updated)s." +msgid "display latex %r: %s" +msgstr "visualització de latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: ext/imgmath.py:362 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Creada mitjançant Sphinx %(sphinx_version)s." +msgid "inline latex %r: %s" +msgstr "latex inclòs %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" -msgstr "Expandeix la barra lateral" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Notes al peu" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "[image: %s]" +msgstr "[imatge: %s]" + +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[imatge]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "Enllaça amb aquesta definició" + +#: writers/html5.py:415 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Canvis en la versió %(version)s — %(docstitle)s" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format no s'ha definit per a %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 +#: writers/html5.py:427 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Llista de canvis de la versió %(version)s generada automàticament" +msgid "Any IDs not assigned for %s node" +msgstr "Qualsevol ID no assignat per al node %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Canvis a la biblioteca" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "Enllaça amb aquest terme" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Canvis a l'API de C" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "Enllaça amb aquesta capçalera" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Altres canvis" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "Enllaça amb aquesta taula" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Oculta els resultats de cerca" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "Resultats de la cerca" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "Enllaça amb aquest codi" -#: /home/runner/work/sphinx/sphinx/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 "La vostra cerca no ha coincidit amb cap document. Assegureu-vos que s'escriuen correctament totes les paraules i que heu seleccionat prou categories." +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "Enllaça amb aquesta imatge" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "Cerca acabada, s'han trobat ${resultCount} pàgines que coincideixen amb la consulta de cerca." +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "Enllaça amb aquest toctree" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" -msgstr "S'està cercant" +#: writers/html5.py:759 +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:»." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "S'està preparant la cerca..." +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Índex" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr ", a " +#: writers/latex.py:746 writers/texinfo.py:642 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "el fitxer d'imatge no es pot llegir: %s" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "el subtítol no es troba dins d'una figura." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: writers/texinfo.py:1300 #, python-format -msgid "image file %s not readable: %s" -msgstr "el fitxer d'imatge %s no es pot llegir: %s" +msgid "unimplemented node type: %r" +msgstr "tipus de node sense implementar: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: writers/latex.py:364 #, python-format -msgid "download file not readable: %s" -msgstr "el fitxer de baixada no es pot llegir: %s" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "%r toplevel_sectioning desconegut per a la classe %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s ja té assignats números de secció (toctree amb numeració imbricada?)" +msgid "no Babel option known for language %r" +msgstr "no es coneix l'opció de Babel per a l'idioma %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "s'han detectat referències circulars del toctree, s'ignora: %s <- %s" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: massa gran, s'ignora." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "el títol del document no és només un node de text" + +#: writers/latex.py:1178 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ç" +"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:»." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: writers/latex.py:1575 #, 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 "dimension unit %s is invalid. Ignored." +msgstr "la unitat de dimensió %s no és vàlida. S'ignora." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: writers/latex.py:1931 #, python-format -msgid "see %s" -msgstr "vegeu %s" +msgid "unknown index entry type %s found" +msgstr "s'ha trobat el tipus d'entrada %s amb un índex desconegut" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "see also %s" -msgstr "vegeu també %s" +msgid "environment variable; %s" +msgstr "variable d'entorn; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: domains/std/__init__.py:111 #, python-format -msgid "unknown index entry type %r" -msgstr "tipus d'entrada %r amb un índex desconegut" +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbols" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 +#: domains/std/__init__.py:234 #, 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»." - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Paràmetres de la plantilla" +"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»" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 +#: domains/std/__init__.py:305 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "%s command line option" +msgstr "opció de la línia d'ordres %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Paràmetres" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "opció de la línia d'ordres" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "Valors retornats" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "el terme del glossari ha d'estar precedit per una línia buida" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "unió" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "els termes del glossari no han d'estar separats per línies buides" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "membre" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "el glossari sembla estar mal formatat, verifiqueu el sagnat" + +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "terme del glossari" + +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "gramàtica simbòlica" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "etiqueta de referència" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "variable d'entorn" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "opció del programa" + +#: domains/std/__init__.py:608 +msgid "document" +msgstr "document" + +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Índex de mòduls" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tipus" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Pàgina de cerca" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "concepte" +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "descripció %s duplicada del %s, una altra instància a %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enumera" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "«numfig» està desactivat. :numref: s'ignora." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "numerador" +#: domains/std/__init__.py:934 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "paràmetre de la funció" +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" +msgstr "l'enllaç no té cap subtítol: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "paràmetre de la plantilla" +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format no vàlid: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variables" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "numfig_format no vàlid: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Llença" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" +msgstr "etiqueta sense definir: %r" + +#: domains/std/__init__.py:1196 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format msgid "%s() (in module %s)" msgstr "%s() (al mòdul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: 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 (al mòdul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: domains/python/__init__.py:169 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable interna)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: domains/python/__init__.py:194 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: domains/python/__init__.py:195 #, python-format msgid "%s (class in %s)" msgstr "%s (classe a %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: domains/python/__init__.py:249 #, python-format msgid "%s() (%s class method)" msgstr "%s() (mètode de classe %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: domains/python/__init__.py:251 #, python-format msgid "%s() (%s static method)" msgstr "%s() (mètode estàtic %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: domains/python/__init__.py:389 #, python-format msgid "%s (%s property)" msgstr "%s (propietat %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: domains/python/__init__.py:428 #, python-format msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 +#: domains/python/__init__.py:557 msgid "Python Module Index" msgstr "Índex de mòduls en Python" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 +#: domains/python/__init__.py:558 msgid "modules" msgstr "mòduls" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 +#: domains/python/__init__.py:607 msgid "Deprecated" msgstr "Obsolet" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 +#: domains/python/__init__.py:632 msgid "exception" msgstr "excepció" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 +#: domains/python/__init__.py:634 msgid "class method" msgstr "mètode de classe" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 +#: domains/python/__init__.py:635 msgid "static method" msgstr "mètode estàtic" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 +#: domains/python/__init__.py:637 msgid "property" msgstr "propietat" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 +#: domains/python/__init__.py:638 msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: domains/python/__init__.py:698 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: domains/python/__init__.py:817 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 +#: domains/python/__init__.py:878 msgid " (deprecated)" msgstr " (obsolet)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Paràmetres" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variables" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Llença" + +#: domains/c/__init__.py:199 #, python-format -msgid "environment variable; %s" -msgstr "variable d'entorn; %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "%s; configuration value" -msgstr "" +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»." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" -msgstr "" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "Valors retornats" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "membre" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variable" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "estructura" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "unió" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enumera" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "numerador" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tipus" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "paràmetre de la funció" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Paràmetres de la plantilla" + +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: 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'." +msgstr "Declaració de C** duplicada, també definida a %s:%s.\nLa declaració és «.. cpp:%s:: %s»." + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "concepte" + +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "paràmetre de la plantilla" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contingut" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Taula de continguts" + +#: themes/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/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Redueix la barra lateral" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegació" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Cerca dins de %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Quant a aquests documents" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" + +#: 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 "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Creada mitjançant Sphinx %(sphinx_version)s." + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: themes/basic/genindex-single.html: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:8 +msgid "Index pages by letter" +msgstr "Pàgines d'índex per lletra" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "pot ser gegant" + +#: themes/basic/opensearch.xml:4 #, python-format +msgid "Search %(docstitle)s" +msgstr "Cercar a %(docstitle)s" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Aquesta pàgina" + +#: 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" + +#: 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" + +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índex general" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "totes les funcions, classes, termes" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Cerca ràpida" + +#: themes/basic/search.html:20 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»" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Activa JavaScript per a usar la funcionalitat\n de cerca." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Cercar múltiples paraules només mostrarà les coincidències\n que continguin totes les paraules." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: themes/basic/search.html:35 +msgid "search" +msgstr "cerca" + +#: 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/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandeix la barra lateral" + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s command line option" -msgstr "opció de la línia d'ordres %s" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Canvis en la versió %(version)s — %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "opció de la línia d'ordres" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "el terme del glossari ha d'estar precedit per una línia buida" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Canvis a la biblioteca" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Canvis a l'API de C" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "els termes del glossari no han d'estar separats per línies buides" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Altres canvis" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "el glossari sembla estar mal formatat, verifiqueu el sagnat" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "terme del glossari" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Oculta els resultats de cerca" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "gramàtica simbòlica" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +msgstr "Resultats de la cerca" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "etiqueta de referència" +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "variable d'entorn" +#: 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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "opció del programa" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" +msgstr "S'està cercant" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "document" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." +msgstr "S'està preparant la cerca..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Índex de mòduls" +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ", a " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: environment/collectors/asset.py:95 #, 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 "image file not readable: %s" +msgstr "el fitxer d'imatge no es pot llegir: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "«numfig» està desactivat. :numref: s'ignora." +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" +msgstr "el fitxer d'imatge %s no es pot llegir: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: environment/collectors/asset.py:160 #, 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 "download file not readable: %s" +msgstr "el fitxer de baixada no es pot llegir: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: environment/collectors/toctree.py:258 #, python-format -msgid "the link has no caption: %s" -msgstr "l'enllaç no té cap subtítol: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s ja té assignats números de secció (toctree amb numeració imbricada?)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: environment/adapters/toctree.py:318 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format no vàlid: %s (%r)" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "s'han detectat referències circulars del toctree, s'ignora: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: environment/adapters/toctree.py:342 #, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format no vàlid: %s" +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ç" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: environment/adapters/toctree.py:357 #, python-format -msgid "undefined label: %r" -msgstr "etiqueta sense definir: %r" +msgid "toctree contains reference to non-included document %r" +msgstr "el toctree conté una referència cap a un document no inclòs %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: environment/adapters/indexentries.py:126 #, 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 "see %s" +msgstr "vegeu %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: environment/adapters/indexentries.py:136 #, 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 "see also %s" +msgstr "vegeu també %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "unknown index entry type %r" +msgstr "tipus d'entrada %r amb un índex desconegut" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variable" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbols" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "macro" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "estructura" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "ve de la pàgina anterior" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "continua a la pàgina següent" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Les pàgines en HTML es troben a %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "No alfabètic" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Ha fallat en llegir el fitxer d'informació de la construcció: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "pàgina" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Versió" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Exemple" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "índex" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Exemples" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Arguments de paraules clau" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "següent" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Notes" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Altres paràmetres" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "s'estan generant els índexs" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "Rebudes" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "s'estan escrivint les pàgines addicionals" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "Referències" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Avisos" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "s'estan copiant els fitxers que es poden baixar... " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "Rendiments" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "no s'ha pogut copiar el fitxer que es podia baixar %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:843 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "conjunt de valors no vàlid (manca el claudàtor de tancament): %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "conjunt de valors no vàlid (manca el claudàtor d'obertura): %s" +msgid "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:896 +msgid "copying static files" +msgstr "s'estan copiant els fitxers estàtics" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:912 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "Cadena incorrecta literal (manquen les cometes de tancament): %s" +msgid "cannot copy static file %r" +msgstr "no s'ha pogut copiar el fitxer estàtic %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "s'estan copiant els fitxers addicionals" + +#: builders/html/__init__.py:927 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "Cadena incorrecta literal (manquen les cometes d'obertura): %s" +msgid "cannot copy extra file %r" +msgstr "no s'ha pogut copiar el fitxer addicional %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:933 #, python-format -msgid "(in %s v%s)" -msgstr "(a %s versió %s)" +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:982 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1027 #, python-format -msgid "(in %s)" -msgstr "(a %s)" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1188 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "s'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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1197 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "no es troba l'inventari per a la referència creuada externa: %r" +msgid "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "s'està bolcant l'inventari d'objectes" + +#: builders/html/__init__.py:1237 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "no es troba l'inventari per a la referència creuada externa: %r" +msgid "dumping search index in %s" +msgstr "s'està bolcant l'índex de cerca a %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:1279 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "no es troba el domini per a la referència creuada externa: %r" +msgid "invalid js_file: %r, ignored" +msgstr "js_file no vàlid: %r, s'ignora" + +#: builders/html/__init__.py:1312 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/html/__init__.py:1317 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "%s externa: no es troba la destinació de la referència %s: %s" +msgid "Unknown math_renderer %r is given." +msgstr "S'ha donat un math_renderer %r desconegut." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/html/__init__.py:1325 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "l'entrada html_extra_path %r no existeix" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/html/__init__.py:1332 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/html/__init__.py:1342 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "l'entrada html_static_path %r no existeix" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/html/__init__.py:1349 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, 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 "logo file %r does not exist" +msgstr "el fitxer de logotip %r no existeix" + +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" +msgstr "el fitxer icona de web %r no existeix" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/html/__init__.py:1384 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: builders/html/__init__.py:1397 +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ó)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/html/__init__.py:1414 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +msgid "%s %s documentation" +msgstr "%s %s documentació" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" +msgstr "Ha fallat en obtenir el docname!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: builders/latex/transforms.py:119 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -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:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -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:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: builders/latex/transforms.py:485 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "l'inventari intersphinx s'ha mogut: %s -> %s" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: builders/latex/__init__.py:117 #, 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 "The LaTeX files are in %(outdir)s." +msgstr "Els fitxers en LaTeX es troben a %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Ha fallat en analitzar type_comment per a %r: %s" +#: builders/latex/__init__.py:119 +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 (pdf)latex (useu l'ordre «make latexpdf» per a fer-ho\nautomàticament)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Ha fallat en analitzar un valor d'argument predeterminat per a %r: %s" +#: builders/latex/__init__.py:157 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: builders/latex/__init__.py:169 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "valor no vàlid per a l'opció de l'ordre de membre: %s" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "El valor de configuració «latex_documents» fa referència a un document %s desconegut" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, 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" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Versió" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "signatura no vàlida per a auto%s (%r)" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "s'estan copiant els fitxers de suport de TeX" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "error mentre es donava format als arguments per a %s: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "s'estan copiant els fitxers addicionals" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 +#: builders/latex/__init__.py:543 #, 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" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Clau de configuració desconeguda: latex_elements[%r], s'ignora." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 +#: builders/latex/__init__.py:551 #, 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 "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opció desconeguda de tema: latex_theme_options[%r], s'ignora." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: builders/latex/theming.py:87 #, python-format -msgid "A mocked object is detected: %r" -msgstr "S'ha detectat un objecte simulat: %r" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r no té la configuració «theme»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: builders/latex/theming.py:90 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "error mentre es donava format a la signatura per a %s: %s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r no té la configuració «%s»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "«::» en el nom de l'«automodule» no té sentit" +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" +msgstr "S'ha produït una excepció, iniciant el depurador:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 -#, 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" +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "Error de marcatge en el reStructuredText:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 -#, python-format +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" +msgstr "S'ha desat la traça completa a:" + +#: _cli/util/errors.py:172 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__-" +"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!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 -#, python-format +#: transforms/post_transforms/__init__.py:124 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" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "No s'ha pogut determinar el text alternatiu per a la referència creuada. Podria ser un error." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Ha fallat en obtenir una signatura de funció per a %s: %s" +msgid "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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: transforms/post_transforms/__init__.py:250 #, 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" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s no es troba la destinació de la referència: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "%r reference target not found: %s" +msgstr "%r no es troba la destinació de la referència: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "missing attribute %s in object %s" -msgstr "manca l'atribut %s a l'objecte %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "No s'ha pogut recuperar la imatge remota: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "alias of %s" -msgstr "àlies de %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "No s'ha pogut recuperar la imatge remota: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "àlies de TypeVar(%s)" +msgid "Unknown image format: %s..." +msgstr "Format d'imatge desconegut: %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 -#, 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:707 +msgid "Example" +msgstr "Exemple" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "S'han trobat __slots__ no vàlids a %s. S'ignora." +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Exemples" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "autosummary: ha fallat en determinar %r que s'ha de documentar, s'ha plantejat l'excepció següent:\n%s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Arguments de paraules clau" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 -#, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[autosummary] s'està generant autosummary per a: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Notes" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 -#, python-format -msgid "[autosummary] writing to %s" -msgstr "[autosummary] s'està escrivint a %s" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Altres paràmetres" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[autosummary]: ha fallat en importar %s.\nPossibles pistes:\n%s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "Rebudes" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 -msgid "" -"\n" -"Generate ReStructuredText using autosummary directives.\n" -"\n" -"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" -"the reStructuredText files from the autosummary directives contained in the\n" -"given input files.\n" -"\n" -"The format of the autosummary directive is documented in the\n" -"``sphinx.ext.autosummary`` Python module and can be read using::\n" -"\n" -" pydoc sphinx.ext.autosummary\n" -msgstr "\nGenera ReStructuredText mitjançant directrius de resum automàtic «autosummary».\n\n«sphinx-autogen» és un frontal per a sphinx.ext.autosummary.generate.\nGenera els fitxers en reStructuredText des de les directrius d'autosummary\ncontingudes en els fitxers d'entrada indicats.\n\nEl format de les directrius d'autosummary està documentat en el mòdul\n``sphinx.ext.autosummary`` de Python i es pot llegir mitjançant l'ordre següent::\n\npydoc sphinx.ext.autosummary\n" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "Referències" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 -msgid "source files to generate rST files for" -msgstr "fitxers font per a generar els fitxers rST per a" +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Avisos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 -msgid "directory to place all output in" -msgstr "directori per a col·locar tota la sortida a" +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "Rendiments" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "sufix predeterminat per als fitxers (predeterminat: %(default)s)" +msgid "invalid value set (missing closing brace): %s" +msgstr "conjunt de valors no vàlid (manca el claudàtor de tancament): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "directori de plantilles personalitzades (predeterminat: %(default)s)" +msgid "invalid value set (missing opening brace): %s" +msgstr "conjunt de valors no vàlid (manca el claudàtor d'obertura): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "document de membres importats (predeterminat: %(default)s)" +msgid "malformed string literal (missing closing quote): %s" +msgstr "Cadena incorrecta literal (manquen les cometes de tancament): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "documenta exactament els membres en l'atribut __all__ del mòdul. (predeterminat: %(default)s)" +msgid "malformed string literal (missing opening quote): %s" +msgstr "Cadena incorrecta literal (manquen les cometes d'obertura): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/autosummary/__init__.py:255 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "referències autosummary excloses del document %r. S'ignora." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/autosummary/__init__.py:257 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "autosummary: no s'ha trobat el fitxer stub %r. Verifiqueu la vostra configuració autosummary_generate." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 +#: ext/autosummary/__init__.py:276 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "Un resum automàtic amb subtítols requereix l'opció «:toctree:». S'ignora." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/autosummary/__init__.py:329 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3867,293 +3754,360 @@ msgid "" "%s" msgstr "autosummary: ha fallat en importar %s.\nPossibles pistes:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/autosummary/__init__.py:343 #, python-format msgid "failed to parse name %s" msgstr "ha fallat en analitzar el nom %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/autosummary/__init__.py:348 #, python-format msgid "failed to import object %s" msgstr "ha fallat en importar l'objecte %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/autosummary/__init__.py:647 #, python-format msgid "" "Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/autosummary/__init__.py:818 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "autosummary_generate: no s'ha trobat el fitxer: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/autosummary/__init__.py:826 msgid "" "autosummary generates .rst files internally. But your source_suffix does not" " contain .rst. Skipped." msgstr "«autosummary» genera internament els fitxers «.rst». Però el vostre source_suffix no conté cap «.rst». S'omet." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "S'ha produït una excepció, iniciant el depurador:" +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 +#, python-format +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "autosummary: ha fallat en determinar %r que s'ha de documentar, s'ha plantejat l'excepció següent:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "Error de marcatge en el reStructuredText:" +#: ext/autosummary/generate.py:525 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[autosummary] s'està generant autosummary per a: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" -msgstr "S'ha desat la traça completa a:" +#: ext/autosummary/generate.py:529 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[autosummary] s'està escrivint a %s" + +#: ext/autosummary/generate.py:571 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[autosummary]: ha fallat en importar %s.\nPossibles pistes:\n%s" + +#: ext/autosummary/generate.py:766 +msgid "" +"\n" +"Generate ReStructuredText using autosummary directives.\n" +"\n" +"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" +"the reStructuredText files from the autosummary directives contained in the\n" +"given input files.\n" +"\n" +"The format of the autosummary directive is documented in the\n" +"``sphinx.ext.autosummary`` Python module and can be read using::\n" +"\n" +" pydoc sphinx.ext.autosummary\n" +msgstr "\nGenera ReStructuredText mitjançant directrius de resum automàtic «autosummary».\n\n«sphinx-autogen» és un frontal per a sphinx.ext.autosummary.generate.\nGenera els fitxers en reStructuredText des de les directrius d'autosummary\ncontingudes en els fitxers d'entrada indicats.\n\nEl format de les directrius d'autosummary està documentat en el mòdul\n``sphinx.ext.autosummary`` de Python i es pot llegir mitjançant l'ordre següent::\n\npydoc sphinx.ext.autosummary\n" + +#: ext/autosummary/generate.py:788 +msgid "source files to generate rST files for" +msgstr "fitxers font per a generar els fitxers rST per a" + +#: ext/autosummary/generate.py:796 +msgid "directory to place all output in" +msgstr "directori per a col·locar tota la sortida a" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 -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!" +#: ext/autosummary/generate.py:804 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "sufix predeterminat per als fitxers (predeterminat: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/autosummary/generate.py:812 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r no té la configuració «theme»" +msgid "custom template directory (default: %(default)s)" +msgstr "directori de plantilles personalitzades (predeterminat: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/autosummary/generate.py:820 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r no té la configuració «%s»" +msgid "document imported members (default: %(default)s)" +msgstr "document de membres importats (predeterminat: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Ha fallat en obtenir el docname!" +#: ext/autosummary/generate.py:828 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "documenta exactament els membres en l'atribut __all__ del mòdul. (predeterminat: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" -msgstr "Ha fallat en obtenir un docname per a l'origen {source!r}!" +#: ext/intersphinx/_resolve.py:47 +#, python-format +msgid "(in %s v%s)" +msgstr "(a %s versió %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "No s'ha trobat cap nota a peu de pàgina per al node de referència %r donat" +msgid "(in %s)" +msgstr "(a %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_resolve.py:103 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Els fitxers en LaTeX es troben a %(outdir)s." +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "\nExecuteu l'ordre «make» en aquest directori per a executar-les\nmitjançant (pdf)latex (useu l'ordre «make latexpdf» per a fer-ho\nautomàticament)." +#: ext/intersphinx/_resolve.py:113 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -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/intersphinx/_resolve.py:359 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "El valor de configuració «latex_documents» fa referència a un document %s desconegut" +msgid "invalid external cross-reference suffix: %r" +msgstr "no es troba l'inventari per a la referència creuada externa: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "s'estan copiant els fitxers de suport de TeX" +#: ext/intersphinx/_resolve.py:378 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "s'estan copiant els fitxers addicionals" +#: ext/intersphinx/_resolve.py:585 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:59 #, python-format -msgid "logo file %r does not exist" -msgstr "el fitxer de logotip %r no existeix" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Clau de configuració desconeguda: latex_elements[%r], s'ignora." +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opció desconeguda de tema: latex_theme_options[%r], s'ignora." +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "build info file is broken: %r" -msgstr "el fitxer d'informació de la compilació està trencat: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Les pàgines en HTML es troben a %(outdir)s." +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Ha fallat en llegir el fitxer d'informació de la construcció: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "índex" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "Logo of %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "següent" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "anterior" +#: ext/intersphinx/_load.py:240 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "s'estan generant els índexs" +#: ext/intersphinx/_load.py:265 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "s'estan escrivint les pàgines addicionals" +#: ext/intersphinx/_load.py:275 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "l'inventari intersphinx s'ha mogut: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "s'estan copiant els fitxers que es poden baixar... " +#: ext/autodoc/type_comment.py:132 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "no s'ha pogut copiar el fitxer que es podia baixar %r: %s" +msgid "Failed to parse type_comment for %r: %s" +msgstr "Ha fallat en analitzar type_comment per a %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "invalid value for member-order option: %s" +msgstr "valor no vàlid per a l'opció de l'ordre de membre: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "Ha fallat en copiar un fitxer a html_static_file: %s: %r" +msgid "invalid value for class-doc-from option: %s" +msgstr "valor no vàlid per a l'opció des de la documentació de classes: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "s'estan copiant els fitxers estàtics" +#: ext/autodoc/__init__.py:408 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "signatura no vàlida per a auto%s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "cannot copy static file %r" -msgstr "no s'ha pogut copiar el fitxer estàtic %r" +msgid "error while formatting arguments for %s: %s" +msgstr "error mentre es donava format als arguments per a %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "s'estan copiant els fitxers addicionals" +#: ext/autodoc/__init__.py:795 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy extra file %r" -msgstr "no s'ha pogut copiar el fitxer addicional %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 "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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Ha fallat en escriure el fitxer d'informació de la construcció: %r" +msgid "A mocked object is detected: %r" +msgstr "S'ha detectat un objecte simulat: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -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." +#: ext/autodoc/__init__.py:953 +#, 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:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "«::» en el nom de l'«automodule» no té sentit" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "la pàgina %s coincideix amb dos patrons a html_sidebars: %r i %r" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "arguments de signatura o anotació de retorn indicats per a «automodule» %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__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__-" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "s'està bolcant l'inventari d'objectes" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "manca l'atribut esmentat a l'opció «:members:»: mòdul %s, atribut %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" -msgstr "s'està bolcant l'índex de cerca a %s" +msgid "Failed to get a function signature for %s: %s" +msgstr "Ha fallat en obtenir una signatura de funció per a %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file no vàlid: %r, s'ignora" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -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." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Ha fallat en obtenir un constructor de funció per a %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "S'ha donat un math_renderer %r desconegut." +msgid "Bases: %s" +msgstr "Bases: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "l'entrada html_extra_path %r no existeix" +msgid "missing attribute %s in object %s" +msgstr "manca l'atribut %s a l'objecte %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "l'entrada html_extra_path %r es col·loca dins del directori de sortida" +msgid "alias of %s" +msgstr "àlies de %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "l'entrada html_static_path %r no existeix" +msgid "alias of TypeVar(%s)" +msgstr "àlies de TypeVar(%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "l'entrada html_static_path %r es col·loca dins del directori de sortida" +msgid "Failed to get a method signature for %s: %s" +msgstr "Ha fallat en obtenir una signatura de mètode per a %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "el fitxer icona de web %r no existeix" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "S'han trobat __slots__ no vàlids a %s. S'ignora." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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 "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -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ó)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "ve de la pàgina anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s documentació" +#: 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" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Números" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "pàgina" diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.js b/sphinx/locale/cak/LC_MESSAGES/sphinx.js index 7a2fd6f0282..7b8f80efbdb 100644 --- a/sphinx/locale/cak/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/cak/LC_MESSAGES/sphinx.mo b/sphinx/locale/cak/LC_MESSAGES/sphinx.mo index 47d55a99209..e583f0213ff 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 72ceac9e6cf..36ba82e475d 100644 --- a/sphinx/locale/cak/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cak/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-28 22:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Julien Malard , 2019\n" "Language-Team: Kaqchikel (http://app.transifex.com/sphinx-doc/sphinx-1/language/cak/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: cak\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Ruwachib'äl %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Kik'ajtz'ïk %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "xk'isïk" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "sachoj: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,311 +175,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Ruwachib'äl %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Kik'ajtz'ïk %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "Ruwäch" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "Sachoj" + +#: 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 "Tatz'u chuqa'" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Ütz apetïk pa rokisanem runuk'ik Sphinx %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "Rub'i' samäj" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "Kib'i' ajtz'ib'anel(a')" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -724,15 +999,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "Rujalwäch samäj" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -742,21 +1017,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "Ruch'ab'äl samaj" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -764,93 +1039,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -860,2934 +1133,2669 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "Rusachoj nuk'unem:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "Rusachoj kamulunem:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format +#: _cli/util/errors.py:178 cmd/build.py:117 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: cmd/build.py:144 +msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 -#, python-format +#: cmd/build.py:154 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"\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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: cmd/build.py:180 +msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: cmd/build.py:183 +msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format +#: cmd/build.py:188 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: cmd/build.py:194 +msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format +#: cmd/build.py:210 msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:126 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "rusachoj rusik'inïk: %s, %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "rusachoj rutz'ib'axïk: %s, %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: cmd/build.py:230 +msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:266 +msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" +#: cmd/build.py:294 +msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Sachoj" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Tatz'u chuqa'" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" +#: cmd/build.py:334 +msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: cmd/build.py:347 +msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: cmd/build.py:355 +msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: cmd/build.py:358 +msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: cmd/build.py:364 +msgid "raise an exception on warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: cmd/build.py:439 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 +#: builders/linkcheck.py:60 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: builders/linkcheck.py:137 #, python-format -msgid "Citation [%s] is not referenced." +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/linkcheck.py:526 #, python-format -msgid "%s() (built-in function)" +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 +#: builders/linkcheck.py:726 #, python-format -msgid "%s() (%s method)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/singlehtml.py:36 #, python-format -msgid "%s() (class)" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" -msgstr "" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "tajin nutz'ib'aj" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/text.py:34 #, python-format -msgid "%s (module)" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "Ruwäch" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/texinfo.py:90 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr "(chupam" + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "Deprecated since version %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: builders/texinfo.py:233 #, python-format -msgid "%s (directive)" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/gettext.py:230 #, python-format -msgid ":%s: (directive option)" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "%s (role)" +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/__init__.py:200 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/__init__.py:208 #, python-format -msgid "%s %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:251 #, python-format -msgid "

Source code for %s

" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Chi tiqib'ana'" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:285 #, python-format -msgid "TODO entry found: %s" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:307 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Ri <> k'o chupam %s, pa juch' %d.)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:313 #, python-format -msgid "Would create file %s." +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:516 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:527 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:534 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/_epub_base.py:220 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:432 #, python-format -msgid "dot code %r: %s" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:463 #, python-format -msgid "[graph: %s]" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid option." +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/changes.py:33 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/changes.py:140 #, python-format -msgid "invalid regex %r in %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: util/rst.py:72 #, python-format -msgid "module %s could not be imported: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/docfields.py:95 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/osutil.py:130 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/nodes.py:419 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:487 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:701 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/fileutil.py:76 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/inventory.py:170 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:185 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/docutils.py:283 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:746 #, python-format -msgid "display latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: util/i18n.py:105 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" +msgid "reading error: %s, %s" +msgstr "rusachoj rusik'inïk: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:112 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +msgid "writing error: %s, %s" +msgstr "rusachoj rutz'ib'axïk: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:141 #, python-format -msgid "no Babel option known for language %r" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:211 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:228 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:270 #, python-format -msgid "unknown index entry type %s found" +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" -msgstr "[wachib'äl: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[wachib'äl]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Cholwuj" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "tajin nutz'ib'aj" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:71 +msgid "Todo" +msgstr "Chi tiqib'ana'" + +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(Ri <> k'o chupam %s, pa juch' %d.)" + +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:268 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: ext/graphviz.py:303 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:310 #, python-format -msgid "broken link: %s (%s)" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "" + +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" +msgstr "" + +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "" + +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "" + +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "" + +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %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 "" + +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "" + +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: ext/apidoc.py:638 #, python-format -msgid "targets for %d po files that are specified" +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "targets for %d po files that are out of date" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "file %r given on command line does not exist, " +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/duration.py:85 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: ext/imgmath.py:159 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: ext/imgmath.py:174 #, python-format -msgid "%d source files given on command line" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: ext/imgmath.py:328 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: ext/imgmath.py:362 #, python-format -msgid "%d found" +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[wachib'äl: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[wachib'äl]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: writers/html5.py:427 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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." +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.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." +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Cholwuj" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/texinfo.py:1300 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/latex.py:364 #, python-format -msgid "processing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr "(chupam" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "error writing file Makefile: %s" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/latex.py:593 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: writers/latex.py:1178 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/latex.py:1931 #, python-format -msgid "Invalid caption: %s" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: domains/std/__init__.py:111 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/std/__init__.py:234 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/std/__init__.py:305 #, python-format -msgid "Object named %r not found in include file %r" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "wuj" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: domains/std/__init__.py:721 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:934 #, python-format -msgid "Unknown image format: %s..." +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:960 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:963 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:1194 #, python-format -msgid "%r reference target not found: %s" +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:249 #, python-format -msgid "Search %(docstitle)s" +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" -msgstr "Ütz apetïk! Wawe' k'o" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" -msgstr "ri wuj richin" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Konojel cholwuj" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:698 #, python-format -msgid "Index – %(key)s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Jalajöj" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Retal jalöj" + +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Ruxaq wuj re'" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "retal jalöj" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:277 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr ", pa" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "image file not readable: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/layout.html:201 #, python-format -msgid "image file %s not readable: %s" +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: themes/basic/layout.html:204 #, python-format -msgid "download file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "see %s" -msgstr "tatz'u %s" +msgid "Search %(docstitle)s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "tatz'u chuqa' %s" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ruxaq wuj re'" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Ütz apetïk! Wawe' k'o" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "ri wuj richin" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Jalajöj" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Konojel cholwuj" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Retal jalöj" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (built-in class)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (class in %s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s (type alias in %s)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "" +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ", pa" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/collectors/asset.py:123 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/collectors/asset.py:160 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/toctree.py:318 #, python-format -msgid "environment variable; %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/toctree.py:342 #, python-format -msgid "%s; configuration value" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/toctree.py:357 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" -msgstr "" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "tatz'u %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgid "see also %s" +msgstr "tatz'u chuqa' %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s command line option" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "wuj" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "cholwuj" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:547 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:572 +msgid "next" +msgstr "jun chïk" + +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "chi rij kan" + +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:772 #, python-format -msgid "the link has no caption: %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:796 #, python-format -msgid "invalid numfig_format: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:843 #, python-format -msgid "undefined label: %r" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:861 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:912 #, python-format -msgid "%s (C %s)" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "retal jalöj" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Ajilanïk" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Tz'etb'äl" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Tz'etb'äl" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Jalajöj chïk" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1349 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1372 #, python-format -msgid "(in %s v%s)" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1384 #, python-format -msgid "(in %s)" -msgstr "(chupam %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:119 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/transforms.py:485 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"\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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "" + +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Tz'etb'äl" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Tz'etb'äl" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Jalajöj chïk" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3803,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" +msgid "(in %s)" +msgstr "(chupam %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "cholwuj" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "jun chïk" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "chi rij kan" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Ajilanïk" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.js b/sphinx/locale/cs/LC_MESSAGES/sphinx.js index eea59ee67cd..f20f17af431 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.js @@ -36,7 +36,12 @@ Documentation.addTranslations({ "Search": "Vyhled\u00e1v\u00e1n\u00ed", "Search Page": "Vyhled\u00e1vac\u00ed str\u00e1nka", "Search Results": "V\u00fdsledky vyhled\u00e1v\u00e1n\u00ed", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "", + "" + ], "Search within %(docstitle)s": "Prohledat %(docstitle)s", "Searching": "Prob\u00edh\u00e1 vyhled\u00e1n\u00ed", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/cs/LC_MESSAGES/sphinx.mo b/sphinx/locale/cs/LC_MESSAGES/sphinx.mo index ab7d57d5598..ea615aaf745 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 0257e50ce63..74b44ca78cf 100644 --- a/sphinx/locale/cs/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cs/LC_MESSAGES/sphinx.po @@ -9,389 +9,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-28 22:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vilibald W. , 2014-2015\n" "Language-Team: Czech (http://app.transifex.com/sphinx-doc/sphinx-1/language/cs/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: cs\n" "Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Obr. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tabulka %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Výpis %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -399,12 +163,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -412,311 +176,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Obr. %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tabulka %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Výpis %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktiva)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (role)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "direktiva" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "role" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (vestavěná funkce)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (metoda %s)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (třída)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globální proměnná nebo konstanta)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumenty" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Vyvolá" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Vrací" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Typ návratové hodnoty" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funkce" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metoda" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "třída" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "data" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atribut" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modul" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Změněno ve verzi %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Zastaralé od verze %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: 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í" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -725,15 +1000,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -743,21 +1018,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -765,93 +1040,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -861,208 +1134,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1081,805 +1341,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "" + +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/xml.py:38 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/xml.py:110 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:49 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/texinfo.py:90 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (v " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: builders/__init__.py:313 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "" + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "" + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:126 +#: builders/__init__.py:507 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:516 #, python-format -msgid "reading error: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:527 #, python-format -msgid "writing error: %s, %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:534 #, python-format -msgid "locale_dir %s does not exist" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:686 #, python-format -msgid "unknown directive or role name: %s:%s" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Výstraha" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Upozornění" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Nebezpečí" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Chyba" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Rada" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Důležité" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Poznámka" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Viz také" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Tip" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Varování" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (vestavěná funkce)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (metoda %s)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (třída)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globální proměnná nebo konstanta)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumenty" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Vyvolá" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Vestavěné funkce" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Vrací" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Úroveň modulu" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Typ návratové hodnoty" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funkce" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metoda" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "třída" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "data" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atribut" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modul" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/docfields.py:95 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/osutil.py:130 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:419 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:487 #, python-format -msgid "Added in version %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:701 #, python-format -msgid "Changed in version %s" -msgstr "Změněno ve verzi %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "Zastaralé od verze %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:91 #, python-format -msgid "Removed in version %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:170 #, python-format -msgid "%s (directive)" -msgstr "%s (direktiva)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:185 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:283 #, python-format -msgid "%s (role)" -msgstr "%s (role)" +msgid "unknown directive or role name: %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "direktiva" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "role" +#: util/display.py:88 +msgid "failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "writing error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[zdroj]" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[dokumentace]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Kód modulu" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" -msgstr "

Zdrojový kód pro %s

" +msgid "line number spec is out of range(1-%d): %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Přehled: kód modulu" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Všechny moduly s dostupným kódem

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Todo" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "původní záznam" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:122 #, python-format -msgid "Would create file %s." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autor sekce: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autor modulu: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Autor kódu:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor: " + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "" +msgid "%b %d, %Y" +msgstr "%d.%m.%Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: transforms/__init__.py:313 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[graf: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graf]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[zdroj]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1887,8 +2235,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1898,1897 +2245,1560 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[dokumentace]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Kód modulu" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Zdrojový kód pro %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Přehled: kód modulu" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Všechny moduly s dostupným kódem

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Todo" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/todo.py:104 #, python-format -msgid "no Babel option known for language %r" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/todo.py:165 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Poznámky pod čarou" +#: ext/todo.py:175 +msgid "original entry" +msgstr "původní záznam" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/extlinks.py:82 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/doctest.py:115 #, python-format -msgid "[image: %s]" -msgstr "[obrázek: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[obrázek]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/doctest.py:120 #, python-format -msgid "numfig_format is not defined for %s" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/doctest.py:134 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Rejstřík" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:303 #, python-format -msgid "unimplemented node type: %r" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[graf: %s]" + +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[graf]" + +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:375 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"\n" +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" +"\n" +"The s can be file 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 -#, python-format -msgid "The XML files are in %(outdir)s." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 -#, python-format -msgid "error writing file %s: %s" +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/apidoc.py:638 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:159 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Poznámky pod čarou" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[obrázek: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[obrázek]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Rejstřík" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Vestavěné funkce" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Úroveň modulu" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: writers/texinfo.py:1300 #, python-format -msgid "could not read %r for changelog creation" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: writers/latex.py:364 #, python-format -msgid "The text files are in %(outdir)s." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:593 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: writers/latex.py:1575 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "" +msgid "environment variable; %s" +msgstr "proměnná prostředí; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "termín v glosáři" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "token gramatiky" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "referenční návěstí" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "proměnná prostředí" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "volba programu" + +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Rejstřík modulů" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Vyhledávací stránka" + +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:934 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:960 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:963 #, 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 "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:1194 #, 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 "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (v modulu %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -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 (v modulu %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (vestavěná proměnná)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/python/__init__.py:194 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (vestavěná třída)" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (třída v %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (třídní metoda %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:251 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (statická metoda %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:389 #, python-format -msgid "processing %s" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (v " +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Rejstřík modulů Pythonu" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "moduly" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Zastaralé" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "výjimka" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "třídní metoda" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "statická metoda" + +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: domains/python/__init__.py:698 +#, 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." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (zastaralé)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametry" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Proměnné" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Vyvolá" + +#: domains/c/__init__.py:199 #, python-format -msgid "Invalid caption: %s" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "člen" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "proměnná" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makro" + +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "typ" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/cpp/__init__.py:277 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autor sekce: " +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autor modulu: " +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Obsah" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Autor kódu:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor: " +#: 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í" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "OK" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Ukázat zdroj" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Sbalit boční lištu" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigace" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: themes/basic/layout.html:115 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Prohledat %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "O těchto dokumentech" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Veškerá práva vyhrazena" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:201 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Aktualizováno dne %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/layout.html:204 #, python-format -msgid "%r reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Vyhledávání" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "OK" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Ukázat zdroj" +#: themes/basic/genindex-single.html: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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Obsah" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Rejstřík podle písmene" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Sbalit boční lištu" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "může být obrovský" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Prohledat %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Rychlé vyhledávání" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Tato stránka" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Přehled" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Vítejte! Toto je" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "dokumentace pro" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "naposledy aktualizováno" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Rejstříky a tabulky:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Celkový obsah" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "seznam všech sekcí a podsekcí" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Vyhledávací stránka" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "prohledat tuto dokumentaci" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Celkový rejstřík modulů" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "rychlý přístup ke všem modulům" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Obecný rejstřík" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "všechny funkce, třídy, termíny" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Celý rejstřík na jedné stránce" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Přechozí téma" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "předchozí kapitola" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Další téma" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "další kapitola" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Rychlé vyhledávání" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Pro podporu vyhledávání aktivujte JavaScript." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "hledat" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Tato stránka" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Rejstřík podle písmene" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "může být obrovský" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigace" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Prohledat %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "O těchto dokumentech" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Veškerá práva vyhrazena" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Přechozí téma" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "předchozí kapitola" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Aktualizováno dne %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Další téma" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "další kapitola" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Rozbalit boční lištu" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "Automaticky generovaný seznam změn ve verzi %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Změny v knihovnách" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Změny API" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Ostatní změny" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Skrýt výsledky vyhledávání" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Výsledky vyhledávání" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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í." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" +msgstr[3] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Probíhá vyhledání" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Vyhledávání se připravuje..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", v " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "viz %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "viz také %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symboly" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametry" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "člen" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "typ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Proměnné" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Vyvolá" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (v modulu %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (v modulu %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (vestavěná proměnná)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (vestavěná třída)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (třída v %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (třídní metoda %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (statická metoda %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Rejstřík modulů Pythonu" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "moduly" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Zastaralé" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "výjimka" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "třídní metoda" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statická metoda" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (zastaralé)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "viz %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "proměnná prostředí; %s" +msgid "see also %s" +msgstr "viz také %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symboly" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:113 #, python-format -msgid "%s command line option" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "termín v glosáři" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "token gramatiky" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "rejstřík" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "referenční návěstí" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "proměnná prostředí" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "další" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "volba programu" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "předchozí" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Rejstřík modulů" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "proměnná" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "pokračujte na předchozí stránce" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Vydání" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1372 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1384 #, python-format -msgid "malformed string literal (missing closing quote): %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1414 #, python-format -msgid "(in %s v%s)" -msgstr "(v %s v%s)" +msgid "%s %s documentation" +msgstr "Dokumentace pro %s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/latex/transforms.py:119 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/transforms.py:485 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/__init__.py:117 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Vydání" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "" + +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3796,7 +3806,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3811,347 +3821,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(v %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "rejstřík" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "další" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "předchozí" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "Dokumentace pro %s %s" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.js b/sphinx/locale/cy/LC_MESSAGES/sphinx.js index 4a3c58d3ab8..73c34dfa987 100644 --- a/sphinx/locale/cy/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/cy/LC_MESSAGES/sphinx.js @@ -36,7 +36,12 @@ Documentation.addTranslations({ "Search": "Chwilio", "Search Page": "Tudalen Chwilio", "Search Results": "Canlyniadau chwilio", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "", + "" + ], "Search within %(docstitle)s": "Chwilio o fewn %(docstitle)s", "Searching": "Yn chwilio", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/cy/LC_MESSAGES/sphinx.mo b/sphinx/locale/cy/LC_MESSAGES/sphinx.mo index 97129597557..ad0a77276d9 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 dd9bd2236bd..ab746a67c2f 100644 --- a/sphinx/locale/cy/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/cy/LC_MESSAGES/sphinx.po @@ -9,389 +9,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-28 22:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Geraint Palmer , 2016\n" "Language-Team: Welsh (http://app.transifex.com/sphinx-doc/sphinx-1/language/cy/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: cy\n" "Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Ffig. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tabl %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Listing %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -399,12 +163,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -412,3383 +176,3629 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." +msgid "no theme configuration file found in %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:350 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/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)." +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:358 #, python-format -msgid "Selected root path: %s" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 -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." +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 -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." +#: config.py:435 +#, python-format +msgid "No such config value: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" +#: config.py:458 +#, python-format +msgid "Config value %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: config.py:494 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:541 +#, 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." +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: config.py:593 +#, 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." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" +#: config.py:612 +#, python-format +msgid "Section %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "" +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Ffig. %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "" +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tabl %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Listing %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:722 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." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 -#, python-format +#: config.py:759 msgid "" -"Error: the master file %s has already been found in the selected root path." +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: config.py:782 msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" +#: domains/rst.py:223 +msgid "directive" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 -#, python-format -msgid "Creating file %s." +#: domains/rst.py:225 +msgid "role" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/rst.py:247 #, python-format -msgid "File %s already exists, skipping." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/javascript.py:166 domains/python/__init__.py:253 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "%s() (%s method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/javascript.py:170 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (newidyn byd-eang neu cysonyn)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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:255 +msgid "Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "ffwythiant" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" -msgstr "" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modiwl" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" -msgstr "" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Wedi newid yn fersiwn %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Dibrisiwyd ers fersiwn %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/citation.py:84 #, python-format -msgid "enable %s extension" +msgid "Citation [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" +#: environment/__init__.py:86 +msgid "new config" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" +#: environment/__init__.py:87 +msgid "config changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" +#: environment/__init__.py:88 +msgid "extensions changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" +#: environment/__init__.py:249 +msgid "build environment version not current" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:251 +msgid "source directory has changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: environment/__init__.py:364 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: environment/__init__.py:622 #, python-format -msgid "Invalid template variable: %s" +msgid "Domain %r is not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Sylw" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 -#, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Gofal" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perygl" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1000 in conf.py " -"with e.g.:" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Gwall" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Awgrym" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Pwysig" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nodyn" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Gweler hefyd" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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:237 +msgid "Tip" +msgstr "Awgrym" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Rhybudd" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:110 +msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:117 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" +#: cmd/quickstart.py:217 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:225 +#, python-format +msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:256 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" +#: cmd/quickstart.py:269 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:284 +msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" +#: cmd/quickstart.py:286 +msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:291 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:299 +msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: cmd/quickstart.py:301 +msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 +#: cmd/quickstart.py:306 msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: cmd/quickstart.py:315 +msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: cmd/quickstart.py:322 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" +#: cmd/quickstart.py:327 +msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: cmd/quickstart.py:332 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: cmd/quickstart.py:350 #, python-format msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 -#, python-format +#: cmd/quickstart.py:360 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: cmd/quickstart.py:379 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format +#: cmd/quickstart.py:389 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:126 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: cmd/quickstart.py:502 #, python-format -msgid "writing error: %s, %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: cmd/quickstart.py:513 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: cmd/quickstart.py:520 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: cmd/quickstart.py:555 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: cmd/quickstart.py:575 +msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: cmd/quickstart.py:585 +msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Sylw" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Gofal" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Perygl" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Gwall" +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Awgrym" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Pwysig" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Nodyn" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Gweler hefyd" +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Awgrym" +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Rhybudd" +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: cmd/quickstart.py:621 +msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: cmd/quickstart.py:628 +msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: cmd/quickstart.py:635 +msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: cmd/quickstart.py:638 +msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: cmd/quickstart.py:641 +msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:644 +msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:647 +msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format -msgid "Domain %r is not registered" +msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:670 +msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:676 +msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" +#: cmd/quickstart.py:683 +msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:689 +msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (newidyn byd-eang neu cysonyn)" +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +#: cmd/quickstart.py:714 +msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: cmd/quickstart.py:793 #, python-format -msgid "%s (module)" +msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "ffwythiant" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: cmd/build.py:67 +msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modiwl" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "Wedi newid yn fersiwn %s" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "Dibrisiwyd ers fersiwn %s" +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: cmd/build.py:144 +msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 -#, python-format -msgid ":%s: (directive option)" +#: cmd/build.py:180 +msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" +#: cmd/build.py:183 +msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: cmd/build.py:194 +msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[ffynhonnell]" +#: cmd/build.py:230 +msgid "path options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[docs]" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Cod y modiwl" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 -#, python-format -msgid "

Source code for %s

" -msgstr "

Cod ffynhonnell ar gyfer %s

" +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Trosolwg: cod y modiwl" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Holl fodiwlau lle mae'r cod ar gael

" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Todo" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:294 +msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "eitem wreiddiol" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: cmd/build.py:334 +msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: cmd/build.py:347 +msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: cmd/build.py:355 +msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: cmd/build.py:358 +msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: cmd/build.py:364 +msgid "raise an exception on warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "%s is not a directory." +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: builders/xml.py:38 #, python-format -msgid "Failed to remove %s: %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: builders/texinfo.py:47 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: builders/texinfo.py:90 #, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (yn " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "dot code %r: %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[graff: %s]" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graff]" +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/gettext.py:230 #, 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 "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: builders/gettext.py:252 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 +#: builders/__init__.py:200 #, python-format -msgid "'%s' is not a valid option." +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/__init__.py:208 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: builders/__init__.py:251 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 +#: builders/__init__.py:273 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 +#: builders/__init__.py:285 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/__init__.py:307 #, python-format -msgid "module %s could not be imported: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: builders/__init__.py:313 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: builders/__init__.py:339 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: builders/__init__.py:354 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: builders/__init__.py:386 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: builders/__init__.py:471 #, python-format -msgid "inline latex %r: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: builders/__init__.py:507 #, python-format -msgid "section \"%s\" gets labeled as \"%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: builders/__init__.py:516 #, python-format -msgid "duplicate label %s, other instance in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: builders/__init__.py:527 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: builders/__init__.py:534 #, python-format -msgid "no Babel option known for language %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: builders/__init__.py:686 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Troednodiadau" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: builders/epub3.py:83 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" -msgstr "[delwedd: %s]" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[delwedd]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Indecs" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "unimplemented node type: %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: builders/_epub_base.py:432 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Lefel modiwl" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/changes.py:140 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: util/rst.py:72 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: util/docfields.py:95 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: util/osutil.py:130 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: util/nodes.py:419 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: util/nodes.py:701 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: util/fileutil.py:91 #, python-format -msgid "writing %s file..." +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: util/inventory.py:170 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: util/inventory.py:185 #, python-format -msgid "error writing file %s: %s" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: util/docutils.py:283 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: util/docutils.py:746 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: util/i18n.py:105 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: util/i18n.py:112 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: directives/code.py:308 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: directives/other.py:122 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "broken link: %s (%s)" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "Anchor '%s' not found" +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: directives/other.py:171 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Awdur yr adran:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." +#: directives/other.py:206 +msgid "Module author: " +msgstr "Awdur y fodiwl:" + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Awdur y cod:" + +#: directives/other.py:210 +msgid "Author: " +msgstr "Awdur:" + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Lefel modiwl" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "targets for %d po files that are out of date" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: transforms/__init__.py:267 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: transforms/__init__.py:313 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[ffynhonnell]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/imgconverter.py:68 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[docs]" + +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Cod y modiwl" + +#: ext/viewcode.py:311 #, 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 "

Source code for %s

" +msgstr "

Cod ffynhonnell ar gyfer %s

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

All modules for which code is available

" +msgstr "

Holl fodiwlau lle mae'r cod ar gael

" + +#: ext/coverage.py:47 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: ext/coverage.py:134 ext/coverage.py:280 #, 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 "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/coverage.py:141 #, 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." +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/coverage.py:163 #, python-format -msgid "docnames to write: %s" +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/coverage.py:177 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: ext/coverage.py:429 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: ext/coverage.py:445 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: ext/todo.py:71 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:104 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 -#, python-format -msgid "processing %s" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (yn " +#: ext/todo.py:175 +msgid "original entry" +msgstr "eitem wreiddiol" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: ext/doctest.py:115 #, python-format -msgid "error writing file Makefile: %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: ext/doctest.py:120 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: ext/doctest.py:281 +#, 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." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: ext/doctest.py:522 #, python-format -msgid "Invalid caption: %s" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: ext/graphviz.py:145 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "" + +#: ext/graphviz.py:268 #, python-format -msgid "Include file %r not found or reading it failed" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: ext/graphviz.py:303 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: ext/graphviz.py:310 #, python-format -msgid "Object named %r not found in include file %r" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: ext/graphviz.py:329 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "[graph: %s]" +msgstr "[graff: %s]" + +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[graff]" + +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: ext/apidoc.py:85 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Awdur yr adran:" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Awdur y fodiwl:" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Awdur y cod:" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Awdur:" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Chwilio" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Ewch" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Dangos Ffynhonell" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "" + +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "" + +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "" + +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" + +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "" + +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." +msgstr "" + +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" + +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" + +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" + +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" + +#: ext/imgmath.py:159 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" + +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" + +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" +msgstr "" + +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "" + +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Troednodiadau" + +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[delwedd: %s]" + +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[delwedd]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "" + +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" + +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" + +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" + +#: writers/html5.py:549 writers/latex.py:1102 +#, 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:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" + +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Indecs" + +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "" + +#: writers/texinfo.py:1300 +#, python-format +msgid "unimplemented node type: %r" +msgstr "" + +#: writers/latex.py:364 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" + +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" +msgstr "" + +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:593 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" + +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" + +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" + +#: domains/std/__init__.py:86 domains/std/__init__.py:103 +#, python-format +msgid "environment variable; %s" +msgstr "" + +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" +msgstr "" + +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" + +#: domains/std/__init__.py:234 +#, 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:305 +#, python-format +msgid "%s command line option" +msgstr "" + +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "" + +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "" + +#: domains/std/__init__.py:608 +msgid "document" +msgstr "" + +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Indecs Modiwlau" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Tudalen Chwilio" + +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" + +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: domains/std/__init__.py:934 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" + +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" +msgstr "" + +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "" + +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" + +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" +msgstr "" + +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" + +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %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 "" + +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "" + +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "" + +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "" + +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "" + +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" +msgstr "" + +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" + +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "" + +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "" + +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "" + +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "" + +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "" + +#: domains/python/__init__.py:637 +msgid "property" +msgstr "" + +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" + +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" + +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr "" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Paramedrau" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "" + +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" +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'." +msgstr "" + +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "aelod" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %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'." +msgstr "" + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "" + +#: themes/haiku/layout.html:16 msgid "Contents" msgstr "Cynnwys" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: 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 "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/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "Cyfangu'r bar ochr" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Llywio" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Chwilio o fewn %(docstitle)s" + +#: 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 "© %(copyright_prefix)s %(copyright)s." +msgstr "" + +#: 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 "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Indecs llawn ar un tudalen" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indecs tudalennau gan lythyren" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "gall fod yn enfawr" + +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Chwilio %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Chwilio cyflym" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Y Dudalen Hon" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Trosolwg" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Croeso! Dyma" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "y dogfennaeth am" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "diweddarwyd yn ddiwethaf" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Indecsau a tablau:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Tabl Cynnwys Llawn" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "rhestru holl adrannau ac isadrannau" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Tudalen Chwilio" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "chwiliwch y ddogfennaeth" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Indecs Modiwl Byd-Eang" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "mynediad cloi i bob modiwl" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Indecs cyffredinol" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "holl ffwythiannau, dosbarthau a thermau" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Indecs llawn ar un tudalen" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Pwnc blaenorol" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "pennod blaenorol" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Pwnc nesaf" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "pennod nesaf" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Chwilio cyflym" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Trwoch JavaScript ymlaen i alluogi'r chwilio." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "chwilio" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Y Dudalen Hon" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Indecs tudalennau gan lythyren" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "gall fod yn enfawr" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Llywio" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Chwilio o fewn %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Ynglŷn â'r dogfennau hyn" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Hawlfraint" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Pwnc blaenorol" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "pennod blaenorol" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Diweddarwyd yn ddiwethaf ar %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Pwnc nesaf" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "pennod nesaf" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Ehangu'r bar ochr" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "Rhestr o newidiadau yn fersiwn %(version)s wedi'i cynhyrchu'n awtomatig" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Newidiadau i'r llyfrgell" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Newidiadau i'r C-API" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Newidiadau arall" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Cuddio Canlyniadau Chwilio" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Canlyniadau chwilio" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" +msgstr[3] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Yn chwilio" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Paratoi chwilio..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr ", yn " - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "gweler %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "gweler hefyd %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symbolau" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Paramedrau" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "aelod" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "" +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ", yn " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr "" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "gweler %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "" +msgid "see also %s" +msgstr "gweler hefyd %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symbolau" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:113 #, python-format -msgid "%s command line option" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "indecs" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "nesaf" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "blaenorol" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Indecs Modiwlau" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "wedi'i barhau o'r tudalen blaenorol" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Rhyddhad" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" +msgstr "Dogfennaeth %s %s " + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/__init__.py:117 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" -msgstr "(yn %s v%s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Rhyddhad" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/__init__.py:543 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:551 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format +#: _cli/util/errors.py:172 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3796,7 +3806,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3811,347 +3821,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(yn %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "indecs" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "nesaf" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "blaenorol" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "wedi'i barhau o'r tudalen blaenorol" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "Dogfennaeth %s %s " +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.js b/sphinx/locale/da/LC_MESSAGES/sphinx.js index b44fc38131f..c0aaa098fab 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "S\u00f8g", "Search Page": "S\u00f8geside", "Search Results": "S\u00f8geresultater", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "S\u00f8g i %(docstitle)s", "Searching": "S\u00f8ger", "Searching for multiple words only shows matches that contain\n all words.": "Bem\u00e6rk: Hvis du s\u00f8ger efter flere ord, vises kun resultater der indeholder alle ordene.", diff --git a/sphinx/locale/da/LC_MESSAGES/sphinx.mo b/sphinx/locale/da/LC_MESSAGES/sphinx.mo index c40cceee9fa..279c26917b3 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 8ca7285d6df..41ff4fa0459 100644 --- a/sphinx/locale/da/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/da/LC_MESSAGES/sphinx.po @@ -11,389 +11,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-28 22:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2021\n" "Language-Team: Danish (http://app.transifex.com/sphinx-doc/sphinx-1/language/da/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: da\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Ukendt hændelsesnavn: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "konfigurationsmappe indeholder ikke en conf.py-fil (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Konfigurationsværdien %r er allerede til stede" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "figur %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "tabel %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Kildekode %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r blev ikke fundet, ignorerer." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kan ikke finde kildemappen (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Kildemappe og destinationsmappe kan ikke være identiske" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Kører Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "indlæser oversættelser [%s] ..." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "færdig" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "ikke tilgængelig for indbyggede beskeder" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "fejlede: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "lykkedes" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "færdig med problemer" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "kompilering %s, %s advarsel." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "kompilering %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -401,12 +165,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -414,311 +178,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "domænet %s er allerede registreret" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Rollen %r er allerede registreret til domæne %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser for %r er allerede registreret" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "Kunne ikke importere udvidelse %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "konfigurationsmappe indeholder ikke en conf.py-fil (%s)" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Konfigurationsværdien %r er allerede til stede" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "figur %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "tabel %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Kildekode %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r blev ikke fundet, ignorerer." + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktiv)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rolle)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "direktiv" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "rolle" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (indbygget funktion)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (metode i %s)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasse)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (global variabel eller konstant)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (attribut i %s)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Parametre" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Kaster" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Returnerer" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Returtype" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funktion" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metode" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "klasse" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "data" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "attribut" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modul" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Ændret i version %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Forældet siden version %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "ny konfiguration" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "udvidelser ændret" + +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "" + +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "kildemappe er ændret" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Vær opmærksom" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Forsigtig" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Fare" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Fejl" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Fif" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Vigtigt" + +#: 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" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." msgstr "Indtast venligst noget tekst." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "Indtast venligst enten »y« eller »n«." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "Indtast venligt et filsuffiks, f.eks. ».rst« eller ».txt«" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -727,15 +1002,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -745,21 +1020,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -767,93 +1042,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "Filen %s findes allerede, udelader." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -863,208 +1136,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "opret ikke makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "skabelonmappe for skabelonfiler" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "Kodningsfejl:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1083,2714 +1343,2462 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%d. %b, %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML-siden er i %(outdir)s." + +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:39 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/manpage.py:76 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/text.py:34 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/xml.py:38 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/xml.py:110 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/texinfo.py:47 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format +#: builders/texinfo.py:49 msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:126 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/texinfo.py:90 #, python-format -msgid "reading error: %s, %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "writing error: %s, %s" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (i " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "unknown directive or role name: %s:%s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/texinfo.py:233 #, python-format -msgid "default role %s not found" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/gettext.py:230 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "The message catalogs are in %(outdir)s." +msgstr "Beskedkatalogerne er i %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Vær opmærksom" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Forsigtig" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Fare" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Fejl" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Fif" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Vigtigt" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Bemærk" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Se også" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Tip" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Advarsel" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "læser skabeloner ..." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "ny konfiguration" +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "skriver beskedkataloger ..." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "udvidelser ændret" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "kildemappe er ændret" +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/__init__.py:251 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/__init__.py:273 #, python-format -msgid "Domain %r is not registered" +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 +#: builders/__init__.py:307 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: builders/__init__.py:313 #, python-format -msgid "Citation [%s] is not referenced." +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (indbygget funktion)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (metode i %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/__init__.py:324 #, python-format -msgid "%s() (class)" -msgstr "%s() (klasse)" +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/__init__.py:339 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variabel eller konstant)" +msgid "%d source files given on command line" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/__init__.py:354 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (attribut i %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Parametre" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Kaster" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Returnerer" +msgid "targets for %d source files that are out of date" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Returtype" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/__init__.py:386 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funktion" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metode" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "klasse" +msgid "%d found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "data" +#: builders/__init__.py:388 +msgid "none found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "attribut" +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modul" +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/__init__.py:471 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/__init__.py:507 #, python-format -msgid "Added in version %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/__init__.py:516 #, python-format -msgid "Changed in version %s" -msgstr "Ændret i version %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/__init__.py:527 #, python-format -msgid "Deprecated since version %s" -msgstr "Forældet siden version %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: builders/__init__.py:534 #, python-format -msgid "Removed in version %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktiv)" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "læser kilder ..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/__init__.py:686 #, python-format -msgid ":%s: (directive option)" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" -msgstr "%s (rolle)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "direktiv" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "forbereder dokumenter" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rolle" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/__init__.py:845 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/epub3.py:83 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "The ePub file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[kilde]" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[dok]" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Modulkode" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 -#, python-format -msgid "

Source code for %s

" -msgstr "

Kildekode for %s

" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Oversigt: modulkode" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Alle moduler, der er kode tilgængelig for

" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Todo" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 -#, python-format -msgid "TODO entry found: %s" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Det <> befinder sig i %s, linje %d.)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "oprindeligt punkt" +msgid "invalid css_file: %r, ignored" +msgstr "ugyldig css_file: %r, ignoreret" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/_epub_base.py:220 #, python-format -msgid "Would create file %s." +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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/_epub_base.py:432 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "overskriv eksisterende filer" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Indbyggede" + +#: builders/changes.py:79 +msgid "Module level" +msgstr "Modulniveau" + +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/changes.py:140 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: util/nodes.py:419 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: util/inventory.py:170 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: util/docutils.py:283 #, python-format -msgid "%s is not a directory." -msgstr "%s er ikke en mappe" +msgid "unknown directive or role name: %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: util/docutils.py:746 #, python-format -msgid "Failed to remove %s: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: util/i18n.py:112 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: util/i18n.py:141 #, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: util/i18n.py:236 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: directives/patches.py:66 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: directives/code.py:84 #, python-format -msgid "dot code %r: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "[graph: %s]" -msgstr "[graf: %s]" +msgid "line number spec is out of range(1-%d): %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graf]" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: directives/code.py:225 #, 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 "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: directives/code.py:228 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: directives/code.py:270 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: directives/code.py:308 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 +#: directives/other.py:122 #, python-format -msgid "'%s' is not a valid option." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: directives/other.py:171 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Afsnitsforfatter: " + +#: directives/other.py:206 +msgid "Module author: " +msgstr "Modulforfatter: " + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Kodeforfatter: " + +#: directives/other.py:210 +msgid "Author: " +msgstr "Forfatter: " + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 -#, python-format -msgid "module %s could not be imported: %s" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 -#, python-format +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" + +#: _cli/__init__.py:172 msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "%b %d, %Y" +msgstr "%d. %b, %Y" + +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: transforms/__init__.py:267 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: transforms/__init__.py:313 #, python-format -msgid "no Babel option known for language %r" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: transforms/i18n.py:274 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Fodnoter" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 -#, python-format -msgid "unsupported rubric heading level: %s" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[kilde]" + +#: ext/imgconverter.py:40 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"Unable to run the image conversion command %r. 'sphinx.ext.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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/imgconverter.py:68 #, python-format -msgid "unknown index entry type %s found" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" + +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[dok]" + +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Modulkode" + +#: ext/viewcode.py:311 #, python-format -msgid "[image: %s]" -msgstr "[billede: %s]" +msgid "

Source code for %s

" +msgstr "

Kildekode for %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[billede]" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Oversigt: modulkode" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Alle moduler, der er kode tilgængelig for

" + +#: ext/coverage.py:47 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "numfig_format is not defined for %s" +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/coverage.py:141 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/coverage.py:163 +#, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/coverage.py:177 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/coverage.py:445 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Indeks" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Todo" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/todo.py:104 #, python-format -msgid "unimplemented node type: %r" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "" +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(Det <> befinder sig i %s, linje %d.)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr "" +#: ext/todo.py:175 +msgid "original entry" +msgstr "oprindeligt punkt" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: ext/graphviz.py:310 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: ext/graphviz.py:329 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "cannot copy image file %r: %s" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" +msgid "[graph: %s]" +msgstr "[graf: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[graf]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 -#, python-format -msgid "The XML files are in %(outdir)s." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 -#, python-format -msgid "error writing file %s: %s" -msgstr "" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "overskriv eksisterende filer" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "konfigurationsværdien »epub_contributor« bør ikke være tom for EPUB3" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/apidoc.py:638 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "ugyldig css_file: %r, ignoreret" +msgid "%s is not a directory." +msgstr "%s er ikke en mappe" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/autosectionlabel.py:48 #, python-format -msgid "broken link: %s (%s)" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Anchor '%s' not found" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/imgmath.py:159 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/imgmath.py:174 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Indbyggede" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Modulniveau" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: ext/imgmath.py:328 #, python-format -msgid "could not read %r for changelog creation" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/imgmath.py:362 #, python-format -msgid "The text files are in %(outdir)s." +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Beskedkatalogerne er i %(outdir)s." +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Fodnoter" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "building [%s]: " +msgid "[image: %s]" +msgstr "[billede: %s]" + +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[billede]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/html5.py:415 #, python-format -msgid "targets for %d template files" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "læser skabeloner ..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "skriver beskedkataloger ..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: writers/html5.py:427 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "all of %d po files" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Indeks" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: writers/texinfo.py:1300 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: writers/latex.py:364 #, python-format -msgid "%d source files given on command line" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "targets for %d source files that are out of date" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: writers/latex.py:593 #, python-format -msgid "%d found" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "" +#: domains/std/__init__.py:86 domains/std/__init__.py:103 +#, python-format +msgid "environment variable; %s" +msgstr "miljøvariabel; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:111 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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." +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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." +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:234 #, 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." +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:305 #, 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 command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "læser kilder ..." +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "forbereder dokumenter" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "begreb i ordliste" + +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "grammatisk element" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "referenceetiket" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "miljøvariabel" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "programtilvalg" + +#: domains/std/__init__.py:608 +msgid "document" +msgstr "dokument" + +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Modulindeks" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Søgeside" + +#: domains/std/__init__.py:721 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/std/__init__.py:934 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/std/__init__.py:946 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/std/__init__.py:960 #, python-format -msgid "processing %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (i " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/std/__init__.py:1196 #, python-format -msgid "error writing file Makefile: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML-siden er i %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (i modulet %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -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 (i modulet %s)" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (indbygget variabel)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (indbygget klasse)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:195 #, python-format -msgid "Invalid caption: %s" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klasse i %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/python/__init__.py:249 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (klassemetode i %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: domains/python/__init__.py:251 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (statisk metode i %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: domains/python/__init__.py:389 #, python-format -msgid "Include file %r not found or reading it failed" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:428 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python-modulindeks" + +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "moduler" + +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Forældet" + +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "undtagelse" + +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "klassemetode" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "statisk metode" + +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/python/__init__.py:698 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/python/__init__.py:817 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (forældet)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametre" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variable" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Rejser" + +#: domains/c/__init__.py:199 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Afsnitsforfatter: " +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "medlem" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Modulforfatter: " +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variabel" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Kodeforfatter: " +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Forfatter: " +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "optæl" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "optælling" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "type" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Template-parametre" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "Unknown image format: %s..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "koncept" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Indhold" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "Søg" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "Søg" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "Vis kilde" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Indhold" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "Sammenfold sidebjælke" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Fuldt indeks på én side" + +#: 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/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Søg i %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Hurtig søgning" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Denne side" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Oversigt" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Velkommen! Dette er" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "dokumentationen for" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "sidst opdateret" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Indeks og tabeller:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Fuldstændig indholdsfortegnelse" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "viser alle afsnit og underafsnit" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Søgeside" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "søg i denne dokumentation" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Globalt modulindeks" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "hurtig adgang til alle moduler" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Generelt indeks" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "alle funktioner, klasser, begreber" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Fuldt indeks på én side" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Forrige emne" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "forrige kapitel" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Næste emne" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "næste kapitel" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Hurtig søgning" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "søg" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Denne side" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Indeksér sider efter bogstav" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "kan være enormt" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigation" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Søg i %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Om disse dokumenter" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Ophavsret" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Forrige emne" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "forrige kapitel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Sidst opdateret %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Næste emne" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "næste kapitel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Udfold sidebjælke" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 "Automatisk oprettet liste af ændringer i version %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Biblioteksændringer" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Ændringer i C-API" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Andre ændringer" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Skjul søgeresultater" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Søgeresultater" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Søger" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Forbereder søgning..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", i" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: environment/collectors/toctree.py:258 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: environment/adapters/toctree.py:318 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: environment/adapters/toctree.py:342 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: environment/adapters/toctree.py:357 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: environment/adapters/indexentries.py:126 #, python-format msgid "see %s" msgstr "se %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: environment/adapters/indexentries.py:136 #, python-format msgid "see also %s" msgstr "se også %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: environment/adapters/indexentries.py:144 #, python-format msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 msgid "Symbols" -msgstr "Symboler" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Template-parametre" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametre" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "medlem" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "type" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "koncept" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "optæl" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "optælling" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variable" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Rejser" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (i modulet %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (i modulet %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (indbygget variabel)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (indbygget klasse)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasse i %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (klassemetode i %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (statisk metode i %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python-modulindeks" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "moduler" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Forældet" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "undtagelse" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "klassemetode" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statisk metode" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "" +msgstr "Symboler" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (forældet)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: builders/html/__init__.py:113 #, python-format -msgid "environment variable; %s" -msgstr "miljøvariabel; %s" +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML-siderne er i %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: builders/html/__init__.py:340 #, python-format -msgid "%s; configuration value" +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: builders/html/__init__.py:374 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:499 +msgid "index" +msgstr "indeks" + +#: builders/html/__init__.py:547 #, python-format -msgid "%s command line option" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "næste" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "forrige" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "begreb i ordliste" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "grammatisk element" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "referenceetiket" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "miljøvariabel" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "programtilvalg" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "dokument" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Modulindeks" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" -msgstr "" +msgid "cannot copy static file %r" +msgstr "kan ikke kopiere statisk fil %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variabel" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "fortsat fra forrige side" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "fortsætter på næste side" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "side" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Udgave" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Eksempler" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Nøgleordsargumenter" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Andre parametre" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "udgyldig js_file: %r, ignoreret" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "Referencer" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1349 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1372 #, python-format -msgid "(in %s v%s)" -msgstr "(i %s v%s)" +msgid "favicon file %r does not exist" +msgstr "favicon-filen %r findes ikke" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1384 #, python-format -msgid "(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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s %s documentation" +msgstr "%s %s dokumentation" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:485 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:117 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Udgave" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "" + +#: builders/latex/__init__.py:543 #, 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 "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/latex/theming.py:90 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "" + +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: _cli/util/errors.py:172 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Eksempler" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Nøgleordsargumenter" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Andre parametre" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "Referencer" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3798,7 +3806,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3813,347 +3821,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(i %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_load.py:70 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:92 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 -#, python-format -msgid "No footnote was found for given reference node %r" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "The LaTeX files are in %(outdir)s." +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:117 +#: ext/intersphinx/_load.py:265 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "logo file %r does not exist" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "build info file is broken: %r" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML-siderne er i %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "Failed to read build info file: %r" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "indeks" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "næste" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "forrige" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy downloadable file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "cannot copy static file %r" -msgstr "kan ikke kopiere statisk fil %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:1036 #, python-format -msgid "cannot copy extra file %r" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:1102 #, python-format -msgid "Failed to write build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1616 #, 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 get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "dumping search index in %s" +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "udgyldig js_file: %r, ignoreret" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "fortsat fra forrige side" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" -msgstr "favicon-filen %r findes ikke" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "fortsætter på næste side" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentation" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "side" diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.js b/sphinx/locale/de/LC_MESSAGES/sphinx.js index e7116197a4b..a7628a42b65 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "Suche", "Search Page": "Suche", "Search Results": "Suchergebnisse", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "Suche in %(docstitle)s", "Searching": "Suchen", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/de/LC_MESSAGES/sphinx.mo b/sphinx/locale/de/LC_MESSAGES/sphinx.mo index 2fcf2a7f638..37b3eb5d401 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 d3cfee447f1..5e34f687bbb 100644 --- a/sphinx/locale/de/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/de/LC_MESSAGES/sphinx.po @@ -11,389 +11,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-28 22:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Jean-François B. , 2018\n" "Language-Team: German (http://app.transifex.com/sphinx-doc/sphinx-1/language/de/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: de\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments Lexer Name %r ist unbekannt" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Event %r bereits verfügbar" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Unbekannter Event name: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "Konfigurationsverzeichnis enthält keine conf.py Datei (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "Ungültige Nummer %r for Konfiguration %r, wird ignoriert" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Konfigurationswert %r bereits gesetzt" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Abschnitt %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Abb. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tab. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Quellcode %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r nicht gefunden, daher ignoriert." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kann Quellverzeichnis nicht finden (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Quellverzeichnis und Zielverzeichnis können nicht identisch sein" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s in Verwendung" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "Lade Übersetzungen [%s]…" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "erledigt" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "nicht verfügbar für vordefinierte Nachrichten" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "Fehlgeschlagen: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Kein builder ausgewählt, verwende 'html' per default" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "abgeschlossen" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "mit Problemen beendet" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -401,12 +165,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -414,311 +178,822 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Ursprüngliche Ausnahme:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments Lexer Name %r ist unbekannt" + +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "Konfigurationsverzeichnis enthält keine conf.py Datei (%s)" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "Ungültige Nummer %r for Konfiguration %r, wird ignoriert" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Konfigurationswert %r bereits gesetzt" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "Abschnitt %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Abb. %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tab. %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Quellcode %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r nicht gefunden, daher ignoriert." + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (Direktive)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (Rolle)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "Direktive" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "Rolle" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (Standard-Funktion)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (Methode von %s)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (Klasse)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globale Variable oder Konstante)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (Attribut von %s)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Parameter" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Wirft" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Rückgabe" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Rückgabetyp" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (Modul)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "Funktion" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "Methode" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "Klasse" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "Wert" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "Attribut" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "Modul" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Geändert in Version %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Veraltet ab Version %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s-%s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Achtung" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Vorsicht" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Gefahr" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Fehler" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Hinweis" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Wichtig" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Bemerkung" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Siehe auch" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tipp" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Warnung" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -727,15 +1002,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -745,21 +1020,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -767,93 +1042,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -863,208 +1136,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1083,805 +1343,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/xml.py:38 #, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:49 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:90 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (in " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:313 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/__init__.py:324 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:339 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "%d source files given on command line" +msgstr "" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "" + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "" + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: builders/__init__.py:507 +#, 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:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:527 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:126 +#: builders/__init__.py:534 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:686 #, python-format -msgid "writing error: %s, %s" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:845 #, python-format -msgid "unknown directive or role name: %s:%s" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/epub3.py:83 #, python-format -msgid "unknown node type: %r" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Achtung" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Vorsicht" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Gefahr" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Fehler" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Hinweis" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Wichtig" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Bemerkung" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Siehe auch" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Tipp" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Warnung" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (Standard-Funktion)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (Methode von %s)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (Klasse)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globale Variable oder Konstante)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (Attribut von %s)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Parameter" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Wirft" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Builtins" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Rückgabe" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Modulebene" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Rückgabetyp" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (Modul)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "Funktion" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "Methode" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "Klasse" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "Wert" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "Attribut" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "Modul" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/rst.py:72 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/docfields.py:95 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/osutil.py:130 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:419 #, python-format -msgid "Added in version %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:487 #, python-format -msgid "Changed in version %s" -msgstr "Geändert in Version %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/nodes.py:701 #, python-format -msgid "Deprecated since version %s" -msgstr "Veraltet ab Version %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:76 #, python-format -msgid "Removed in version %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/fileutil.py:91 #, python-format -msgid "%s (directive)" -msgstr "%s (Direktive)" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:170 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/inventory.py:185 #, python-format -msgid "%s (role)" -msgstr "%s (Rolle)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "Direktive" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "Rolle" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/docutils.py:283 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/docutils.py:746 #, python-format -msgid "%s %s" -msgstr "%s-%s" +msgid "unknown node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[Quellcode]" +#: util/display.py:88 +msgid "failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[Doku]" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Modul-Quellcode" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: util/i18n.py:236 #, python-format -msgid "

Source code for %s

" -msgstr "

Quellcode für %s

" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Überblick: Modul-Quellcode" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Zu tun" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "TODO entry found: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:225 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Der <> steht in %s, Zeile %d.)" +msgid "Include file %r not found or reading it failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "ursprüngliche Eintrag" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/code.py:270 #, python-format -msgid "Would create file %s." +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autor des Abschnitts: " + +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autor des Moduls: " + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Autor des Quellcode: " + +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor: " + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "" +msgid "%b %d, %Y" +msgstr "%d.%m.%Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: transforms/__init__.py:313 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[Diagramm: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[Diagramm]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[Quellcode]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1889,8 +2237,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1900,1897 +2247,1558 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[Doku]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Modul-Quellcode" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Quellcode für %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Überblick: Modul-Quellcode" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Zu tun" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/todo.py:104 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/todo.py:165 #, python-format -msgid "no Babel option known for language %r" -msgstr "" +msgid "(The <> is located in %s, line %d.)" +msgstr "(Der <> steht in %s, Zeile %d.)" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "" +#: ext/todo.py:175 +msgid "original entry" +msgstr "ursprüngliche Eintrag" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/extlinks.py:82 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Fußnoten" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/doctest.py:115 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/doctest.py:120 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/doctest.py:134 #, python-format -msgid "unknown index entry type %s found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" -msgstr "[Bild: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[Bild]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/doctest.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/doctest.py:434 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Stichwortverzeichnis" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:329 #, python-format -msgid "unimplemented node type: %r" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[Diagramm: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[Diagramm]" + +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:396 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/apidoc.py:638 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "error writing file %s: %s" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/autosectionlabel.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:159 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:174 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Fußnoten" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[Bild: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[Bild]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Stichwortverzeichnis" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Builtins" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Modulebene" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: writers/texinfo.py:1300 #, python-format -msgid "could not read %r for changelog creation" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: writers/latex.py:364 #, python-format -msgid "The text files are in %(outdir)s." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:593 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: writers/latex.py:1575 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "" +msgid "environment variable; %s" +msgstr "Umgebungsvariable; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "Glossareintrag" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "Grammatik-Token" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "Referenz-Label" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "Umgebungsvariable" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "Programmoption" + +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Modulindex" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Suche" + +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:934 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:960 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:963 #, 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 "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:1194 #, 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 "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (im Modul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -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 (in Modul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (Standard-Variable)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/python/__init__.py:194 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (Builtin-Klasse)" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (Klasse in %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (Klassenmethode von %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:251 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (statische Methode von %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:389 #, python-format -msgid "processing %s" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (in " +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python-Modulindex" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "Module" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Veraltet" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "Exception" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "Klassenmethode" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "statische Methode" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:698 #, python-format -msgid "Invalid caption: %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/python/__init__.py:817 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (veraltet)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parameter" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variablen" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Verursacht" + +#: domains/c/__init__.py:199 #, python-format -msgid "Include file %r not found or reading it failed" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "Member" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "Variable" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "Makro" + +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "Aufzählung" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "Enumerator" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "Typ" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Template Parameter" + +#: domains/cpp/__init__.py:277 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autor des Abschnitts: " +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autor des Moduls: " +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Inhalt" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Autor des Quellcode: " +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor: " +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Suche" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Los" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Quellcode anzeigen" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Seitenleiste einklappen" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigation" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: themes/basic/layout.html:115 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "Unknown image format: %s..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:201 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Zuletzt aktualisiert am %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:204 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%r reference target not found: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "Inhaltsverzeichnis" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Suche" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Los" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Quellcode anzeigen" +#: themes/basic/genindex-single.html: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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Inhalt" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Stichwortverzeichnis nach Anfangsbuchstabe" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Seitenleiste einklappen" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "kann groß sein" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Suche in %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Schnellsuche" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Diese Seite" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Übersicht" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Willkommen! Dies ist" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "die Dokumentation für" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "zuletzt aktualisiert" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Verzeichnisse und Tabellen:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Vollständiges Inhaltsverzeichnis" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "Liste aller Kapitel und Unterkapitel" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Suche" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "durchsuche diese Dokumentation" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Globaler Modulindex" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "schneller Zugriff auf alle Module" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Stichwortverzeichnis" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "alle Funktionen, Klassen, Begriffe" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Gesamtes Stichwortverzeichnis auf einer Seite" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Vorheriges Thema" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "vorheriges Kapitel" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Nächstes Thema" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "nächstes Kapitel" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Schnellsuche" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "suchen" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Diese Seite" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Stichwortverzeichnis nach Anfangsbuchstabe" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "kann groß sein" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigation" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Suche in %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Über dieses Dokument" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Vorheriges Thema" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "vorheriges Kapitel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Zuletzt aktualisiert am %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Nächstes Thema" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "nächstes Kapitel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Seitenleiste ausklappen" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "Automatisch generierte Liste der Änderungen in Version %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Bibliotheks-Änderungen" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API-Änderungen" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Andere Änderungen" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Suchergebnisse ausblenden" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Suchergebnisse" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Suchen" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Suche wird vorbereitet..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", in " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "siehe %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "siehe auch %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Sonderzeichen" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Template Parameter" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parameter" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "Member" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "Typ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "Aufzählung" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "Enumerator" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variablen" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Verursacht" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (im Modul %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (in Modul %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (Standard-Variable)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (Builtin-Klasse)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (Klasse in %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (Klassenmethode von %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (statische Methode von %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python-Modulindex" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "Module" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Veraltet" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "Exception" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "Klassenmethode" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statische Methode" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (veraltet)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "siehe %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "Umgebungsvariable; %s" +msgid "see also %s" +msgstr "siehe auch %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Sonderzeichen" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:113 #, python-format -msgid "%s command line option" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "Glossareintrag" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "Grammatik-Token" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "Index" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "Referenz-Label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "Umgebungsvariable" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "weiter" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "Programmoption" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "zurück" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Modulindex" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "Variable" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "Makro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "Fortsetzung der vorherigen Seite" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "Fortsetzung auf der nächsten Seite" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "Seite" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Release" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1349 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1372 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1384 #, python-format -msgid "malformed string literal (missing opening quote): %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" -msgstr "(in %s v%s)" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1414 #, python-format -msgid "(in %s)" +msgid "%s %s documentation" +msgstr "%s %s Dokumentation" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/latex/transforms.py:119 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/transforms.py:485 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/__init__.py:117 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Release" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "" + +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for member-order option: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3798,7 +3806,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3813,347 +3821,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(in %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "Index" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "weiter" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "zurück" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1743 +#, python-format +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "Fortsetzung der vorherigen Seite" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "Fortsetzung auf der nächsten Seite" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s Dokumentation" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "Seite" diff --git a/sphinx/locale/de_DE/LC_MESSAGES/sphinx.js b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.js index ea709aea874..5bcd1507aa1 100644 --- a/sphinx/locale/de_DE/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.mo index af78173a7f5..245138d3499 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 047d9808548..d433d2fb927 100644 --- a/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/de_DE/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-28 22:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: German (Germany) (http://app.transifex.com/sphinx-doc/sphinx-1/language/de_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: de_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2462 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:126 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3802,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3817,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.js b/sphinx/locale/el/LC_MESSAGES/sphinx.js index f9a92cab5c8..de7e9441e84 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "Search Page": "\u03a3\u03b5\u03bb\u03af\u03b4\u03b1 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", "Search Results": "\u0391\u03c0\u03bf\u03c4\u03b5\u03bb\u03ad\u03c3\u03bc\u03b1\u03c4\u03b1 \u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7\u03c2", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "\u0391\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7 \u03c3\u03c4\u03bf %(docstitle)s", "Searching": "\u0395\u03ba\u03c4\u03b5\u03bb\u03b5\u03af\u03c4\u03b1\u03b9 \u03b7 \u03b1\u03bd\u03b1\u03b6\u03ae\u03c4\u03b7\u03c3\u03b7", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/el/LC_MESSAGES/sphinx.mo b/sphinx/locale/el/LC_MESSAGES/sphinx.mo index 06e72c9f97c..0a3a684b4e0 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 07cf5249851..242560e1ab9 100644 --- a/sphinx/locale/el/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/el/LC_MESSAGES/sphinx.po @@ -10,389 +10,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: el\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "η ρύθμιση %s.%s δεν εμφανίζεται από τις παραμετροποιήσεις θέματος που αναζητήθηκαν" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "δόθηκε μη υποστηριζόμενη επιλογή θέματος %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "το αρχείο %r στο μονοπάτι θέματος δεν αποτελεί ένα έγκυρο zipfile ή δεν περιλαμβάνει ένα θέμα" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Το όνομα %r δεν είναι γνωστό" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "Η επέκταση %s απαιτείται από τις ρυθμίσεις needs_extensions, αλλά δεν είναι φορτωμένη." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Το συμβάν %r υπάρχει ήδη" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Άγνωστο όνομα συμβάντος: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "ο κατάλογος παραμετροποίησης δεν περιλαμβάνει κανένα αρχείο conf.py (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης καταλόγου %r, θα αγνοηθεί (χρησιμοποιήστε το %r για να καθορίσετε τα επιμέρους στοιχεία)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "ανέγκυρος αριθμός %r για τιμή παραμετροποίησης %r, θα αγνοηθεί" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης %r με τύπο ο οποίος δεν υποστηρίζεται, θα αγνοηθεί" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "άγνωστη τιμή παραμετροποίσης %r στην υπερσκέλιση, θα αγνοηθεί" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Η τιμή παραμετροποίησης %r υφίσταται ήδη." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Υπάρχει ένα συντακτικό λάθος στο αρχείο παραμετροποίησής σας: %s\n" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "Το αρχείο παραμετροποίησης (ή ένα από τα στοιχεία που εισάγει) κάλεσε την sys.exit()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "Υπάρχει ένα προγραμματιστικό λάθος στο αρχείο παραμετροποίησής σας:\n\n%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Τομέας %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Εικ. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Πίνακας %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Λίστα %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "Η τιμή παραμετροποίησης '{name}' πρέπει να λαμβάνει μία από τις {candidates} αλλά εκχωρήθηκε η '{current}'." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Η τιμή παραμετροποίησης '{name]' έχει τύπο '[current__name__}'; αναμενόμενη {permitted}." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "Η τιμή παραμετροποίησης '{name}' έχει τύπο '{current__name__}', αρχικοποίηση σε '{default__name__}'." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "το primary_domain %r δεν βρέθηκε, θα αγνοηθεί." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Δεν είναι δυνατή η εύρεση του καταλόγου πηγής (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Ο κατάλογος πηγής και ο κατάλογος προορισμού δεν είναι δυνατό να είναι ίδιοι" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Εκτέλεση Sphinx έκδοση %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Αυτό το έργο απαιτεί Sphinx έκδοσης τουλάχιστον %s και επομένως δεν είναι δυνατή η μεταγλωτισση με αυτή την έκδοση." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "δημιουργία καταλόγου εξόδου" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "κατά τον καθορισμό της επέκτασης %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "φόρτωση μεταφράσεων [%s]..." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "ολοκλήρωση" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "δεν είναι διαθέσιμο για εσωτερικά μηνύματα" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "φόρτωση πακτωμένου περιβάλλοντος" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "αποτυχία: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Δεν επιλέχθηκε μεταγλωττιστής, θα χρησιμοποιηθεί ο προεπιλεγμένος: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "επιτυχία" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "ολοκλήρωση με προβλήματα" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "μεταγλώττιση %s, %s προειδοποίηση" +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "μεταγλώττιση %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "η κλάση κόμβου %r έχει ήδη καταχωρηθεί, οι επισκέπτες της θα υπερσκελιστούν" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "η οδηγία %r έει ήδη καταχωρηθεί, θα υπερσκελιστεί" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "ο ρόλος %r έχει ήδη καταχωρηθεί, θα υπερσκελιστεί" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -400,12 +164,12 @@ msgid "" "explicit" msgstr "η επέκταση %s δεν καθορίζει αν είναι ασφαλής η παράλληλη ανάγνωση, υποθέτοντας ότι δεν είναι - παρακαλείσθε να ζητήσετε από το δημιουργό της επέκτασης να το ελέγχει και να το κάνει σαφές" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -413,657 +177,1153 @@ msgid "" "explicit" msgstr "η επέκταση %s δεν καθορίζει αν είναι ασφαλής η παράλληλη ανάγνωση, υποθέτοντας ότι δεν είναι - παρακαλείσθε να ζητήσετε το δημιουργό της επέκτασης να το ελέγξει και να το κάνει σαφές" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "εκτέλεση σειριακής %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Η κλάση μεταγλώττισης %s δεν έχει χαρακτηριστικό \"name\" " -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Ο μεταγλωττιστής %r υφίσταται ήδη (στο δομοστοιχείο %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Το όνομα μεταγλωττιστή %s δεν είναι καταχωρημένο ή διαθέσιμο δια μέσου του σημείου εισαγωγής" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Το όνομα μεταγλωττιστή %sδεν είναι καταχορημένο" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "ο τομέας %s είναι ήδη καταχωρημένος" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "ο τομέας %s δεν έχει καταχωρηθεί ακόμη" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Η οδηγία %r είναι ήδη καταχωρημένη στον τομέα %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Ο ρόλος %r είναι ήδη καταχωρημένος στον τομέα %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Ο δείκτης %r είναι ήδη καταχωρημένος στον τομέα %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "Το object_type %r είναι ήδη καταχωρημένο" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "Το crossref_type %r είναι ήδη καταχωρημένο" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "το source_suffix %r είναι ήδη καταχωρημένο" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "το source_parser για το %r είναι ήδη καταχωρημένο" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "Ο αναλυτής πηγής για το %s δεν είναι καταχωρημένος" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "Ο μεταφραστής για το %r υφίσταται ήδη" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "το kwargs για το add_node() πρέπει να είναι μία (visit, depart) συνάρτηση πλειάδας: %r=%r" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "το enumerable_node %r είναι ήδη καταχωρημένο" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "η επέκταση %r συγχωνεύθηκε ήδη με το Sphinx από την έκδοση %s; η επέκταση αυτή θα αγνοηθεί." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Αρχική εξαίρεση:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "Δεν ήταν δυνατή η εισαγωγή της επέκτασης %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "η επέκταση %r δεν έχει συνάρτηση setup(); αποτελεί δομοστοιχείο επέκτασης του Sphinx;" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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: επομένως δεν είναι δυνατή η μεταγλώττιση με αυτή την έκδοση." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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 ή έναν κατάλογο μεταδεδομένων" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "αυτόματη εισαγωγή docstrings από τα δομοστοιχεία" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "αυτόματα κομμάτια δοκιμαστικού κώδικα σε τμήματα doctest" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Το όνομα %r δεν είναι γνωστό" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "σύνδεσμος μεταξύ τεκμηρίωσης Sphinx διαφόρων έργων" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "γράψτε εγγραφές \"todo\" οι οποίες μπορούν αν εμφανίζονται ή να αποκρύπτονται κατά τη μεταγλώττιση" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "Η επέκταση %s απαιτείται από τις ρυθμίσεις needs_extensions, αλλά δεν είναι φορτωμένη." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "αναζήτηση για κάλυψη βιβλιογραφίας" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "να συμπεριληφθεί το math, απεικονισμένο ως εικόνες PNG η SVG" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "να συμπεριληφθεί το math, απεικονισμένο στο φυλλομετρηρή απο το MathJax" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "η ρύθμιση %s.%s δεν εμφανίζεται από τις παραμετροποιήσεις θέματος που αναζητήθηκαν" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "υποθετική εισαγωγή περιεχομένου βασισμένη στις τιμές παραμετροποίησης" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" -msgstr "να συμπεριληφθούν σύνδεσμοι στον πηγαίο κώδικα των τεκμηριωμένων αντικειμένων Python" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "δημιουργία αρχείου .nojekyll για έκδοση του εγγράφου στις σελίδες GitHub " - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." -msgstr "Παρακαλείστε να εισάγετε ένα έγκυρο όνομα μονοπατιού." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." -msgstr "Παρακαλείστε να εισάγετε κάποιο κείμενο." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:142 #, python-format -msgid "Please enter one of %s." -msgstr "Παρακαλείστε να εισάγετε ένα από τα %s." +msgid "unsupported theme option %r given" +msgstr "δόθηκε μη υποστηριζόμενη επιλογή θέματος %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "Παρακαλείστε να εισάγετε είτε 'y' είτε 'n'." +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "το αρχείο %r στο μονοπάτι θέματος δεν αποτελεί ένα έγκυρο zipfile ή δεν περιλαμβάνει ένα θέμα" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Παρακαλείστε να εισάγετε μία επέκταση αρχείου, π.χ. '.rst' ή '.txt'." +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:276 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Καλώς ήρθατε στο εργαλείο γρήγορης εκκίνησης Sphinx %s." +msgid "The %r theme has circular inheritance" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: theming.py:283 +#, 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)." +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:290 #, python-format -msgid "Selected root path: %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" -msgstr "Ριζικό μονοπάτι για την τεκμηρίωση" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "Σφάλμα: ένα υπάρχον conf.py έχει βρεθεί στοn επιλεγμένο ριζικό κατάλογο." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα έργα Sphinx." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Παρακαλείστε να εισάγετε ένα νέο ριζικό μονοπάτι (ή απλά πιέστε το Enter για έξοδο)" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 -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." +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" -msgstr "Ξεχωριστοί κατάλογοι για πηγή και μεταγλώττιση (y/n)" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 -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." +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" -msgstr "Πρόθεμα ονόματος για πρότυπα και στατικούς καταλόγους" +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 -msgid "" -"The project name will occur in several places in the built documentation." +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" -msgstr "Όνομα έργου" +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" -msgstr "Όνομα(τα) συγγραφέα" +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "ο κατάλογος παραμετροποίησης δεν περιλαμβάνει κανένα αρχείο conf.py (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:323 msgid "" -"Sphinx has the notion of a \"version\" and a \"release\" for the\n" -"software. Each version can have multiple releases. For example, for\n" -"Python the version is something like 2.5 or 3.0, while the release is\n" -"something like 2.5.1 or 3.0a1. If you don't need this dual structure,\n" -"just set both to the same value." +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" -msgstr "Έκδοση έργου" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" -msgstr "Κυκλοφορία έργου" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: config.py:346 +#, 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 "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης καταλόγου %r, θα αγνοηθεί (χρησιμοποιήστε το %r για να καθορίσετε τα επιμέρους στοιχεία)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" -msgstr "Γλώσσα έργου" +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "ανέγκυρος αριθμός %r για τιμή παραμετροποίησης %r, θα αγνοηθεί" -#: /home/runner/work/sphinx/sphinx/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 "" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "δεν είναι δυνατή η υπερσκέλιση της ρύθμισης παραμετροποίησης %r με τύπο ο οποίος δεν υποστηρίζεται, θα αγνοηθεί" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "Επέκταση αρχείου πηγής" +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "άγνωστη τιμή παραμετροποίσης %r στην υπερσκέλιση, θα αγνοηθεί" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 -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." +#: config.py:435 +#, python-format +msgid "No such config value: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" -msgstr "Όνομα του κυρίους σας εγγράφου (χωρίς επέκταση)" +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Η τιμή παραμετροποίησης %r υφίσταται ήδη." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:494 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "Σφάλμα: το κύριο αρχείο %s έχει ήδη βρεθεί στο επιλεγμένο ριζικό κατάλογο." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα αρχεία." +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Υπάρχει ένα συντακτικό λάθος στο αρχείο παραμετροποίησής σας: %s\n" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: config.py:534 msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "Παρακαλείσθε να εισάγετε ένα νέο όνομα αρχείου, ή να μεταονομάσετε το υπάρχον αρχείο και να πιέσετε το Enter" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Υποδείξτε ποιά απο τις ακόλουθες επεκτάσεις Sphinx πρέπει να ενεργοποιηθούν:" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "Το αρχείο παραμετροποίησης (ή ένα από τα στοιχεία που εισάγει) κάλεσε την sys.exit()" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: config.py:541 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "Σημείωση: τα imgmath και mathjax δεν είναι δυνατό να ενεργοποιηθούν ταυτόχρονα. Το imgmath έχει αποεπιλεγθεί. " +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Υπάρχει ένα προγραμματιστικό λάθος στο αρχείο παραμετροποίησής σας:\n\n%s" -#: /home/runner/work/sphinx/sphinx/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." +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" -msgstr "Δημιουργία Makefile; (y/n)" +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" -msgstr "Δημιουργία αρχείου εντολών Windows; (y/n)" +#: config.py:593 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: config.py:612 #, python-format -msgid "Creating file %s." -msgstr "Δημιουργία αρχείου %s." +msgid "Section %s" +msgstr "Τομέας %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: config.py:613 #, python-format -msgid "File %s already exists, skipping." -msgstr "Το αρχείο %s υπάρχει ήδη, παραλείπεται." +msgid "Fig. %s" +msgstr "Εικ. %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." -msgstr "Ολοκλήρωση: μία αρχική δομή καταλόγου δημιουργήθηκε." +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Πίνακας %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: config.py:615 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "Listing %s" +msgstr "Λίστα %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: config.py:722 msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "Η τιμή παραμετροποίησης '{name}' πρέπει να λαμβάνει μία από τις {candidates} αλλά εκχωρήθηκε η '{current}'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 -#, python-format +#: config.py:746 msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Η τιμή παραμετροποίησης '{name]' έχει τύπο '[current__name__}'; αναμενόμενη {permitted}." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: config.py:759 msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "Η τιμή παραμετροποίησης '{name}' έχει τύπο '{current__name__}', αρχικοποίηση σε '{default__name__}'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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" +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "το primary_domain %r δεν βρέθηκε, θα αγνοηθεί." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" -msgstr "ήσυχος τρόπος" +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (οδηγία)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "Επιλογές δομής" +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (ρόλος)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" -msgstr "αν ορίζεται, θα ξεχωρίσουν οι κατάλογοι πηγής και μεταγλώττισης" +#: domains/rst.py:223 +msgid "directive" +msgstr "οδηγία" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: domains/rst.py:225 +msgid "role" +msgstr "ρόλος" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (ενσωματωμένη συνάρτηση)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (μέθοδος της %s)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (κλάση)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (καθολική μεταβλητή ή σταθερά)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (ιδιότητα της %s)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Παράμετροι" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Προκαλεί" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Επιστρέφει" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Επιστρεφόμενος τύπος" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (μονάδα)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "συνάρτηση" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "μέθοδος" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "κλάση" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "δεδομένα" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "ιδιότητα" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "μονάδα" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Άλλαξε στην έκδοση %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Αποσύρθηκε στην έκδοση %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "διπλότυπη ετικέτα %s, άλλη εμφάνιση στο %s" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Η παραπομπή [%s] δεν αναφέρεται." + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "διπλότυπη ετικέτα της εξίσωσης %s, άλλη εμφάνιση στο %s" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Ανέγκυρο math_eqref_format: %r" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "νέα παραμετροποίηση" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "η παραμετροποίηση άλλαξε" + +#: environment/__init__.py:88 +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 "ο πηγαίος κατάλογος έχει αλλάξει" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Το περιβάλλον δεν είναι συμβατό με τον επιλεγμένο μεταγλωττιστή, παρακαλείστε να επιλέξετε ένα διαφορετικό κατάλογο toctree." + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "Αδυναμία σάρωσης εγγράφων σε %s: %r" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "Ο τομέας %r δεν είναι καταχωρημένος" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "το έγγραφο δεν συμπεριλαμβάνεται σε κανένα toctree" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "Βρέθηκε αυτοαναφερόμενο toctree. Θα αγνοηθεί." + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "Προειδοποίηση" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "αυτόματη εισαγωγή docstrings από τα δομοστοιχεία" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "αυτόματα κομμάτια δοκιμαστικού κώδικα σε τμήματα doctest" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "σύνδεσμος μεταξύ τεκμηρίωσης Sphinx διαφόρων έργων" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "γράψτε εγγραφές \"todo\" οι οποίες μπορούν αν εμφανίζονται ή να αποκρύπτονται κατά τη μεταγλώττιση" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "αναζήτηση για κάλυψη βιβλιογραφίας" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "να συμπεριληφθεί το math, απεικονισμένο ως εικόνες PNG η SVG" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "να συμπεριληφθεί το math, απεικονισμένο στο φυλλομετρηρή απο το MathJax" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "υποθετική εισαγωγή περιεχομένου βασισμένη στις τιμές παραμετροποίησης" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "να συμπεριληφθούν σύνδεσμοι στον πηγαίο κώδικα των τεκμηριωμένων αντικειμένων Python" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "δημιουργία αρχείου .nojekyll για έκδοση του εγγράφου στις σελίδες GitHub " + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "Παρακαλείστε να εισάγετε ένα έγκυρο όνομα μονοπατιού." + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "Παρακαλείστε να εισάγετε κάποιο κείμενο." + +#: cmd/quickstart.py:117 +#, 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'." + +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Καλώς ήρθατε στο εργαλείο γρήγορης εκκίνησης Sphinx %s." + +#: cmd/quickstart.py:217 +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:225 +#, python-format +msgid "Selected root path: %s" +msgstr "" + +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." +msgstr "" + +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" +msgstr "Ριζικό μονοπάτι για την τεκμηρίωση" + +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Σφάλμα: ένα υπάρχον conf.py έχει βρεθεί στοn επιλεγμένο ριζικό κατάλογο." + +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα έργα Sphinx." + +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Παρακαλείστε να εισάγετε ένα νέο ριζικό μονοπάτι (ή απλά πιέστε το Enter για έξοδο)" + +#: cmd/quickstart.py:256 +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:263 +msgid "Separate source and build directories (y/n)" +msgstr "Ξεχωριστοί κατάλογοι για πηγή και μεταγλώττιση (y/n)" + +#: cmd/quickstart.py:269 +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:275 +msgid "Name prefix for templates and static dir" +msgstr "Πρόθεμα ονόματος για πρότυπα και στατικούς καταλόγους" + +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: cmd/quickstart.py:284 +msgid "Project name" +msgstr "Όνομα έργου" + +#: cmd/quickstart.py:286 +msgid "Author name(s)" +msgstr "Όνομα(τα) συγγραφέα" + +#: cmd/quickstart.py:291 +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:299 +msgid "Project version" +msgstr "Έκδοση έργου" + +#: cmd/quickstart.py:301 +msgid "Project release" +msgstr "Κυκλοφορία έργου" + +#: cmd/quickstart.py:306 +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:315 +msgid "Project language" +msgstr "Γλώσσα έργου" + +#: cmd/quickstart.py:322 +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:327 +msgid "Source file suffix" +msgstr "Επέκταση αρχείου πηγής" + +#: cmd/quickstart.py:332 +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:340 +msgid "Name of your master document (without suffix)" +msgstr "Όνομα του κυρίους σας εγγράφου (χωρίς επέκταση)" + +#: cmd/quickstart.py:350 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Σφάλμα: το κύριο αρχείο %s έχει ήδη βρεθεί στο επιλεγμένο ριζικό κατάλογο." + +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "το sphinx-quickstart δεν θα αντικαταστήσει υπάρχοντα αρχεία." + +#: cmd/quickstart.py:360 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "Παρακαλείσθε να εισάγετε ένα νέο όνομα αρχείου, ή να μεταονομάσετε το υπάρχον αρχείο και να πιέσετε το Enter" + +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Υποδείξτε ποιά απο τις ακόλουθες επεκτάσεις Sphinx πρέπει να ενεργοποιηθούν:" + +#: cmd/quickstart.py:379 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "Σημείωση: τα imgmath και mathjax δεν είναι δυνατό να ενεργοποιηθούν ταυτόχρονα. Το imgmath έχει αποεπιλεγθεί. " + +#: cmd/quickstart.py:389 +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:395 +msgid "Create Makefile? (y/n)" +msgstr "Δημιουργία Makefile; (y/n)" + +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" +msgstr "Δημιουργία αρχείου εντολών Windows; (y/n)" + +#: cmd/quickstart.py:451 ext/apidoc.py:92 +#, python-format +msgid "Creating file %s." +msgstr "Δημιουργία αρχείου %s." + +#: cmd/quickstart.py:456 ext/apidoc.py:89 +#, python-format +msgid "File %s already exists, skipping." +msgstr "Το αρχείο %s υπάρχει ήδη, παραλείπεται." + +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." +msgstr "Ολοκλήρωση: μία αρχική δομή καταλόγου δημιουργήθηκε." + +#: cmd/quickstart.py:502 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: cmd/quickstart.py:513 +#, 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:520 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: cmd/quickstart.py:555 +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" + +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "" + +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "ήσυχος τρόπος" + +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "" + +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "Επιλογές δομής" + +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "αν ορίζεται, θα ξεχωρίσουν οι κατάλογοι πηγής και μεταγλώττισης" + +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "αντικατάσταση για τελεία σε _templates κλπ." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "Βασικές επιλογές έργου" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "όνομα έργου" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "ονόματα συγγραφέων" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "έκδοση του έργου" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "δημοσίευση του έργου" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "γλώσσα εγγράφου" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "επέκταση αρχείου πηγής" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "κύριο όνομα εγγράφου" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "χρηση epub" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "Επιλογές επέκτασης" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "ενεργοποίηση της επέκτασης %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "ενεργοποίηση αυθαίρετων επεκτάσεων" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "Δημιουργία Makefile και Batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "δημιουργία makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "να μη δημιουργηθεί makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "δημιουργία batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "να μη δημιουργηθεί batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "χρησιμοποιήστε το make-mode για το Makefile/make.bat" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "Προτυποποίηση έργου" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "πρότυπος κατάλογος για πρότυπα αρχεία" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "ορίστε μία τιμή προτύπου" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "καθορίστηκε το \"quiet\", αλλά δεν καθορίστηκε είτε το \"project\" είτε το \"author\"." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "Σφάλμα: το καθορισθέν μονοπάτι δεν είναι κατάλογος, ή τα αρχεία sphinx υπάρχουν ήδη." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "Το sphinx-quickstart δημιουργεί μόνο εντός ενός κενού καταλόγου. Παρακαλείσθε να καθορίσετε ένα νέο ριζικό μονοπάτι." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "Ανέγκυρη μεταβλητή προτύπου: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "Παρουσιάστηκε εξαίρεση κατά τη μεταγλώττιση, εκκίνηση αποσφαλματιστή: " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "σφάλμα reST markup:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "Σφάλμα κωδικοποίησης:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "Το πλήρες ιστορικό έχει αποθηκευτεί σε %s, σε περίπτωση που επιθυμείτε να αναφέρετε το ζήτημα στους προγραμματιστές." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "Σφάλμα αναδρομής:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "Εμφανίστηκε εξαίρεση:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "Παρακαλείστε να το αναφέρετε αν ήταν ένα σφάλμα χρήσης, ώστε ένα καλύτερο μήνυμα σφάλματος να δοθεί την επόμενη φορά." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Μία αναφορά σφάλματος μπορεί να υποβληθεί στον ινχηλάτη στο https://github.com/sphinx-doc/sphinx/issues>. Ευχαριστούμε!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "ο αριθμός εργασίας θα πρέπει να είναι θετικός αριθμός" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1082,805 +1342,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "μονοπάτι για τα αρχεία πηγής τεκμηρίωσης" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "μονοπάτι στον κατάλογο εξόδου" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "γενικές επιλογές" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "εγγραφή όλων των αρχείων (προεπιλογή: εγγραφή μόνο νέων και αλλαγμένων αρχείων)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "μην χρησιμοποιείτε ένα αποθηκευμένο περιβάλλον, πάντα να διαβάζετε όλα τα αρχεία" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "παράκαμψη ρύθμισης στο αρχείο παραμετροποίησης" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "μεταφορά τιμής στα πρότυπα HTML" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "ορίστε ετικέτα: συμπεριλάβατε \"only\" τμήματα με TAG" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "επιλογές εξόδου κονσόλας" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "αυξήστε τον βερμπαλισμό (μπορεί να επαναληφθεί)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "καμία έξοδος στο stdout, μόνο προειδοποιήσεις στο stderr" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "κανένα αποτέλεσμα ούτε προειδοποιήσεις" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "να γίνεται εκπομπή χρωματιστής εξόδου (προεπιλογή: auto-detect)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "να μην παρουσιάζεται έγχρωμο αποτέλεσμα (προεπιλογή: αυτόματη αναγνώριση)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "προειδοποιήσεις εγγραφής (και σφάλματα) στο δοθέν αρχείο" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "μετατροπή προειδοποιήσεων σε σφάλματα" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "απεικόνιση πλήρους ιστορικού σε περίπτωση εξαίρεσης" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "εκτέλεση Pdb σε περίπτωση εξαίρεσης" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "δεν γίνεται συνδιασμός της επιλογής -a και των ονομάτων αρχείων" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "δεν είναι δυνατό το άνοιγμα του αρχείου προειδοποίησης %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "Το όρισμα -D πρέπει να είναι της μορφής όνομα=τιμέ" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "Το όρισμα -Α πρέπει να είναι της μορφής όνομα=τιμή" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "ασυνεπείς αναφορές υποσημείωσης στα μεταφρασμένα μηνύματα. original: {0}, translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Ο προσωρινός μεταγλωττιστής δεν δημιουργεί αρχεία." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "ασυνεπείς αναφορές στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "Αναζητήστε οποιαδήποτε λάθη στο παραπάνω αποτέλεσμα ή σε %(outdir)s/output.txt" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "ασυνεπείς αναφορές παραπομπής στο μεταφρασμένο μήνυμα. αρχικό: {0}, μεταφρασμένο: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "λανθασμένος σύνδεσμος: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Δεν βρέθηκε το anchor '%s'" + +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Η σελίδα HTML είναι στο %(outdir)s." + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "συναρμολόγηση απλού κειμένου" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "εγγραφή" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "εγγραφή επιπρόσθετων αρχείων" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Οι σελίδες manual βρίσκονται σε %(outdir)s." + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"man_pages\"; δεν θα καταγραφούν manual pages" + +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "η τιμή παραμετροποίησης \"man_pages\" κάνει αναφορά το άγνωστο κείμενο %s" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Τα αρχεία κειένου βρίσκονται σε %(outdir)s." + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "σφάλμα καταγραφής αρχείου %s: %s" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Τα αρχεία Texinfo βρίσκονται σε %(outdir)s." + +#: builders/texinfo.py:49 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "ασυνεπείς αναφορές όρων στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" +"\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:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "δεν βρέθηκε τιμή \"texinfo_documents\": δεν θα γίνει εγγραφή κανενός κειμένου" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/texinfo.py:90 #, python-format -msgid "%b %d, %Y" -msgstr "%d %B %Y" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "η τιμή παραμετροποίησης \"texninfo_documents\" αναφέρεται σε άγνωστο κείμενο %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "επεξεργασία %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "επίλυση αναφορών..." + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (σε " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "αντιγραφή εικόνων..." + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "δεν είναι δυνατή η αντιγραφή αρχείου εικόνας %r: %s" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "αντιγραφή αρχείων υποστήριξης Texinfo" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "σφάλμα κατά την εγγραφή του αρχείου Makefile: %s" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Οι κατάλογοι των μηνυμάτων είναι στο %(outdir)s." + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "μεταγλώττιση [%s]:" + +#: builders/gettext.py:252 +#, 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 "εγγραφή καταλόγων μηνύματος..." + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s (%s)" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "μεταγλώττιση [mo]:" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "εγγραφή εξόδου..." + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "όλα τα αρχεία po του %d" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/__init__.py:273 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "βρέθηκε ευρετήριο βασιζόμενο σε 4 στήλες. Μπορεί να αποτελεί σφάλμα της επέκτασης που χρησιμοποιείτε: %r" +msgid "targets for %d po files that are specified" +msgstr "στόχοι για τα αρχεία po του %d οι οποίοι έχουν καθοριστεί" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/__init__.py:285 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Δεν υπάρχει αναφορά για την υποσημείωση [%s]." +msgid "targets for %d po files that are out of date" +msgstr "στόχοι για τα αρχεία po του %d τα οποία είναι ξεπερασμένα" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "Η υποσημείωση [#] δεν αναφέρεται." +#: builders/__init__.py:295 +msgid "all source files" +msgstr "όλα τα αρχεία πηγής" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/__init__.py:307 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/__init__.py:313 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "το αρχείο %r που δόθηκε στη γραμμή εντολής δεν βρίσκεται κάτω από τον κατάλογο πηγής, θα αγνοηθεί" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/__init__.py:324 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:339 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" +msgid "%d source files given on command line" +msgstr "τα αρχεία πηγής %d που δόθηκαν στη γραμμή εντολής" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/__init__.py:354 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "το toctree περιλαμβάνει αναφορά σε άγνωστο αρχείο %r" +msgid "targets for %d source files that are out of date" +msgstr "στόχοι για τα αρχεία πηγής %d τα οποία είναι ξεπερασμένα" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "εξαίρεση κατά την αξιολόγηση μόνο της έκφρασης οδηγίας: %s" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "αναζήτηση για νεοξεπερασμένα αρχεία..." -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:386 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "%d found" +msgstr "βρέθηκε %d" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +#: builders/__init__.py:388 +msgid "none found" +msgstr "δεν βρέθηκε κανένα" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "σφάλμα ανάγνωσης: %s, %s" +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "Περιβάλλον μετατροπής αντικειμένων Python σε ροή bytes" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "έλεγχος συνοχής" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "κανένας στόχος δεν είναι ξεπερασμένος." + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "αναβάθμιση περιβάλλοντος:" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:471 #, python-format -msgid "writing error: %s, %s" -msgstr "καταγραφή λάθους: %s, %s" +msgid "%s added, %s changed, %s removed" +msgstr "%s προστέθηκε, %s άλλαξε, %s απομακρύνθηκε" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:507 #, python-format -msgid "locale_dir %s does not exist" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:516 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "Ανέγκυρος τύπος ημερομηνίας. Τοποθετείστε στη στοιχειοσειρά μονά εισαγωγικά εάν θέλετε να το εξάγετε απευθείας: %s" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:527 #, python-format -msgid "unknown directive or role name: %s:%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:534 #, python-format -msgid "unknown node type: %r" -msgstr "άγνωστος τύπος κόμβου: %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "ο προεπιλεγμένος ρόλος %s δεν βρέθηκε" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "ανάγνωση πηγών..." -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:686 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "μη κωδικοποιήσιμοι χαρακτήρες πηγής, θα αντικατασταθούν με \"?\": %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "παράβλεψη" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "αποτυχία" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Προσοχή" +msgid "docnames to write: %s" +msgstr "docname προς εγγραφή: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Προσοχή" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "προετοιμασία κειμένων" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Κίνδυνος" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Σφάλμα" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "μη κωδικοποιήσιμοι χαρακτήρες πηγής, θα αντικατασταθούν με \"?\": %r" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Συμβουλή" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Το αρχείο ePub βρίσκεται σε %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Σημαντικό" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Σημείωση" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_language\" (ή \"language\") δεν πρέπει να είναι κενή για EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Δείτε επίσης" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_uid\" πρέπει να είναι XML NAME για EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Πρακτική συμβουλή" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_title\" (ή \"html_title\") δεν πρέπει να είναι κενή για EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Προειδοποίηση" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_author\" δεν πρέπει να είναι κενή για EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "νέα παραμετροποίηση" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_contributor\" δεν πρέπει να είναι κενή για EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "η παραμετροποίηση άλλαξε" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_description\" δεν πρέπει να είναι κενή για EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "αλλαγμένες επεκτάσεις" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_publisher\" δεν πρέπει να είναι κενή για EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "η έκδοση του περιβάλλοντος μεταλώττισης δεν είναι η τρέχουσα" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_copyright\" (ή \"copyright\") δεν πρέπει να είναι κενή για EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "ο πηγαίος κατάλογος έχει αλλάξει" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"epub_identifier\" δεν πρέπει να είναι κενή για EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Το περιβάλλον δεν είναι συμβατό με τον επιλεγμένο μεταγλωττιστή, παρακαλείστε να επιλέξετε ένα διαφορετικό κατάλογο toctree." +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "η τιμή παραμετροποίησης \"version\" δεν πρέπει να είναι κενή για EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Αδυναμία σάρωσης εγγράφων σε %s: %r" +msgid "invalid css_file: %r, ignored" +msgstr "ανέγκυρο css_file: %r, θα αγνοηθεί" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:220 #, python-format -msgid "Domain %r is not registered" -msgstr "Ο τομέας %r δεν είναι καταχωρημένος" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "το έγγραφο δεν συμπεριλαμβάνεται σε κανένα toctree" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "Βρέθηκε αυτοαναφερόμενο toctree. Θα αγνοηθεί." +msgid "duplicated ToC entry found: %s" +msgstr "βρέθηκε διπλότυπη εγγραφή ToC: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 +#: builders/_epub_base.py:432 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "διπλότυπη ετικέτα %s, άλλη εμφάνιση στο %s" +msgid "cannot read image file %r: copying it instead" +msgstr "δεν είναι δυνατή η ανάγωνση αρχείου εικόνας %r: αντί αυτού θα αντιγραφεί" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: builders/_epub_base.py:463 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "Η παραπομπή [%s] δεν αναφέρεται." +msgid "cannot write image file %r: %s" +msgstr "δεν είναι δυνατή η εγγραφή αρχείου %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (ενσωματωμένη συνάρτηση)" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "Το pillow δεν βρέθηκε - αντιγραφή αρχείων εικόνας" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (μέθοδος της %s)" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (κλάση)" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (καθολική μεταβλητή ή σταθερά)" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/_epub_base.py:585 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (ιδιότητα της %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Παράμετροι" +msgid "unknown mimetype for %s, ignoring" +msgstr "άγνωστο mimetype για %s, θα ανγοηθεί" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Προκαλεί" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Επιστρέφει" +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." +msgstr "εγγραφή %s αρχείου..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Επιστρεφόμενος τύπος" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Το αρχείο επισκόπησης είναι σε %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:60 #, python-format -msgid "%s (module)" -msgstr "%s (μονάδα)" +msgid "no changes in version %s." +msgstr "καμία αλλαγή στην έκδοση %s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "συνάρτηση" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "εγγραφή αρχείου σύνοψης" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "μέθοδος" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Ενσωματωμένες λειτουργίες" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "κλάση" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Επίπεδο μονάδας λειτουργίας" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "δεδομένα" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "αντιγραφή αρχείων πηγής..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "ιδιότητα" +#: builders/changes.py:140 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "δεν ήταν δυνατή η ανάγνωση %r για τη δημιουργία changelog" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "μονάδα" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "ο προεπιλεγμένος ρόλος %s δεν βρέθηκε" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/docfields.py:95 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/osutil.py:130 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "διπλότυπη ετικέτα της εξίσωσης %s, άλλη εμφάνιση στο %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:419 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Ανέγκυρο math_eqref_format: %r" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:487 #, python-format -msgid "Added in version %s" -msgstr "" +msgid "toctree contains ref to nonexisting file %r" +msgstr "το toctree περιλαμβάνει αναφορά σε άγνωστο αρχείο %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:701 #, python-format -msgid "Changed in version %s" -msgstr "Άλλαξε στην έκδοση %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "εξαίρεση κατά την αξιολόγηση μόνο της έκφρασης οδηγίας: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "Αποσύρθηκε στην έκδοση %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:91 #, python-format -msgid "Removed in version %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:170 #, python-format -msgid "%s (directive)" -msgstr "%s (οδηγία)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:185 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:283 #, python-format -msgid "%s (role)" -msgstr "%s (ρόλος)" +msgid "unknown directive or role name: %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "οδηγία" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "άγνωστος τύπος κόμβου: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "" +#: util/display.py:83 +msgid "skipped" +msgstr "παράβλεψη" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "ρόλος" +#: util/display.py:88 +msgid "failed" +msgstr "αποτυχία" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +msgid "reading error: %s, %s" +msgstr "σφάλμα ανάγνωσης: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "writing error: %s, %s" +msgstr "καταγραφή λάθους: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[πηγή]" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Ανέγκυρος τύπος ημερομηνίας. Τοποθετείστε στη στοιχειοσειρά μονά εισαγωγικά εάν θέλετε να το εξάγετε απευθείας: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -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." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[τεκμηρίωση]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Κώδικας μονάδας" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "Ανέγκυρη λεζάντα: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" -msgstr "

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

" +msgid "line number spec is out of range(1-%d): %r" +msgstr "η προδιαγραφή αριθμού σειράς είναι εκτός e;yroyw (1-%d): %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Επισκόπηση: κώδικας της μονάδας" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Δεν είναι δυνατή η ταυτόχρονη χρήση των επιλογών \"%s\" και \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "Το συμπεριληφθέν αρχείο %r δεν βρέθηκε ή απέτυχε η ανάγνωσή του" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Εκκρεμότητα" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "Η κωδικοποίηση %r που χρησιμοποιήθηκε για την ανάγνωση του συμπεριληφθέντος αρχείου %r φαίνεται να είναι λανθασμένη, προσπαθήστε να δώσετε μία επιλογή :encoding:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" -msgstr "βρέθηκε εγγραφή TODO:%s" +msgid "Object named %r not found in include file %r" +msgstr "Το αντικείμενο με όνομα %r δεν βρέθηκε στο συμπεριληφθέν αρχείο %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Δεν είναι δυνατή η χρήση \"leneno-match\" με ένα κομματιασμένο σετ απο \"lines\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Το <> βρίσκεται στο %s, γραμή %d.)" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Προσδιορισμός γραμμής %r: δεν ελήφθησαν γραμμές από το συμπεριληφθέν αρχείο %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "αρχική εγγραφή" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "Would create file %s." -msgstr "Θα δημιουργούσε το αρχείο %s." +msgid "toctree contains reference to excluded document %r" +msgstr "Το toctree περιλαμβάνει αναφορά στο αποκλεισμένο κείμενο %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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Σημείωση: από προεπιλογή αυτό το σενάριο δεν θα αντικαταστήσει τα ήδη δημιουργημένα αρχεία." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "το toctree περιλαμβάνει αναφορά στο μη υπαρκτό έγγραφο %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "μονοπάτι για το δομοστοιχείο για το έγγραφο" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "αρχεία fnmatch-style και/ή υποδείγματα καταλόγου που θα εξαιρεθούν από τη δημιουργία" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Συντάκτης τμήματος: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "κατάλογο για τοποθέτηση όλων των προϊόντων" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Συντάκτης μονάδας: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "μέγιστο βάθος από υποδομοστοιχεία για απεικόνιση στο TOC (προεπιλογή: 4)" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Συντάκτης κώδικα: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "αντικατάσταση υπάρχοντων αρχείων" +#: directives/other.py:210 +msgid "Author: " +msgstr "Συντάκτης: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "ακολουθία συμβολικών συνδέσμων. Ισχυρό όταν συνδυάζεται με το collective.recipe.omelette." +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "εκτελέστε το σενάριο χωρίς τη δημιουργία αρχείων" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "τοποθετήστε βιβλιογραφία για κάθε δομοστοιχείο στη δικής της σελίδα" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "να συμπεριληφθούν τα δομοστοιχεία \"_private\"" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "όνομα αρχείου του πίνακα περιεχομένων (προεπιλογή: δομοστοιχεία)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "να μη δημιουργηθεί αρχείο με πίνακα περιεχομένων" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "μη δημιουργείτε κεφαλίδες για πακέτα δομοστοιχείων/πακέτων (π.χ. όταν τα docstrings τα περιλαμβάνουν ήδη)" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "τοποθέτηση βιβλιογραφίας δομοστοιχείου πριν από την βιβλιογραφία υπόδομοστοιχείου" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "ερμηνεία μονοπατιών δομοστοιχείων σύμφωνα με την προδιαγραφή POP-0420 αυτονόητων namespaces" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "επέκταση αρχείου (προεπιλογή: rst)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "δημιουργία ενός πλήρους έργου με το sphinx-quickstart" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "η προσθήκη του module_path στο sys.path, χρησιμοποιείται όταν δίδεται το --full" +#: _cli/__init__.py:194 +msgid "Show the version and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "όνομα έργου (προεπιλογή: όνομα ριζικού δομοστοιχείου)" +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "συγγραφέας(εις) έργου, χρησιμοποιείται όταν δίδεται το --full" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "έκδοση έργου, χρησιμοποιείται όταν δίνεται το --full" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "έκδοση έργου, χρησιμοποιείται όταν δίδεται το --full, προεπιλογή σε --doc-version" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "επιλογές επέκτασης" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." -msgstr "το %s δεν είναι κατάλογος." +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Η οδηγία Graphviz δεν είναι δυνατό να περιλαμβάνει και περιεχόμενο και ένα όρισμα ονόματος αρχείου" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "Το εξωτερικό αρχείο Graphviz %r δεν βρέθηκε ή απέτυχε η ανάγνωσή του" +msgid "%b %d, %Y" +msgstr "%d %B %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Η οδηγία χωρίς περιεχόμενο \"graphviz\" θα αγνοηθεί." +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: transforms/__init__.py:267 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "η εντολή dot %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για αποτέλεσμα graphviz), ελέγξτε τη ρύθμιση graphviz_dot" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "βρέθηκε ευρετήριο βασιζόμενο σε 4 στήλες. Μπορεί να αποτελεί σφάλμα της επέκτασης που χρησιμοποιείτε: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: transforms/__init__.py:313 #, 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 "Footnote [%s] is not referenced." +msgstr "Δεν υπάρχει αναφορά για την υποσημείωση [%s]." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "Η υποσημείωση [#] δεν αναφέρεται." + +#: transforms/i18n.py:229 transforms/i18n.py:304 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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "ασυνεπείς αναφορές υποσημείωσης στα μεταφρασμένα μηνύματα. original: {0}, translated: {1}" -#: /home/runner/work/sphinx/sphinx/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" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "ασυνεπείς αναφορές στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "κωδικός dot %r: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "ασυνεπείς αναφορές παραπομπής στο μεταφρασμένο μήνυμα. αρχικό: {0}, μεταφρασμένο: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[γράφημα: %s]" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "ασυνεπείς αναφορές όρων στα μεταφρασμένα μηνύματα. αρχικό: {0}, μεταφρασμένο: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[γράφημα]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[πηγή]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1888,8 +2236,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1899,1897 +2246,1558 @@ msgid "" "%r" msgstr "η μετατροπή ολοκλήρωσε με σφάλμα:[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "λείπει '+' ή '-' στην επιλογή '%s'." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "Η '%s δεν είναι μία έγκυρη επιλογή." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' δεν αποτελεί μία έγκυρη επιλογή για pyversion" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "επισήμανση κώδικα δομοστοιχείου..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "ανέγκυρος τύπος TestCode" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[τεκμηρίωση]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Ολοκληρώθηκε η δοκιμή των doctests στις πηγές, δείτε τα αποτελέσματα σε %(outdir)s/output.txt." +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Κώδικας μονάδας" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "δεν υπάρχει κώδικας/αποτέλεσμα στο τμήμα %s στο %s:%s" +msgid "

Source code for %s

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "Ο ανέγκυρος κώδικας doctest θα αγνοηθεί: %r" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Επισκόπηση: κώδικας της μονάδας" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "ανέγκυρο regex %r σε %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "το δομοστοιχείο %s δεν ήταν δυνατό να εισαχθεί: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "Η δοκιμή της κάλυψης στις πηγές ολοκληρώθηκε, δείτε τα αποτελέσματα στο %(outdir)s python.txt." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "ανέγκυρο regex %r στο coverage_c_regexes" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "Η εντολή LaTex %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για απεικόνιση μαθηματικών), ελέγξτε τη ρύθμιση imgmath_latex" - -#: /home/runner/work/sphinx/sphinx/sphinx/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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "απεικόνιση latex %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "σε σειρά latex %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "διπλότυπη ετικέτα %s, άλλη εμφάνιση στο %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "άγνωστο toplevel_sectioning %r για την κλάσση %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 -#, python-format -msgid "no Babel option known for language %r" -msgstr "καμία γνωστή επιλογή Babel για τη γλώσσα %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "πολύ μεγάλο :maxdepth:, θα αγνοηθεί." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "ο τίτλος του εγγράφου δεν είναι μονός κόμβος κειμένου" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "ο ανακαλυφθέν τίτλος κόμβος δεν βρίσκεται σε τομέα, θέμα, πίνακα, προειδοποίηση ή πλαϊνή μπάρα" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Σημειώσεις υποσέλιδου" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 -#, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "τόσο η επιλογή για tabularcolumns όσο και για :widths: δίνονται. Η επιλογή :widths: θα αγνοηθεί." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "η μονάδα διάστασης %s δεν είναι έγκυρη. Θα αγνοηθεί." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" -msgstr "βρέθηκε άγνωστος τύπος εγγραφής ευρετηρίου %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" -msgstr "[εικόνα: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[εικόνα]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "δεν έχει καθοριστεί numfig_format για το %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Κανένα ID δεν έχει ανατεθεί στο κόμβο %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Δεν ήταν δυνατή η λήψη του μεγέθους της εικόνας. Η επιλογή :scale: θα αγνοηθεί." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Ευρετήριο" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "η λεζάντα δεν βρίσκεται εντός μίας εικόνας." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" -msgstr "μη υλοποιημένος τύπος κόμβου: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: ext/coverage.py:445 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Εκκρεμότητα" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "" +#: ext/todo.py:104 +#, python-format +msgid "TODO entry found: %s" +msgstr "βρέθηκε εγγραφή TODO:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "" +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(Το <> βρίσκεται στο %s, γραμή %d.)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "" +#: ext/todo.py:175 +msgid "original entry" +msgstr "αρχική εγγραφή" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "λείπει '+' ή '-' στην επιλογή '%s'." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." +msgstr "Η '%s δεν είναι μία έγκυρη επιλογή." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: ext/doctest.py:134 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "βρέθηκε διπλότυπη εγγραφή ToC: %s" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' δεν αποτελεί μία έγκυρη επιλογή για pyversion" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "αντιγραφή εικόνων..." +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "ανέγκυρος τύπος TestCode" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: ext/doctest.py:281 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "δεν είναι δυνατή η ανάγωνση αρχείου εικόνας %r: αντί αυτού θα αντιγραφεί" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "Ολοκληρώθηκε η δοκιμή των doctests στις πηγές, δείτε τα αποτελέσματα σε %(outdir)s/output.txt." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/doctest.py:434 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "δεν είναι δυνατή η αντιγραφή αρχείου εικόνας %r: %s" +msgid "no code/output in %s block at %s:%s" +msgstr "δεν υπάρχει κώδικας/αποτέλεσμα στο τμήμα %s στο %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/doctest.py:522 #, python-format -msgid "cannot write image file %r: %s" -msgstr "δεν είναι δυνατή η εγγραφή αρχείου %r: %s" +msgid "ignoring invalid doctest code: %r" +msgstr "Ο ανέγκυρος κώδικας doctest θα αγνοηθεί: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "Το pillow δεν βρέθηκε - αντιγραφή αρχείων εικόνας" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Η οδηγία Graphviz δεν είναι δυνατό να περιλαμβάνει και περιεχόμενο και ένα όρισμα ονόματος αρχείου" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Το εξωτερικό αρχείο Graphviz %r δεν βρέθηκε ή απέτυχε η ανάγνωσή του" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." -msgstr "" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Η οδηγία χωρίς περιεχόμενο \"graphviz\" θα αγνοηθεί." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/graphviz.py:303 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "άγνωστο mimetype για %s, θα ανγοηθεί" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." -msgstr "" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "η εντολή dot %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για αποτέλεσμα graphviz), ελέγξτε τη ρύθμιση graphviz_dot" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/graphviz.py:310 #, python-format -msgid "writing %s file..." -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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/graphviz.py:313 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "το dot δεν παρήγαγε κανένα αρχείο εξόδου:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/graphviz.py:329 #, python-format -msgid "error writing file %s: %s" -msgstr "σφάλμα καταγραφής αρχείου %s: %s" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "Το graphviz_output_format πρέπει να είναι ένα από τα 'png', 'svg', αλλά είναι %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Τα αρχεία XML βρίσκονται σε %(outdir)s." +msgid "dot code %r: %s" +msgstr "κωδικός dot %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Οι σελίδες manual βρίσκονται σε %(outdir)s." +msgid "[graph: %s]" +msgstr "[γράφημα: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"man_pages\"; δεν θα καταγραφούν manual pages" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[γράφημα]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "εγγραφή" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/apidoc.py:85 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "η τιμή παραμετροποίησης \"man_pages\" κάνει αναφορά το άγνωστο κείμενο %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Ο προσωρινός μεταγλωττιστής δεν δημιουργεί αρχεία." +msgid "Would create file %s." +msgstr "Θα δημιουργούσε το αρχείο %s." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Το αρχείο ePub βρίσκεται σε %(outdir)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Αναζητήστε αναδρομικα σε για δομοστοιχεία Python και πακέτα και δημιουργήστε \nένα αρχείο reST με οδηγίες automodule για κάθε πακέτο στο .\n\nΤα μπορεί να αποτελούν αρχεία ή/και σχέδια καταλόγων τα οποία θα \nεκτελεστούν κατά τη δημιουργία.\n\nΣημείωση: από προεπιλογή αυτό το σενάριο δεν θα αντικαταστήσει τα ήδη δημιουργημένα αρχεία." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "μονοπάτι για το δομοστοιχείο για το έγγραφο" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_language\" (ή \"language\") δεν πρέπει να είναι κενή για EPUB3" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "αρχεία fnmatch-style και/ή υποδείγματα καταλόγου που θα εξαιρεθούν από τη δημιουργία" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_uid\" πρέπει να είναι XML NAME για EPUB3" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "κατάλογο για τοποθέτηση όλων των προϊόντων" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_title\" (ή \"html_title\") δεν πρέπει να είναι κενή για EPUB3" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "μέγιστο βάθος από υποδομοστοιχεία για απεικόνιση στο TOC (προεπιλογή: 4)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_author\" δεν πρέπει να είναι κενή για EPUB3" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "αντικατάσταση υπάρχοντων αρχείων" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_contributor\" δεν πρέπει να είναι κενή για EPUB3" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "ακολουθία συμβολικών συνδέσμων. Ισχυρό όταν συνδυάζεται με το collective.recipe.omelette." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_description\" δεν πρέπει να είναι κενή για EPUB3" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "εκτελέστε το σενάριο χωρίς τη δημιουργία αρχείων" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_publisher\" δεν πρέπει να είναι κενή για EPUB3" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "τοποθετήστε βιβλιογραφία για κάθε δομοστοιχείο στη δικής της σελίδα" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_copyright\" (ή \"copyright\") δεν πρέπει να είναι κενή για EPUB3" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "να συμπεριληφθούν τα δομοστοιχεία \"_private\"" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"epub_identifier\" δεν πρέπει να είναι κενή για EPUB3" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "όνομα αρχείου του πίνακα περιεχομένων (προεπιλογή: δομοστοιχεία)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "η τιμή παραμετροποίησης \"version\" δεν πρέπει να είναι κενή για EPUB3" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "να μη δημιουργηθεί αρχείο με πίνακα περιεχομένων" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "ανέγκυρο css_file: %r, θα αγνοηθεί" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "μη δημιουργείτε κεφαλίδες για πακέτα δομοστοιχείων/πακέτων (π.χ. όταν τα docstrings τα περιλαμβάνουν ήδη)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Αναζητήστε οποιαδήποτε λάθη στο παραπάνω αποτέλεσμα ή σε %(outdir)s/output.txt" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "τοποθέτηση βιβλιογραφίας δομοστοιχείου πριν από την βιβλιογραφία υπόδομοστοιχείου" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" -msgstr "λανθασμένος σύνδεσμος: %s (%s)" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "ερμηνεία μονοπατιών δομοστοιχείων σύμφωνα με την προδιαγραφή POP-0420 αυτονόητων namespaces" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Δεν βρέθηκε το anchor '%s'" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "επέκταση αρχείου (προεπιλογή: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Το αρχείο επισκόπησης είναι σε %(outdir)s." +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "δημιουργία ενός πλήρους έργου με το sphinx-quickstart" + +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "η προσθήκη του module_path στο sys.path, χρησιμοποιείται όταν δίδεται το --full" + +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "όνομα έργου (προεπιλογή: όνομα ριζικού δομοστοιχείου)" + +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "συγγραφέας(εις) έργου, χρησιμοποιείται όταν δίδεται το --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "έκδοση έργου, χρησιμοποιείται όταν δίνεται το --full" + +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "έκδοση έργου, χρησιμοποιείται όταν δίδεται το --full, προεπιλογή σε --doc-version" + +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "επιλογές επέκτασης" + +#: ext/apidoc.py:638 #, python-format -msgid "no changes in version %s." -msgstr "καμία αλλαγή στην έκδοση %s." +msgid "%s is not a directory." +msgstr "το %s δεν είναι κατάλογος." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "εγγραφή αρχείου σύνοψης" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Ενσωματωμένες λειτουργίες" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Επίπεδο μονάδας λειτουργίας" +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "διπλότυπη ετικέτα %s, άλλη εμφάνιση στο %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "αντιγραφή αρχείων πηγής..." +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: ext/imgmath.py:159 #, python-format -msgid "could not read %r for changelog creation" -msgstr "δεν ήταν δυνατή η ανάγνωση %r για τη δημιουργία changelog" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "Η εντολή LaTex %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για απεικόνιση μαθηματικών), ελέγξτε τη ρύθμιση imgmath_latex" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/imgmath.py:174 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Τα αρχεία κειένου βρίσκονται σε %(outdir)s." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s η εντολή %r δεν είναι δυνατό να εκτελεστεί (απαιτείται για μαθηματική απεικόνιση), ελέγξτε τη ρύθμιση imgmath_%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: ext/imgmath.py:328 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Οι κατάλογοι των μηνυμάτων είναι στο %(outdir)s." +msgid "display latex %r: %s" +msgstr "απεικόνιση latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: ext/imgmath.py:362 #, python-format -msgid "building [%s]: " -msgstr "μεταγλώττιση [%s]:" +msgid "inline latex %r: %s" +msgstr "σε σειρά latex %r: %s" + +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Σημειώσεις υποσέλιδου" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "targets for %d template files" -msgstr "στόχοι για %d πρότυπα αρχεία" +msgid "[image: %s]" +msgstr "[εικόνα: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "ανάγνωση προτύπων..." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[εικόνα]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "εγγραφή καταλόγων μηνύματος..." +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: writers/html5.py:415 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s (%s)" +msgid "numfig_format is not defined for %s" +msgstr "δεν έχει καθοριστεί numfig_format για το %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: writers/html5.py:427 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "δεν βρέθηκε μία κατάλληλη εικόνα για τον μεταγλωττιστή %s: %s" +msgid "Any IDs not assigned for %s node" +msgstr "Κανένα ID δεν έχει ανατεθεί στο κόμβο %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "μεταγλώττιση [mo]:" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "εγγραφή εξόδου..." +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" -msgstr "όλα τα αρχεία po του %d" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "targets for %d po files that are specified" -msgstr "στόχοι για τα αρχεία po του %d οι οποίοι έχουν καθοριστεί" +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "στόχοι για τα αρχεία po του %d τα οποία είναι ξεπερασμένα" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "όλα τα αρχεία πηγής" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Δεν ήταν δυνατή η λήψη του μεγέθους της εικόνας. Η επιλογή :scale: θα αγνοηθεί." + +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Ευρετήριο" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "το αρχείο %r που δόθηκε στη γραμμή εντολής δεν βρίσκεται κάτω από τον κατάλογο πηγής, θα αγνοηθεί" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "ο ανακαλυφθέν τίτλος κόμβος δεν βρίσκεται σε τομέα, θέμα, πίνακα, προειδοποίηση ή πλαϊνή μπάρα" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "η λεζάντα δεν βρίσκεται εντός μίας εικόνας." + +#: writers/texinfo.py:1300 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgid "unimplemented node type: %r" +msgstr "μη υλοποιημένος τύπος κόμβου: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: writers/latex.py:364 #, python-format -msgid "%d source files given on command line" -msgstr "τα αρχεία πηγής %d που δόθηκαν στη γραμμή εντολής" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "άγνωστο toplevel_sectioning %r για την κλάσση %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "στόχοι για τα αρχεία πηγής %d τα οποία είναι ξεπερασμένα" +msgid "no Babel option known for language %r" +msgstr "καμία γνωστή επιλογή Babel για τη γλώσσα %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "αναζήτηση για νεοξεπερασμένα αρχεία..." +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "πολύ μεγάλο :maxdepth:, θα αγνοηθεί." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: writers/latex.py:593 #, python-format -msgid "%d found" -msgstr "βρέθηκε %d" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "δεν βρέθηκε κανένα" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "Περιβάλλον μετατροπής αντικειμένων Python σε ροή bytes" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "ο τίτλος του εγγράφου δεν είναι μονός κόμβος κειμένου" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "έλεγχος συνοχής" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "τόσο η επιλογή για tabularcolumns όσο και για :widths: δίνονται. Η επιλογή :widths: θα αγνοηθεί." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "κανένας στόχος δεν είναι ξεπερασμένος." +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "η μονάδα διάστασης %s δεν είναι έγκυρη. Θα αγνοηθεί." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "αναβάθμιση περιβάλλοντος:" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" +msgstr "βρέθηκε άγνωστος τύπος εγγραφής ευρετηρίου %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s προστέθηκε, %s άλλαξε, %s απομακρύνθηκε" +msgid "environment variable; %s" +msgstr "μεταβλητή περιβάλλοντος; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:111 #, 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; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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." +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.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." +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:234 #, 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." +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "Λανθασμένη περιγραφή επιλογής %r, θα πρέπει να μοιάζει με \"opt\", \"-opt args\", \"--opt args\", \"/opt args\" ή \"+opt args\"" + +#: domains/std/__init__.py:305 +#, python-format +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "ανάγνωση πηγών..." +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "docname προς εγγραφή: %s" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "προετοιμασία κειμένων" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Τα αρχεία Texinfo βρίσκονται σε %(outdir)s." +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "γλωσσάρι" -#: /home/runner/work/sphinx/sphinx/sphinx/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' σε αυτό τον κατάλογο για να εκτελέσετε αυτά μέσω του makeinfo\n(χρησιμοποιήστε το 'make info' εδώ για να το κάνετε αυτόματα)." +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "γραμματική ένδειξη" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "δεν βρέθηκε τιμή \"texinfo_documents\": δεν θα γίνει εγγραφή κανενός κειμένου" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "ετικέτα αναφοράς" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "η τιμή παραμετροποίησης \"texninfo_documents\" αναφέρεται σε άγνωστο κείμενο %s" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "μεταβλητή περιβάλλοντος" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 -#, python-format -msgid "processing %s" -msgstr "επεξεργασία %s" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "επιλογή προγράμματος" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "επίλυση αναφορών..." +#: domains/std/__init__.py:608 +msgid "document" +msgstr "έγγραφο" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (σε " +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Ευρετήριο μονάδων" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "αντιγραφή αρχείων υποστήριξης Texinfo" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Σελίδα αναζήτησης" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/std/__init__.py:721 #, python-format -msgid "error writing file Makefile: %s" -msgstr "σφάλμα κατά την εγγραφή του αρχείου Makefile: %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" + +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "το numfig έχει απενεργοποιηθεί. Το :numref: θα ανγοηθεί." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/std/__init__.py:934 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Η σελίδα HTML είναι στο %(outdir)s." +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "συναρμολόγηση απλού κειμένου" +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" +msgstr "ο σύνδεσμος δεν έχει λεζάντα: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "εγγραφή επιπρόσθετων αρχείων" +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "ανέγκυρο numfig_format: %s (%r)" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "ανέγκυρο numfig_format: %s" + +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "Invalid caption: %s" -msgstr "Ανέγκυρη λεζάντα: %s" +msgid "%s() (in module %s)" +msgstr "%s() (στη μονάδα %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/python/__init__.py:167 domains/python/__init__.py:334 +#: domains/python/__init__.py:385 domains/python/__init__.py:424 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "η προδιαγραφή αριθμού σειράς είναι εκτός e;yroyw (1-%d): %r" +msgid "%s (in module %s)" +msgstr "%s (στη μονάδα %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: domains/python/__init__.py:169 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Δεν είναι δυνατή η ταυτόχρονη χρήση των επιλογών \"%s\" και \"%s\"" +msgid "%s (built-in variable)" +msgstr "%s (ενσωματωμένη μεταβλητή)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: domains/python/__init__.py:194 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "Το συμπεριληφθέν αρχείο %r δεν βρέθηκε ή απέτυχε η ανάγνωσή του" +msgid "%s (built-in class)" +msgstr "%s (ενσωματωμένη κλάση)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:195 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "Η κωδικοποίηση %r που χρησιμοποιήθηκε για την ανάγνωση του συμπεριληφθέντος αρχείου %r φαίνεται να είναι λανθασμένη, προσπαθήστε να δώσετε μία επιλογή :encoding:" +msgid "%s (class in %s)" +msgstr "%s (κλάση σε %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/python/__init__.py:249 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "Το αντικείμενο με όνομα %r δεν βρέθηκε στο συμπεριληφθέν αρχείο %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Δεν είναι δυνατή η χρήση \"leneno-match\" με ένα κομματιασμένο σετ απο \"lines\"" +msgid "%s() (%s class method)" +msgstr "%s() (μέθοδος κλάσης της %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/python/__init__.py:251 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Προσδιορισμός γραμμής %r: δεν ελήφθησαν γραμμές από το συμπεριληφθέν αρχείο %r" +msgid "%s() (%s static method)" +msgstr "%s() (στατική μέθοδος της %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/python/__init__.py:389 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/python/__init__.py:428 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "Το toctree περιλαμβάνει αναφορά στο αποκλεισμένο κείμενο %r" +msgid "%s (type alias in %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "το toctree περιλαμβάνει αναφορά στο μη υπαρκτό έγγραφο %r" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Ευρετήριο Μονάδων της Python" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "μονάδες" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Συντάκτης τμήματος: " +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Αποσύρθηκε" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Συντάκτης μονάδας: " +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "εξαίρεση" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Συντάκτης κώδικα: " +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "μέθοδος της κλάσης" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Συντάκτης: " +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "στατική μέθοδος" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: domains/python/__init__.py:698 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%d]" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: domains/python/__init__.py:817 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%s]" +msgid "more than one target found for cross-reference %r: %s" +msgstr "περισσότεροι από έναν στόχοι βρέθηκα για την παραπομπή %r: %s" + +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (αποσύρθηκε)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Παράμετροι" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Μεταβλητές" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Προκαλεί" + +#: domains/c/__init__.py:199 #, python-format -msgid "Unknown image format: %s..." -msgstr "Άγνωστος τύπος αρχείου: %s..." +msgid "%s (C %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" + +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "μέλος" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "μεταβλητή" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "μακροεντολή" + +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "ένωση" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerator" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "τύπος" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Παράμετροι Προτύπου" + +#: domains/cpp/__init__.py:277 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "περισσότεροι από ένας στόχοι βρέθηκαν για 'οποιαδήποτε' παραπομπή %r: θα μπορούσε να είναι %s" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "έννοια" + +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Περιεχόμενα" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 msgid "Table of Contents" msgstr "Πίνακας περιεχομένων" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "Αναζήτηση" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "Πάμε" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "Προβολή κώδικα" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Περιεχόμενα" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "Κλείσιμο πλαϊνής μπάρας" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Πλήρες ευρετήριο σε μία σελίδα" + +#: themes/basic/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 #, python-format msgid "Search %(docstitle)s" msgstr "Αναζήτηση %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Σύντομη αναζήτηση" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Αυτή η σελίδα" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Επισκόπηση" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Καλωσήρθατε! Αυτή είναι" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "η τεκμηρίωση του" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "τελευταία ενημέρωση" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Ευρετήρια και πίνακες:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Πλήρης Πίνακας Περιεχομένων" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "απαριθμεί όλα τα κεφάλαια και υποκεφάλαια" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Σελίδα αναζήτησης" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "αναζήτηση αυτής της τεκμηρίωσης" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Καθολικό Ευρετήριο Μονάδων" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "γρήγορη πρόσβαση σε όλες τις μονάδες" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Κεντρικό Ευρετήριοο" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "όλες οι συναρτήσεις, κλάσεις, όροι" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Πλήρες ευρετήριο σε μία σελίδα" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Προηγούμενο θέμα" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "προηγούμενο κεφάλαιο" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Επόμενο θέμα" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "επόμενο κεφάλαιο" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Σύντομη αναζήτηση" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Παρακαλώ, ενεργοποιήστε τη JavaScript για να είναι δυνατή η λειτουργία\n αναζήτησης." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "αναζήτηση" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Αυτή η σελίδα" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Σελίδες ευρετηρίου ανά γράμμα" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "μπορεί να είναι τεράστιο" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Πλοήγηση" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Αναζήτηση στο %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Σχετικά με αυτά τα κείμενα" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Προηγούμενο θέμα" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Τελευταία ενημέρωση στις %(last_updated)s." +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "προηγούμενο κεφάλαιο" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Επόμενο θέμα" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "επόμενο κεφάλαιο" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Άνοιγμα πλαϊνής μπάρας" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Αλλαγές βιβλιοθήκης" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Αλλαγές στο API της C" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Άλλες αλλαγές" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Απόκρυψη Ευρεθέντων Αναζητήσεων" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Αποτελέσματα Αναζήτησης" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "Η αναζήτησή σας δεν ταυτοποιήθηκε με κανένα κείμενο. Παρακαλώ, επιβεβαιώστε ότι όλες οι λέξεις έχουν τη σωστή ορθογραφία και ότι έχετε επιλέξεις αρκετές κατηγορίες." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Εκτελείται η αναζήτηση" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Προετοιμασία αναζήτησης..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", στο " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "το αρχείο εικόνας δεν είναι αναγνώσιμο: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "το αρχείο εικόνας %s δεν είναι αναγνώσιμο: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "το μεταφορτωμένο αρχείο δεν είναι αναγνώσιμο: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: environment/collectors/toctree.py:258 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "στο %s έχουν ήδη ανατεθεί αριθμοί τομέα (εμφωλιασμένο αριθμημένο toctree;)" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: environment/adapters/toctree.py:318 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "αναγνωρίστηκαν κυκλικές αναφορές toctree, θα αγνοηθούν: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: environment/adapters/toctree.py:342 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "το toctree περιλαμβάνει αναφορά στο έγγραφο %r η οποία δεν έχει τίτλο: δεν θα δημιουργηθεί σύνδεσμος" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: environment/adapters/toctree.py:357 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: environment/adapters/indexentries.py:126 #, python-format msgid "see %s" msgstr "δείτε %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: environment/adapters/indexentries.py:136 #, python-format msgid "see also %s" msgstr "δείτε επίσης %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: environment/adapters/indexentries.py:144 #, python-format msgid "unknown index entry type %r" msgstr "άγνωστος τύπος εγγραφής ευρετηρίου %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 msgid "Symbols" msgstr "Σύμβολα" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Παράμετροι Προτύπου" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Παράμετροι" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "ένωση" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "μέλος" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "τύπος" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "έννοια" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enum" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerator" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Μεταβλητές" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Προκαλεί" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (στη μονάδα %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (στη μονάδα %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (ενσωματωμένη μεταβλητή)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (ενσωματωμένη κλάση)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (κλάση σε %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (μέθοδος κλάσης της %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (στατική μέθοδος της %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: builders/html/__init__.py:113 #, python-format -msgid "%s (%s property)" -msgstr "" +msgid "The HTML pages are in %(outdir)s." +msgstr "Οι σελίδες HTML βρίσκονται σε %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: builders/html/__init__.py:340 #, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Ευρετήριο Μονάδων της Python" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "μονάδες" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Αποσύρθηκε" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "εξαίρεση" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "μέθοδος της κλάσης" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "στατική μέθοδος" +msgid "Failed to read build info file: %r" +msgstr "Αδυναμία ανάγνωσης αρχείου πληροφοριών μεταγλώττισης: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: builders/html/__init__.py:374 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "περισσότεροι από έναν στόχοι βρέθηκα για την παραπομπή %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (αποσύρθηκε)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 -#, python-format -msgid "environment variable; %s" -msgstr "μεταβλητή περιβάλλοντος; %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 -#, python-format -msgid "%s; configuration value" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, 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\"" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "ευρετήριο" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:547 #, python-format -msgid "%s command line option" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "γλωσσάρι" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "γραμματική ένδειξη" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "ετικέτα αναφοράς" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "μεταβλητή περιβάλλοντος" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "επιλογή προγράμματος" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "έγγραφο" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "επόμενο" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Ευρετήριο μονάδων" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "προηγούμενο" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "το numfig έχει απενεργοποιηθεί. Το :numref: θα ανγοηθεί." - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" -msgstr "ο σύνδεσμος δεν έχει λεζάντα: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 -#, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "ανέγκυρο numfig_format: %s (%r)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" -msgstr "ανέγκυρο numfig_format: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:772 #, python-format -msgid "undefined label: %r" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "αντιγραφή αρχείων μεταφόρτωσης..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:796 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +msgid "cannot copy downloadable file %r: %s" +msgstr "δεν είναι δυνατή η αντιγραφή του μεταφορτωμένου αρχείου %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:843 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "μεταβλητή" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "μακροεντολή" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "συνεχίζεται από την προηγούμενη σελίδα" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "συνέχεια στην επόμενη σελίδα" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "μη-αλφαβιτικά" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Αριιθμοί" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "σελίδα" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Δημοσίευση" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Παράδειγμα" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Παραδείγματα" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Ορίσματα λέξης-κλειδί" +#: builders/html/__init__.py:861 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Σημειώσεις" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Άλλες παράμετροι" +#: builders/html/__init__.py:912 +#, python-format +msgid "cannot copy static file %r" +msgstr "δεν είναι δυνατή η αντιγραφή στατικού αρχείου %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "Αναφορές" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" +msgstr "δεν είναι δυνατή η αντιγραφή του επιπλέον αρχείου %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Προειδοποιήσεις" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Αδυναμία εγγραφής του αρχείου πληροφοριών μεταγλώττισης: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "Αποδόσεις" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "ο κατάλογος εύρεσης δεν ήταν δυνατό να φορτωθεί, αλλά δε θα μεταγλωττιστούν όλα τα έγγραφα: ο κατάλογος δε θα είναι πλήρης." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1027 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "η σελιδα %s ταιριάζει δύο σχέδια στo html_sidebars: %r and %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1188 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "ένα σφάλμα Unicode παρουσιάστηκε κατά τη δημιουργία της σελίδας %s. Παρακαλείστε να επιβεβαιώσετε ότι όλες οι τιμές παραμετροποίησης οι οποίες περιλαμβάνουν μη-ASCII περιεχόμενο είναι στοιχειοσειρές Unicode." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1197 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Ένα σφάλμα συνέβη κατά τη σύνθεση της σελίδας %s.\n\nΑιτία %r " + +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1237 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1279 #, python-format -msgid "(in %s v%s)" -msgstr "(στη %s έκδοση %s)" +msgid "invalid js_file: %r, ignored" +msgstr "ανέγκυρο js_file: %r, θα αγνοηθεί" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Πολλά math_renderers έχουν καταγραφεί. Αλλά δεν έχει επιλεγεί κανένα math_renderer." + +#: builders/html/__init__.py:1317 #, python-format -msgid "(in %s)" -msgstr "(στο %s)" +msgid "Unknown math_renderer %r is given." +msgstr "Δόθηκε άγνωστο math_renderer %r." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1325 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "Η εγγραφή html_extra_path %r δεν υπάρχει" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1332 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "η εγγραφή html_static_path %r δεν υπάρχει" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:1349 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "logo file %r does not exist" +msgstr "το αρχείο logo %r δεν υπάρχει" + +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" +msgstr "το αρχείο favicon %r δεν υπάρχει" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/html/__init__.py:1384 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format +#: builders/html/__init__.py:1397 msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/html/__init__.py:1414 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s %s documentation" +msgstr "Τεκμηρίωση του %s - %s" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/transforms.py:119 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/transforms.py:485 #, 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 "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Τα αρχεία LaTeX βρίσκονται σε %(outdir)s." + +#: builders/latex/__init__.py:119 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -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' εδώ για να το κάνετε αυτόματα)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"latex_documents\": δεν θα πραγματοποιηθεί εγγραφή για κανένα κείμενο" + +#: builders/latex/__init__.py:169 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "η τιμή παραμετροποίησης \"latex_documents\" κάνει αναφορά το άγνωστο κείμενο %s" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Δημοσίευση" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "αντιγραφή αρχείων υποστήριξης TeX" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "αντιγραφή επιπρόσθετων αρχείων" + +#: builders/latex/__init__.py:543 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/latex/__init__.py:551 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: builders/latex/theming.py:90 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "παρουσιάστηκαν κάποια ζητήματα με μερικά απο τα αποθέματα, αλλά υπήρξαν λειτουργικές εναλλακτικές:" +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "αδυναμία προσέγγισης οποιασδήποτε αποθήκης με τα ακόλουθα ζητήματα:" +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "το απόθεμα intersphinx έχει μεταφερθεί: %s->%s" +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "περισσότεροι από ένας στόχοι βρέθηκαν για 'οποιαδήποτε' παραπομπή %r: θα μπορούσε να είναι %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "invalid value for member-order option: %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "ανέγκυρη υπογραφή για αυτόματο %s (%r)" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "σφάλμα κατά τη μορφοποίηση των ορισμάτων για %s:%s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Δεν ήταν δυνατή η λήψη απομακρυσμένης εικόνας: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +msgid "Unknown image format: %s..." +msgstr "Άγνωστος τύπος αρχείου: %s..." + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Παράδειγμα" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Παραδείγματα" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Ορίσματα λέξης-κλειδί" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Σημειώσεις" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Άλλες παράμετροι" + +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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/napoleon/docstring.py:817 +msgid "References" +msgstr "Αναφορές" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Προειδοποιήσεις" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "Αποδόσεις" + +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" στο όνομα automodule δεν βγάζει νόημα" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "ορίσματα υπογραφής ή επιστροφή σημείωσης η οποία δόθηκε για το automodule %s" +msgid "malformed string literal (missing closing quote): %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ πρέπει να είναι λίστα στοιχειοσειράς, όχι %r (στο δομοστοιχείο %s) -- θα αγνοηθεί το __all__" +msgid "malformed string literal (missing opening quote): %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" -msgstr "Βάσεις: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" -msgstr "απουσιάζει το χαρακτηριστικό %s στο αντικείμενο %s" +msgid "failed to parse name %s" +msgstr "αδυναμία ανάλυσης ονόματος %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" -msgstr "" +msgid "failed to import object %s" +msgstr "αδυναμία εισαγωγής αντικειμένου %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] δημιουργία autosummary για: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "[αυτόματη περίληψη] εγγραφή στο %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3797,7 +3805,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3812,347 +3820,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\nΔημιουργία ReStrucuredText χρησιμοποιώντας τις οδηγίες autosummary.\n\nΤο sphinx-autogen αποτελεί ένα πρόσθιο εργαλείο για το sphinx.ext.autosummary.generate. Δημιουργεί \nτα αρχεία reStructuredText από τις οδηγίες autosummary οι οποίες περιλαμβάνονται στα \nπαραδοθέντα αρχεία εισόδου.\n\nΗ μορφή της οδηγίας autosummary τεκμηρειώνεται στο \nδομοστοιχείο ``sphinx.ext.autosummary`` της Python και μπορεί να αναγνωστεί χρησιμοποιώντας το :: \n\npydoc sphinx.ext.autosummary\n" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "αρχεία πηγής για να δημιουργηθούν τα αρχεία reST" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "ο κατάλογος που θα τοποθετεί όλο το αποτέλεσμα εξόδου" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "προεπιλεγμένη επέκταση για αρχεία (προεπιλογή: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "προσαρμοσμένος κατάλογος προτύπου (προεπιλογή: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "μέλη εισαγμένα στο έγγραφο (προεπιλογή: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(στη %s έκδοση %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" +msgid "(in %s)" +msgstr "(στο %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" -msgstr "αδυναμία ανάλυσης ονόματος %s" +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" -msgstr "αδυναμία εισαγωγής αντικειμένου %s" +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_load.py:70 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:92 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 -#, python-format -msgid "No footnote was found for given reference node %r" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Τα αρχεία LaTeX βρίσκονται σε %(outdir)s." +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:117 +#: ext/intersphinx/_load.py:265 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' εδώ για να το κάνετε αυτόματα)." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "δεν βρέθηκε τιμή παραμετροποίησης \"latex_documents\": δεν θα πραγματοποιηθεί εγγραφή για κανένα κείμενο" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "η τιμή παραμετροποίησης \"latex_documents\" κάνει αναφορά το άγνωστο κείμενο %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "αντιγραφή αρχείων υποστήριξης TeX" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "παρουσιάστηκαν κάποια ζητήματα με μερικά απο τα αποθέματα, αλλά υπήρξαν λειτουργικές εναλλακτικές:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "αντιγραφή επιπρόσθετων αρχείων" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "αδυναμία προσέγγισης οποιασδήποτε αποθήκης με τα ακόλουθα ζητήματα:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "logo file %r does not exist" -msgstr "το αρχείο logo %r δεν υπάρχει" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "το απόθεμα intersphinx έχει μεταφερθεί: %s->%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 -#, python-format -msgid "build info file is broken: %r" -msgstr "το αρχείο πληροφοριών μεταγλώττισης είναι κατεστραμμένο: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Οι σελίδες HTML βρίσκονται σε %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "Αδυναμία ανάγνωσης αρχείου πληροφοριών μεταγλώττισης: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "ευρετήριο" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "επόμενο" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "προηγούμενο" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "αντιγραφή αρχείων μεταφόρτωσης..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "δεν είναι δυνατή η αντιγραφή του μεταφορτωμένου αρχείου %r: %s" +msgid "invalid signature for auto%s (%r)" +msgstr "ανέγκυρη υπογραφή για αυτόματο %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "error while formatting arguments for %s: %s" +msgstr "σφάλμα κατά τη μορφοποίηση των ορισμάτων για %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "δεν είναι δυνατή η αντιγραφή στατικού αρχείου %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "" +msgid "" +"don't know which module to import for autodocumenting %r (try placing a " +"\"module\" or \"currentmodule\" directive in the document, or giving an " +"explicit module name)" +msgstr "δεν γνωρίζω ποιο δομοστοιχείο να εισάγω για αυτόματη τεκμηρίωση %r (προσπαθήστε να τοποθετήσετε μία οδηγία \"module\" ή \"currentmodule\" στο έγγραφο, ή να δώσετε ένα σαφές όνομα δομοστοιχείου)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" -msgstr "δεν είναι δυνατή η αντιγραφή του επιπλέον αρχείου %r" +msgid "A mocked object is detected: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Αδυναμία εγγραφής του αρχείου πληροφοριών μεταγλώττισης: %r" +msgid "error while formatting signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "ο κατάλογος εύρεσης δεν ήταν δυνατό να φορτωθεί, αλλά δε θα μεταγλωττιστούν όλα τα έγγραφα: ο κατάλογος δε θα είναι πλήρης." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" στο όνομα automodule δεν βγάζει νόημα" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "η σελιδα %s ταιριάζει δύο σχέδια στo html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "ορίσματα υπογραφής ή επιστροφή σημείωσης η οποία δόθηκε για το automodule %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ πρέπει να είναι λίστα στοιχειοσειράς, όχι %r (στο δομοστοιχείο %s) -- θα αγνοηθεί το __all__" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Ένα σφάλμα συνέβη κατά τη σύνθεση της σελίδας %s.\n\nΑιτία %r " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "ανέγκυρο js_file: %r, θα αγνοηθεί" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Πολλά math_renderers έχουν καταγραφεί. Αλλά δεν έχει επιλεγεί κανένα math_renderer." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Δόθηκε άγνωστο math_renderer %r." +msgid "Bases: %s" +msgstr "Βάσεις: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "Η εγγραφή html_extra_path %r δεν υπάρχει" +msgid "missing attribute %s in object %s" +msgstr "απουσιάζει το χαρακτηριστικό %s στο αντικείμενο %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "η εγγραφή html_static_path %r δεν υπάρχει" +msgid "alias of TypeVar(%s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "το αρχείο favicon %r δεν υπάρχει" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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`." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "συνεχίζεται από την προηγούμενη σελίδα" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "Τεκμηρίωση του %s - %s" +#: 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 "σελίδα" diff --git a/sphinx/locale/en_DE/LC_MESSAGES/sphinx.js b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.js index cb496624e98..b77f93b36d2 100644 --- a/sphinx/locale/en_DE/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.mo index 8ec690218c5..b9fecd7a399 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 6d53dde092c..217d3991868 100644 --- a/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_DE/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Germany) (http://app.transifex.com/sphinx-doc/sphinx-1/language/en_DE/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: en_DE\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2462 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3802,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3817,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js index c7eba16ccfb..9a98c62175e 100644 --- a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.mo index 7055a2df204..a4cfc69029a 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 efcb7651c5f..07938f2931b 100644 --- a/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_FR/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (France) (http://app.transifex.com/sphinx-doc/sphinx-1/language/en_FR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: en_FR\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2462 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3802,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3817,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js index 6001682bdfd..9cc963f0ec6 100644 --- a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "Search", "Search Page": "Search Page", "Search Results": "Search Results", - "Search finished, found ${resultCount} page(s) matching the search query.": "Search finished, found ${resultCount} page(s) matching the search query.", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "Search within %(docstitle)s", "Searching": "Searching", "Searching for multiple words only shows matches that contain\n all words.": "Searching for multiple words only shows matches that contain\n all words.", diff --git a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.mo index 86b19eec28d..189989e7ffc 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 89a67bb2b4e..d2855f4436d 100644 --- a/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_GB/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Adam Turner, 2022-2023\n" "Language-Team: English (United Kingdom) (http://app.transifex.com/sphinx-doc/sphinx-1/language/en_GB/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: en_GB\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "unsupported theme option %r given" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments lexer name %r is not known" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Event %r already present" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Unknown event name: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "Handler %r for event %r threw an exception" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "config directory doesn't contain a conf.py file (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "invalid number %r for config value %r, ignoring" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "cannot override config setting %r with unsupported type, ignoring" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "unknown config value %r in override, ignoring" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Config value %r already present" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -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()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Section %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Table %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Listing %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -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." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "The config value `{name}' has type `{current.__name__}'; expected {permitted}." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -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__}'." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r not found, ignored." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add \"root_doc = 'contents'\" to your conf.py." - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Cannot find source directory (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Output directory (%s) is not a directory" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Source directory and destination directory cannot be identical" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Running Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "making output directory" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "while setting up extension %s:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "loading translations [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "done" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "not available for built-in messages" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "loading pickled environment" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "failed: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "No builder selected, using default: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "succeeded" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "finished with problems" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "build %s, %s warnings." +msgid "build finished with problems, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "build %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "directive %r is already registered, it will be overridden" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "role %r is already registered, it will be overridden" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "the %s extension is not safe for parallel reading" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,311 +175,822 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "the %s extension is not safe for parallel writing" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "doing serial %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "invalid PEP number %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "invalid RFC number %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Builder class %s has no \"name\" attribute" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r already exists (in module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder name %s not registered or available through entry point" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Builder name %s not registered" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "domain %s already registered" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "domain %s not yet registered" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "The %r directive is already registered to domain %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "The %r role is already registered to domain %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "The %r index is already registered to domain %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "The %r object_type is already registered" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "The %r crossref_type is already registered" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r is already registered" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser for %r is already registered" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "Source parser for %s not registered" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "Translator for %r already exists" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r already registered" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "maths renderer %s is already registered" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "the extension %r was already merged with Sphinx since version %s; this extension is ignored." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Original exception:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "Could not import extension %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, 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?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments lexer name %r is not known" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "link between Sphinx documentation of different projects" +#: extension.py:55 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "include maths, rendered as PNG or SVG images" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "unsupported theme option %r given" + +#: theming.py:215 +#, 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:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" + +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, 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:323 +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:346 +#, 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)" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "invalid number %r for config value %r, ignoring" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "cannot override config setting %r with unsupported type, ignoring" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "unknown config value %r in override, ignoring" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Config value %r already present" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, 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:534 +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:541 +#, 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:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "Section %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Table %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Listing %s" + +#: config.py:722 +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:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "The config value `{name}' has type `{current.__name__}'; expected {permitted}." + +#: config.py:759 +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:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r not found, ignored." + +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add \"root_doc = 'contents'\" to your conf.py." + +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (directive)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (directive option)" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (role)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "directive" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "directive-option" + +#: domains/rst.py:225 +msgid "role" +msgstr "role" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "duplicate description of %s %s, other instance in %s" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (built-in function)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s method)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (class)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (global variable or constant)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribute)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Arguments" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Throws" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Returns" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Return type" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (module)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "function" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "method" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "class" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "data" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "attribute" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "module" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "duplicate %s description of %s, other %s in %s" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Changed in version %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Deprecated since version %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "duplicate citation %s, other instance in %s" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Citation [%s] is not referenced." + +#: domains/math.py:63 +#, 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:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Invalid math_eqref_format: %r" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "new config" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "config changed" + +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "extensions changed" + +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "build environment version not current" + +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "source directory has changed" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +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." + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "Failed to scan documents in %s: %r" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "Domain %r is not registered" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "document isn't included in any toctree" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "self referenced toctree found. Ignored." + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Attention" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Caution" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Danger" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Error" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Hint" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Note" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "See also" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Warning" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "automatically insert docstrings from modules" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "automatically test code snippets in doctest blocks" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "link between Sphinx documentation of different projects" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "write \"todo\" entries that can be shown or hidden on build" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "checks for documentation coverage" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "include maths, rendered as PNG or SVG images" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "include maths, rendered in the browser by MathJax" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 +#: cmd/quickstart.py:50 msgid "conditional inclusion of content based on config values" msgstr "conditional inclusion of content based on config values" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 +#: cmd/quickstart.py:51 msgid "include links to the source code of documented Python objects" msgstr "include links to the source code of documented Python objects" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 +#: cmd/quickstart.py:52 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "create .nojekyll file to publish the document on GitHub pages" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "Please enter a valid path name." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "Please enter some text." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "Please enter one of %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "Please enter either 'y' or 'n'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "Please enter a file suffix, e.g. '.rst' or '.txt'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Welcome to the Sphinx %s quickstart utility." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "Selected root path: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "Enter the root path for documentation." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "Root path for the documentation" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart will not overwrite existing Sphinx projects." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Please enter a new root path (or just Enter to exit)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "Separate source and build directories (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "Name prefix for templates and static dir" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "Project name" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "Author name(s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -724,15 +999,15 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "Project version" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "Project release" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -742,21 +1017,21 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "Project language" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "Source file suffix" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -764,93 +1039,91 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "Name of your master document (without suffix)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart will not overwrite the existing file." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Indicate which of the following Sphinx extensions should be enabled:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "Create Makefile? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "Create Windows command file? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "Creating file %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "File %s already exists, skipping." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "Finished: An initial directory structure has been created." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, 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. " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -860,208 +1133,195 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "For more information, visit ." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "quiet mode" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "project root" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "Structure options" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "if specified, separate source and build dirs" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "if specified, create build dir under source dir" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "replacement for dot in _templates etc." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "Project basic options" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "project name" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "author names" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "version of project" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "release of project" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "document language" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "source file suffix" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "master document name" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "use epub" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "Extension options" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "enable %s extension" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "enable arbitrary extensions" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "Makefile and Batchfile creation" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "create makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "do not create makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "create batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "do not create batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "use make-mode for Makefile/make.bat" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "Project templating" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "template directory for template files" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "define a template variable" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "Invalid template variable: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "Exception occurred while building, starting debugger:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "Interrupted!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "reST markup error:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "Encoding error:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "The full traceback has been saved in %s, if you want to report the issue to the developers." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "Recursion error:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "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.:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "Exception occurred:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "Please also report this if it was a user error, so that a better error message can be provided next time." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "A bug report can be filed in the tracker at . Thanks!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "job number should be a positive number" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1080,805 +1340,893 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "path to documentation source files" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "path to output directory" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "general options" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "write all files (default: only write new and changed files)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "don't use a saved environment, always read all files" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "override a setting in configuration file" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "pass a value into HTML templates" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "define tag: include \"only\" blocks with TAG" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "console output options" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "increase verbosity (can be repeated)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "no output on stdout, just warnings on stderr" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "no output at all, not even warnings" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "do emit colored output (default: auto-detect)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "do not emit coloured output (default: auto-detect)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "write warnings (and errors) to given file" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "turn warnings into errors" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "show full traceback on exception" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "run Pdb on exception" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "cannot combine -a option and filenames" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "cannot open warning file %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "-D option argument must be in the form name=value" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "-A option argument must be in the form name=value" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "inconsistent footnote references in translated message. original: {0}, translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "The dummy builder generates no files." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "inconsistent references in translated message. original: {0}, translated: {1}" +#: builders/linkcheck.py:60 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "inconsistent citation references in translated message. original: {0}, translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "broken link: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "inconsistent term references in translated message. original: {0}, translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Anchor '%s' not found" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "The HTML page is in %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "assembling single document" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "writing" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "writing additional files" + +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4 column based index found. It might be a bug of extensions you use: %r" +msgid "The manual pages are in %(outdir)s." +msgstr "The manual pages are in %(outdir)s." + +#: builders/manpage.py:47 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Footnote [%s] is not referenced." +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" config value references unknown document %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "Footnote [#] is not referenced." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "The text files are in %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Problem in %s domain: field is supposed to use role '%s', but that role is not in the domain." +msgid "error writing file %s: %s" +msgstr "error writing file %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/xml.py:38 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "The XML files are in %(outdir)s." +msgstr "The XML files are in %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/xml.py:110 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "The pseudo-XML files are in %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "The Texinfo files are in %(outdir)s." + +#: builders/texinfo.py:49 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." +"\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:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "no \"texinfo_documents\" config value found; no documents will be written" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/texinfo.py:90 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree contains ref to nonexisting file %r" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" config value references unknown document %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "exception while evaluating only directive expression: %s" +msgid "processing %s" +msgstr "processing %s" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "resolving references..." + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (in " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "copying images... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "cannot copy image file %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "copying Texinfo support files" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "error writing file Makefile: %s" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "The message catalogues are in %(outdir)s." + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "building [%s]: " + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "targets for %d template files" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "reading templates... " + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "writing message catalogues... " + +#: builders/__init__.py:200 +#, 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:208 +#, 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:231 +msgid "building [mo]: " +msgstr "building [mo]: " + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "writing output... " + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "all of %d po files" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "targets for %d po files that are specified" + +#: builders/__init__.py:285 +#, 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:295 +msgid "all source files" +msgstr "all source files" + +#: builders/__init__.py:307 +#, 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:313 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:324 #, python-format -msgid "reading error: %s, %s" -msgstr "reading error: %s, %s" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:339 #, python-format -msgid "writing error: %s, %s" -msgstr "writing error: %s, %s" +msgid "%d source files given on command line" +msgstr "%d source files given on command line" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:354 #, python-format -msgid "locale_dir %s does not exist" +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:382 +msgid "looking for now-outdated files... " +msgstr "looking for now-outdated files... " + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "%d found" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "none found" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "pickling environment" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "checking consistency" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "no targets are out of date." + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "updating environment: " + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s added, %s changed, %s removed" + +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:516 #, 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" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:527 #, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "unknown directive or role name: %s:%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:534 #, python-format -msgid "unknown node type: %r" -msgstr "unknown node type: %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" + +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "reading sources... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/__init__.py:686 #, python-format -msgid "default role %s not found" -msgstr "default role %s not found" +msgid "docnames to write: %s" +msgstr "docnames to write: %s" + +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "preparing documents" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "copying assets" + +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "undecodable source characters, replacing with \"?\": %r" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "skipped" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "failed" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Attention" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Caution" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Danger" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "The ePub file is in %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Error" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "writing nav.xhtml file..." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Hint" +#: builders/epub3.py:220 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Important" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Note" +#: builders/epub3.py:231 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "See also" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Tip" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Warning" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "new config" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "config changed" +#: builders/epub3.py:255 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "extensions changed" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "conf value \"version\" should not be empty for EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "source directory has changed" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "invalid css_file: %r, ignored" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "This environment is incompatible with the selected builder, please choose another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "duplicated ToC entry found: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" +msgstr "cannot read image file %r: copying it instead" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" -msgstr "Domain %r is not registered" +msgid "cannot write image file %r: %s" +msgstr "cannot write image file %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "Pillow not found - copying image files" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "writing mimetype file..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "writing META-INF/container.xml file..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "writing content.opf file..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (built-in function)" +msgid "unknown mimetype for %s, ignoring" +msgstr "unknown mimetype for %s, ignoring" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s method)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "writing toc.ncx file..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (class)" +msgid "writing %s file..." +msgstr "writing %s file..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variable or constant)" +msgid "The overview file is in %(outdir)s." +msgstr "The overview file is in %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribute)" +msgid "no changes in version %s." +msgstr "no changes in version %s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Arguments" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "writing summary file..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Throws" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Builtins" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Returns" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Module level" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Return type" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "copying source files..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (module)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "function" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "method" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "class" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "data" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "attribute" +msgid "could not read %r for changelog creation" +msgstr "could not read %r for changelog creation" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "module" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "default role %s not found" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/docfields.py:95 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "duplicate %s description of %s, other %s in %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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/osutil.py:130 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "duplicate label of equation %s, other instance in %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:419 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Invalid math_eqref_format: %r" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:487 #, python-format -msgid "Added in version %s" -msgstr "" +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree contains ref to nonexisting file %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:701 #, python-format -msgid "Changed in version %s" -msgstr "Changed in version %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "exception while evaluating only directive expression: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "Deprecated since version %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:91 #, python-format -msgid "Removed in version %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:170 #, python-format -msgid "%s (directive)" -msgstr "%s (directive)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:185 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (directive option)" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:283 #, python-format -msgid "%s (role)" -msgstr "%s (role)" +msgid "unknown directive or role name: %s:%s" +msgstr "unknown directive or role name: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "directive" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "unknown node type: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "directive-option" +#: util/display.py:83 +msgid "skipped" +msgstr "skipped" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "role" +#: util/display.py:88 +msgid "failed" +msgstr "failed" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "duplicate description of %s %s, other instance in %s" +msgid "reading error: %s, %s" +msgstr "reading error: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "writing error: %s, %s" +msgstr "writing error: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[source]" +#: util/i18n.py:236 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "highlighting module code... " +#: 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:\" option for csv-table directive now recognises an absolute path as a relative path from source directory. Please update your document." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[docs]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "non-whitespace stripped by dedent" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Module code" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "Invalid caption: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" -msgstr "

Source code for %s

" +msgid "line number spec is out of range(1-%d): %r" +msgstr "line number spec is out of range(1-%d): %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Overview: module code" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Cannot use both \"%s\" and \"%s\" options" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

All modules for which code is available

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "Include file %r not found or reading it failed" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Todo" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "Encoding %r used for reading included file %r seems to be wrong, try giving an :encoding: option" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" -msgstr "TODO entry found: %s" +msgid "Object named %r not found in include file %r" +msgstr "Object named %r not found in include file %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(The <> is located in %s, line %d.)" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Line spec %r: no lines pulled from include file %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "original entry" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "toctree glob pattern %r didn't match any documents" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "Would create file %s." -msgstr "Would create file %s." +msgid "toctree contains reference to excluded document %r" +msgstr "toctree contains reference to excluded document %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree contains reference to nonexisting document %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "path to module to document" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "duplicated entry found in toctree: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Section author: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "directory to place all output" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Module author: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Code author: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "overwrite existing files" +#: directives/other.py:210 +msgid "Author: " +msgstr "Author: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "follow symbolic links. Powerful when combined with collective.recipe.omelette." +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr ".. acks content is not a list" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "run the script without creating files" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr ".. hlist content is not a list" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "put documentation for each module on its own page" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "include \"_private\" modules" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "filename of table of contents (default: modules)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "don't create a table of contents file" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -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)" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "put module documentation before submodule documentation" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "interpret module paths according to PEP-0420 implicit namespaces specification" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "file suffix (default: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "project name (default: root module name)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "project author(s), used when --full is given" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "project version, used when --full is given" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "extension options" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "%s is not a directory." +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz directive cannot have both content and a filename argument" +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "External Graphviz file %r not found or reading it failed" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignoring \"graphviz\" directive without content." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: transforms/__init__.py:313 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Footnote [%s] is not referenced." +msgstr "Footnote [%s] is not referenced." + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, 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" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "Footnote [#] is not referenced." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "inconsistent footnote references in translated message. original: {0}, translated: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format must be one of 'png', 'svg', but is %r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "inconsistent references in translated message. original: {0}, translated: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "dot code %r: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "inconsistent citation references in translated message. original: {0}, translated: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "inconsistent term references in translated message. original: {0}, translated: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graph]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[source]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1886,8 +2234,7 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1897,1897 +2244,1558 @@ msgid "" "%r" msgstr "convert exited with error:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== slowest reading durations =======================" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "missing '+' or '-' in '%s' option." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' is not a valid option." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' is not a valid pyversion option" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "invalid TestCode type" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, 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." +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "highlighting module code... " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "no code/output in %s block at %s:%s" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[docs]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "ignoring invalid doctest code: %r" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Module code" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 +#: ext/viewcode.py:311 #, 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)" +msgid "

Source code for %s

" +msgstr "

Source code for %s

" + +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Overview: module code" + +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

All modules for which code is available

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "invalid regex %r in %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "module %s could not be imported: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "Testing of coverage in the sources finished, look at the results in %(outdir)spython.txt." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "invalid regex %r in coverage_c_regexes" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "undocumented c api: %s [%s] in file %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "undocumented python function: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "undocumented python class: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "undocumented python method: %s :: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, 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" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Todo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:104 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s command %r cannot be run (needed for maths display), check the imgmath_%s setting" +msgid "TODO entry found: %s" +msgstr "TODO entry found: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "display latex %r: %s" +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/todo.py:165 #, python-format -msgid "inline latex %r: %s" -msgstr "inline latex %r: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(The <> is located in %s, line %d.)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "section \"%s\" gets labeled as \"%s\"" +#: ext/todo.py:175 +msgid "original entry" +msgstr "original entry" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/extlinks.py:82 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "duplicate label %s, other instance in %s" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:115 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "unknown %r toplevel_sectioning for class %r" +msgid "missing '+' or '-' in '%s' option." +msgstr "missing '+' or '-' in '%s' option." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:120 #, python-format -msgid "no Babel option known for language %r" -msgstr "no Babel option known for language %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "too large :maxdepth:, ignored." +msgid "'%s' is not a valid option." +msgstr "'%s' is not a valid option." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:134 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "document title is not a single Text node" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "encountered title node not in section, topic, table, admonition or sidebar" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' is not a valid pyversion option" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Footnotes" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "invalid TestCode type" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/doctest.py:281 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "both tabularcolumns and :widths: option are given. :widths: is ignored." +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/doctest.py:434 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "dimension unit %s is invalid. Ignored." +msgid "no code/output in %s block at %s:%s" +msgstr "no code/output in %s block at %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/doctest.py:522 #, python-format -msgid "unknown index entry type %s found" -msgstr "unknown index entry type %s found" +msgid "ignoring invalid doctest code: %r" +msgstr "ignoring invalid doctest code: %r" + +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz directive cannot have both content and a filename argument" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:145 #, python-format -msgid "[image: %s]" -msgstr "[image: %s]" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "External Graphviz file %r not found or reading it failed" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[image]" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignoring \"graphviz\" directive without content." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:303 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format is not defined for %s" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:310 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Any IDs not assigned for %s node" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Could not obtain image size. :scale: option is ignored." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Index" +#: ext/graphviz.py:313 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "caption not inside a figure." +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format must be one of 'png', 'svg', but is %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "unimplemented node type: %r" -msgstr "unimplemented node type: %r" +msgid "dot code %r: %s" +msgstr "dot code %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[graph]" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." +msgstr "Would create file %s." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -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 "\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." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "path to module to document" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:396 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "fnmatch-style file and/or directory patterns to exclude from generation" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "directory to place all output" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "maximum depth of submodules to show in the TOC (default: 4)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "overwrite existing files" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "follow symbolic links. Powerful when combined with collective.recipe.omelette." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "run the script without creating files" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "put documentation for each module on its own page" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "include \"_private\" modules" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "filename of table of contents (default: modules)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "don't create a table of contents file" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "duplicated ToC entry found: %s" +#: ext/apidoc.py:481 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "copying images... " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "put module documentation before submodule documentation" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "cannot read image file %r: copying it instead" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "interpret module paths according to PEP-0420 implicit namespaces specification" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "cannot copy image file %r: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "file suffix (default: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "cannot write image file %r: %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "Pillow not found - copying image files" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "generate a full project with sphinx-quickstart" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "writing mimetype file..." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "append module_path to sys.path, used when --full is given" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." -msgstr "writing META-INF/container.xml file..." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "project name (default: root module name)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." -msgstr "writing content.opf file..." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "project author(s), used when --full is given" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "project version, used when --full is given" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." -msgstr "writing toc.ncx file..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "project release, used when --full is given, defaults to --doc-version" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." -msgstr "writing %s file..." +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "extension options" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/apidoc.py:638 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "The XML files are in %(outdir)s." +msgid "%s is not a directory." +msgstr "%s is not a directory." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "error writing file %s: %s" -msgstr "error writing file %s: %s" +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/autosectionlabel.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "The pseudo-XML files are in %(outdir)s." +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "section \"%s\" gets labeled as \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "The manual pages are in %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -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" +msgid "duplicate label %s, other instance in %s" +msgstr "duplicate label %s, other instance in %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "writing" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== slowest reading durations =======================" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:159 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" config value references unknown document %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "The dummy builder generates no files." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:174 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "The ePub file is in %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "writing nav.xhtml file..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "conf value \"epub_uid\" should be XML NAME for EPUB3" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "conf value \"epub_author\" should not be empty for EPUB3" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" +msgstr "display latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "inline latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Footnotes" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[image: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[image]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "conf value \"version\" should not be empty for EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/html5.py:415 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "invalid css_file: %r, ignored" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format is not defined for %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:427 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "Any IDs not assigned for %s node" +msgstr "Any IDs not assigned for %s node" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" -msgstr "broken link: %s (%s)" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Anchor '%s' not found" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "The overview file is in %(outdir)s." +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." -msgstr "no changes in version %s." +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "writing summary file..." +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Builtins" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Module level" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Could not obtain image size. :scale: option is ignored." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "copying source files..." +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Index" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "could not read %r for changelog creation" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "encountered title node not in section, topic, table, admonition or sidebar" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "The text files are in %(outdir)s." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "caption not inside a figure." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: writers/texinfo.py:1300 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "The message catalogues are in %(outdir)s." +msgid "unimplemented node type: %r" +msgstr "unimplemented node type: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: writers/latex.py:364 #, python-format -msgid "building [%s]: " -msgstr "building [%s]: " +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "unknown %r toplevel_sectioning for class %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "targets for %d template files" -msgstr "targets for %d template files" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "reading templates... " +msgid "no Babel option known for language %r" +msgstr "no Babel option known for language %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "writing message catalogues... " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "too large :maxdepth:, ignored." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: writers/latex.py:593 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "a suitable image for %s builder not found: %s (%s)" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "a suitable image for %s builder not found: %s" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "document title is not a single Text node" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "building [mo]: " +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "both tabularcolumns and :widths: option are given. :widths: is ignored." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "writing output... " +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "dimension unit %s is invalid. Ignored." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" -msgstr "all of %d po files" +msgid "unknown index entry type %s found" +msgstr "unknown index entry type %s found" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "targets for %d po files that are specified" +msgid "environment variable; %s" +msgstr "environment variable; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "targets for %d po files that are out of date" +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "all source files" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, 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" +"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\"" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" +msgstr "%s command line option" + +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "command line option" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "glossary term must be preceded by empty line" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "glossary terms must not be separated by empty lines" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "%d source files given on command line" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "glossary seems to be misformatted, check indentation" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "targets for %d source files that are out of date" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "glossary term" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "looking for now-outdated files... " +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "grammar token" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "%d found" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "reference label" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "none found" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "environment variable" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "pickling environment" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "programme option" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "checking consistency" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "document" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "no targets are out of date." +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Module Index" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "updating environment: " +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Search Page" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:721 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s added, %s changed, %s removed" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "duplicate %s description of %s, other instance in %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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 "" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig is disabled. :numref: is ignored." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:934 #, 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 "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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:946 #, 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 "the link has no caption: %s" +msgstr "the link has no caption: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:960 #, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "reading sources... " +msgid "invalid numfig_format: %s (%r)" +msgstr "invalid numfig_format: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:963 #, python-format -msgid "docnames to write: %s" -msgstr "docnames to write: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "preparing documents" +msgid "invalid numfig_format: %s" +msgstr "invalid numfig_format: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "copying assets" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" +msgstr "undefined label: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/std/__init__.py:1196 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "The Texinfo files are in %(outdir)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" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "\nRun 'make' in that directory to run these through makeinfo\n(use 'make info' here to do that automatically)." +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (in module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "no \"texinfo_documents\" config value found; no documents will be written" +#: 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 (in module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:169 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" config value references unknown document %s" +msgid "%s (built-in variable)" +msgstr "%s (built-in variable)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:194 #, python-format -msgid "processing %s" -msgstr "processing %s" +msgid "%s (built-in class)" +msgstr "%s (built-in class)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "resolving references..." +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (class in %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (in " +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s class method)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "copying Texinfo support files" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (%s static method)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/python/__init__.py:389 #, python-format -msgid "error writing file Makefile: %s" -msgstr "error writing file Makefile: %s" +msgid "%s (%s property)" +msgstr "%s (%s property)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/python/__init__.py:428 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "The HTML page is in %(outdir)s." +msgid "%s (type alias in %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "assembling single document" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python Module Index" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "writing additional files" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "modules" -#: /home/runner/work/sphinx/sphinx/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 "\":file:\" option for csv-table directive now recognises an absolute path as a relative path from source directory. Please update your document." +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Deprecated" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "non-whitespace stripped by dedent" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "exception" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "Invalid caption: %s" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "class method" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "line number spec is out of range(1-%d): %r" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "static method" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Cannot use both \"%s\" and \"%s\" options" +#: domains/python/__init__.py:637 +msgid "property" +msgstr "property" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" -msgstr "Include file %r not found or reading it failed" +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:698 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "Encoding %r used for reading included file %r seems to be wrong, try giving an :encoding: option" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/python/__init__.py:817 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "Object named %r not found in include file %r" +msgid "more than one target found for cross-reference %r: %s" +msgstr "more than one target found for cross-reference %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (deprecated)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Line spec %r: no lines pulled from include file %r" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parameters" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "toctree glob pattern %r didn't match any documents" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variables" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree contains reference to excluded document %r" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Raises" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/c/__init__.py:199 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree contains reference to nonexisting document %r" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "duplicated entry found in toctree: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Duplicate C declaration, also defined at %s:%s.\nDeclaration is '.. c:%s:: %s'." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Section author: " +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "Return values" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Module author: " +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "member" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Code author: " +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variable" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Author: " +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "macro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr ".. acks content is not a list" +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "struct" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr ".. hlist content is not a list" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "union" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Could not fetch remote image: %s [%d]" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Could not fetch remote image: %s [%s]" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerator" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "type" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "function parameter" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Template Parameters" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Unknown image format: %s..." -msgstr "Unknown image format: %s..." +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "Could not determine the fallback text for the cross-reference. Might be a bug." +"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'." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, 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" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "concept" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s reference target not found: %s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "template parameter" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r reference target not found: %s" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contents" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/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 "Table of Contents" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "Search" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "Go" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "Show Source" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Contents" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "Collapse sidebar" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigation" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Search within %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "About these 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 "© %(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 "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Created using Sphinx %(sphinx_version)s." + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Full index on one page" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Index pages by letter" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "can be huge" + +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Search %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Quick search" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "This Page" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Overview" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Welcome! This is" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "the documentation for" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "last updated" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Indices and tables:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Complete Table of Contents" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "lists all sections and subsections" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Search Page" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "search this documentation" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Global Module Index" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "quick access to all modules" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "General Index" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "all functions, classes, terms" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Full index on one page" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Previous topic" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "previous chapter" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Next topic" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "next chapter" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Quick search" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "search" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "This Page" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Index pages by letter" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "can be huge" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigation" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Search within %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "About these documents" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Previous topic" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "previous chapter" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Last updated on %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Next topic" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Created using Sphinx %(sphinx_version)s." +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "next chapter" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Expand sidebar" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 "Automatically generated list of changes in version %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Library changes" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API changes" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Other changes" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Hide Search Matches" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Search Results" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "Search finished, found ${resultCount} page(s) matching the search query." +#: 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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Searching" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Preparing search..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " -msgstr ", in " - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "image file not readable: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "image file %s not readable: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "download file not readable: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s is already assigned section numbers (nested numbered toctree?)" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "circular toctree references detected, ignoring: %s <- %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree contains reference to non-included document %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "see %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "see also %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "unknown index entry type %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symbols" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, 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'." - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Template Parameters" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parameters" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "Return values" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "union" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "member" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "type" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "concept" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enum" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerator" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "function parameter" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "template parameter" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variables" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Raises" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (in module %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (in module %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (built-in variable)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (built-in class)" +msgstr ", in " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: environment/collectors/asset.py:95 #, python-format -msgid "%s (class in %s)" -msgstr "%s (class in %s)" +msgid "image file not readable: %s" +msgstr "image file not readable: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: environment/collectors/asset.py:123 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s class method)" +msgid "image file %s not readable: %s" +msgstr "image file %s not readable: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: environment/collectors/asset.py:160 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s static method)" +msgid "download file not readable: %s" +msgstr "download file not readable: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: environment/collectors/toctree.py:258 #, python-format -msgid "%s (%s property)" -msgstr "%s (%s property)" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s is already assigned section numbers (nested numbered toctree?)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: environment/adapters/toctree.py:318 #, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python Module Index" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "circular toctree references detected, ignoring: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "modules" +#: environment/adapters/toctree.py:342 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Deprecated" +#: environment/adapters/toctree.py:357 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "toctree contains reference to non-included document %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "exception" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "see %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "class method" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" +msgstr "see also %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "static method" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" +msgstr "unknown index entry type %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "property" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symbols" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "more than one target found for cross-reference %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (deprecated)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: builders/html/__init__.py:113 #, python-format -msgid "environment variable; %s" -msgstr "environment variable; %s" +msgid "The HTML pages are in %(outdir)s." +msgstr "The HTML pages are in %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: builders/html/__init__.py:340 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "Failed to read build info file: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: builders/html/__init__.py:374 #, 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\"" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" -msgstr "%s command line option" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "command line option" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "glossary term must be preceded by empty line" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "index" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "next" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "glossary term" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "previous" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "grammar token" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "generating indices" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "reference label" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "writing additional pages" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "environment variable" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "programme option" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "copying downloadable files... " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "document" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "cannot copy downloadable file %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Module Index" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:861 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "duplicate %s description of %s, other instance in %s" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Failed to copy a file in html_static_file: %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "copying static files" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:912 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy static file %r" +msgstr "cannot copy static file %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" -msgstr "the link has no caption: %s" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "copying extra files" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:927 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "invalid numfig_format: %s (%r)" +msgid "cannot copy extra file %r" +msgstr "cannot copy extra file %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:933 #, python-format -msgid "invalid numfig_format: %s" -msgstr "invalid numfig_format: %s" +msgid "Failed to write build info file: %r" +msgstr "Failed to write build info file: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" -msgstr "undefined label: %r" +#: builders/html/__init__.py:982 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:1027 #, 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 "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "page %s matches two patterns in html_sidebars: %r and %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:1188 #, 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'." +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:1197 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variable" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "macro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "struct" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continued from previous page" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "continues on next page" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Non-alphabetical" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Numbers" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "page" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Release" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Example" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Examples" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Keyword Arguments" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Notes" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Other Parameters" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "An error happened in rendering the page %s.\nReason: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "Receives" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "dumping object inventory" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "References" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" +msgstr "dumping search index in %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Warns" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "invalid js_file: %r, ignored" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "Yields" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Many math_renderers are registered. But no math_renderer is selected." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1317 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "invalid value set (missing closing brace): %s" +msgid "Unknown math_renderer %r is given." +msgstr "Unknown math_renderer %r is given." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1325 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "invalid value set (missing opening brace): %s" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path entry %r does not exist" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1332 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "malformed string literal (missing closing quote): %s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path entry %r is placed inside outdir" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1342 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "malformed string literal (missing opening quote): %s" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path entry %r does not exist" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1349 #, python-format -msgid "(in %s v%s)" -msgstr "(in %s v%s)" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path entry %r is placed inside outdir" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "(in %s)" -msgstr "(in %s)" +msgid "logo file %r does not exist" +msgstr "logo file %r does not exist" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1372 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "favicon file %r does not exist" +msgstr "favicon file %r does not exist" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1384 #, python-format -msgid "inventory for external cross-reference not found: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1397 +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:1414 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s %s documentation" +msgstr "%s %s documentation" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" +msgstr "Failed to get a docname!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:119 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/transforms.py:485 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "external %s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" +msgstr "No footnote was found for given reference node %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "The LaTeX files are in %(outdir)s." + +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +"\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:157 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "no \"latex_documents\" config value found; no documents will be written" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" config value references unknown document %s" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Release" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "copying TeX support files" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "copying additional files" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Unknown configure key: latex_elements[%r], ignored." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Unknown theme option: latex_theme_options[%r], ignored." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" +msgstr "%r doesn't have \"theme\" setting" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r doesn't have \"%s\" setting" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 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:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "failed to reach any of the inventories with the following issues:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "Could not determine the fallback text for the cross-reference. Might be a bug." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx inventory has moved: %s -> %s" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "Failed to update signature for %r: parameter not found: %s" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s reference target not found: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Failed to parse type_comment for %r: %s" +msgid "%r reference target not found: %s" +msgstr "%r reference target not found: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, 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 "Could not fetch remote image: %s [%s]" +msgstr "Could not fetch remote image: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "invalid value for member-order option: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Could not fetch remote image: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "invalid value for class-doc-from option: %s" +msgid "Unknown image format: %s..." +msgstr "Unknown image format: %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Example" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Examples" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, 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/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Keyword Arguments" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Notes" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Other Parameters" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "error while formatting signature for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "Receives" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "References" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Warns" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "Yields" + +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "signature arguments or return annotation given for automodule %s" +msgid "invalid value set (missing closing brace): %s" +msgstr "invalid value set (missing closing brace): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1022 #, 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__" +msgid "invalid value set (missing opening brace): %s" +msgstr "invalid value set (missing opening brace): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/napoleon/docstring.py:1029 #, 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 "malformed string literal (missing closing quote): %s" +msgstr "malformed string literal (missing closing quote): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Failed to get a function signature for %s: %s" +msgid "malformed string literal (missing opening quote): %s" +msgstr "malformed string literal (missing opening quote): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Failed to get a constructor signature for %s: %s" +msgid "autosummary references excluded document %r. Ignored." +msgstr "autosummary references excluded document %r. Ignored." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "autosummary: stub file not found %r. Check your autosummary_generate setting." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "A captioned autosummary requires :toctree: option. ignored." + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "missing attribute %s in object %s" -msgstr "missing attribute %s in object %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "autosummary: failed to import %s.\nPossible hints:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "alias of %s" -msgstr "alias of %s" +msgid "failed to parse name %s" +msgstr "failed to parse name %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias of TypeVar(%s)" +msgid "failed to import object %s" +msgstr "failed to import object %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "Failed to get a method signature for %s: %s" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Invalid __slots__ found on %s. Ignored." +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: file not found: %s" + +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "autosummary: failed to determine %r to be documented, the following exception was raised:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] generating autosummary for: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] writing to %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3803,7 @@ msgid "" "%s" msgstr "[autosummary] failed to import %s.\nPossible hints:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\nGenerate ReStructuredText using autosummary directives.\n\nsphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\nthe reStructuredText files from the autosummary directives contained in the\ngiven input files.\n\nThe 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "source files to generate rST files for" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "directory to place all output in" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "default suffix for files (default: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "custom template directory (default: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "document imported members (default: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "document exactly the members in module __all__ attribute. (default: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "autosummary references excluded document %r. Ignored." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "autosummary: stub file not found %r. Check your autosummary_generate setting." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "A captioned autosummary requires :toctree: option. ignored." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "autosummary: failed to import %s.\nPossible hints:\n%s" +msgid "(in %s v%s)" +msgstr "(in %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "failed to parse name %s" -msgstr "failed to parse name %s" +msgid "(in %s)" +msgstr "(in %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:103 #, python-format -msgid "failed to import object %s" -msgstr "failed to import object %s" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: file not found: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +#: ext/intersphinx/_resolve.py:367 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_resolve.py:378 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" -msgstr "" +#: ext/intersphinx/_resolve.py:585 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "external %s:%s reference target not found: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r doesn't have \"%s\" setting" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Failed to get a docname!" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" -msgstr "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "The LaTeX files are in %(outdir)s." +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:117 +#: ext/intersphinx/_load.py:120 +#, 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 "\nRun 'make' in that directory to run these through (pdf)latex\n(use `make latexpdf' here to do that automatically)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -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/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" config value references unknown document %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" -msgstr "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "failed to reach any of the inventories with the following issues:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" -msgstr "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx inventory has moved: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Failed to update signature for %r: parameter not found: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Failed to read build info file: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "index" +msgid "Failed to parse type_comment for %r: %s" +msgstr "Failed to parse type_comment for %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "next" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "previous" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "generating indices" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "writing additional pages" +msgid "invalid value for member-order option: %s" +msgstr "invalid value for member-order option: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" +msgstr "invalid value for class-doc-from option: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" +msgstr "invalid signature for auto%s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "error while formatting arguments for %s: %s" +msgstr "error while formatting arguments for %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "copying static files" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "cannot copy static file %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "copying extra files" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" -msgstr "cannot copy extra file %r" +msgid "A mocked object is detected: %r" +msgstr "A mocked object is detected: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" +msgstr "error while formatting signature for %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -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." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" in automodule name doesn't make sense" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "signature arguments or return annotation given for automodule %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__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__" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "dumping object inventory" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "missing attribute mentioned in :members: option: module %s, attribute %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" -msgstr "dumping search index in %s" +msgid "Failed to get a function signature for %s: %s" +msgstr "Failed to get a function signature for %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "invalid js_file: %r, ignored" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Many math_renderers are registered. But no math_renderer is selected." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Failed to get a constructor signature for %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Unknown math_renderer %r is given." +msgid "Bases: %s" +msgstr "Bases: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path entry %r does not exist" +msgid "missing attribute %s in object %s" +msgstr "missing attribute %s in object %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path entry %r is placed inside outdir" +msgid "alias of %s" +msgstr "alias of %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path entry %r does not exist" +msgid "alias of TypeVar(%s)" +msgstr "alias of TypeVar(%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" +msgstr "Failed to get a method signature for %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "favicon file %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Invalid __slots__ found on %s. Ignored." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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 "" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Failed to parse a default argument value for %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -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)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continued from previous page" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s documentation" +#: 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" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Numbers" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "page" diff --git a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.js b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.js index 705ae30ccd9..702e1e0fe28 100644 --- a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.mo index bce56ff81a6..588edd89384 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 de51f0060c3..5988fd3321d 100644 --- a/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/en_HK/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: English (Hong Kong) (http://app.transifex.com/sphinx-doc/sphinx-1/language/en_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: en_HK\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2462 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3802,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3817,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.js b/sphinx/locale/eo/LC_MESSAGES/sphinx.js index e5187782aa8..7c199892c3c 100644 --- a/sphinx/locale/eo/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/eo/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/eo/LC_MESSAGES/sphinx.mo b/sphinx/locale/eo/LC_MESSAGES/sphinx.mo index 6467115f65c..3a802df7093 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 2c6a1dba67e..77d23d51375 100644 --- a/sphinx/locale/eo/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eo/LC_MESSAGES/sphinx.po @@ -9,389 +9,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Tatsuro YOKOTA , 2021\n" "Language-Team: Esperanto (http://app.transifex.com/sphinx-doc/sphinx-1/language/eo/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: eo\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Ne povas trovi fontan dosierujon (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -399,12 +163,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -412,311 +176,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klaso)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funkcio" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "klaso" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "datenoj" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atributo" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "Eraro" + +#: 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 "Averto" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -725,15 +1000,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -743,21 +1018,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -765,93 +1040,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -861,2934 +1134,2669 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 -#, python-format -msgid "Invalid template variable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 -#, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format +#: cmd/quickstart.py:775 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: cmd/quickstart.py:793 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: cmd/build.py:67 +msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: cmd/build.py:78 cmd/build.py:108 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" +msgstr "" + +#: _cli/util/errors.py:178 cmd/build.py:117 msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Please also report this if it was a user error, so that a better error " +"message can be provided next time." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format +#: cmd/build.py:124 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" +#: cmd/build.py:144 +msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: cmd/build.py:180 +msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format +#: cmd/build.py:183 +msgid "path to output directory" +msgstr "" + +#: cmd/build.py:188 msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: cmd/build.py:194 +msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: cmd/build.py:230 +msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Eraro" +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" +#: cmd/build.py:294 +msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Averto" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: cmd/build.py:334 +msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/build.py:347 +msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/build.py:355 +msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" +#: cmd/build.py:358 +msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: cmd/build.py:364 +msgid "raise an exception on warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 +#: cmd/build.py:439 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 +#: builders/linkcheck.py:60 #, python-format -msgid "%s() (%s method)" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/linkcheck.py:137 #, python-format -msgid "%s() (class)" -msgstr "%s() (klaso)" +msgid "broken link: %s (%s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/linkcheck.py:526 #, python-format -msgid "%s (global variable or constant)" +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (%s attribute)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/manpage.py:39 #, python-format -msgid "%s (module)" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funkcio" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "klaso" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "datenoj" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atributo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/text.py:34 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/xml.py:38 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:110 #, python-format -msgid "Added in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/texinfo.py:47 #, python-format -msgid "Changed in version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: builders/texinfo.py:90 #, python-format -msgid "%s (directive)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid ":%s: (directive option)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/gettext.py:230 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "The message catalogs are in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:208 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:285 #, python-format -msgid "TODO entry found: %s" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:307 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:313 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:324 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:527 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: builders/_epub_base.py:220 #, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/_epub_base.py:432 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:463 #, python-format -msgid "dot code %r: %s" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: builders/_epub_base.py:585 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:785 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 +#: builders/changes.py:33 #, python-format -msgid "'%s' is not a valid option." +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/changes.py:60 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/changes.py:140 #, python-format -msgid "invalid regex %r in %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: util/rst.py:72 #, python-format -msgid "module %s could not be imported: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/docfields.py:95 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/osutil.py:130 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/nodes.py:419 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:487 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:701 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/fileutil.py:76 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/inventory.py:170 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:185 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/docutils.py:283 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:746 #, python-format -msgid "display latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: util/i18n.py:105 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:112 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:141 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:236 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "" +#: directives/other.py:210 +msgid "Author: " +msgstr "Aŭtoro:" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" + +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "" + +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "" + +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "" + +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" + +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: ext/graphviz.py:268 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:303 #, python-format -msgid "broken link: %s (%s)" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:310 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" + +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "" + +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" +msgstr "" + +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "" + +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "" + +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "" + +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %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 "" + +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "" + +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" + +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "" + +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: ext/apidoc.py:638 #, python-format -msgid "targets for %d po files that are specified" +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "targets for %d po files that are out of date" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "file %r given on command line does not exist, " +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/duration.py:85 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: ext/imgmath.py:159 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: ext/imgmath.py:174 #, python-format -msgid "%d source files given on command line" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: ext/imgmath.py:328 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: ext/imgmath.py:362 #, python-format -msgid "%d found" +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: writers/html5.py:427 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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." +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.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." +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/texinfo.py:1300 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/latex.py:364 #, python-format -msgid "processing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "error writing file Makefile: %s" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/latex.py:593 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: writers/latex.py:1178 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/latex.py:1931 #, python-format -msgid "Invalid caption: %s" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: domains/std/__init__.py:111 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/std/__init__.py:234 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/std/__init__.py:305 #, python-format -msgid "Object named %r not found in include file %r" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Aŭtoro:" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: domains/std/__init__.py:721 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:934 #, python-format -msgid "Unknown image format: %s..." +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:960 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:963 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:1194 #, python-format -msgid "%r reference target not found: %s" +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:249 #, python-format -msgid "Search %(docstitle)s" +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "escepto" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "Universala modjulindico" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Indico universala" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Antaŭa temo" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametroj" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "antaŭa ĉapitro" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Sekva temo" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "sekvo ĉapitro" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "serĉu" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "membro" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "nomaĵo" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Aŭtora rajto" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tipo" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:277 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Aŭtora rajto" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "image file not readable: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/layout.html:201 #, python-format -msgid "image file %s not readable: %s" +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: themes/basic/layout.html:204 #, python-format -msgid "download file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "vidu %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "see also %s" -msgstr "vidu ankaŭ %s" +msgid "Search %(docstitle)s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simboloj" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametroj" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "membro" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tipo" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Universala modjulindico" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Indico universala" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "serĉu" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Antaŭa temo" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "antaŭa ĉapitro" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Sekva temo" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "sekvo ĉapitro" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (built-in class)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (class in %s)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s (type alias in %s)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "escepto" +#: 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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/collectors/asset.py:123 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/collectors/asset.py:160 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/toctree.py:318 #, python-format -msgid "environment variable; %s" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/toctree.py:342 #, python-format -msgid "%s; configuration value" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/toctree.py:357 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" -msgstr "" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "vidu %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgid "see also %s" +msgstr "vidu ankaŭ %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s command line option" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simboloj" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "indico" + +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "sekva" + +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "antaŭa" + +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "" + +#: builders/html/__init__.py:927 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:933 #, python-format +msgid "Failed to write build info file: %r" +msgstr "" + +#: builders/html/__init__.py:982 msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:1027 #, python-format -msgid "%s (C %s)" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "nomaĵo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Avertoj" +#: builders/html/__init__.py:1414 +#, python-format +msgid "%s %s documentation" +msgstr "%s %s dokumentaro" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/latex/transforms.py:485 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/__init__.py:117 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/latex/__init__.py:169 #, python-format -msgid "(in %s)" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/__init__.py:543 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:551 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format +#: _cli/util/errors.py:172 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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/docstring.py:849 +msgid "Warns" +msgstr "Avertoj" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3796,7 +3804,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3811,347 +3819,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "indico" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "sekva" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "antaŭa" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentaro" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.js b/sphinx/locale/es/LC_MESSAGES/sphinx.js index 67415c6f748..397751d76fa 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "B\u00fasqueda", "Search Page": "P\u00e1gina de B\u00fasqueda", "Search Results": "Resultados de la b\u00fasqueda", - "Search finished, found ${resultCount} page(s) matching the search query.": "B\u00fasqueda finalizada, se encontraron ${resultCount} p\u00e1ginas que coinciden con la consulta de b\u00fasqueda.", + "Search finished, found one page matching the search query.": [ + "", + "", + "" + ], "Search within %(docstitle)s": "Buscar en %(docstitle)s", "Searching": "Buscando", "Searching for multiple words only shows matches that contain\n all words.": "La b\u00fasqueda de varias palabras solo muestra coincidencias que contienen\n todas las palabras.", diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.mo b/sphinx/locale/es/LC_MESSAGES/sphinx.mo index a06bd46929f..3c7cacc0589 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 5a013f1b5a9..9a7408cd157 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.po @@ -16,389 +16,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Adam Turner, 2023\n" "Language-Team: Spanish (http://app.transifex.com/sphinx-doc/sphinx-1/language/es/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: es\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "opción de tema no soportada %r fue dada" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "El nombre del lexer de pigmentos %r se desconoce" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Evento %r ya presente" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Nombre de evento desconocido: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuración desconocido %r en anulación, ignorando" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Valor de configuración %r ya presente" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -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()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Sección %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Figura %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tabla %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Lista %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -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}`." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "El valor de configuración `{name}' tiene tipo `{current.__name__}'; esperado {permitted}." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -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__}'." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r no fue encontrado, se ignora." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "Desde v2.0, Sphinx usa \"index\" como root_doc por defecto. Agregue \"root_doc = 'contents'\" a su archivo conf.py." - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "No se encuentra directorio fuente (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Directorio de salida (%s) no es un directorio" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Directorio fuente y directorio destino no pueden ser idénticos" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Ejecutando Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "creando directorio de salida" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "mientras configura la extensión %s:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "cargando traducciones [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "hecho" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "no disponible para mensajes incorporados" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "cargando el ambiente pickled" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "fallo: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Ningún constructor seleccionado, utilizando el valor predeterminado: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "éxitoso" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "finalizo con problemas" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "compilación %s, %sadvertencia (con advertencias tratadas como errores)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "compilación %s, %s advertencias (con advertencias tratadas como errores)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "construir %s, %s advertencia." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "compilación %s, %s advertencias." +msgid "build finished with problems, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "construir %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "la directiva %r ya está registrada, esa se reemplazará" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "el rol %r ya está registrado, ese se reemplazará" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -406,12 +170,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "la extensión %s no es segura para lectura paralela" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -419,311 +183,822 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "la extensión %s no es segura para escritura paralela" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "realizando serialmente %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "número de PEP inválido %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "número RFC inválido %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Constructor clase %s no tiene ningún atributo \"name\"" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Constructor %r ya existe (en el módulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Nombre de constructor %s no registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "dominio %s ya esta registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "dominio %s no esta registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "La directiva %r ya fue registrada en el dominio %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "El rol %r ya fue registrado en el dominio %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "El índice %r ya fue registrado en el dominio %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "El %r object_type ya está registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "El %r crossref_type ya está registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r ya está registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser para %r ya está registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "Analizador de fuentes para %s no registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "Traductor para %r ya existe" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r ya esta registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "el renderizador matemático %s ya está registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "la extensión %r ya se fusionó con Sphinx desde la versión %s; esta extensión se omite." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Excepción original:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "No puede importar la extensión %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, 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?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "insertar automáticamente docstrings de los módulos" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "El nombre del lexer de pigmentos %r se desconoce" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "probar automáticamente fragmentos de código en bloques doctest" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "enlace entre la documentación de Sphinx de diferentes proyectos" +#: extension.py:55 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -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" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "verificación para el cubrimiento de la documentación" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "incluir expresiones matemáticas, mostradas como imágenes PNG o SVG" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "opción de tema no soportada %r fue dada" + +#: theming.py:215 +#, 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:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" + +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, 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:323 +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:346 +#, 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)" + +#: config.py:355 +#, 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:361 +#, 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:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuración desconocido %r en anulación, ignorando" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Valor de configuración %r ya presente" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, 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:534 +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:541 +#, 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:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "Sección %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Figura %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tabla %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Lista %s" + +#: config.py:722 +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:746 +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:759 +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:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r no fue encontrado, se ignora." + +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "Desde v2.0, Sphinx usa \"index\" como root_doc por defecto. Agregue \"root_doc = 'contents'\" a su archivo conf.py." + +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (directiva)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (opción directiva)" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "directiva" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "directive-option" + +#: domains/rst.py:225 +msgid "role" +msgstr "rol" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "descripción duplicada de %s %s, otra instancia en %s" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (función incorporada)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (método de %s)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (clase)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variable global o constante)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atributo de %s)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumentos" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Lanzamientos" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Devuelve" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Tipo del valor devuelto" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (módulo)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "función" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "método" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "clase" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "dato" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atributo" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "módulo" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "duplicada %s descripción de %s, otra %s en %s" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Distinto en la versión %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Obsoleto desde la versión %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citación duplicada %s, otra instancia en %s" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Citación [%s] no está referenciada." + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "etiqueta duplicada de la ecuación %s, otra instancia en %s" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "No válido math_eqref_format: %r" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "nueva configuración" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "configuración modificada" + +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "extensiones modificadas" + +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "la versión del entorno de compilación no es actual" + +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "directorio fuente ha cambiado" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +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:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "Error al escanear los documentos en %s: %r" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "Dominio %r no está registrado" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "documento no está incluido en ningún toctree" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "toctree auto referenciado encontrado. Ignorado." + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atención" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Prudencia" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Peligro" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Error" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Consejo" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ver también" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Truco" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Advertencia" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "insertar automáticamente docstrings de los módulos" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "probar automáticamente fragmentos de código en bloques doctest" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "enlace entre la documentación de Sphinx de diferentes proyectos" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "escribir entradas de \"todo\" que se pueden mostrar u ocultar en la compilación" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "verificación para el cubrimiento de la documentación" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "incluir expresiones matemáticas, mostradas como imágenes PNG o SVG" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "incluir matemática, mostrada en el navegador por MathJax" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 +#: cmd/quickstart.py:50 msgid "conditional inclusion of content based on config values" msgstr "inclusión condicional de contenido basado en valores de configuración" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 +#: cmd/quickstart.py:51 msgid "include links to the source code of documented Python objects" msgstr "incluir enlaces al código fuente de objetos documentados de Python" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 +#: cmd/quickstart.py:52 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "crear archivo .nojekyll para publicar el documento en páginas GitHub" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "Por favor, ingrese un nombre de ruta válido." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "Por favor, ingrese algún texto." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "Por favor, ingrese uno de %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "Por favor, ingrese cualquiera de 'y' o 'n'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "Por favor, ingrese un archivo de sufijo, por ejemplo, '.rst' o '.txt'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Bienvenido a la utilidad de inicio rápido de Sphinx %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "Ruta raíz seleccionada: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "Ingrese la ruta raíz para la documentación." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "Ruta raíz para la documentación" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart no sobreescribirá proyectos existentes de Sphinx." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "Separar directorios fuente y compilado (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "Prefijo de nombre para directorios de plantillas y estático" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "Nombre de proyecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "Autor(es)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -732,15 +1007,15 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "Versión del proyecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "Liberación del proyecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -750,21 +1025,21 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "Lenguaje del proyecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "Sufijo del archivo fuente" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -772,93 +1047,91 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "Nombre del documento maestro (sin sufijo)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart no sobreescribirá el archivo existente." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Indique cuál de las siguientes extensiones de Sphinx deben habilitarse:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "¿Crear Makefile? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "¿Crear archivo de comandos para Windows? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "Creando archivo %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "El archivo %s ya existe, omitiendo." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "Terminado: se ha creado una estructura de directorio inicial." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, 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. " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -868,208 +1141,195 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "Para más información visite ." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "modo silencioso" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "raíz del proyecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "Opciones de estructura" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "si se especifica, separe los directorios de fuentes y de compilación" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "si se especifica, cree un directorio de compilación en el directorio de origen" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "reemplazo para punto en _templates, etc." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "Opciones básicas del proyecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "nombre del proyecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "autores" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "versión del proyecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "liberación del proyecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "lenguaje del documento" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "sufijo de archivo fuente" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "nombre de documento maestro" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "usar epub" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "Opciones de extensión" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "habilitada extensión %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "habilitar extensiones arbitrarias" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "creación del Makefile y Batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "crear makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "no crear makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "crear batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "no crear batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "use el modo make para Makefile/make.bat" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "Plantillas de proyecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "directorio de plantillas para archivos de plantillas" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "definir una variable de proyceto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 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\"." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "Variable de plantilla inválida: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "Ha ocurrido un error al compilar, iniciando depurador:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "¡Interrumpido!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "error en marcado de reST:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "Error de codificación:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "El rastreo completo se ha guardado en %s, si desea informar el problema a los desarrolladores." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "Error de recursión:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "Esto puede ocurrir con archivos de origen muy grandes o profundamente anidados. Puede aumentar cuidadosamente el límite de recurrencia predeterminado de Python de 1000 en el archivo conf.py con, por ej.:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "Ha ocurrido una excepción:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Se puede presentar un informe de error en el rastreador en . ¡Gracias!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "número de trabajo debe ser un número positivo" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1088,805 +1348,893 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "ruta a los archivos fuente de la documentación" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "ruta al directorio de salida" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "opciones generales" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "escribir todos los archivos (por defecto: solo escribir archivos nuevos y modificados)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "no usar un entorno guardado, siempre leer todos los archivos" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "sobreescribir un ajuste en el fichero de configuración" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "pasar un valor a la plantilla HTML" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "define la etiqueta: incluye bloques \"only\" con TAG" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "opciones de salida de consola" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "aumentar la verbosidad (puede repetirse)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "sin salida, ni siquiera advertencias" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "emitir salida de color (predeterminado: detección automática)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "no emite salida de color (predeterminado: detección automática)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "escribir avisos (y errores) al fichero indicado" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "convertir advertencias en errores" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "mostrar rastreo completo en excepción" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "ejecutar Pdb en excepción" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "no se puede combinar la opción -a y nombres de archivo" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "no se puede abrir el archivo de advertencia %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "referencias de pie de página inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "El constructor ficticio no genera archivos." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referencias inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" +#: builders/linkcheck.py:60 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "referencias de citas inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "enlace roto: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "referencias de término inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Ancla '%s' no encontrado" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%d de %B de %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Error al compilar expresiones regulares en linkcheck_allowed_redirects: %r %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Página HTML está en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "ensamblando documento sencillo" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "escribiendo" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "escribiendo archivos adicionales" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "Índice basado en 4 columnas encontrado. Puede ser un error de extensiones que usted usa: %r" +msgid "The manual pages are in %(outdir)s." +msgstr "Las páginas del manual están en %(outdir)s." + +#: builders/manpage.py:47 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Pie de página [%s] no está referenciado." +msgid "\"man_pages\" config value references unknown document %s" +msgstr "El valor de configuración \"man_pages\" hace referencia a un documento desconocido %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "Pie de página [#] no está referenciado." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Los archivos de texto están en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "Problema en el dominio %s: se supone que el campo debe usar el rol '%s', pero ese rol no está en el dominio." +msgid "error writing file %s: %s" +msgstr "error escribiendo archivo %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/xml.py:38 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "The XML files are in %(outdir)s." +msgstr "Los archivos XML están en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/xml.py:110 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Los archivos pseudo-XML están en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Los archivos Texinfo están en %(outdir)s." + +#: builders/texinfo.py:49 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nEjecute el comando 'make' en ese directorio para ejecutarlos a través de makeinfo\n(usa el comando 'make info' aquí para hacer esto automáticamente)." + +#: builders/texinfo.py:78 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/texinfo.py:90 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree contiene referencia al archivo inexistente %r" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "El valor de configuración \"texinfo_documents\" hace referencia a un documento desconocido %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "excepción al evaluar solamente la expresión directiva: %s" +msgid "processing %s" +msgstr "procesando %s" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "resolviendo referencias..." + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (en " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "copiando imágenes... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "cannot copy image file %r: %s" +msgstr "no se puede copiar archivo de imagen %r: %s" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "copiando archivos de soporte Texinfo" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "error escribiendo archivo Makefile: %s" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Los catálogos de mensajes están en %(outdir)s." + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "compilando [%s]: " + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "objetivos para los archivos de plantillas %d" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "leyendo plantillas... " + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "escribiendo catálogos de mensajes... " + +#: builders/__init__.py:200 +#, 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:208 +#, 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:231 +msgid "building [mo]: " +msgstr "compilando [mo]: " + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "escribiendo salida... " + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "todos los %d archivos po" + +#: builders/__init__.py:273 +#, 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:285 +#, 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:295 +msgid "all source files" +msgstr "todos los archivos fuente" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:313 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"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:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:339 #, python-format -msgid "reading error: %s, %s" -msgstr "leyendo error: %s, %s" +msgid "%d source files given on command line" +msgstr "%d archivos fuente dados en la línea de comandos" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:354 #, python-format -msgid "writing error: %s, %s" -msgstr "escribiendo error: %s, %s" +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:382 +msgid "looking for now-outdated files... " +msgstr "buscando por archivos no actualizados... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:386 #, python-format -msgid "locale_dir %s does not exist" +msgid "%d found" +msgstr "%d encontrado" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "no encontrado" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "preparando ambiente" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "verificando consistencia" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "no hay archivos objetivo desactualizados." + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "actualizando ambiente: " + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%sañadido, %s cambiado, %s removido" + +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:516 #, 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" +"Sphinx is unable 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:527 +#, 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:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "directiva desconocida o nombre de rol: %s:%s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "leyendo fuentes... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:686 #, python-format -msgid "unknown node type: %r" -msgstr "tipo de nodo desconocido: %r" +msgid "docnames to write: %s" +msgstr "docnames para escribir: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "rol por defecto %s no encontrado" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "preparando documentos" + +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "caracteres fuente no codificables, reemplazando con \"?\": %r" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "omitido" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "fallado" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Atención" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Prudencia" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Peligro" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "El archivo ePub está en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Error" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "escribiendo el archivo nav.xhtml..." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Consejo" +#: builders/epub3.py:220 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Importante" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Nota" +#: builders/epub3.py:231 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Ver también" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Truco" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Advertencia" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "nueva configuración" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "configuración modificada" +#: builders/epub3.py:255 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "extensiones modificadas" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "la versión del entorno de compilación no es actual" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "directorio fuente ha cambiado" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "css_file inválido: %r, ignorado" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Este entorno es incompatible con el generador seleccionado, elija otro directorio doctree." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "entrada de tabla de contenido duplicada encontrada: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Error al escanear los documentos en %s: %r" +msgid "cannot read image file %r: copying it instead" +msgstr "no puede leer el archivo de imagen %r: en su lugar, lo copia" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" -msgstr "Dominio %r no está registrado" +msgid "cannot write image file %r: %s" +msgstr "no se puede escribir archivo de imagen %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "documento no está incluido en ningún toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "Pillow no encontrada - copiando archivos de imágenes" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "toctree auto referenciado encontrado. Ignorado." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "escribiendo el archivo mimetype..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citación duplicada %s, otra instancia en %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "escribiendo el archivo META-INF/container.xml..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Citación [%s] no está referenciada." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "escribiendo el archivo content.opf..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (función incorporada)" +msgid "unknown mimetype for %s, ignoring" +msgstr "mimetype desconocido para %s, ignorando" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (método de %s)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "escribiendo el archivo toc.ncx..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (clase)" +msgid "writing %s file..." +msgstr "escribiendo archivo %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variable global o constante)" +msgid "The overview file is in %(outdir)s." +msgstr "El archivo de resumen está en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atributo de %s)" +msgid "no changes in version %s." +msgstr "no hay cambios en versión %s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumentos" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "escribiendo archivo de resumen..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Lanzamientos" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Funciones incorporadas" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Devuelve" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Nivel de módulo" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Tipo del valor devuelto" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "copiando archivos fuente..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (módulo)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "función" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "método" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "clase" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "dato" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atributo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "módulo" +msgid "could not read %r for changelog creation" +msgstr "no se pudo leer %r for para la creación del registro de cambios" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/rst.py:72 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "duplicada %s descripción de %s, otra %s en %s" +msgid "default role %s not found" +msgstr "rol por defecto %s no encontrado" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/docfields.py:95 #, 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 "" +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/osutil.py:130 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "No válido math_eqref_format: %r" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:419 #, python-format -msgid "Added in version %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:487 #, python-format -msgid "Changed in version %s" -msgstr "Distinto en la versión %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree contiene referencia al archivo inexistente %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/nodes.py:701 #, python-format -msgid "Deprecated since version %s" -msgstr "Obsoleto desde la versión %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "excepción al evaluar solamente la expresión directiva: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:76 #, python-format -msgid "Removed in version %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/fileutil.py:91 #, python-format -msgid "%s (directive)" -msgstr "%s (directiva)" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:170 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (opción directiva)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/inventory.py:185 #, python-format -msgid "%s (role)" -msgstr "%s (rol)" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "directiva" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "directiva desconocida o nombre de rol: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "directive-option" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "tipo de nodo desconocido: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rol" +#: util/display.py:83 +msgid "skipped" +msgstr "omitido" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/display.py:88 +msgid "failed" +msgstr "fallado" + +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "descripción duplicada de %s %s, otra instancia en %s" +msgid "reading error: %s, %s" +msgstr "leyendo error: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "writing error: %s, %s" +msgstr "escribiendo error: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[fuente]" +#: util/i18n.py:236 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "resaltando el código del módulo... " +#: 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:\" 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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[documentos]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "no espacios en blanco eliminados por identado" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Código de módulo" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "Subtítulo inválido: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" -msgstr "

Código fuente para %s

" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Resumen: código de modulo" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "No puede utilizar ambas opciones \"%s\" y \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "Archivo incluido %r no encontrado o la lectura del mismo fallo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Por hacer" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "Codificación %r usado para la lectura archivo incluido %r parece estar mala, trate de darle una opción :encoding:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" -msgstr "Marca TODO encontrada: %s" +msgid "Object named %r not found in include file %r" +msgstr "Objeto nombrado %r no encontrado en el archivo incluido %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: directives/code.py:303 +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\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(La <> se encuentra en %s, línea %d.)" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "entrada original" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "patrón global toctree %r no coincide con ningún documento" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "Would create file %s." -msgstr "Debería crear archivo %s." +msgid "toctree contains reference to excluded document %r" +msgstr "toctree contiene referencia al documento excluido %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree contiene referencias a documentos inexistentes %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "ruta al módulo al documento" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "entrada duplicada encontrada en toctree: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -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" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autor de la sección: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "directorio para colocar toda la salida" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autor del módulo: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -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)" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Código del autor: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "sobreescribir archivos existentes" +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -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." +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr ".. contenido de los reconocimientos no es una lista" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "ejecutar la rutina sin crear archivos" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr ".. hlist contenido no es una lista" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "poner documentación para cada módulo en su propia página" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "incluir \"_private\" en módulos" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "nombre de archivo de la tabla de contenido (predeterminado: módulos)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "no crear un archivo de tabla de contenido" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -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)" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Opciones" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "poner la documentación del módulo antes de la documentación del submódulo" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 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" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "sufijo de archivo (por defecto: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "generar un proyecto completo con sphinx-quickstart" +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -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" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "nombre del proyecto (predeterminado: nombre del módulo raíz)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "autor(es) del proyecto, utilizado cuando se da el parámetro --full" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "versión del proyecto, utilizado cuando se da el parámetro --full" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -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" +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "opciones de extensión" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "%s no es un directorio." +msgid "%b %d, %Y" +msgstr "%d de %B de %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -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" +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorando la directiva \"graphviz\" sin contenido." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: transforms/__init__.py:313 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Footnote [%s] is not referenced." +msgstr "Pie de página [%s] no está referenciado." + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, 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" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "Pie de página [#] no está referenciado." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 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" +"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}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "el valor del parámetro graphviz_output_format debe ser uno de 'png', 'svg', pero es %r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referencias inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "dot código %r: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "referencias de citas inconsistentes en el mensaje traducido. original: {0}, traducido: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[gráfica: %s]" +#: transforms/i18n.py:346 +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}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[gráfica]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[fuente]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1894,8 +2242,7 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1905,1897 +2252,1559 @@ msgid "" "%r" msgstr "convert salió con error:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "el comando convert %r no puede ejecutar, compruebe el valor de configuración image_converter" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== duraciones de lectura más lentas =======================" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "falta '+' o '-' en la opción '%s'." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' no es una opción válida." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' no es una opción pyversion válida" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "resaltando el código del módulo... " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "tipo de TestCode inválido" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[documentos]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, 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." +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Código de módulo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "sin código/salida en el bloque %s en %s:%s" +msgid "

Source code for %s

" +msgstr "

Código fuente para %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "ignorando el código doctest no válido: %r" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Resumen: código de modulo" -#: /home/runner/work/sphinx/sphinx/sphinx/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)" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "expresiones regulares inválidas %r en %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "el módulo %s no podía ser importado: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "Pruebas de cobertura en las fuentes terminadas, mira los resultados en %(outdir)spython.txt." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "expresiones regulares inválidas %r en coverage_c_regexes" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "api c indocumentado: %s [%s] en archivo %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "función python indocumentada: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "clase python indocumentada: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "método python indocumentado: %s :: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, 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" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Por hacer" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:104 #, 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" +msgid "TODO entry found: %s" +msgstr "Marca TODO encontrada: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "visualizar latex %r: %s" +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/todo.py:165 #, python-format -msgid "inline latex %r: %s" -msgstr "en línea latex %r: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(La <> se encuentra en %s, línea %d.)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: ext/todo.py:175 +msgid "original entry" +msgstr "entrada original" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/extlinks.py:82 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "etiqueta duplicada %s, otra instancia en %s" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:115 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "desconocida %r toplevel_sectioning para la clase %r" +msgid "missing '+' or '-' in '%s' option." +msgstr "falta '+' o '-' en la opción '%s'." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:120 #, python-format -msgid "no Babel option known for language %r" -msgstr "No se conoce la opción de Babel para el idioma %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "demasiado grande :maxdepth:, ignorado." +msgid "'%s' is not a valid option." +msgstr "'%s' no es una opción válida." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:134 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "título del documento no es un nodo de Texto único" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -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" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' no es una opción pyversion válida" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Notas a pie de página" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "tipo de TestCode inválido" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/doctest.py:281 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 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." +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/doctest.py:434 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "la unidad de dimensión %s no es válida. Ignorado." +msgid "no code/output in %s block at %s:%s" +msgstr "sin código/salida en el bloque %s en %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/doctest.py:522 #, python-format -msgid "unknown index entry type %s found" -msgstr "tipo de entrada de índice desconocido %s encontrado" +msgid "ignoring invalid doctest code: %r" +msgstr "ignorando el código doctest no válido: %r" + +#: ext/graphviz.py:135 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:145 #, python-format -msgid "[image: %s]" -msgstr "[imagen: %s]" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Archivo externo Graphviz %r no encontrado o la lectura del mismo fallo" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[imagen]" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorando la directiva \"graphviz\" sin contenido." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:303 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format no está definido para %s" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:310 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Cualquier ID no asignado para el nodo %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -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." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Índice" +#: ext/graphviz.py:313 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "subtítulo no dentro de una figura." +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "el valor del parámetro graphviz_output_format debe ser uno de 'png', 'svg', pero es %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "unimplemented node type: %r" -msgstr "tipo de nodo no implementado: %r" +msgid "dot code %r: %s" +msgstr "dot código %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[gráfica: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[gráfica]" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." +msgstr "Debería crear archivo %s." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "Opciones" +#: 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 "\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." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "ruta al módulo al documento" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:396 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "directorio para colocar toda la salida" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "" +#: ext/apidoc.py:422 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "sobreescribir archivos existentes" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: ext/apidoc.py:437 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "ejecutar la rutina sin crear archivos" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "poner documentación para cada módulo en su propia página" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "incluir \"_private\" en módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "nombre de archivo de la tabla de contenido (predeterminado: módulos)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "entrada de tabla de contenido duplicada encontrada: %s" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "no crear un archivo de tabla de contenido" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "copiando imágenes... " +#: ext/apidoc.py:481 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, 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" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "poner la documentación del módulo antes de la documentación del submódulo" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "no se puede copiar archivo de imagen %r: %s" +#: ext/apidoc.py:498 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "no se puede escribir archivo de imagen %r: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "sufijo de archivo (por defecto: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "Pillow no encontrada - copiando archivos de imágenes" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "escribiendo el archivo mimetype..." +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "generar un proyecto completo con sphinx-quickstart" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." -msgstr "escribiendo el archivo META-INF/container.xml..." +#: ext/apidoc.py:531 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." -msgstr "escribiendo el archivo content.opf..." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "nombre del proyecto (predeterminado: nombre del módulo raíz)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "mimetype desconocido para %s, ignorando" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "autor(es) del proyecto, utilizado cuando se da el parámetro --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." -msgstr "escribiendo el archivo toc.ncx..." +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "versión del proyecto, utilizado cuando se da el parámetro --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." -msgstr "escribiendo archivo %s..." +#: ext/apidoc.py:559 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Los archivos XML están en %(outdir)s." +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "opciones de extensión" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/apidoc.py:638 #, python-format -msgid "error writing file %s: %s" -msgstr "error escribiendo archivo %s: %s" +msgid "%s is not a directory." +msgstr "%s no es un directorio." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Los archivos pseudo-XML están en %(outdir)s." +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/autosectionlabel.py:48 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Las páginas del manual están en %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "escribiendo" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "El valor de configuración \"man_pages\" hace referencia a un documento desconocido %s" +msgid "duplicate label %s, other instance in %s" +msgstr "etiqueta duplicada %s, otra instancia en %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "El constructor ficticio no genera archivos." +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== duraciones de lectura más lentas =======================" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:159 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "El archivo ePub está en %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "escribiendo el archivo nav.xhtml..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "el valor de configuración \"epub_author\" no debe estar vacío para EPUB3" +#: ext/imgmath.py:174 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "el valor de configuración \"epub_contributor\" no debe estar vacío para EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" +msgstr "visualizar latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "el valor de configuración \"epub_description\" no debe estar vacío para EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "en línea latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -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" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Notas a pie de página" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -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" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[imagen: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -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" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[imagen]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "el valor de configuración \"version\" no debe estar vacío para EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/html5.py:415 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file inválido: %r, ignorado" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format no está definido para %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:427 #, 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 "Any IDs not assigned for %s node" +msgstr "Cualquier ID no asignado para el nodo %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" -msgstr "enlace roto: %s (%s)" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Ancla '%s' no encontrado" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, 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" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "El archivo de resumen está en %(outdir)s." +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." -msgstr "no hay cambios en versión %s." +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "escribiendo archivo de resumen..." +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Funciones incorporadas" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Nivel de módulo" +#: writers/html5.py:759 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "copiando archivos fuente..." +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Índice" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "no se pudo leer %r for para la creación del registro de cambios" +#: writers/latex.py:746 writers/texinfo.py:642 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Los archivos de texto están en %(outdir)s." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "subtítulo no dentro de una figura." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: writers/texinfo.py:1300 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Los catálogos de mensajes están en %(outdir)s." +msgid "unimplemented node type: %r" +msgstr "tipo de nodo no implementado: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: writers/latex.py:364 #, python-format -msgid "building [%s]: " -msgstr "compilando [%s]: " +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "desconocida %r toplevel_sectioning para la clase %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "targets for %d template files" -msgstr "objetivos para los archivos de plantillas %d" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "leyendo plantillas... " +msgid "no Babel option known for language %r" +msgstr "No se conoce la opción de Babel para el idioma %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "escribiendo catálogos de mensajes... " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "demasiado grande :maxdepth:, ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: writers/latex.py:593 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "una imagen adecuada para %s constructor no encontrado: %s (%s)" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "una imagen adecuada para %s constructor no encontrado: %s" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "título del documento no es un nodo de Texto único" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "compilando [mo]: " +#: writers/latex.py:1178 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "escribiendo salida... " +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "la unidad de dimensión %s no es válida. Ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" -msgstr "todos los %d archivos po" +msgid "unknown index entry type %s found" +msgstr "tipo de entrada de índice desconocido %s encontrado" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "los objetivos para %d los archivos po que se especifican" +msgid "environment variable; %s" +msgstr "variables de entorno; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "los objetivos para %d los archivos po que estan desactualizados" +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "todos los archivos fuente" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, 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" +"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\"" + +#: domains/std/__init__.py:305 +#, python-format +msgid "%s command line option" +msgstr "opción de línea de comando %s" + +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "opción de línea de comando" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "el término del glosario debe ir precedido de una línea vacía" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +#: domains/std/__init__.py:437 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "%d archivos fuente dados en la línea de comandos" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "el glosario parece estar mal formateado, verifique la sangría" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "los objetivos para %d los archivos fuentes que estan desactualizados" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "termino de glosario" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "buscando por archivos no actualizados... " +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "gramática simbólica" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "%d encontrado" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "etiqueta de referencia" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "no encontrado" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "variables de entorno" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "preparando ambiente" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "opción de programa" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "verificando consistencia" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "documento" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "no hay archivos objetivo desactualizados." +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Índice de Módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "actualizando ambiente: " +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Página de Búsqueda" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:721 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%sañadido, %s cambiado, %s removido" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "duplicada %s descripción de %s, otra instancia en %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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 "" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig está deshabilitado. :numref: se ignora." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:934 #, 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 "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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:946 #, 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 "the link has no caption: %s" +msgstr "el enlace no tiene subtítulo: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:960 #, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "leyendo fuentes... " +msgid "invalid numfig_format: %s (%r)" +msgstr "inválido numfig_format: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:963 #, python-format -msgid "docnames to write: %s" -msgstr "docnames para escribir: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "preparando documentos" +msgid "invalid numfig_format: %s" +msgstr "inválido numfig_format: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" +msgstr "etiqueta indefinida: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/std/__init__.py:1196 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Los archivos Texinfo están en %(outdir)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" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "\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)." +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (en el módulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -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" +#: 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 (en el módulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:169 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "El valor de configuración \"texinfo_documents\" hace referencia a un documento desconocido %s" +msgid "%s (built-in variable)" +msgstr "%s (variable incorporada)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:194 #, python-format -msgid "processing %s" -msgstr "procesando %s" +msgid "%s (built-in class)" +msgstr "%s (clase incorporada)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "resolviendo referencias..." +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (clase en %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (en " +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (método de clase de %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "copiando archivos de soporte Texinfo" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (método estático de %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/python/__init__.py:389 #, python-format -msgid "error writing file Makefile: %s" -msgstr "error escribiendo archivo Makefile: %s" +msgid "%s (%s property)" +msgstr "%s (%s propiedad)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/python/__init__.py:428 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Página HTML está en %(outdir)s." +msgid "%s (type alias in %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "ensamblando documento sencillo" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Índice de Módulos Python" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "escribiendo archivos adicionales" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "módulos" -#: /home/runner/work/sphinx/sphinx/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 "\":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/python/__init__.py:607 +msgid "Deprecated" +msgstr "Obsoleto" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "no espacios en blanco eliminados por identado" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "excepción" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "Subtítulo inválido: %s" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "método de la clase" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, 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/python/__init__.py:635 +msgid "static method" +msgstr "método estático" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "No puede utilizar ambas opciones \"%s\" y \"%s\"" +#: domains/python/__init__.py:637 +msgid "property" +msgstr "propiedad" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" -msgstr "Archivo incluido %r no encontrado o la lectura del mismo fallo" +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:698 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "Codificación %r usado para la lectura archivo incluido %r parece estar mala, trate de darle una opción :encoding:" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/python/__init__.py:817 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "Objeto nombrado %r no encontrado en el archivo incluido %r" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -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\"" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (obsoleto)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, 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" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parámetros" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "patrón global toctree %r no coincide con ningún documento" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variables" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree contiene referencia al documento excluido %r" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Muestra" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/c/__init__.py:199 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree contiene referencias a documentos inexistentes %r" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "entrada duplicada encontrada en toctree: %s" +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'." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autor de la sección: " +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "Valores devueltos" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autor del módulo: " +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "miembro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Código del autor: " +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variable" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor: " +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "macro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr ".. contenido de los reconocimientos no es una lista" +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "estructura" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr ".. hlist contenido no es una lista" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "unión" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "No se pudo recuperar la imagen remota: %s [%d]" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumeración" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tipo" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "parámetro de función" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "No se pudo recuperar la imagen remota: %s [%s]" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Parametros de Plantilla" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Unknown image format: %s..." -msgstr "Formato de imagen desconocido: %s..." +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#, python-format 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." +"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'." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, 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" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "concepto" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s objetivo de referencia no encontrado: %s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "parámetro de plantilla" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r objetivo de referencia no encontrado: %s" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contenidos" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/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 "Tabla de contenido" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "Búsqueda" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "Ir a" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "Mostrar el código" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Contenidos" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "Contraer barra lateral" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegación" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "Buscar en %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Sobre este documento" + +#: themes/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 "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Creado usando Sphinx %(sphinx_version)s." + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Índice completo en una página" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Índice alfabético de páginas" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "puede ser muy grande" + +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Buscar en %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Búsqueda rápida" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Esta página" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Resumen" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "¡Bienvenido! Este es" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "la documentación para" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "actualizado por última vez el" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Índices y tablas:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Índice de contenidos completo" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "muestra todas las secciones y subsecciones" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Página de Búsqueda" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "buscar en esta documentación" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Índice Global de Módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "acceso rápido a todos los módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Índice General" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "todas las funciones, clases, términos" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Índice completo en una página" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Tema anterior" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "capítulo anterior" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Próximo tema" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "próximo capítulo" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Búsqueda rápida" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "buscar" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Esta página" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Índice alfabético de páginas" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "puede ser muy grande" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navegación" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Buscar en %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Sobre este documento" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Tema anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capítulo anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Actualizado por última vez en %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Próximo tema" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Creado usando Sphinx %(sphinx_version)s." +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "próximo capítulo" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Expandir barra lateral" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 "Lista de cambios generada automáticamente en la versión %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Cambios en la biblioteca" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Cambios en la API C" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Otros cambios" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Ocultar coincidencias de la búsqueda" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Resultados de la búsqueda" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "Búsqueda finalizada, se encontraron ${resultCount} páginas que coinciden con la consulta de búsqueda." +#: 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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Buscando" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Preparando búsqueda..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", en " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "archivo de imagen no legible: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "archivo de imagen %s no legible: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "el archivo de descarga no es legible: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, 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?)" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "referencias circulares de toctree detectadas, ignorando: %s <- %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "ver %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "ver también %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "tipo de entrada de índice desconocido %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbolos" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, 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'." - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Parametros de Plantilla" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parámetros" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "Valores devueltos" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "unión" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "miembro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tipo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "concepto" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enum" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumeración" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "parámetro de función" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "parámetro de plantilla" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variables" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Muestra" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (en el módulo %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (en el módulo %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (variable incorporada)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: environment/collectors/asset.py:95 #, python-format -msgid "%s (built-in class)" -msgstr "%s (clase incorporada)" +msgid "image file not readable: %s" +msgstr "archivo de imagen no legible: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: environment/collectors/asset.py:123 #, python-format -msgid "%s (class in %s)" -msgstr "%s (clase en %s)" +msgid "image file %s not readable: %s" +msgstr "archivo de imagen %s no legible: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: environment/collectors/asset.py:160 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (método de clase de %s)" +msgid "download file not readable: %s" +msgstr "el archivo de descarga no es legible: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: environment/collectors/toctree.py:258 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (método estático de %s)" +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?)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: environment/adapters/toctree.py:318 #, python-format -msgid "%s (%s property)" -msgstr "%s (%s propiedad)" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "referencias circulares de toctree detectadas, ignorando: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: environment/adapters/toctree.py:342 #, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Índice de Módulos Python" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "módulos" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Obsoleto" +#: environment/adapters/toctree.py:357 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "excepción" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "ver %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "método de la clase" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" +msgstr "ver también %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "método estático" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" +msgstr "tipo de entrada de índice desconocido %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "propiedad" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbolos" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (obsoleto)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: builders/html/__init__.py:113 #, python-format -msgid "environment variable; %s" -msgstr "variables de entorno; %s" +msgid "The HTML pages are in %(outdir)s." +msgstr "Las páginas HTML están en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: builders/html/__init__.py:340 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "Error al leer la información de compilación del fichero: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: builders/html/__init__.py:374 #, 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\"" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" -msgstr "opción de línea de comando %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "opción de línea de comando" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -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:499 +msgid "index" +msgstr "índice" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -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:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "el glosario parece estar mal formateado, verifique la sangría" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "siguiente" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "termino de glosario" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "gramática simbólica" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "generando índices" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "etiqueta de referencia" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "escribiendo páginas adicionales" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "variables de entorno" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "opción de programa" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "copiando archivos descargables... " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "documento" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "no se puede copiar archivo descargable %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Índice de Módulos" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:861 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "duplicada %s descripción de %s, otra instancia en %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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig está deshabilitado. :numref: se ignora." +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "copiar archivos estáticos" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:912 #, 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 "cannot copy static file %r" +msgstr "no se puede copiar archivo estático %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" -msgstr "el enlace no tiene subtítulo: %s" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "copiando archivos extras" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:927 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "inválido numfig_format: %s (%r)" +msgid "cannot copy extra file %r" +msgstr "no se puede copiar archivo extra %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:933 #, python-format -msgid "invalid numfig_format: %s" -msgstr "inválido numfig_format: %s" +msgid "Failed to write build info file: %r" +msgstr "Error al escribir el archivo de información de compilación: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" -msgstr "etiqueta indefinida: %r" +#: builders/html/__init__.py:982 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:1027 #, 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 "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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:1188 #, 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'." +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:1197 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variable" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "macro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "estructura" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "proviene de la página anterior" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "continúe en la próxima página" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "No alfabético" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "página" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Versión" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Ejemplo" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Ejemplos" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Argumentos de palabras clave" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Notas" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "volcar inventario de objetos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Otros parámetros" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" +msgstr "volcar el índice de búsqueda en %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "Recibe" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "js_file inválido: %r, ignorado" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "Referencias" +#: builders/html/__init__.py:1312 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Avisos" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "Desconocido math_renderer %r es dado." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "Campos" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "entrada html_extra_path %r no existe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "conjunto de valores no válidos (falta la llave de cierre): %s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "entrada html_extra_path %r se coloca dentro de outdir" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "conjunto de valor no válido (falta llave de apertura): %s" +msgid "html_static_path entry %r does not exist" +msgstr "entrada html_static_path %r no existe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1349 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "literal de cadena con formato incorrecto (falta la comilla de cierre): %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "entrada html_static_path %r se coloca dentro de outdir" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "literal de cadena con formato incorrecto (falta la comilla de apertura): %s" +msgid "logo file %r does not exist" +msgstr "archivo de logo %r no existe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1372 #, python-format -msgid "(in %s v%s)" -msgstr "(en %s versión %s)" +msgid "favicon file %r does not exist" +msgstr "el archivo %r usado para el favicon no existe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1384 #, python-format -msgid "(in %s)" -msgstr "(en %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s %s documentation" +msgstr "documentación de %s - %s" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:485 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:117 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "%s externo: destino de referencia %s no encontrado: %s" +msgid "The LaTeX files are in %(outdir)s." +msgstr "Los archivos LaTeX están en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +"\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)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:157 +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:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +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:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Versión" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "copiando archivos de soporte TeX" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "copiando archivos adicionales" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Clave de configuración desconocida: latex_elements[%r], ignorada." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opción de tema desconocida: latex_theme_options[%r], ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" +msgstr "%r no tiene configuración de \"tema\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r no tiene configuración de \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 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:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -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:" +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "el inventario intersphinx se ha movido: %s -> %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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, 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" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s objetivo de referencia no encontrado: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Error al analizar type_comment para %r: %s" +msgid "%r reference target not found: %s" +msgstr "%r objetivo de referencia no encontrado: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, 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 "Could not fetch remote image: %s [%s]" +msgstr "No se pudo recuperar la imagen remota: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "valor no válido para la opción de pedido de miembro: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "No se pudo recuperar la imagen remota: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valor no válido para la opción class-doc-from: %s" +msgid "Unknown image format: %s..." +msgstr "Formato de imagen desconocido: %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "firma inválida para auto%s (%r)" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Ejemplo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "error al formatear argumentos para %s: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Ejemplos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, 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/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Argumentos de palabras clave" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Notas" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "Se detecta un objeto simulado: %r" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Otros parámetros" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "error al formatear la firma para %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "Recibe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" en el nombre del automodule no tiene sentido" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "Referencias" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Avisos" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "Campos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1015 #, 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" +msgid "invalid value set (missing closing brace): %s" +msgstr "conjunto de valores no válidos (falta la llave de cierre): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1022 #, 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__" +msgid "invalid value set (missing opening brace): %s" +msgstr "conjunto de valor no válido (falta llave de apertura): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/napoleon/docstring.py:1029 #, 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 "malformed string literal (missing closing quote): %s" +msgstr "literal de cadena con formato incorrecto (falta la comilla de cierre): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Error al obtener una firma de función para %s: %s" +msgid "malformed string literal (missing opening quote): %s" +msgstr "literal de cadena con formato incorrecto (falta la comilla de apertura): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Error al obtener una firma de constructor para %s: %s" +msgid "autosummary references excluded document %r. Ignored." +msgstr "referencias autosummary excluidas documento %r. Ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "autosummary: no se encontró el archivo stub %r. Verifique su configuración de autosummary_generate." + +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "Un resumen automático con subtítulos requiere la opción :toctree: ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "missing attribute %s in object %s" -msgstr "falta el atributo %s en el objeto %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "autosummary: no se pudo importar %s.\nPosibles pistas:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "alias of %s" -msgstr "alias de %s" +msgid "failed to parse name %s" +msgstr "fallo al analizar el nombre %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias de TypeVar(%s)" +msgid "failed to import object %s" +msgstr "fallo al importar el objeto %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:647 #, 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 "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Se encontraron __slots__ no válidas en %s. Ignorado." +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: archivo no encontrado: %s" + +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "autosummary: no se pudo determinar %r que se documentará, se produjo la siguiente excepción:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] generar autosummary para: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] escribiendo a %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3803,7 +3812,7 @@ msgid "" "%s" msgstr "[autosummary] no se pudo importar %s.\nPosibles pistas:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3818,347 +3827,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\nGenere ReStructuredText usando directivas de resumen automático \"autosummary\".\n\nsphinx-autogen es una interfaz para sphinx.ext.autosummary.generate. Genera\nlos archivos reStructuredText de las directivas autosummary contenidas en el\nlos archivos de entrada dados.\n\nEl formato de la directiva autosummary está documentado en el módulo Python\n``sphinx.ext.autosummary`` y se puede leer usando el siguiente comando::\n\n pydoc sphinx.ext.autosummary\n" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "archivos fuente para generar archivos rST para" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "directorio para colocar toda la salida en" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "sufijo predeterminado para archivos (predeterminado: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "directorio de plantillas personalizadas (predeterminado: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "documento importados miembros (predeterminado: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "documentar exactamente los miembros en module __all__ attribute. (por defecto: %(default)s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "referencias autosummary excluidas documento %r. Ignorado." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "autosummary: no se encontró el archivo stub %r. Verifique su configuración de autosummary_generate." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "Un resumen automático con subtítulos requiere la opción :toctree: ignorado." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/autosummary/generate.py:828 #, python-format msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "autosummary: no se pudo importar %s.\nPosibles pistas:\n%s" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "documentar exactamente los miembros en module __all__ attribute. (por defecto: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "failed to parse name %s" -msgstr "fallo al analizar el nombre %s" +msgid "(in %s v%s)" +msgstr "(en %s versión %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "failed to import object %s" -msgstr "fallo al importar el objeto %s" +msgid "(in %s)" +msgstr "(en %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:103 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: archivo no encontrado: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +#: ext/intersphinx/_resolve.py:359 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_resolve.py:367 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_resolve.py:378 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_resolve.py:585 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "%s externo: destino de referencia %s no encontrado: %s" + +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r no tiene configuración de \"tema\"" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r no tiene configuración de \"%s\"" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Los archivos LaTeX están en %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/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 "\nEjecuta el comando 'make' en este directorio para compilarlos usando (pdf)latex\n(usa el comando 'make latexpdf' aquí para hacer esto automáticamente)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -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" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "copiando archivos de soporte TeX" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "copiando archivos adicionales" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" -msgstr "archivo de logo %r no existe" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Clave de configuración desconocida: latex_elements[%r], ignorada." +#: ext/intersphinx/_load.py:265 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opción de tema desconocida: latex_theme_options[%r], ignorado." +#: ext/intersphinx/_load.py:275 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" -msgstr "el archivo de información de compilación está roto: %r" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "el inventario intersphinx se ha movido: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Las páginas HTML están en %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Error al actualizar la firma para %r: parámetro no encontrado: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Error al leer la información de compilación del fichero: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "índice" +msgid "Failed to parse type_comment for %r: %s" +msgstr "Error al analizar type_comment para %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "siguiente" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "anterior" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "generando índices" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "escribiendo páginas adicionales" +msgid "invalid value for member-order option: %s" +msgstr "valor no válido para la opción de pedido de miembro: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "copiando archivos descargables... " +msgid "invalid value for class-doc-from option: %s" +msgstr "valor no válido para la opción class-doc-from: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "no se puede copiar archivo descargable %r: %s" +msgid "invalid signature for auto%s (%r)" +msgstr "firma inválida para auto%s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "error while formatting arguments for %s: %s" +msgstr "error al formatear argumentos para %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "copiar archivos estáticos" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "no se puede copiar archivo estático %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "copiando archivos extras" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" -msgstr "no se puede copiar archivo extra %r" +msgid "A mocked object is detected: %r" +msgstr "Se detecta un objeto simulado: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Error al escribir el archivo de información de compilación: %r" +msgid "error while formatting signature for %s: %s" +msgstr "error al formatear la firma para %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "no se pudo cargar el índice de búsqueda, pero no se crearán todos los documentos: el índice estará incompleto." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" en el nombre del automodule no tiene sentido" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "página %s coincide con dos patrones en html_sidebars: %r y %r" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "argumentos de firma o anotación de retorno dada para automodule %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__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__" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "volcar inventario de objetos" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "atributo faltante mencionado en la :members: módulo %s, atributo %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" -msgstr "volcar el índice de búsqueda en %s" +msgid "Failed to get a function signature for %s: %s" +msgstr "Error al obtener una firma de función para %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file inválido: %r, ignorado" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -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." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Error al obtener una firma de constructor para %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Desconocido math_renderer %r es dado." +msgid "Bases: %s" +msgstr "Bases: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "entrada html_extra_path %r no existe" +msgid "missing attribute %s in object %s" +msgstr "falta el atributo %s en el objeto %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "entrada html_extra_path %r se coloca dentro de outdir" +msgid "alias of %s" +msgstr "alias de %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "entrada html_static_path %r no existe" +msgid "alias of TypeVar(%s)" +msgstr "alias de TypeVar(%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "entrada html_static_path %r se coloca dentro de outdir" +msgid "Failed to get a method signature for %s: %s" +msgstr "Error al obtener una firma de método para %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "el archivo %r usado para el favicon no existe" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Se encontraron __slots__ no válidas en %s. Ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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 "" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Error al analizar un valor de argumento predeterminado para %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "proviene de la página anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "documentación de %s - %s" +#: 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" diff --git a/sphinx/locale/es_CO/LC_MESSAGES/sphinx.js b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.js index 30e69249e9e..4f798c09cc2 100644 --- a/sphinx/locale/es_CO/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.mo index c28e2f991e1..df47e140674 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 5f4f9dca9a3..ba12293adb3 100644 --- a/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es_CO/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Spanish (Colombia) (http://app.transifex.com/sphinx-doc/sphinx-1/language/es_CO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: es_CO\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2463 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3803,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.js b/sphinx/locale/et/LC_MESSAGES/sphinx.js index 92f99a391f0..5c9f0ba24eb 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "Otsing", "Search Page": "Otsinguleht", "Search Results": "Otsingu tulemused", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "Otsi %(docstitle)s piires", "Searching": "Otsimine", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/et/LC_MESSAGES/sphinx.mo b/sphinx/locale/et/LC_MESSAGES/sphinx.mo index 394e6c72c33..5d24b87365b 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 9d9ee041cd5..13c5639a791 100644 --- a/sphinx/locale/et/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/et/LC_MESSAGES/sphinx.po @@ -11,389 +11,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Ivar Smolin , 2013-2022\n" "Language-Team: Estonian (http://app.transifex.com/sphinx-doc/sphinx-1/language/et/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: et\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Sündmus %r on juba olemas" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Tundmatu sündmuse nimi: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "seadistuste kataloog (%s) ei sisalda faili conf.py" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "vigane arv %r seadistuse väärtusele %r, eiratakse" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Seadistuste väärtus %r on juba olemas" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Sinu seadistusfailis on süntaksi viga: %s\n" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -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()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Sektsioon %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Joonis %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tabel %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Nimekiri %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r ei leitud, eiratakse." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Lähtekataloogi (%s) pole võimalik leida" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Väljundkataloog (%s) ei ole kataloog" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Lähtekataloog ja sihtkataloog ei tohi olla identsed" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s käitamine" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "väljundkataloogi loomine" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "tõlgete laadimine [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "valmis" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "serialiseeritud keskkonna laadimine" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "tõrge: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Ehitajat pole valitud, kasutatakse vaikimisi ehitajat: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "oli edukas" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "lõppes probleemidega" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "ehitamine %s, %s hoiatus." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "ehitamine %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -401,12 +165,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "laiendus %s pole rööbiti lugemiseks turvaline" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -414,311 +178,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "laiendus %s pole rööbiti kirjutamiseks turvaline" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Pythoni täiustusettepanekud; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Ehitaja klassil %s puudub atribuut \"name\"" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Ehitaja %r on juba olemas (moodulis %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Ehitajat nimega %s pole registreeritud" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "domeen %s on juba registreeritud" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "domeen %s pole veel registreeritud" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser on %r jaoks juba registreeritud" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "Lähtekoodi analüsaatorit pole %s jaoks registreeritud" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Algne erind:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "Laiendust %s pole võimalik importida" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, 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?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "moodulite dokumentatsioonistringide automaatne lisamine" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "dokumentatsioonistringides olevate koodijuppide automaattestimine" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "eri projektide Sphinx-dokumentatsiooni omavaheline viitamine" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -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" +#: extension.py:55 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "dokumentatsiooni katvuse kontrollid" +#: extension.py:76 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "matemaatika kaasamine, mis renderdatakse PNG- või SVG-kujutisteks" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "matemaatika kaasamine, mis renderdatakse veebisirvikus MathJax-i abil" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "" + +#: theming.py:215 +#, 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:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" + +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "seadistuste kataloog (%s) ei sisalda faili conf.py" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "vigane arv %r seadistuse väärtusele %r, eiratakse" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Seadistuste väärtus %r on juba olemas" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, 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:534 +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:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "Sektsioon %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Joonis %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tabel %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Nimekiri %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r ei leitud, eiratakse." + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktiiv)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (roll)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "direktiiv" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "roll" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (sisseehitatud funktsioon)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s meetod)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klass)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globaalmuutuja või konstant)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atribuut)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumendid" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Tagastab" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Tagastustüüp" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (moodul)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funktsioon" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "meetod" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "klass" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "andmed" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atribuut" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "moodul" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Muudetud versioonis %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Iganenud alates versioonist %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "võrrandil %s on topeltsilt, teine instants on %s" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Vigane math_eqref_format: %r" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +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:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "dokument pole ühegi sisukorrapuu osa" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Tähelepanu" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Ettevaatust" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Oht" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Viga" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Vihje" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Tähtis" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Märkus" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Vaata ka" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Nõuanne" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Hoiatus" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "moodulite dokumentatsioonistringide automaatne lisamine" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "dokumentatsioonistringides olevate koodijuppide automaattestimine" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "eri projektide Sphinx-dokumentatsiooni omavaheline viitamine" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "\"teha\" sissekannete kirjutamine, mida võib ehitamisega peita või näidata" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "dokumentatsiooni katvuse kontrollid" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "matemaatika kaasamine, mis renderdatakse PNG- või SVG-kujutisteks" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "matemaatika kaasamine, mis renderdatakse veebisirvikus MathJax-i abil" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" msgstr "sisu tingimuslik kaasamine seadistusparameetrite alusel" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 +#: cmd/quickstart.py:51 msgid "include links to the source code of documented Python objects" msgstr "dokumenteeritud Python-objektide lähtekoodile viitamise kaasamine" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 +#: cmd/quickstart.py:52 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr ".nojekyll faili loomine dokumentide avaldamiseks GitHub-i lehtedel" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "Palun sisesta mingi tekst." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "Palun sisesta kas 'y' või 'n'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Tere tulemast kasutama Sphinx %s lendstardi utiliiti." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "Valitud juurkataloog: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "Viga: valitud juurkataloogist leiti olemasolev conf.py." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart ei kirjuta olemasolevaid Sphinx-projekte üle." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Palun sisesta uus juurkataloog (või vajuta Enter lõpetamiseks)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "Lähtekoodi ja ehitamise kataloogide eraldamine (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "Mallide ja staatilise kataloogi nime eesliide" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "Projekti nimi" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "Autorite nimed" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -727,15 +1002,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "Projekti versioon" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "Projekti väljalase" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -745,21 +1020,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "Projekti keel" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "Lähtefaili järelliide" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -767,93 +1042,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "Sinu põhidokumendi nimi (ilma järelliiteta)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "Viga: valitud juurkataloogist leiti peafail %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart ei kirjuta olemasolevat faili üle." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "Kas luua Makefile? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "Kas luua Windowsi käsufail? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "Faili %s loomine." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "Fail %s on juba olemas ja jäetakse vahele." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "Lõpetamine: Algne kataloogistruktuur on loodud." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, 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. " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "Dokumentide ehitamiseks kasuta Makefile, näiteks:\n make ehitaja" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -863,208 +1136,195 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "vaikne režiim" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "Struktuuri suvandid" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "kasutamise korral eraldatakse lähtefailide ja ehitamise kataloogid" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "Projekti põhisuvandid" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "projekti nimi" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "autorite nimed" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "projekti versioon" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "projekti väljalase" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "dokumendi keel" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "lähtefaili järelliide" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "põhidokumendi nimi" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "Laienduste suvandid" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "laienduse %s lubamine" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "suvaliste laienduste määramine" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "Makefile ja Batchfile loomine" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "makefile loomine" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "makefile loomata jätmine" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "batchfile loomine" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "batchfile loomata jätmine" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "Projekti loomine mallist" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "mallifailide kataloog" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "malli muutuja kirjeldamine" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "Vigane mallimuutuja: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "Katkestatud!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "Rekursiooni viga:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "Kui see oli kasutaja viga, siis anna palun sellest teada, et tulevikus oleks võimalik parem veateade väljastada." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Vearaportit on võimalik esitada träkkeris aadressil . Aitäh!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1083,805 +1343,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "dokumentatsiooni lähtefailide rada" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "väljundkataloogi rada" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "üldsuvandid" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "kõikide failide kirjutamine (vaikimisi kirjutatakse ainult uued ja muutunud failid)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "salvestatud keskkonda ei kasutata, alati loetakse kõik failid" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "seadistusfailis määratud väärtuse asendamine" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "väärtuse edastamine HTML-mallidesse" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "konsooliväljundi suvandid" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "hoiatuste (ja vigade) kirjutamine määratud faili" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "hoiatuste muutmine vigadeks" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "erindi korral täieliku tagasijälituse näitamine" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "erindi korral Pdb käivitamine" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "suvandit -a ja failinimesid pole võimalik kombineerida" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "hoiatuste faili %r pole võimalik avada: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "-D suvandi argument peab olema vormingus nimi=väärtus" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "-A suvandi argument peab olema vormingus nimi=väärtus" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "" + +#: builders/linkcheck.py:60 +#, 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" + +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML-leht asub kataloogis %(outdir)s." + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "täiendavate failide kirjutamine" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Juhendi lehed asuvad kataloogis %(outdir)s." + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "seadistusparameetrit \"man_pages\" ei leitud, juhendi lehti ei kirjutata" + +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "seadistusparameeter \"man_pages\" viitab tundmatule dokumendile %s" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Tekstifailid asuvad kataloogis %(outdir)s." + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "viga faili %s kirjutamisel: %s" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML-failid asuvad kataloogis %(outdir)s." + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "PseudoXML-failid asuvad kataloogis %(outdir)s." + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo failid asuvad kataloogis %(outdir)s." + +#: builders/texinfo.py:49 msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "seadistusparameetrit \"texinfo_documents\" ei leitud, dokumente ei kirjutata" + +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "seadistusparameeter \"texinfo_documents\" viitab tundmatule dokumendile %s" + +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "viidete lahendamine..." + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (pealkirjas " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "kujutiste kopeerimine... " + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "kujutise faili %r pole võimalik kopeerida: %s" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "Texinfo tugifailide kopeerimine" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "viga faili Makefile kirjutamisel: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Sõnumikataloogid asuvad kataloogis %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "ehitamine [%s]: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/gettext.py:252 #, python-format -msgid "%b %d, %Y" -msgstr "%d. %b %Y" +msgid "targets for %d template files" +msgstr "%d mallifaili sihtfailid" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "mallide lugemine... " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "sõnumikataloogide kirjutamine... " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/__init__.py:200 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/__init__.py:208 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "ehitamine [mo]: " + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "väljundi kirjutamine... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/__init__.py:251 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/__init__.py:273 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "targets for %d po files that are specified" +msgstr "%d määratud po-faili sihtfailid" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/__init__.py:285 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "targets for %d po files that are out of date" +msgstr "%d po-faili sihtfailid on aegunud" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "kõik lähtefailid" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:313 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/__init__.py:324 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:339 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:354 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "targets for %d source files that are out of date" +msgstr "%d lähtefaili sihtfailid on aegunud" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "praeguseks aegunud failide otsimine... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:386 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "%d found" +msgstr "leitud %d" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "ei leitud" + +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "viga lugemisel: %s, %s" +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "kooskõla kontrollimine" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "aegunud sihtfaile pole" + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "keskkonna uuendamine:" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:471 #, python-format -msgid "writing error: %s, %s" -msgstr "viga kirjutamisel: %s, %s" +msgid "%s added, %s changed, %s removed" +msgstr "lisatud %s, muudetud %s, eemaldatud %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:507 #, python-format -msgid "locale_dir %s does not exist" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:516 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:527 #, python-format -msgid "unknown directive or role name: %s:%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:534 #, python-format -msgid "unknown node type: %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "lähtefailide lugemine..." + +#: builders/__init__.py:686 #, python-format -msgid "default role %s not found" +msgid "docnames to write: %s" +msgstr "" + +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "dokumentide ettevalmistamine" + +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Tähelepanu" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Ettevaatust" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Oht" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Viga" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Vihje" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Tähtis" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Märkus" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Vaata ka" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Nõuanne" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Hoiatus" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "See keskkond pole valitud ehitajaga ühilduv, palun vali mõni teine dokumendipuu kataloog." +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "vigane css_file: %r, eiratakse" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:220 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:432 #, python-format -msgid "Domain %r is not registered" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "dokument pole ühegi sisukorrapuu osa" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "kujutise faili %r pole võimalik kirjutada: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (sisseehitatud funktsioon)" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s meetod)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klass)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/_epub_base.py:785 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globaalmuutuja või konstant)" +msgid "writing %s file..." +msgstr "faili %s kirjutamine..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:33 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atribuut)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumendid" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Tagastab" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Tagastustüüp" +msgid "The overview file is in %(outdir)s." +msgstr "Ülevaatefail asub kataloogis %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:60 #, python-format -msgid "%s (module)" -msgstr "%s (moodul)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funktsioon" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "meetod" +msgid "no changes in version %s." +msgstr "versioonis %s pole muutusi." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "klass" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "kokkuvõttefaili kirjutamine..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "andmed" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Sisseehitatud" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atribuut" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Mooduli tase" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "moodul" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "lähtefailide kopeerimine..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/changes.py:140 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/rst.py:72 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "võrrandil %s on topeltsilt, teine instants on %s" +msgid "default role %s not found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/docfields.py:95 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Vigane math_eqref_format: %r" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/osutil.py:130 #, python-format -msgid "Added in version %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:419 #, python-format -msgid "Changed in version %s" -msgstr "Muudetud versioonis %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/nodes.py:487 #, python-format -msgid "Deprecated since version %s" -msgstr "Iganenud alates versioonist %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/nodes.py:701 #, python-format -msgid "Removed in version %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/fileutil.py:76 #, python-format -msgid "%s (directive)" -msgstr "%s (direktiiv)" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/fileutil.py:91 #, python-format -msgid ":%s: (directive option)" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/inventory.py:170 #, python-format -msgid "%s (role)" -msgstr "%s (roll)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "direktiiv" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "roll" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/inventory.py:185 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/docutils.py:283 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "unknown directive or role name: %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[lähtekood]" +#: util/display.py:83 +msgid "skipped" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[dokumentatsioon]" +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" +msgstr "viga lugemisel: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Mooduli kood" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" +msgstr "viga kirjutamisel: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: util/i18n.py:141 #, python-format -msgid "

Source code for %s

" -msgstr "

%s lähtekood

" +msgid "locale_dir %s does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Ülevaade: mooduli kood" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Kõik lähtekoodiga moodulid

" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Teha" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:84 #, python-format -msgid "TODO entry found: %s" -msgstr "Leitud TEHA kirje: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +msgid "Invalid caption: %s" +msgstr "Vigane selgitustekst: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> asub failis %s, real %d.)" +msgid "line number spec is out of range(1-%d): %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "algne kirje" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Suvandeid \"%s\" ja \"%s\" pole võimalik korraga kasutada" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/code.py:225 #, python-format -msgid "Would create file %s." +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: directives/code.py:228 +#, 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." +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Sektsiooni autor: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Mooduli autor: " + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Koodi autor: " + +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor: " + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "laienduse suvandid" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." -msgstr "%s pole kataloog." +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz direktiivil ei tohi samaaegselt olla argumendid content ja filename" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, 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" +msgid "%b %d, %Y" +msgstr "%d. %b %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ilma sisuta \"graphviz\" direktiivi eiramine." +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: transforms/__init__.py:267 #, 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" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: transforms/__init__.py:313 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format peab olema kas 'png' või 'svg', kuid mitte %r" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[joonis: %s]" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[joonis]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[lähtekood]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1889,8 +2237,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1900,1897 +2247,1558 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "vigane TestCode tüüp" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[dokumentatsioon]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "Lähtefailide doctest-testimine on lõppenud, vaata tulemusi failist %(outdir)s/output.txt." +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Mooduli kood" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

%s lähtekood

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "vigase doctest koodi eiramine: %r" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Ülevaade: mooduli kood" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Kõik lähtekoodiga moodulid

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "Lähtefailide katvustestimine on lõppenud, vaata tulemusi failist %(outdir)spython.txt." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Teha" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:104 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" +msgid "TODO entry found: %s" +msgstr "Leitud TEHA kirje: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "" +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/todo.py:165 #, python-format -msgid "inline latex %r: %s" -msgstr "" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> asub failis %s, real %d.)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: ext/todo.py:175 +msgid "original entry" +msgstr "algne kirje" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/extlinks.py:82 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:115 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:120 #, python-format -msgid "no Babel option known for language %r" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: on liiga suur ja seda eiratakse." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:134 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Joonealused märkused" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "vigane TestCode tüüp" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/doctest.py:281 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/doctest.py:434 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/doctest.py:522 #, python-format -msgid "unknown index entry type %s found" -msgstr "" +msgid "ignoring invalid doctest code: %r" +msgstr "vigase doctest koodi eiramine: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" -msgstr "[pilt: %s]" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz direktiivil ei tohi samaaegselt olla argumendid content ja filename" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[pilt]" +#: ext/graphviz.py:145 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ilma sisuta \"graphviz\" direktiivi eiramine." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:268 #, python-format -msgid "numfig_format is not defined for %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:303 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "" +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format peab olema kas 'png' või 'svg', kuid mitte %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[joonis: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Indeks" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[joonis]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/apidoc.py:85 #, python-format -msgid "unimplemented node type: %r" +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:437 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "kujutiste kopeerimine... " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "kujutise faili %r pole võimalik kopeerida: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "kujutise faili %r pole võimalik kirjutada: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." -msgstr "faili %s kirjutamine..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML-failid asuvad kataloogis %(outdir)s." +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "laienduse suvandid" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/apidoc.py:638 #, python-format -msgid "error writing file %s: %s" -msgstr "viga faili %s kirjutamisel: %s" +msgid "%s is not a directory." +msgstr "%s pole kataloog." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "PseudoXML-failid asuvad kataloogis %(outdir)s." +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/autosectionlabel.py:48 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Juhendi lehed asuvad kataloogis %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "seadistusparameetrit \"man_pages\" ei leitud, juhendi lehti ei kirjutata" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "seadistusparameeter \"man_pages\" viitab tundmatule dokumendile %s" +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:159 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Joonealused märkused" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[pilt: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[pilt]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "vigane css_file: %r, eiratakse" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "Anchor '%s' not found" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Ülevaatefail asub kataloogis %(outdir)s." +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." -msgstr "versioonis %s pole muutusi." +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "kokkuvõttefaili kirjutamine..." +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Sisseehitatud" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Indeks" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Mooduli tase" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "lähtefailide kopeerimine..." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: writers/texinfo.py:1300 #, python-format -msgid "could not read %r for changelog creation" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: writers/latex.py:364 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Tekstifailid asuvad kataloogis %(outdir)s." +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Sõnumikataloogid asuvad kataloogis %(outdir)s." +msgid "no Babel option known for language %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " -msgstr "ehitamine [%s]: " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: on liiga suur ja seda eiratakse." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:593 #, python-format -msgid "targets for %d template files" -msgstr "%d mallifaili sihtfailid" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "mallide lugemine... " +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "sõnumikataloogide kirjutamine... " +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: writers/latex.py:1575 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "ehitamine [mo]: " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "väljundi kirjutamine... " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "%d määratud po-faili sihtfailid" +msgid "environment variable; %s" +msgstr "keskkonnamuutuja; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "%d po-faili sihtfailid on aegunud" +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "kõik lähtefailid" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgid "%s command line option" +msgstr "%s käsureasuvand" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "käsureasuvand" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d lähtefaili sihtfailid on aegunud" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "praeguseks aegunud failide otsimine... " +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "leitud %d" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "sõnastiku termin" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "ei leitud" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "grammatika märk" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "viite silt" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "kooskõla kontrollimine" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "keskkonnamuutuja" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "aegunud sihtfaile pole" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "programmi suvand" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "keskkonna uuendamine:" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "dokument" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "lisatud %s, muudetud %s, eemaldatud %s" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Mooduli indeks" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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 "" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Otsinguleht" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:721 #, 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 %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.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." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:934 #, 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 "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "lähtefailide lugemine..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:946 #, python-format -msgid "docnames to write: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "dokumentide ettevalmistamine" +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "vigane numfig_format: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "vigane numfig_format: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/std/__init__.py:1194 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo failid asuvad kataloogis %(outdir)s." +msgid "undefined label: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "seadistusparameetrit \"texinfo_documents\" ei leitud, dokumente ei kirjutata" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (moodulis %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:167 domains/python/__init__.py:334 +#: domains/python/__init__.py:385 domains/python/__init__.py:424 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "seadistusparameeter \"texinfo_documents\" viitab tundmatule dokumendile %s" +msgid "%s (in module %s)" +msgstr "%s (moodulis %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:169 #, python-format -msgid "processing %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (sisseehitatud muutuja)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "viidete lahendamine..." +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (sisseehitatud klass)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (pealkirjas " +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (klass moodulis %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "Texinfo tugifailide kopeerimine" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (klassi %s meetod)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/python/__init__.py:251 #, python-format -msgid "error writing file Makefile: %s" -msgstr "viga faili Makefile kirjutamisel: %s" +msgid "%s() (%s static method)" +msgstr "%s() (%s staatiline meetod)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/python/__init__.py:389 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML-leht asub kataloogis %(outdir)s." +msgid "%s (%s property)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "täiendavate failide kirjutamine" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Pythoni moodulite indeks" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "moodulid" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Iganenud" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "Vigane selgitustekst: %s" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "erind" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "klassi meetod" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Suvandeid \"%s\" ja \"%s\" pole võimalik korraga kasutada" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "staatiline meetod" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" + +#: domains/python/__init__.py:698 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/python/__init__.py:817 #, python-format -msgid "Object named %r not found in include file %r" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (iganenud)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parameetrid" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Muutujad" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/c/__init__.py:199 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Sektsiooni autor: " +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Mooduli autor: " +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "liige" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Koodi autor: " +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "muutuja" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor: " +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "loend" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tüüp" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "funktsiooni parameeter" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Malli parameetrid" + +#: domains/cpp/__init__.py:277 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "Unknown image format: %s..." -msgstr "Tundmatu pildivorming: %s..." - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Sisukord" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/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 "Sisukorratabel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "Otsing" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "Otsi" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "Näita lähtekoodi" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Sisukord" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "Varja külgriba" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigatsioon" + +#: themes/basic/layout.html:115 +#, python-format +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 "" + +#: 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 "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Täisindeks ühel lehel" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indeksi leheküljed algustähe kaupa" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "võib olla väga suur" + +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Otsi %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Kiirotsing" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Käesolev leht" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Ülevaade" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Tervitused! See on" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "dokumentatsioon projektile" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "viimati uuendatud" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Indeksid ja tabelid:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Täielik sisukorratabel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "toob välja kõik sektsioonid ja alamsektsioonid" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Otsinguleht" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "otsi sellest dokumentatsioonist" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Globaalne moodulite indeks" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "kiire ligipääs kõigile moodulitele" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Üldindeks" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "kõik funktsioonid, klassid ja terminid" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Täisindeks ühel lehel" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Eelmine teema" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "eelmine jaotis" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "kiire ligipääs kõigile moodulitele" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Järgmine teema" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Üldindeks" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "järgmine jaotis" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "kõik funktsioonid, klassid ja terminid" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Kiirotsing" + +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Otsingu võimaldamiseks tuleb aktiveerida JavaScript." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "otsi" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Käesolev leht" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Indeksi leheküljed algustähe kaupa" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "võib olla väga suur" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigatsioon" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Otsi %(docstitle)s piires" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Info selle dokumentatsiooni kohta" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Autoriõigus" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Eelmine teema" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "eelmine jaotis" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Viimati uuendatud %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Järgmine teema" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "järgmine jaotis" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Näita külgriba" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s &8212; %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 "Automaatselt genereeritud nimekiri versiooni %(version)s muutustest" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Teegi muutused" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API muutused" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Ülejäänud muutused" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s &8212; %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Varja otsingu tulemused" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Otsingu tulemused" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "Sinu otsingule ei vastanud ükski dokument. Palun veendu, et kõik sisestatud sõnad on õigesti kirjutatud ja sa oled valinud piisavalt kategooriaid." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Otsimine" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Otsingu ettevalmistamine..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "kujutise fail pole loetav: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "kujutise fail %s pole loetav: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: environment/collectors/toctree.py:258 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: environment/adapters/toctree.py:318 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: environment/adapters/toctree.py:342 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: environment/adapters/toctree.py:357 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: environment/adapters/indexentries.py:126 #, python-format msgid "see %s" msgstr "vaata %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: environment/adapters/indexentries.py:136 #, python-format msgid "see also %s" msgstr "vaata ka %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: environment/adapters/indexentries.py:144 #, python-format msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 msgid "Symbols" msgstr "Sümbolid" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Malli parameetrid" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parameetrid" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "liige" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tüüp" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "loend" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "funktsiooni parameeter" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Muutujad" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (moodulis %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (moodulis %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (sisseehitatud muutuja)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (sisseehitatud klass)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klass moodulis %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (klassi %s meetod)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s staatiline meetod)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Pythoni moodulite indeks" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "moodulid" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Iganenud" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "erind" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "klassi meetod" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "staatiline meetod" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (iganenud)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 -#, python-format -msgid "environment variable; %s" -msgstr "keskkonnamuutuja; %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 -#, python-format -msgid "%s; configuration value" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" -msgstr "%s käsureasuvand" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "käsureasuvand" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "sõnastiku termin" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "grammatika märk" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "viite silt" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "keskkonnamuutuja" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "programmi suvand" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "dokument" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Mooduli indeks" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:113 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "vigane numfig_format: %s (%r)" +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML-lehed asuvad kataloogis %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:340 #, python-format -msgid "invalid numfig_format: %s" -msgstr "vigane numfig_format: %s" +msgid "Failed to read build info file: %r" +msgstr "Viga ehitamise infofaili lugemisel: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:374 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:499 +msgid "index" +msgstr "indeks" + +#: builders/html/__init__.py:547 #, python-format -msgid "%s (C %s)" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "muutuja" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "järgmine" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makro" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "eelmine" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "indeksite genereerimine" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "jätk eelmisele leheküljele" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "täiendavate lehtede kirjutamine" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "jätkub järgmisel leheküljel" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "allalaaditavate failide kopeerimine..." + +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "lehekülg" +#: builders/html/__init__.py:861 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Redaktsioon" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Näide" +#: builders/html/__init__.py:912 +#, python-format +msgid "cannot copy static file %r" +msgstr "staatilist faili %r pole võimalik kopeerida" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Näited" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "lisafailide kopeerimine" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Võtmesõnadega argumendid" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" +msgstr "lisafaili %r pole võimalik kopeerida" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Märkused" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Viga ehitamise infofaili kirjutamisel: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "" +#: builders/html/__init__.py:1188 +#, python-format +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "lehe %s renderdamisel tekkis Unicode viga. Palun veendu, et kõik mitte-ASCII sisuga seadistusparameetrid on kirjeldatud Unicode stringidena." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1237 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +msgid "dumping search index in %s" +msgstr "otsinguindeksi tõmmise kirjutamine keelele %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1279 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +msgid "invalid js_file: %r, ignored" +msgstr "vigane js_file: %r, eiratakse" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1317 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1325 #, python-format -msgid "(in %s v%s)" -msgstr "(projektis %s v%s)" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path kirjet %r pole olemas" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1332 #, python-format -msgid "(in %s)" -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path kirje %r asub väljaspool väljundkataloogi" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1342 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1349 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "logo file %r does not exist" +msgstr "logofaili %r pole olemas" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:1372 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "favicon file %r does not exist" +msgstr "favicon faili %r pole olemas" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/html/__init__.py:1384 #, python-format -msgid "external %s:%s reference target not found: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format +#: builders/html/__init__.py:1397 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/html/__init__.py:1414 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%s %s documentation" +msgstr "%s %s dokumentatsioon" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/transforms.py:119 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/transforms.py:485 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX-failid asuvad kataloogis %(outdir)s." + +#: builders/latex/__init__.py:119 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nNende jooksutamiseks läbi (pdf)latex programmi käivita selles kataloogis\n'make' (selle automaatseks tegemiseks kasuta `make latexpdf')." + +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "seadistusparameetrit \"latex_documents\" ei leitud, dokumente ei kirjutata" + +#: builders/latex/__init__.py:169 +#, python-format +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "seadistusparameeter \"latex_documents\" viitab tundmatule dokumendile %s" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Redaktsioon" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "TeX-i tugifailide kopeerimine" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "lisafailide kopeerimine" + +#: builders/latex/__init__.py:543 +#, python-format +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/latex/theming.py:90 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "" + +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: _cli/util/errors.py:172 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "Unknown image format: %s..." +msgstr "Tundmatu pildivorming: %s..." + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Näide" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Näited" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Võtmesõnadega argumendid" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Märkused" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1029 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:257 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "Bases: %s" -msgstr "Põlvnemine: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 -#, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" -msgstr "" +msgid "failed to import object %s" +msgstr "tõrge objekti %s importimisel" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] automaatkokkuvõtte genereerimine failile: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] kirjutamine kataloogi %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3798,7 +3806,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3813,347 +3821,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "lähtefailid, mille kohta rST-faile genereerida" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "väljundfailide kataloog" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "failide vaikimisi järelliide (vaikimisi: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "kohandatud mallide kataloog (vaikimisi: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "imporditud liikmete dokumenteerimine (vaikimisi: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(projektis %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" -msgstr "tõrge objekti %s importimisel" +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_load.py:70 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:92 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 -#, python-format -msgid "No footnote was found for given reference node %r" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX-failid asuvad kataloogis %(outdir)s." +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:117 +#: ext/intersphinx/_load.py:265 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')." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "seadistusparameetrit \"latex_documents\" ei leitud, dokumente ei kirjutata" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "seadistusparameeter \"latex_documents\" viitab tundmatule dokumendile %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "TeX-i tugifailide kopeerimine" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "lisafailide kopeerimine" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "logo file %r does not exist" -msgstr "logofaili %r pole olemas" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "build info file is broken: %r" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML-lehed asuvad kataloogis %(outdir)s." +msgid "invalid value for class-doc-from option: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Viga ehitamise infofaili lugemisel: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "indeks" +msgid "invalid signature for auto%s (%r)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Logo of %s" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "järgmine" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "eelmine" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "indeksite genereerimine" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "täiendavate lehtede kirjutamine" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "allalaaditavate failide kopeerimine..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy downloadable file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 -#, python-format -msgid "cannot copy static file %r" -msgstr "staatilist faili %r pole võimalik kopeerida" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "lisafailide kopeerimine" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "cannot copy extra file %r" -msgstr "lisafaili %r pole võimalik kopeerida" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "Viga ehitamise infofaili kirjutamisel: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1036 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." -msgstr "lehe %s renderdamisel tekkis Unicode viga. Palun veendu, et kõik mitte-ASCII sisuga seadistusparameetrid on kirjeldatud Unicode stringidena." +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1616 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "dumping search index in %s" -msgstr "otsinguindeksi tõmmise kirjutamine keelele %s" +msgid "Bases: %s" +msgstr "Põlvnemine: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "vigane js_file: %r, eiratakse" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path kirjet %r pole olemas" +msgid "alias of TypeVar(%s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path kirje %r asub väljaspool väljundkataloogi" +msgid "Failed to get a method signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" -msgstr "favicon faili %r pole olemas" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "jätk eelmisele leheküljele" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "jätkub järgmisel leheküljel" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentatsioon" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "lehekülg" diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.js b/sphinx/locale/eu/LC_MESSAGES/sphinx.js index 49233897b6c..85936652765 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "Bilatu", "Search Page": "Bilaketa orria", "Search Results": "Bilaketa emaitzak", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "Bilatu %(docstitle)s(e)n", "Searching": "", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/eu/LC_MESSAGES/sphinx.mo b/sphinx/locale/eu/LC_MESSAGES/sphinx.mo index 89236d0abb0..adbfa5f03a8 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 a51f9a5cc38..c36d49f288c 100644 --- a/sphinx/locale/eu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/eu/LC_MESSAGES/sphinx.po @@ -9,389 +9,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Asier Iturralde Sarasola , 2018\n" "Language-Team: Basque (http://app.transifex.com/sphinx-doc/sphinx-1/language/eu/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: eu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -399,12 +163,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -412,311 +176,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Hobekuntza Proposamena; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rola)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "rola" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metodoa)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasea)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (aldagai globala edo konstantea)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atributua)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumentuak" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Jaurtitzen du" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Itzultzen du" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Itzulketa mota" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modulua)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funtzioa" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metodoa" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "klasea" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "datuak" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atributua" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modulua" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "%s bertsioan aldatuta" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "%s bertsiotik aurrera zaharkituta" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Adi" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Kontuz" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Arriskua" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Errorea" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Argibidea" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Garrantzitsua" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Oharra" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ikusi baita ere" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Iradokizuna" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Kontuz" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -725,15 +1000,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -743,21 +1018,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -765,93 +1040,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -861,208 +1134,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1081,805 +1341,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: builders/texinfo.py:49 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/texinfo.py:90 #, python-format -msgid "%b %d, %Y" -msgstr "%Y %b %d" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (hemen: " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/__init__.py:313 #, python-format msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/__init__.py:324 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:471 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:507 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:516 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:527 #, python-format -msgid "reading error: %s, %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:534 #, python-format -msgid "writing error: %s, %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:686 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/__init__.py:845 #, python-format -msgid "default role %s not found" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/epub3.py:83 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Adi" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Kontuz" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Arriskua" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Errorea" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Argibidea" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Garrantzitsua" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Oharra" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Ikusi baita ere" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Iradokizuna" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Kontuz" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metodoa)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (klasea)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (aldagai globala edo konstantea)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atributua)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumentuak" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Jaurtitzen du" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Itzultzen du" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Modulu maila" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Itzulketa mota" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (modulua)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funtzioa" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metodoa" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "klasea" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "datuak" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atributua" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modulua" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/docfields.py:95 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/osutil.py:130 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:419 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:487 #, python-format -msgid "Added in version %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:701 #, python-format -msgid "Changed in version %s" -msgstr "%s bertsioan aldatuta" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "%s bertsiotik aurrera zaharkituta" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:91 #, python-format -msgid "Removed in version %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:170 #, python-format -msgid "%s (directive)" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:185 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:283 #, python-format -msgid "%s (role)" -msgstr "%s (rola)" +msgid "unknown directive or role name: %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rola" +#: util/display.py:88 +msgid "failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[iturburua]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[dokumentazioa]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Moduluko kodea" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: util/i18n.py:236 #, python-format -msgid "

Source code for %s

" -msgstr "

%s(r)en iturburu kodea

" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Gainbegirada: moduluko kodea" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Kodea eskuragarri duten modulu guztiak

" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Egitekoa" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:84 #, python-format -msgid "TODO entry found: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:211 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "jatorrizko sarrera" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/code.py:225 #, python-format -msgid "Would create file %s." +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: directives/code.py:228 +#, 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." +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Atalaren egilea: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Moduluaren egilea: " + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Kodearen egilea: " + +#: directives/other.py:210 +msgid "Author: " +msgstr "Egilea:" + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +msgid "%b %d, %Y" +msgstr "%Y %b %d" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: transforms/__init__.py:267 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: transforms/__init__.py:313 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[iturburua]" + +#: 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" @@ -1887,8 +2235,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1898,1897 +2245,1558 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[dokumentazioa]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Moduluko kodea" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

%s(r)en iturburu kodea

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Gainbegirada: moduluko kodea" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Kodea eskuragarri duten modulu guztiak

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Egitekoa" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/todo.py:104 #, python-format -msgid "no Babel option known for language %r" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/todo.py:165 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Oin-oharrak" +#: ext/todo.py:175 +msgid "original entry" +msgstr "jatorrizko sarrera" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/extlinks.py:82 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/doctest.py:115 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/doctest.py:120 #, python-format -msgid "unknown index entry type %s found" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/doctest.py:134 #, python-format -msgid "[image: %s]" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[irudia]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/doctest.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/doctest.py:434 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Indizea" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "unimplemented node type: %r" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:396 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/apidoc.py:638 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "error writing file %s: %s" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/autosectionlabel.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:159 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:174 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Oin-oharrak" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[irudia]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/html5.py:415 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:427 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Modulu maila" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Indizea" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: writers/texinfo.py:1300 #, python-format -msgid "building [%s]: " +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:364 #, python-format -msgid "targets for %d template files" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: writers/latex.py:593 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "" +msgid "environment variable; %s" +msgstr "inguruneko aldagaia; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "glosarioko terminoa" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "gramatikako token-a" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "erreferentzia etiketa" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "inguruneko aldagaia" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "programako aukera" + +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Moduluen indizea" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Bilaketa orria" + +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:934 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:960 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:963 #, 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 "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:1194 #, 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 "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (%s moduluan)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -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 moduluan)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/python/__init__.py:194 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (klasea %s-(e)n)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s klaseko metodoa)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:251 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s metodo estatikoa)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:389 #, python-format -msgid "processing %s" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (hemen: " +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python moduluen indizea" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "moduluak" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Zaharkitua" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "salbuespena" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "klaseko metodoa" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "metodo estatikoa" + +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: domains/python/__init__.py:698 +#, 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." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (zaharkitua)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametroak" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Aldagaiak" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Goratzen du" + +#: domains/c/__init__.py:199 #, python-format -msgid "Invalid caption: %s" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "partaidea" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "aldagaia" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makroa" + +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "mota" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/cpp/__init__.py:277 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Atalaren egilea: " +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Moduluaren egilea: " +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Edukiak" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Kodearen egilea: " +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Egilea:" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Bilatu" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Joan" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Iturburua ikusi" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Alboko barra tolestu" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Nabigazioa" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: themes/basic/layout.html:115 #, python-format -msgid "Unknown image format: %s..." -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Bilatu %(docstitle)s(e)n" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Dokumentu hauen inguruan" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:201 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Azken aldaketa: %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/layout.html:204 #, python-format -msgid "%r reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Bilatu" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Joan" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Iturburua ikusi" +#: themes/basic/genindex-single.html: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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Edukiak" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indize orriak hizkika" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Alboko barra tolestu" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "handia izan daiteke" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "%(docstitle)s bilatu" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Bilaketa azkarra" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Orri hau" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Gainbegirada" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Indizeak eta taulak:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Eduki taula osoa" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "atal eta azpiatal guztiak zerrendatu" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Bilaketa orria" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "dokumentazio honetan bilatu" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Modulu indize globala" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "modulu guztietara atzipen azkarra" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Indize orokorra" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "funtzio, klase, termino guztiak" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Indize guztia orri batean" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Aurreko gaia" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "aurreko kapitulua" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Hurrengo gaia" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "hurrengo kapitulua" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Bilaketa azkarra" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Mesedez, gaitu JavaScript-a bilaketa erabili ahal izateko." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "bilatu" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Orri hau" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Indize orriak hizkika" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "handia izan daiteke" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Nabigazioa" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Bilatu %(docstitle)s(e)n" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Dokumentu hauen inguruan" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Aurreko gaia" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "aurreko kapitulua" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Azken aldaketa: %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Hurrengo gaia" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "hurrengo kapitulua" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Alboko barra luzatu" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "Automatikoki sortutako %(version)s bertsioaren aldaketen zerrenda" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Liburutegi aldaketak" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API aldaketak" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Beste aldaketak" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Bilaketa bat-etortzeak ezkutatu" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Bilaketa emaitzak" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "%s ikusi" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "ikusi %s baita ere" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametroak" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "partaidea" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "mota" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Aldagaiak" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Goratzen du" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s moduluan)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s moduluan)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasea %s-(e)n)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klaseko metodoa)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s metodo estatikoa)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python moduluen indizea" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "moduluak" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Zaharkitua" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "salbuespena" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "klaseko metodoa" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "metodo estatikoa" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" + +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (zaharkitua)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "%s ikusi" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "inguruneko aldagaia; %s" +msgid "see also %s" +msgstr "ikusi %s baita ere" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "glosarioko terminoa" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "gramatikako token-a" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "indizea" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "erreferentzia etiketa" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "inguruneko aldagaia" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "hurrengoa" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "programako aukera" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "aurrekoa" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Moduluen indizea" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "aldagaia" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makroa" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "aurreko orritik jarraitzen du" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Argitalpena" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" +msgstr "%s %s dokumentazioa" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/__init__.py:117 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Argitalpena" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/__init__.py:543 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:551 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format +#: _cli/util/errors.py:172 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3796,7 +3804,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3811,347 +3819,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "indizea" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "hurrengoa" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "aurrekoa" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "aurreko orritik jarraitzen du" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentazioa" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.js b/sphinx/locale/fa/LC_MESSAGES/sphinx.js index 87b7593e54c..e72c381bc53 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "\u062c\u0633\u062a\u062c\u0648", "Search Page": "\u0635\u0641\u062d\u0647 \u062c\u0633\u062a\u062c\u0648", "Search Results": "\u0646\u062a\u0627\u06cc\u062c \u062c\u0633\u062a\u062c\u0648", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "\u062c\u0633\u062a\u062c\u0648 \u062f\u0631 %(docstitle)s", "Searching": "\u062f\u0631 \u062d\u0627\u0644 \u062c\u0633\u062a \u0648 \u062c\u0648", "Searching for multiple words only shows matches that contain\n all words.": "\u062f\u0631 \u062d\u0627\u0644 \u062c\u0633\u062a\u062c\u0648 \u0628\u0631\u0627\u06cc \u0686\u0646\u062f\u06cc\u0646 \u0648\u0627\u0698\u0647. \u0641\u0642\u0637 \u0648\u0627\u0698\u06af\u0627\u0646\u06cc \u0631\u0627 \u0646\u0634\u0627\u0646 \u0645\u06cc\u200c\u062f\u0647\u062f \u06a9\u0647 \u0634\u0627\u0645\u0644 \u0627\u06cc\u0646 \u0645\u0648\u0627\u0631\u062f \u0628\u0627\u0634\u062f:\n \u0647\u0645\u0647\u200c\u06cc \u06a9\u0644\u0645\u0647\u200c\u0647\u0627.", diff --git a/sphinx/locale/fa/LC_MESSAGES/sphinx.mo b/sphinx/locale/fa/LC_MESSAGES/sphinx.mo index 02b83ced280..47201cc3057 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 ec896a6c26a..80147c9347b 100644 --- a/sphinx/locale/fa/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fa/LC_MESSAGES/sphinx.po @@ -11,389 +11,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+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.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: fa\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "تنظیمات %s. %s در هیچ یک از پیکربندی‌های جستجو شده رخ نمی‌دهد" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "گزینه‌ی پشتیبانی نشده‌ی زمینه %r داده شده" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "پرونده‌ی %r که مسیر زمینه به آن اشاره دارد یا پرونده زیپ معتبری نیست یا هیچ زمینه‌ای درونش ندارد" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "نام رنگ‌مایه خوان %r شناخته شده نیست" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "تنظیمات needs_extensions (نیازهای افزونه) افزونه‌ی %s را نیاز دارد، ولی بارگذاری نمی شود." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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) ساخته شود." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "رویداد %r در حال حاضر موجود است" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "نوع اتفاق نامشخّص است: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "مدیر %r برای رویداد %r یک باعث ایراد شد" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "شاخه‌ی پیکربندی(%s)، پرونده‌ی conf.py را ندارد" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "امکان لغو تنظیمات پیکربندیdictionary %r ، نادیده گرفته می‌شود (برای تعیین تک تک عناصر %r را به کار ببرید)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "شماره نامعتبر %r برای پیکربندی مقدار %r، نادیده گرفته می‌شود" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "امکان لغو تنظیمات پیکربندی %r با نوع پشتیبانی نشده نبود، نادیده گرفته می‌شود" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "مقدار پیکربندی ناشناخته %r در ابطال، نادیده گرفته شد" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "مقدار پیکربندی %r از قبل موجود است" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "خطای نحوی در پرونده‌ی پیکربندی شما وجود دارد: %s\n" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "پرونده‌ی پیکربندی (یا یکی از ماژول هایی که وارد می کند) sys.exit() را فراخواند" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "یک خطای قابل برنامه ریزی در پرونده‌ی پیکربندی شما وجود دارد:\n\n%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "بخش%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "شکل %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "جدول %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "فهرست %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "مقدار پیکربندی '{name}' باید یکی از {candidates} باشد، اما '{current}' داده شده." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، ولی انتظار می‌رفت {permitted} می‌بود." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، حالت پیش‌فرض {permitted} است." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "دامنه‌ی اصلی %r یافت نشد، نادیده گرفته می‌شوند." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -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 تان اضافه کنید." - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "شاخه‌ی منبع(%s) پیدا نشد." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "نشانی (%s) شاخه نیست" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "شاخه‌های مبدأ و مقصد نمی توانند یکسان باشند" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "اجرای اسفینکس نگارش %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "این پروژه دست که به افینکس نگارش%s نیاز دارد و برای همین با این نسخه قابل ساخت نیست." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "ایجاد پوشه ی برون داد" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "در حال راه اندازی افزونه‌ی%s:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 است تا به عنوان افزنه‌ی اسفینکس کار کند." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "بارگذاری ترجمه ها [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "انجام شد" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "برای پیام‌های داخلی در دسترس نیست" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "بارگذاری محیط pckle شده" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "شکست خورد: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "هیچ سازنده‌ای برگزیده نشده، استفاده از قالب خروجی پیش‌فرض: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "موفّقیّت‌آمیز بود" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "انجام شد ولی با مشکل" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "ساخت %s، %s هشدار (با هشدار به عنوان خطا رفتار می‌شود)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "ساخت %s، %s هشدار (با هشدار به عنوان خطا رفتار می‌شود)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "ساخت %s، %s هشدار." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "ساخت %s، %s هشدار." +msgid "build finished with problems, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "ساخت %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "بست کلاس %r در حال حاضر ثبت نام شده است، بازدیدکنندگان این پیوند نادیده گرفته خواهد شد" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "دستور %r از قبل ثبت شده که مقدار قبلی نادیده گرفته خواهد شد" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "نقش %r از قبل ثبت شده که مقدار قبلی نادیده گرفته خواهد شد" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -401,12 +165,12 @@ msgid "" "explicit" msgstr "افزونه‌ی %s مشخّص نکرده که آیا برای خواندن موازی امن هست یا نه. که فرض می‌گیریم نیست. لطفاً از نویسنده‌ی افزونه بخواهید این موضوع را بررسی و آن را مشخّص کند" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "افزونه ی %sبرای خواندن موازی امن نیست" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -414,311 +178,822 @@ msgid "" "explicit" msgstr "افزونه‌ی %s مشخّص نکرده که آیا برای نوشتن موازی امن هست یا نه. که فرض می‌گیریم نیست. لطفاً از نویسنده‌ی افزونه بخواهید این موضوع را بررسی و آن را مشخّص کند" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "افزونه‌ی %s برای نوشتن موازی امن نیست" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "انجام چندباره‌ی %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "کلاس سازنده %s هیچ ویژگی‌ای به عنوان \"name\" ندارد" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "سازنده %r در حال حاضر وجود دارد (در پیمانه‌ی %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "نام سازنده %s یا ثبت شده نیست و یا فقط از طریق نقطه ورود در دسترس است" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "نام سازنده %s ثبت نشده است" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "دامنه ی %sپیش تر ثبت شده" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "دامنه %s هنوز ثبت نشده است" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "دستورالعمل %r قبلاً برای دامنه %s ثبت شده" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "نقش %r قبلاً برای دامنه %s ثبت شده" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "شاخص %r قبلاً برای دامنه %s ثبت شده" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "نوع شیئ (object_type) %r قبلاً برای دامنه ثبت شده" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "ارجاع متقابل (crossref_type) %r قبلاً ثبت شده" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "پسوند (source_suffix) %r قبلاً ثبت شده است" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "تحلیل‌گر منبع (source_parser) %r قبلاً ثبت شده است" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "تجزیه کننده مبدإ برای %s ثبت نشده است" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "در حال حاضر برای %r مترجم وجود دارد" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "مؤلّفه‌های کلیدی برای تابع add_node() باید تاپل تابعی (بازدید، خروج) باشند: %r=%r" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "بست قابل شمارش (enumerable_node) %r قبلاً ثبت شده است" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "ترسیم‌گر ریاضی %s قبلاً ثبت شده" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "افزونه‌ی %r از نسخه‌ی %s اسفینکس به بعد، در آن ادغام شده؛ بنابراین نادیده گرفته می‌شود." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "ایراد اصلی:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "امکان وارد کردن افزونه‌ی %s نبود" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "افزونه‌ی %r هیچ تابع setup()ی ندارد؛ آیا این مورد واقعاً یک پیمانه‌ی افزونه‌ی اسفینکس است؟" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 است؛ بنابراین با این نسخه قابل ساخت نیست." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "افزونه‌ی %r شیئ پشتیبانی نشده‌‌ای از تابع setup()ش برگرداند؛ در حالی که می بایست مقدار تهی/هیچ و یا یک دیکشنری فراداده‌ برمی‌گرداند" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "درج خودکار رشته‌مستندات را از پیمانه‌ها" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "نام رنگ‌مایه خوان %r شناخته شده نیست" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "آزمایش خودکار تکّه‌کدها در قسمت‌های مختلف پیمانه‌ی doctest" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "پیوند بین اسناد Sphinx از پروژه های گوناگون" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "تنظیمات needs_extensions (نیازهای افزونه) افزونه‌ی %s را نیاز دارد، ولی بارگذاری نمی شود." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "نوشتن مدخل‌های لیست اقدام‌ها (\"todo\")که در ساخت می تواند نشان داده و یا پنهان شوند" +#: extension.py:76 +#, 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) ساخته شود." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "بررسی برای پوشش اسناد" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "گنجاندن رابطه‌های ریاضی که در قالب PNG یا SVG به نمایش در آمده" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "تنظیمات %s. %s در هیچ یک از پیکربندی‌های جستجو شده رخ نمی‌دهد" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "گزینه‌ی پشتیبانی نشده‌ی زمینه %r داده شده" + +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "پرونده‌ی %r که مسیر زمینه به آن اشاره دارد یا پرونده زیپ معتبری نیست یا هیچ زمینه‌ای درونش ندارد" + +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" + +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "شاخه‌ی پیکربندی(%s)، پرونده‌ی conf.py را ندارد" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "امکان لغو تنظیمات پیکربندیdictionary %r ، نادیده گرفته می‌شود (برای تعیین تک تک عناصر %r را به کار ببرید)" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "شماره نامعتبر %r برای پیکربندی مقدار %r، نادیده گرفته می‌شود" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "امکان لغو تنظیمات پیکربندی %r با نوع پشتیبانی نشده نبود، نادیده گرفته می‌شود" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "مقدار پیکربندی ناشناخته %r در ابطال، نادیده گرفته شد" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "مقدار پیکربندی %r از قبل موجود است" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "خطای نحوی در پرونده‌ی پیکربندی شما وجود دارد: %s\n" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "پرونده‌ی پیکربندی (یا یکی از ماژول هایی که وارد می کند) sys.exit() را فراخواند" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "یک خطای قابل برنامه ریزی در پرونده‌ی پیکربندی شما وجود دارد:\n\n%s" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "بخش%s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "شکل %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "جدول %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "فهرست %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "مقدار پیکربندی '{name}' باید یکی از {candidates} باشد، اما '{current}' داده شده." + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، ولی انتظار می‌رفت {permitted} می‌بود." + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "مقدار پیکربندی '{name}' دارای نوع '{current.__name__}' است، حالت پیش‌فرض {permitted} است." + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "دامنه‌ی اصلی %r یافت نشد، نادیده گرفته می‌شوند." + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (دستورالمعل)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "%s (گزینه‌ی دستورالمعل)" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (نقش)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "دستورالمعل" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "گزینه‌ی دستورالمعل" + +#: domains/rst.py:225 +msgid "role" +msgstr "نقش" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "توضیح تکراری از %s %s، مورد دیگر در %s قرار دارد" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (توابع درونی)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s متد)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s (کلاس)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (متغیّر عمومی یا مقدار ثابت)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s مشخصه)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "نشانوندها" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "ایجاد" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "بازگشت ها" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "نوع برگشتی" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (ماژول)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "تابع" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "متد" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "کلاس" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "داده" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "مشخّصه" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "ماژول" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "توضیح %s تکراری از %s، مورد دیگر%s در %s قرار دارد" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "تغییر داده شده در نسخه %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "منسوخ شده از نسخه %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "نقل‌قول %s تکراری، مورد دیگر در %s قرار دارد" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "نقل [%s] قول ارجاع داده نشده." + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "بر چسب معادله ی %s تکرار است، مورد دیگر در %s قرار دارد" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "قالب مرجع معادله‌‌ی ریاضی (math_eqref_format) نامعتبر: %r" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "پیکربندی جدید" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "پیکربندی تغییر داده شد" + +#: environment/__init__.py:88 +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 "شاخه ی منبع تغییر کرد" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "این محیط با سازنده‌ی انتخاب شده سازگار نیست، لطفاً یک خوشه‌ی اسناد دیگری را انتخاب کنید." + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "پویش اسناد %s: %r شکست خورد" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "دامنه ی %r ثبت نشده" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "سند در هیچ درختواره‌ی فهرست مطالبی گنجانده نشده" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "درختواره‌ی فهرست مطالب با ارجاع به خود پیدا شده. نادیده گرفته می‌شود." + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "هشدار" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "درج خودکار رشته‌مستندات را از پیمانه‌ها" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "آزمایش خودکار تکّه‌کدها در قسمت‌های مختلف پیمانه‌ی doctest" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "پیوند بین اسناد Sphinx از پروژه های گوناگون" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "نوشتن مدخل‌های لیست اقدام‌ها (\"todo\")که در ساخت می تواند نشان داده و یا پنهان شوند" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "بررسی برای پوشش اسناد" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "گنجاندن رابطه‌های ریاضی که در قالب PNG یا SVG به نمایش در آمده" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "گنجاندن رابطه‌های ریاضی که MathJax در مرورگر نمایش در آورده" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 +#: cmd/quickstart.py:50 msgid "conditional inclusion of content based on config values" msgstr "گنجاندن شرطی محتوا بر اساس مقادیر پیکربندی" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 +#: cmd/quickstart.py:51 msgid "include links to the source code of documented Python objects" msgstr "گنجاندن ویندهای کد منبع اشیاء مستند شده‌ی پایتون" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 +#: cmd/quickstart.py:52 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "ساخت پرونده‌ی nojekyll برای انتشار سند در صفحات گیت-هاب" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "لطفاً نام مسیر معتبری را وارد کنید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "لطفاً متنی وارد کنید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "لطفاً یکی از %s وارد کنید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "لطفاً یا y و یا n وارد کنید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "لطفاً یک پسوند را وارد کنید، مثل: '.rst' یا '.txt'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "به ابزار شروع سریع اسفینکس %s خوش آمدید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 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‌را فشار دهید)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "مسیر برگزیده‌ی ریشه‌ی مستندات: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "مسیر ریشه‌ی مستندات را وارد کنید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "مسیر ریشه‌ی مستندات" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "خطا: در مسیر ریشه‌ی انتخاب شده‌، پرونده‌ی conf.pyی دیگری یپدا شد." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "ابراز شروع سریع اسفینکس روی پروژه‌های از قبل موجود اسفینکس بازنویسی نمی‌کند." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "لطفاً یک مسیر ریشه‌ی جدید وارد کنید (یا برای خروج Enter‌ را بزنید)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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) جدا کنید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "شاخه‌های منبع و ساخت از یکدیگر جدا شوند؟(y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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شما می‌توانید پیشوند دیگری (مانند «.») برای جایگزینی نویسه‌ی خط به کار ببرید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "برای شاخه‌های قالب‌ها (templates) و ثابت‌ها (static) نویسه‌ی پیشوندی را بنویسید" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "نام پروژه در چندین جا در سند ساخته شده به کار می‌رود." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "نام پروژه" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "نام نویسنده (ها)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -727,15 +1002,15 @@ msgid "" "just set both to the same value." msgstr "اسفینکس نظریّه‌ای برای یک «نسخه» و یک «نگارش» برای نرم افزار دارد.\nهر نسخه‌ای می تواند چندید نگارش داشته باشد.\n مثلاً برای پایتون نسخه‌ چیزی شبیه به ۲/۵ یا ۳/۰ است،\n در حالی که انتشار چیزیست شبیه به ۲/۵/۱ یا ۳/۰a۱ \n.\nاگر شما نیازی به این ساختار دوگانه ندارید، هر دو را یکی تعیین کنید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "نسخه انتشار پروژه" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "انتشار پروژه" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -745,21 +1020,21 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "زبان پروژه" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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فقط پرونده‌هایی بای این پسوند به عنوان اسناد در نظر گرفته می‌شوند." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "پسوند پرونده‌ی منبع" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -767,93 +1042,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "یک سند از آن جهت خاص است که به عنوان بست بالایی «درختواره‌ی محتوا» در نظر گرفته می‌شود.\nیعنی، این سند ریشه‌ی ساختار سلسله مراتبی اسناد است.\nمعمولاً سند این کار «نمایه» است، ولی اگر سند «نمایه‌»‌ی شما قالب سفارشی است؛ می توانید آن را به نام دیگری تغییر دهید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "نام سند اصلی شما (بدون پسوند)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "خطا: پرونده‌ی اصلی %s از قبل در مسیر ریشه‌ی برگزیده بوده‌است." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "ابراز شروع سریع اسفینکس روی پرونده‌های از قبل موجود بازنویسی نمی‌کند." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "لطفاُ یک نام جدید وارد کنید، یا نام پرونده‌ی موجود را تغییر دهید و Enter‌ را فشار دهید" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "مشخّص کنید کدام یک از این افزونه‌های اسفینکس باید فعّال باشد:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "یادداشت: ابزارهای‌ imgmath و mathjax نمی‌توانند در یک زمان فعّال باشند. انتخاب imgmath لغو شد." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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' را به جای فراخوان مستقیم ابزار ساخت اسفینکس اجرا کنید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "آیا پرونده‌ی‌ make ایجاد شود؟ (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "آیا پرونده‌ی خط فرمان ویندوز ساخته شود؟ (y/n)ٍ" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "ایجاد پرونده‌ی %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "پرونده‌ی %s در حال حاضر وجود دارد، رد شدن." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "پایان یافت: ساختار آغازین شاخه ایجاد شد." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "شما باید حالا دیگر پرونده‌ی اصلی‌تان %s را جمع آوری کنید\n و بقیّه‌ی پرونده‌های منبع مستندات را ایجاد کنید. " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "از Makefile برای ساختن مستندات استفاده کنید، مانند این:\n make builder" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "که در آن سازنده یکی از سازنده‌های پشتیبانی شده است، مانند html, latex و یا linkcheck." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -863,208 +1136,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nتولید پرونده‌های مورد نیاز برای یک پروژه‌ی اسفینکس\n\nابزار شروع سریع اسفینکس ابزاری تعاملی است که شماری سؤال درباره‌ی پروژه‌یتان از شما می پرسد\nو سپس یک شاخه‌ی کامل مستندات و پرونده ساخت Makefile را برای استفاده به همراه ابزار ساخت اسفینکس تولید می‌کند.\n" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "برای اطّلاعات بیشتر به بروید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "حالت سکوت" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "ریشه‌ی پروژه" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "گزینه‌های ساختار" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "در صورتی مشخّص شدن، شاخه‌های منبع و ساخت از یکدیگر جدا می‌شوند" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "در صورت مشخّص بودن، شاخه‌ی build (ساخت) را درون شاخه‌ی منبع بساز" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "جایگزینی نقطه در _templates (قالب‌ها) و ... ." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "گزینه‌های اساسی پروژه" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "نام پروژه" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "نام نویسندگان" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "نسخه انتشار پروژه" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "انتشار پروژه" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "زبان سند" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "پسوند پرونده‌ی منبع" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "نام سند اصلی" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "استفاده epub" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "گزینه‌های افزونه" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "فعّال‌سازی %s افزونه" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "فعّال‌سازی افزونه‌های اختیاری" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "ایجاد Makefile و Batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "ایجاد پرونده‌ی سازنده (makefile)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "پرونده‌ی سازنده (makefile) را ایجاد نکن" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "ایجاد Batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "batchfile را ایجاد نکن" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "اسفتاده از حالت ایجاد برای پرونده‌های Makefile/make.bat" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "قالب سازی پروژه" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "شاخه‌ی قالب شامل پرونده‌های قالب" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "تعریف متغیّر قالب" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "حالت «ساکت» تعیین شده، ولی یکی از موارد «پروژه» یا «نویسنده» مشخّص نشده." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "خطا: مسیر مشخّص شده پوشه نیست، یا از قبل پرونده‌های اسفینکس وجود داشته‌اند." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "ابزار شروع سریع اسفینکس فقط یک پوشه‌ی خالی درست می کند. لطفاً یک مسیر ریشه‌ی جدید مشخّص کنید." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "متغیرهای نامعتبرقالب؛ %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "در حین ساخت ایرادی رخ داد، شروع اشکال زدا:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "قطع شد!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "خطای نشانه‌گذاری متن بازساختمند (reST)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "خطای کدگذاری نویسه:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "اگر می‌‌خواهید مشکل را به توسعه‌دهندگان گزارش دهید، ردیابی کامل خطا در %s ذخیره شده است." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "خطای بازگشتی:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 زیاد کنید، مثلاً با:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "ایراد رخ داد:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "لطفاً اگر این مورد خطای کاربر بوده، آن را گزارش دهید تا برای بارهای بعدی پیام خطای بهتری بتواند ارائه شود." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "گزارش اشکال می تواند در ردیاب در مسیر ثبت شود. با سپاس!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "شماره‌ی کار باید یک عدد مثبت باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1083,805 +1343,893 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "مسیر پرونده‌های مستندات" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "مسیری برای شاخه‌ی برون داد" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "گزینه‌های کلی" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "نوشتن همه‌ی پرونده‌ها (پیش‌گزیده: فقط پرونده‌های جدید نو تغییر یافته را بنویس)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "از محیط ذخیره شده استفاده نکن، همیشه همه پرونده ها را بخوان" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "نادیده گرفتن تنظیماتی در پرونده‌ی پیکره‌بندی" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "مقداری را به قالب‌های HTML بدهید" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "تعریف برچسب: «فقط» تکّه‌های با برچسب گنجانده شود" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "گزنیه‌های برون‌داد میز فرمان" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "افزایش ارائه‌ی جزئیّات (می تواند تکرار شود)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "بدون برون‌داد در درگاه خروجی استاندارد(stdout)، فقط هشدارها در درگاه استاندارد خطاها (stderr)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "بدون هیچ برون‌داد، حتّی بدون هشدار" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "خروجی رنگ شده منتشر شود (پیش‌فرض: تشخیص خودکار)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "خروجی رنگ شده منتشر نشود (پیش‌فرض: تشخیص خودکار)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "نوشتن هشدارها (و خطاها) در پرونده‌ی داده شده" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "تغییر هشدارها به خطاها" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "نمایش گزارش کامل ردیابی ایراد" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "ایراد در اجرای Pdb" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "نمی توان گزینه‌ی -a را با نام پرونده‌ها ترکیب کرد" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "امکان باز کردن پرونده هشدار نبود %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "نشانوند گزینه‌ی D- می‌بایست در قالب نام=مقدار (name=value) باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "نشانوند گزینه‌ی A- می‌بایست در قالب نام=مقدار (name=value) باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "ارجاعات پانویس ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "سازنده‌ی بدلی هیچ پرونده‌ای تولید نمی کند." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "ارجاعات ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "به دنبال هر یک از خطاهای بالا در یا در برون‌داد و یا در %(outdir)s/output.txt بگردید" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "ارجاعات نقل قول ادبی ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "پیوند خراب: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "ارجاعات اصطلاحی ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "مهار '%s' پیدا نشد" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "شکست در گردآوری عبارات باقاعده در linkcheck_allowed_redirects: %r %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "صفحه HTML در %(outdir)s است." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "سر جمع کرد تک سند" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "در حال نوشتن" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "نوشتن پرونده‌های اضافی" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "نمایه‌ای بر پایه‌ی ۴ ستون پیدا شد. شاید یک اشکال برنامه‌نویسی از افزونه‌هایی که استفاده می‌کنید باشد: %r" +msgid "The manual pages are in %(outdir)s." +msgstr "صفحات راهنما در %(outdir)s است." + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "هیچ مقداری برای تنظیمات «صفحات راهنما» ا نشد؛ بنابراین هیچ صفحه‌ی راهنمایی نوشته نخواهد شد" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "پانویس [%s] ارجاع داده نشده است." +msgid "\"man_pages\" config value references unknown document %s" +msgstr "پیکربندی مقدارهای «صفحات راهنما» به سند ناشناخته‌ای ارجاع می‌دهند %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "پانویس [#] ارجاع داده نشده است." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "پرونده‌ی متنی در پوشه‌ی %(outdir)s است." -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "error writing file %s: %s" +msgstr "خطای نوشتن پرونده: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/xml.py:38 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "The XML files are in %(outdir)s." +msgstr "پرونده‌ی XML در پوشه‌ی %(outdir)s است." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/xml.py:110 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "پرونده‌های شبه XML در پوشه‌ی %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "پرونده‌ی اطّلاعات متن در پوشه‌ی %(outdir)s است." + +#: builders/texinfo.py:49 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nدر آن شاخه فرمان 'make' را اجرا کنید تا این‌ها رh با makeinfo اجرا کند\n(برای انجام خودکار `make info' را به کار ببرید)." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "هیچ تنظیماتی برای «صفحات راهنما» پیدا نشد؛ بنابراین هیچ صفحه‌ی راهنمایی نوشته نخواهد شد" + +#: builders/texinfo.py:90 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "درختواره‌ی فهرست مطالب شامل ارجاع به پرونده ناموجود %r است" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "مقدار پیکربندی اطّلاعات متن سندها (texinfo_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "ایراد در هنگام ارزیابی تنها عبارت دستور العمل: %s" +msgid "processing %s" +msgstr "در حال پردازش %s" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "حل ارجاع‌ها..." + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (در " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "در حال رونوشت از تصاویر... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "cannot copy image file %r: %s" +msgstr "نمی تواند پرونده‌ی تصویر %r: %s را کپی کند" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "رونوشت از پرونده‌های با پشتیبانی اطلاعات متن" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "خطای نوشتن پرونده‌ی ساخت (Makefile) : %s" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "سیاهه‌های پیام‌ها در %(outdir)s است." + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "ساخت [%s]: " + +#: builders/gettext.py:252 +#, 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 "نوشتن سیاهه‌های پیام... " + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s (%s)" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "ساخت پرونده‌ی [mo]: " + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "نوشتن برون‌داد... " + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "همه‌ی پرونده‌های %d po" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "اهداف برای %d پرونده‌های poی که مشخّص شده" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "مقصد‌های %d پرونده‌های poی هستند که منسوخ شده‌اند" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "همه‌ی پرونده‌های منبع" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:313 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"file %r given on command line is not under the source directory, ignoring" +msgstr "پرونده‌ی %r که در خط فرمان داده شده، در شاخه‌ی منبع نیست, نادیده گرفته می‌شود" + +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:339 #, python-format -msgid "reading error: %s, %s" -msgstr "خطای خواندن: %s, %s" +msgid "%d source files given on command line" +msgstr "پرونده‌های منبع %d داده شده در خط فرمان" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "مقصد‌های %d پرونده‌های منبعی هستند که منسوخ شده‌اند" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "در پی پرونده‌هایی که الآن منسوخ هستند... " + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "%d تا مورد پیدا شد" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "چیزی پیدا نشد" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "بارگذاری محیط pickle شده" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "بررسی ثبات" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "هیچ مقدار تاریخ منسوخ نیست." + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "به روز رسانی محیط: " + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s اضافه شد، %s تغییر کرد، %s حذف شد" + +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:516 #, python-format -msgid "writing error: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:527 #, python-format -msgid "locale_dir %s does not exist" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:534 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "قالب تاریخ ناشناخته. اگر می‌خواهید از رشته‌متن مستقیماً خروجی بگیرید، آن را با نقل قول رشته‌متنی محصور کنید: %s" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "نام نقش یا دستورالعمل ناشناخته: %s:%s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "خواندن منبع‌ها... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:686 #, python-format -msgid "unknown node type: %r" -msgstr "بست از نوع ناشناخته: %r" +msgid "docnames to write: %s" +msgstr "نام مستندات برای نوشتن: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "نقش پیش‌فرض %s یافت نشد" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "آماده سازی اسناد" + +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "نویسه‌ی منبع غیرقابل رمزگشایی، جایگزین با «؟» : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "رد شدن و نادیده انگاشتن" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "شکست خورد" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "دقت" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "ملاحظه" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "خطر" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "پرونده‌ی ePub در پوشه‌ی %(outdir)s است." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "خطا" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "نوشتن پرونده‌ی nav.xhtml..." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "راهنمایی" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "مقدار پیکربندی زبان پرونده epub (\"epub_language\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "مهم" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "مقدار پیکربندی شناسه‌ی یکتای انتشار الکترونیکی (\"epub_uid\") باید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) یک XML NAME باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "توجه" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "مقدار پیکربندی عنوان (\"html_title\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "همچنین ملاحظه نمائید" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی مؤلّف (\"epub_author\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "نکته" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی حامی (\"epub_contributor\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "هشدار" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی توضیحات (\"epub_description\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "پیکربندی جدید" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی ناشر (\"epub_publisher\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "پیکربندی تغییر داده شد" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "مقدار پیکربندی حق انتشار (\"epub_copyright\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "افزونه‌ها تغییر کردند" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی شناسه (\"epub_identifier\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "نسخه‌ی محیط ساخت به‌روز نیست" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "مقدار پیکربندی ویراست (\"version\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "شاخه ی منبع تغییر کرد" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "پرونده‌ی css نامعتبر%r: نادیده گرفته می‌شود" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "این محیط با سازنده‌ی انتخاب شده سازگار نیست، لطفاً یک خوشه‌ی اسناد دیگری را انتخاب کنید." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "عنوان تکراری در فهرست مطالب پیدا شد:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "پویش اسناد %s: %r شکست خورد" +msgid "cannot read image file %r: copying it instead" +msgstr "امکان خواندن پرونده‌ی تصویری %r نبود: در عوض کپی می‌شود" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" -msgstr "دامنه ی %r ثبت نشده" +msgid "cannot write image file %r: %s" +msgstr "نمی تواند پرونده‌ی تصویری %r: %s را بنویسد" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "سند در هیچ درختواره‌ی فهرست مطالبی گنجانده نشده" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "Pillow پیدا نشد- رونوشت برداشتن از پرونده‌های تصویری" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "درختواره‌ی فهرست مطالب با ارجاع به خود پیدا شده. نادیده گرفته می‌شود." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "نوشتن پرونده‌های نوع رسانه..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "نقل‌قول %s تکراری، مورد دیگر در %s قرار دارد" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "نوشتن پرونده META-INF/container.xml..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "نقل [%s] قول ارجاع داده نشده." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "نوشتن پرونده‌ی content.opf..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (توابع درونی)" +msgid "unknown mimetype for %s, ignoring" +msgstr "نوع رسانه‌ی ناشناخته %s، نادیده گرفته شد" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s متد)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "نوشتن پرونده‌ی خلاصه toc.ncx..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s (کلاس)" +msgid "writing %s file..." +msgstr "نوشتن پرونده‌ی %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (متغیّر عمومی یا مقدار ثابت)" +msgid "The overview file is in %(outdir)s." +msgstr "پرونده‌ی بازبینی در پوشه‌ی %(outdir)s است." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s مشخصه)" +msgid "no changes in version %s." +msgstr "بدون تغییرات در نسخه‌ی %s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "نشانوندها" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "نوشتن پرونده‌ی خلاصه..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "ایجاد" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "درونی سازی" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "بازگشت ها" +#: builders/changes.py:79 +msgid "Module level" +msgstr "در سطح ماژول" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "نوع برگشتی" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "رونوشت از پرونده‌های مبدأ..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (ماژول)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "تابع" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "متد" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "کلاس" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "داده" +msgid "could not read %r for changelog creation" +msgstr "نمی‌توان %r را برای ایجاد گزارش تغییرات خواند" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "مشخّصه" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "نقش پیش‌فرض %s یافت نشد" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -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." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/osutil.py:130 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "توضیح %s تکراری از %s، مورد دیگر%s در %s قرار دارد" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/nodes.py:419 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "بر چسب معادله ی %s تکرار است، مورد دیگر در %s قرار دارد" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:487 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "قالب مرجع معادله‌‌ی ریاضی (math_eqref_format) نامعتبر: %r" +msgid "toctree contains ref to nonexisting file %r" +msgstr "درختواره‌ی فهرست مطالب شامل ارجاع به پرونده ناموجود %r است" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:701 #, python-format -msgid "Added in version %s" -msgstr "" +msgid "exception while evaluating only directive expression: %s" +msgstr "ایراد در هنگام ارزیابی تنها عبارت دستور العمل: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/fileutil.py:76 #, python-format -msgid "Changed in version %s" -msgstr "تغییر داده شده در نسخه %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:91 #, python-format -msgid "Deprecated since version %s" -msgstr "منسوخ شده از نسخه %s" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/inventory.py:170 #, python-format -msgid "Removed in version %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:185 #, python-format -msgid "%s (directive)" -msgstr "%s (دستورالمعل)" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/docutils.py:283 #, python-format -msgid ":%s: (directive option)" -msgstr "%s (گزینه‌ی دستورالمعل)" +msgid "unknown directive or role name: %s:%s" +msgstr "نام نقش یا دستورالعمل ناشناخته: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:746 #, python-format -msgid "%s (role)" -msgstr "%s (نقش)" +msgid "unknown node type: %r" +msgstr "بست از نوع ناشناخته: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "دستورالمعل" +#: util/display.py:83 +msgid "skipped" +msgstr "رد شدن و نادیده انگاشتن" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "گزینه‌ی دستورالمعل" +#: util/display.py:88 +msgid "failed" +msgstr "شکست خورد" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "نقش" +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" +msgstr "خطای خواندن: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:112 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "توضیح تکراری از %s %s، مورد دیگر در %s قرار دارد" +msgid "writing error: %s, %s" +msgstr "خطای نوشتن: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:141 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[منبع]" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "قالب تاریخ ناشناخته. اگر می‌خواهید از رشته‌متن مستقیماً خروجی بگیرید، آن را با نقل قول رشته‌متنی محصور کنید: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -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." +msgstr "گزینه‌ی \":file:\" برای دستورالمعل جدول داده‌های جداشده با کاما (csv-table) حالا دیگر مسیر ثابت را یک مسیر نسبی از شاخه‌ی منبع در نظر می گیرد. لطفاُ سندتان را به روز رسانی کنید." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[مستندات]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "غیرفاصله‌ در فرآیند حذف فاصله‌ از ابتدای سطر حذف شد" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "کد ماژول" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "برچسب نامعتبر:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" -msgstr "

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

" +msgid "line number spec is out of range(1-%d): %r" +msgstr "شماره‌ی سطر مشخّص شده خارج از بازه‌ی (1-%d) است: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "بررسی اجمالی: کد ماژول" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "امکان استفاده از هر دوی %sو%s نیست" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "پرونده‌ی گنجانده شده %r یا پیدا نشد و یا خواندن آن شکست خورد" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "در دست انجام" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "کدگذاری %r که باری خواندن پرونده‌ی گنجانده شده‌ی %r اسفتاده شده به نظر می رسد اشتباه باشد، استفاده از گزینه‌ی کدگذاری ( :encoding:) را امتحان کنید" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" -msgstr "مدخل فهرست اقدام پیدا شد: %s" +msgid "Object named %r not found in include file %r" +msgstr "شیئ با نام %r در پرونده‌ی %r پیدا نشد" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "امکان استفاده‌ی گزینه‌ی «هم‌خوان شماره‌ی سطر» (lineno-match) با مجموعه‌ی سطرهای گسیخته وجود ندارد" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "( در%s و سطر %d جای گرفته است.)" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "سطر مشخّص شده %r: هیچ سطری از پرونده‌ی گنجانده شده %r بیرون کشیده نشده" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "مدخل اصلی" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "Would create file %s." -msgstr "پرونده‌ی %s را می سازد." +msgid "toctree contains reference to excluded document %r" +msgstr "درختواره‌ی فهرست مطالب ارجاعی به سند کنار گذاشته شده %r را دارد" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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توجّه: به صورت پیش فرض این اسکریپت روی پرونده‌های از پیش ساخته شده دوباره نویسی نمی‌کند." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "فهرست مطالب شامل ارجاع به سند ناموجود %r است" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "مسیر پیمانه به سند" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "الگوها‌ی به سبک fnmatch در پرونده و یا شاخه برای کنار گذاشتن از تولید" +#: directives/other.py:204 +msgid "Section author: " +msgstr "نویسنده این بخش: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "پوشه‌ای برای قرار دادن همه‌ی برون دادها" +#: directives/other.py:206 +msgid "Module author: " +msgstr "نویسنده این ماژول: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "نهایت عمق زیر پیمانه‌ها برای نشان دادن در فهرست مطالب (پیش‌گزیده: ۴)" +#: directives/other.py:208 +msgid "Code author: " +msgstr "نویسنده ی کد: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "بازنویسی پرونده‌های موجود" +#: directives/other.py:210 +msgid "Author: " +msgstr "نویسنده: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "ردگیری پیوند نمادین. وقتی با collective.recipe.omelette ترکیب می‌شود توانمند است." +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "اجرای اسکریپت بدون ساخت پرونده" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "قرار دادن مستندات هر پیمانه در صفحه‌ی خودش" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "در برداشتن پیمانه‌های «خصوصی»(_private)" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "نام پرونده فهرست مطالب (پیش‌گزیده: پیمانه‌ها)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "پرونده‌ی فهرست مطالب را ایجاد نکن" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "برای بسته‌ها و پیمانه‌ها سربرگ نساز (مثلاً وقتی رشته‌متن‌های مستندات از قبل آن‌ها را داشته باشند)" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "قرار دادن مستندات پیمانه پیش از مستندات پیمانه‌ی زیرمجموعه‌‌اش" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "تفسیر مسیرهای پیمانه بر اساس ویژگی‌های ضمنی فضای نام‌ها در PEP -0420" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "پسوند پرونده ( پیش فرض: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "تولید یک پروژه‌ی کامل با ابزار شروع سریع اسفینکس" +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "پیوست مسیر پیمانه (module_path) به مسیر سیستم (sys.path)، هنگامی به کار می‌رود که گزینه‌ی full-- داده شود" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "نام پروژه (پیش‌گزیده: نام پیمانه‌ی ریشه)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "نویسنده(های) پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "نسخه‌ی پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "نگارش پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود، پیش‌گزیده همان شماره‌ی نسخه (--doc-version) است" +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "گزینه های افزونه" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "%s شاخه نیست." +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "دستورالعمل Graphviz نمی تواند هم نشانوند محتوا را داشته باشد و هم نام پرونده" +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "پرونده گنجانده شده‌ی خارجی Graphviz %r یا پیدا نشد و یا خواندنش با شکست رو به رو شد" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "نادیده گرفتن دستورالعمل «graphviz» بدون محتوا." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "نمایه‌ای بر پایه‌ی ۴ ستون پیدا شد. شاید یک اشکال برنامه‌نویسی از افزونه‌هایی که استفاده می‌کنید باشد: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: transforms/__init__.py:313 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Footnote [%s] is not referenced." +msgstr "پانویس [%s] ارجاع داده نشده است." + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "فرمان dot %r نمی‌تواند اجرا شود (زیرا نیازمند برون‌داد graphviz است)، تنظیمات graphviz_dot را بررسی کنید" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "پانویس [#] ارجاع داده نشده است." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot با خطایی از کار افتاد:\n[stderr]\n%r\n[stdout]\n%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "ارجاعات پانویس ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "قالب خروجی graphviz باید یکی از قالب های 'png' یا 'svg' باشد ولی %r است" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "ارجاعات ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "کد دات: %r: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "ارجاعات نقل قول ادبی ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[گراف:%s]" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "ارجاعات اصطلاحی ناهناهنگ در پیام‌های ترجمه شده. اصلی:{0}، ترجمه شده:{1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[گراف:]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[منبع]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1889,8 +2237,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1900,1897 +2247,1558 @@ msgid "" "%r" msgstr "تبدیل با خطایی از کار افتاد:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "فرمان تبدیل %r را نمی توان اجرا کرد، تنظیمات image_converter را بررسی کنید" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== کند ترین زمان خواندن =======================" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "فاقد «+» یا «-» در گزینه‌ی '%s'." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "\"%s\" یک گزینه‌ی معتبر نیست." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' یک گزینه‌ی معتبر نسخه‌ی پایتون (pyversion) نیست" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "برجسته کردن کد پیمانه... " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "نوع TestCode نامعتبر" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[مستندات]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "آزمایش مستندات منابع به پایان رسید، به نتایج در %(outdir)s/output.txt نگاهی بیاندازید." +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "کد ماژول" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "بدون کد/خروجی در تکّه‌ی %s در %s:%s" +msgid "

Source code for %s

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "نادیده گرفتن کد پیمانه‌ی doctest : %r" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "بررسی اجمالی: کد ماژول" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "عبارت باقاعده‌ی نامعتبر %r در %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "امکان وارد کردن پیمانه‎ی %s نبود: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "آزمودن پوشش منابع پایان یافت، به نتایج در %(outdir)spython.txt نگاهی بیاندازید." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "عبارات باقاعده‌ی نامعتبر %r در پوشش عبارت باقاعده‌ی زبان سی (coverage_c_regexes)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "رابط برنامه‌نویسی مستند نشده‌ی C: %s [%s] در پرونده‌ی %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "تابع پایتونی بدون مستندات: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "کلاس مستندسازی نشده‌ی پایتون: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "شگرد مستندسازی نشده‌ی پایتون: %s :: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "فرمان لتکس %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_latex را بررسی کنید" +#: ext/todo.py:71 +msgid "Todo" +msgstr "در دست انجام" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:104 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%sفرمان %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_%s را بررسی کنید" +msgid "TODO entry found: %s" +msgstr "مدخل فهرست اقدام پیدا شد: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "نمایش لتکس: %r: %s" +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/todo.py:165 #, python-format -msgid "inline latex %r: %s" -msgstr "لتکس بین سطری: %r: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "( در%s و سطر %d جای گرفته است.)" + +#: ext/todo.py:175 +msgid "original entry" +msgstr "مدخل اصلی" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: ext/extlinks.py:82 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/doctest.py:115 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "بر چسب تکراری %s، مورد دیگر در %s قرار دارد" +msgid "missing '+' or '-' in '%s' option." +msgstr "فاقد «+» یا «-» در گزینه‌ی '%s'." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:120 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "قسمت‌بندی رده‌بالای %r ناشناخته برای کلاس %r" +msgid "'%s' is not a valid option." +msgstr "\"%s\" یک گزینه‌ی معتبر نیست." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:134 #, python-format -msgid "no Babel option known for language %r" -msgstr "بدون گزینه‌ی Babel شناخته شده برای زبان %r" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' یک گزینه‌ی معتبر نسخه‌ی پایتون (pyversion) نیست" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "مقدار بسیار بزرگ :maxdepth:، نادیده گرفته شد." +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "نوع TestCode نامعتبر" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:281 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "عنوان سند یک بست متنی نیست" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "به بست عنوانی برخورد که در قسمت، موضوع، جدول، اندرز یا نوارکناری نبود" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "آزمایش مستندات منابع به پایان رسید، به نتایج در %(outdir)s/output.txt نگاهی بیاندازید." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "پانویس ها" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "بدون کد/خروجی در تکّه‌ی %s در %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/doctest.py:522 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "ignoring invalid doctest code: %r" +msgstr "نادیده گرفتن کد پیمانه‌ی doctest : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "هر دو مقدار tabularcolumns و :widths: داده شده، بنابراین :widths: حذف می شود." +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "دستورالعمل Graphviz نمی تواند هم نشانوند محتوا را داشته باشد و هم نام پرونده" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/graphviz.py:145 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "ابعاد واحد %sنامعتبر است و نادیده گرفته شد." +msgid "External Graphviz file %r not found or reading it failed" +msgstr "پرونده گنجانده شده‌ی خارجی Graphviz %r یا پیدا نشد و یا خواندنش با شکست رو به رو شد" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "نادیده گرفتن دستورالعمل «graphviz» بدون محتوا." + +#: ext/graphviz.py:268 #, python-format -msgid "unknown index entry type %s found" -msgstr "نوع ناشناخته مدخل نمایه%s پیدا شد" +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:303 #, python-format -msgid "[image: %s]" -msgstr "[تصویر%s]" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "فرمان dot %r نمی‌تواند اجرا شود (زیرا نیازمند برون‌داد graphviz است)، تنظیمات graphviz_dot را بررسی کنید" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[تصویر]" +#: ext/graphviz.py:310 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "" +#: ext/graphviz.py:313 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:329 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "قالب عدد شکل برای %s تعریف نشده" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "قالب خروجی graphviz باید یکی از قالب های 'png' یا 'svg' باشد ولی %r است" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "هر کدام از شناسه‌هایی که به بست %s اختصاص داده نشده" +msgid "dot code %r: %s" +msgstr "کد دات: %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[گراف:%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[گراف:]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." +msgstr "پرونده‌ی %s را می سازد." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -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توجّه: به صورت پیش فرض این اسکریپت روی پرونده‌های از پیش ساخته شده دوباره نویسی نمی‌کند." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "مسیر پیمانه به سند" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "امکان دست یابی به اندازه‌ی عکس نبود. گزینه‌ی تغییر اندازه :scale: نادیده گرفته می‌شود." +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "الگوها‌ی به سبک fnmatch در پرونده و یا شاخه برای کنار گذاشتن از تولید" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "فهرست" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "پوشه‌ای برای قرار دادن همه‌ی برون دادها" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "عنوان درون شکل نیست." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "نهایت عمق زیر پیمانه‌ها برای نشان دادن در فهرست مطالب (پیش‌گزیده: ۴)" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" -msgstr "بست به کار نرفته: %r" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "بازنویسی پرونده‌های موجود" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "ردگیری پیوند نمادین. وقتی با collective.recipe.omelette ترکیب می‌شود توانمند است." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "اجرای اسکریپت بدون ساخت پرونده" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr "" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "قرار دادن مستندات هر پیمانه در صفحه‌ی خودش" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "در برداشتن پیمانه‌های «خصوصی»(_private)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "نام پرونده فهرست مطالب (پیش‌گزیده: پیمانه‌ها)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "پرونده‌ی فهرست مطالب را ایجاد نکن" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:481 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "برای بسته‌ها و پیمانه‌ها سربرگ نساز (مثلاً وقتی رشته‌متن‌های مستندات از قبل آن‌ها را داشته باشند)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "قرار دادن مستندات پیمانه پیش از مستندات پیمانه‌ی زیرمجموعه‌‌اش" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "تفسیر مسیرهای پیمانه بر اساس ویژگی‌های ضمنی فضای نام‌ها در PEP -0420" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "پسوند پرونده ( پیش فرض: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "تولید یک پروژه‌ی کامل با ابزار شروع سریع اسفینکس" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "پیوست مسیر پیمانه (module_path) به مسیر سیستم (sys.path)، هنگامی به کار می‌رود که گزینه‌ی full-- داده شود" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "نام پروژه (پیش‌گزیده: نام پیمانه‌ی ریشه)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "نویسنده(های) پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "عنوان تکراری در فهرست مطالب پیدا شد:%s" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "نسخه‌ی پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "در حال رونوشت از تصاویر... " +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "نگارش پروژه، وقتی که گزینه‌ی --full داده شده باشد استفاده می شود، پیش‌گزیده همان شماره‌ی نسخه (--doc-version) است" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "امکان خواندن پرونده‌ی تصویری %r نبود: در عوض کپی می‌شود" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "گزینه های افزونه" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/apidoc.py:638 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "نمی تواند پرونده‌ی تصویر %r: %s را کپی کند" +msgid "%s is not a directory." +msgstr "%s شاخه نیست." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "cannot write image file %r: %s" -msgstr "نمی تواند پرونده‌ی تصویری %r: %s را بنویسد" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "Pillow پیدا نشد- رونوشت برداشتن از پرونده‌های تصویری" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "نوشتن پرونده‌های نوع رسانه..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." -msgstr "نوشتن پرونده META-INF/container.xml..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." -msgstr "نوشتن پرونده‌ی content.opf..." +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/autosectionlabel.py:48 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "نوع رسانه‌ی ناشناخته %s، نادیده گرفته شد" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." -msgstr "نوشتن پرونده‌ی خلاصه toc.ncx..." +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "writing %s file..." -msgstr "نوشتن پرونده‌ی %s..." +msgid "duplicate label %s, other instance in %s" +msgstr "بر چسب تکراری %s، مورد دیگر در %s قرار دارد" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "پرونده‌ی XML در پوشه‌ی %(outdir)s است." +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== کند ترین زمان خواندن =======================" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/imgmath.py:159 #, python-format -msgid "error writing file %s: %s" -msgstr "خطای نوشتن پرونده: %s, %s" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "فرمان لتکس %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_latex را بررسی کنید" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/imgmath.py:174 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "پرونده‌های شبه XML در پوشه‌ی %(outdir)s." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%sفرمان %r را نمی توان اجرا کرد(برای نمایش ریاضی لازم است)، تنظیمات imgmath_%s را بررسی کنید" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/imgmath.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "صفحات راهنما در %(outdir)s است." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "هیچ مقداری برای تنظیمات «صفحات راهنما» ا نشد؛ بنابراین هیچ صفحه‌ی راهنمایی نوشته نخواهد شد" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "در حال نوشتن" +msgid "display latex %r: %s" +msgstr "نمایش لتکس: %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:362 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "پیکربندی مقدارهای «صفحات راهنما» به سند ناشناخته‌ای ارجاع می‌دهند %s" +msgid "inline latex %r: %s" +msgstr "لتکس بین سطری: %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "سازنده‌ی بدلی هیچ پرونده‌ای تولید نمی کند." +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "پانویس ها" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "پرونده‌ی ePub در پوشه‌ی %(outdir)s است." +msgid "[image: %s]" +msgstr "[تصویر%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "نوشتن پرونده‌ی nav.xhtml..." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[تصویر]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "مقدار پیکربندی زبان پرونده epub (\"epub_language\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "مقدار پیکربندی شناسه‌ی یکتای انتشار الکترونیکی (\"epub_uid\") باید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) یک XML NAME باشد" +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "قالب عدد شکل برای %s تعریف نشده" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "مقدار پیکربندی عنوان (\"html_title\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "هر کدام از شناسه‌هایی که به بست %s اختصاص داده نشده" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی مؤلّف (\"epub_author\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی حامی (\"epub_contributor\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی توضیحات (\"epub_description\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی ناشر (\"epub_publisher\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "مقدار پیکربندی حق انتشار (\"epub_copyright\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی شناسه (\"epub_identifier\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "مقدار پیکربندی ویراست (\"version\") نباید برای نسخه‌ی سوم پرونده‌های انتشار الکترونیک(EPUB3) خالی باشد" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "پرونده‌ی css نامعتبر%r: نادیده گرفته می‌شود" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "امکان دست یابی به اندازه‌ی عکس نبود. گزینه‌ی تغییر اندازه :scale: نادیده گرفته می‌شود." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "به دنبال هر یک از خطاهای بالا در یا در برون‌داد و یا در %(outdir)s/output.txt بگردید" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "فهرست" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" -msgstr "پیوند خراب: %s (%s)" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "به بست عنوانی برخورد که در قسمت، موضوع، جدول، اندرز یا نوارکناری نبود" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" -msgstr "مهار '%s' پیدا نشد" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "عنوان درون شکل نیست." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: writers/texinfo.py:1300 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "شکست در گردآوری عبارات باقاعده در linkcheck_allowed_redirects: %r %s" +msgid "unimplemented node type: %r" +msgstr "بست به کار نرفته: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: writers/latex.py:364 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "پرونده‌ی بازبینی در پوشه‌ی %(outdir)s است." +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "قسمت‌بندی رده‌بالای %r ناشناخته برای کلاس %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "no changes in version %s." -msgstr "بدون تغییرات در نسخه‌ی %s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "نوشتن پرونده‌ی خلاصه..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "درونی سازی" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "در سطح ماژول" +msgid "no Babel option known for language %r" +msgstr "بدون گزینه‌ی Babel شناخته شده برای زبان %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "رونوشت از پرونده‌های مبدأ..." +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "مقدار بسیار بزرگ :maxdepth:، نادیده گرفته شد." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: writers/latex.py:593 #, python-format -msgid "could not read %r for changelog creation" -msgstr "نمی‌توان %r را برای ایجاد گزارش تغییرات خواند" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "پرونده‌ی متنی در پوشه‌ی %(outdir)s است." +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "عنوان سند یک بست متنی نیست" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "سیاهه‌های پیام‌ها در %(outdir)s است." +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "هر دو مقدار tabularcolumns و :widths: داده شده، بنابراین :widths: حذف می شود." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: writers/latex.py:1575 #, python-format -msgid "building [%s]: " -msgstr "ساخت [%s]: " +msgid "dimension unit %s is invalid. Ignored." +msgstr "ابعاد واحد %sنامعتبر است و نادیده گرفته شد." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:1931 #, python-format -msgid "targets for %d template files" -msgstr "مقصد‌های قالب پرونده‌های %d" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "خواندن قالب‌ها... " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "نوشتن سیاهه‌های پیام... " +msgid "unknown index entry type %s found" +msgstr "نوع ناشناخته مدخل نمایه%s پیدا شد" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s (%s)" +msgid "environment variable; %s" +msgstr "متغیرهای عمومی؛ %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: domains/std/__init__.py:111 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "تصویر مناسبی برای سازنده‌ی %s پیدا نشد: %s" +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "ساخت پرونده‌ی [mo]: " +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "نوشتن برون‌داد... " +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: domains/std/__init__.py:234 #, python-format -msgid "all of %d po files" -msgstr "همه‌ی پرونده‌های %d po" +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\"" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:305 #, python-format -msgid "targets for %d po files that are specified" -msgstr "اهداف برای %d پرونده‌های poی که مشخّص شده" +msgid "%s command line option" +msgstr "%s گزینه‌ی خط فرمان" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "مقصد‌های %d پرونده‌های poی هستند که منسوخ شده‌اند" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "گزینه خط فرمان" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "همه‌ی پرونده‌های منبع" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "یک خط خالی باید پیش از اصطلاح واژه‌نامه باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "اصطلاحات واژه‌نامه نباید با خطوط خالی از هم جدا شوند" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "پرونده‌ی %r که در خط فرمان داده شده، در شاخه‌ی منبع نیست, نادیده گرفته می‌شود" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "به نظر می رسد واژه‌نامه اشتباه شکل داده شده است، فاصله‌گذاری از ابتدای سطر را بررسی کنید" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "اصطلاح واژه‌نامه" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "پرونده‌های منبع %d داده شده در خط فرمان" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "نشانه ی گرامری" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "مقصد‌های %d پرونده‌های منبعی هستند که منسوخ شده‌اند" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "برچسب ارجاع" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "در پی پرونده‌هایی که الآن منسوخ هستند... " +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "متغیّر عمومی" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "%d تا مورد پیدا شد" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "اختیارات برنامه" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "چیزی پیدا نشد" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "سند" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "بارگذاری محیط pickle شده" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "فهرست ماژول ها" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "بررسی ثبات" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "صفحه جستجو" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "هیچ مقدار تاریخ منسوخ نیست." +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "تکرار توضیح %s از %s، مورد دیگر در%s قرار دارد" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "به روز رسانی محیط: " +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "شماره‌ی شکل غیر فعّال است. گزینه‌ی :numref: نادیده گرفته می‌شود." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:934 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s اضافه شد، %s تغییر کرد، %s حذف شد" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "شکست در ایجاد ارجاع متقابل. هیچ شماره انتساب داده نشده: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "" +msgid "the link has no caption: %s" +msgstr "پیوند هیچ برچسبی ندارد: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:960 #, 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 "invalid numfig_format: %s (%r)" +msgstr "قالب شماره‌ی شکل نامعتبر: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:963 #, 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 "invalid numfig_format: %s" +msgstr "قالب شماره‌ی شکل نامعتبر: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:1194 #, 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 "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "خواندن منبع‌ها... " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:1196 #, python-format -msgid "docnames to write: %s" -msgstr "نام مستندات برای نوشتن: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "آماده سازی اسناد" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "پرونده‌ی اطّلاعات متن در پوشه‌ی %(outdir)s است." - -#: /home/runner/work/sphinx/sphinx/sphinx/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' را به کار ببرید)." +msgid "%s() (in module %s)" +msgstr "%s() (در ماژول %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:169 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "مقدار پیکربندی اطّلاعات متن سندها (texinfo_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" +msgid "%s (built-in variable)" +msgstr "%s (متغیر درونی)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:194 #, python-format -msgid "processing %s" -msgstr "در حال پردازش %s" +msgid "%s (built-in class)" +msgstr "%s (کلاس درونی)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "حل ارجاع‌ها..." +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (کلاس در %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (در " +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s شگرد کلاس)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "رونوشت از پرونده‌های با پشتیبانی اطلاعات متن" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (%s متد استاتیک)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/python/__init__.py:389 #, python-format -msgid "error writing file Makefile: %s" -msgstr "خطای نوشتن پرونده‌ی ساخت (Makefile) : %s" +msgid "%s (%s property)" +msgstr "%s(%sویژگی)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/python/__init__.py:428 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "صفحه HTML در %(outdir)s است." +msgid "%s (type alias in %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "سر جمع کرد تک سند" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "نمایه ی ماژول های پایتون" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "نوشتن پرونده‌های اضافی" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "ماژول ها" -#: /home/runner/work/sphinx/sphinx/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 "گزینه‌ی \":file:\" برای دستورالمعل جدول داده‌های جداشده با کاما (csv-table) حالا دیگر مسیر ثابت را یک مسیر نسبی از شاخه‌ی منبع در نظر می گیرد. لطفاُ سندتان را به روز رسانی کنید." +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "منسوخ شده" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "غیرفاصله‌ در فرآیند حذف فاصله‌ از ابتدای سطر حذف شد" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "ایراد" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "برچسب نامعتبر:%s" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "class method" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "شماره‌ی سطر مشخّص شده خارج از بازه‌ی (1-%d) است: %r" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "متد استاتیک" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "امکان استفاده از هر دوی %sو%s نیست" +#: domains/python/__init__.py:637 +msgid "property" +msgstr "ویژگی" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" -msgstr "پرونده‌ی گنجانده شده %r یا پیدا نشد و یا خواندن آن شکست خورد" +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:698 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "کدگذاری %r که باری خواندن پرونده‌ی گنجانده شده‌ی %r اسفتاده شده به نظر می رسد اشتباه باشد، استفاده از گزینه‌ی کدگذاری ( :encoding:) را امتحان کنید" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/python/__init__.py:817 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "شیئ با نام %r در پرونده‌ی %r پیدا نشد" +msgid "more than one target found for cross-reference %r: %s" +msgstr "برای ارجاع متقابل %r بیش از یک هدف پیدا شد: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "امکان استفاده‌ی گزینه‌ی «هم‌خوان شماره‌ی سطر» (lineno-match) با مجموعه‌ی سطرهای گسیخته وجود ندارد" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (منسوخ)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "سطر مشخّص شده %r: هیچ سطری از پرونده‌ی گنجانده شده %r بیرون کشیده نشده" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "پارامترها" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "متغیر ها" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "درختواره‌ی فهرست مطالب ارجاعی به سند کنار گذاشته شده %r را دارد" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "برانگیختن" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/c/__init__.py:199 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "فهرست مطالب شامل ارجاع به سند ناموجود %r است" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "duplicated entry found in toctree: %s" +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:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "نویسنده این بخش: " +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "عضو" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "نویسنده این ماژول: " +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "متغیّر" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "نویسنده ی کد: " +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "ماکرو" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "نویسنده: " +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "ساختار" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "اجتماع" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "شمارش" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "شمارنده" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "گونه" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "مؤلّفه‌ی تابع" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%d]" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "پارامترهای قالب" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%s]" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "Unknown image format: %s..." -msgstr "قالب تصویر ناشناخته: %s..." - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "امکان تشخیص متن جایگزین برای ارجاع متقابل نبود. شاید یک اشکال برنامه نویسی باشد." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "اعلان ++C تکراری، که در %s:%s هم تعریف شده.\nاعلان '.. cpp:%s:: %s' است." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "برای «هر» ارجاع متقابل بیشتر از یک هفد پیدا شد: %r شاید %s باشد" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "کانسپت" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s مرجع هدف پیدا نشد: %s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "مؤلّفه‌ی قالب" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" -msgstr "مقصد ارجاع %r پیدا نشد %s" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "محتوا ها" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/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 "فهرست عناوین" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "جستجو" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "برو" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "نمایش سورس" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "محتوا ها" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "تا کردن نوار کناره" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: 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 "ایجاد شده باSphinx %(sphinx_version)s." + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "فهرست کامل در یک صفحه" + +#: themes/basic/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 #, python-format msgid "Search %(docstitle)s" msgstr "جستجو %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "جستجو سریع" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "صفحه فعلی" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "بررسی اجمالی" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "خوش آمدید! این" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "مستندات برای" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "آخرین بروزرسانی" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "ایندکس ها و جداول:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "فهرست کامل مطالب" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "فهرست تمامی بخش ها و زیر مجموعه ها" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "صفحه جستجو" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "جستجو در این اسناد" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "فهرست کلی ماژول ها" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "دسترسی سریع به تمامی متدها" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "فهرست کلی" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "تمامی توابع ، کلاس ها ، اصطلاحات" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "فهرست کامل در یک صفحه" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "موضوع قبلی" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "فصل قبلی" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "موضوع بعدی" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "فصل بعدی" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "جستجو سریع" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "لطفاً برای فعّال کردن کارکرد جستجو\nجاوا اسکریپت را فعّال کنید." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "در حال جستجو برای چندین واژه. فقط واژگانی را نشان می‌دهد که شامل این موارد باشد:\n همه‌ی کلمه‌ها." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "جستجو" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "صفحه فعلی" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "فهرست صفحات بر اساس حروف" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "ممکن است سترگ باشد" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "ناوبری" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "جستجو در %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "درباره این مستندات" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "کپی رایت" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "موضوع قبلی" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "فصل قبلی" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "آخرین بروز رسانی در %(last_updated)s ." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "موضوع بعدی" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "ایجاد شده باSphinx %(sphinx_version)s." +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "فصل بعدی" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "گسترش نوار کناره" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "تغییرات کتابخانه ایی" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API تغییرات" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "دگر تغییرات" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "عدم نمایش نتایج یافت شده" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "نتایج جستجو" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "جستجوی شما با هیچ سندی هم خوانی نداشت. لطفاً اطمینان حاصل کنید که همه ی واژه ها املای درستی دارند و دسته بندی های کافی را انتخاب کرده اید." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "در حال جست و جو" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." -msgstr "آماده سازی جست و جو..." - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr "، در " - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "پرونده‌ی تصویر خوانا نیست: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "پرونده‌ی عکس %s خوانا نیست: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "پرونده‌ی دریافت شده خوانا نیست: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "شماره‌ی قسمت‌ها پیش‌تر به %s نسبت داده شده ( آیا درختواره‌ی فهرست مطالب شماره‌گذاری تو در تو دارد؟)" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "دور تسلسل در درختواره‌ی ارجاعات فهرست مطالب تشخیص داده شده، نادیده گرفته می‌شوند: %s <- %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "فهرست مطالب دارای ارجاع به سند %r است که عنوانی ندارد: هیچ پیوندی تولید نخواهد شد" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "%s را ببینید" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "%s را هم ببینید" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "نوع ناشناخته مدخل نمایه %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "نماد ها" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, 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' است." - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "پارامترهای قالب" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "پارامترها" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "اجتماع" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "عضو" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "گونه" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "کانسپت" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "شمارش" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "شمارنده" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "مؤلّفه‌ی تابع" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "مؤلّفه‌ی قالب" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "متغیر ها" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "برانگیختن" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (در ماژول %s)" +msgstr "آماده سازی جست و جو..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (در ماژول %s)" +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr "، در " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: environment/collectors/asset.py:95 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (متغیر درونی)" +msgid "image file not readable: %s" +msgstr "پرونده‌ی تصویر خوانا نیست: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: environment/collectors/asset.py:123 #, python-format -msgid "%s (built-in class)" -msgstr "%s (کلاس درونی)" +msgid "image file %s not readable: %s" +msgstr "پرونده‌ی عکس %s خوانا نیست: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: environment/collectors/asset.py:160 #, python-format -msgid "%s (class in %s)" -msgstr "%s (کلاس در %s)" +msgid "download file not readable: %s" +msgstr "پرونده‌ی دریافت شده خوانا نیست: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: environment/collectors/toctree.py:258 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s شگرد کلاس)" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "شماره‌ی قسمت‌ها پیش‌تر به %s نسبت داده شده ( آیا درختواره‌ی فهرست مطالب شماره‌گذاری تو در تو دارد؟)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: environment/adapters/toctree.py:318 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s متد استاتیک)" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "دور تسلسل در درختواره‌ی ارجاعات فهرست مطالب تشخیص داده شده، نادیده گرفته می‌شوند: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: environment/adapters/toctree.py:342 #, python-format -msgid "%s (%s property)" -msgstr "%s(%sویژگی)" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "فهرست مطالب دارای ارجاع به سند %r است که عنوانی ندارد: هیچ پیوندی تولید نخواهد شد" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: environment/adapters/toctree.py:357 #, python-format -msgid "%s (type alias in %s)" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "نمایه ی ماژول های پایتون" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "ماژول ها" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "منسوخ شده" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "ایراد" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "%s را ببینید" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "class method" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" +msgstr "%s را هم ببینید" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "متد استاتیک" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" +msgstr "نوع ناشناخته مدخل نمایه %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "ویژگی" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "نماد ها" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "برای ارجاع متقابل %r بیش از یک هدف پیدا شد: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (منسوخ)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: builders/html/__init__.py:113 #, python-format -msgid "environment variable; %s" -msgstr "متغیرهای عمومی؛ %s" +msgid "The HTML pages are in %(outdir)s." +msgstr "صفحات HTML در %(outdir)s است." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: builders/html/__init__.py:340 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "شکست در خواندن پرونده‌ی اطّلاعات ساخت: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: builders/html/__init__.py:374 #, 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\"" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" -msgstr "%s گزینه‌ی خط فرمان" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "گزینه خط فرمان" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "یک خط خالی باید پیش از اصطلاح واژه‌نامه باشد" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "فهرست" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "اصطلاحات واژه‌نامه نباید با خطوط خالی از هم جدا شوند" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "به نظر می رسد واژه‌نامه اشتباه شکل داده شده است، فاصله‌گذاری از ابتدای سطر را بررسی کنید" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "بعدی" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "اصطلاح واژه‌نامه" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "قبلی" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "نشانه ی گرامری" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "تولید نمایه‌ها" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "برچسب ارجاع" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "نوشتن صفحات اضافی" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "متغیّر عمومی" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "اختیارات برنامه" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "رونوشت از پرونده‌های قابل دریافت... " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "سند" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "نمی تواند از پرونده‌ی قابل دریافت %r: %s رونوشت بگیرد" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "فهرست ماژول ها" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:861 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "تکرار توضیح %s از %s، مورد دیگر در%s قرار دارد" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "شکست در رونوشت یک پرونده‌ی به html_static_file: %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "شماره‌ی شکل غیر فعّال است. گزینه‌ی :numref: نادیده گرفته می‌شود." +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "رونوشت از پرونده‌های ثابت" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:912 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "شکست در ایجاد ارجاع متقابل. هیچ شماره انتساب داده نشده: %s" +msgid "cannot copy static file %r" +msgstr "نمی تواند از پرونده‌ی ثابت %r رونوشت بگیرد" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" -msgstr "پیوند هیچ برچسبی ندارد: %s" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "رونوشت برداری از پرونده‌های اضافی" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:927 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "قالب شماره‌ی شکل نامعتبر: %s (%r)" +msgid "cannot copy extra file %r" +msgstr "نمی تواند از پرونده‌ی اضافه‌ی %r رونوشت بگیرد" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:933 #, python-format -msgid "invalid numfig_format: %s" -msgstr "قالب شماره‌ی شکل نامعتبر: %s" +msgid "Failed to write build info file: %r" +msgstr "شکست در نوشتن پرونده‌ی اطّلاعات ساخت: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" -msgstr "" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "نمایه‌ی جستجو نمی‌تواند بارگزاری شود، ولی برای همه‌ی مستندات ساخته‌ نمی‌شود: نمایه‌ ناقص خواهد بود." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:1027 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "صفحه‌ی %s با دو الگو در نوار کناری صفحه (html_sidebars) هم‌خوانی دارد: %r و%r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:1188 #, 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' است." +"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 خطای یونیکد رخ داد. لطفاً اطمینان حاصل کنید که تمام مقدارهای پیکربندی‌ها دارای محتوای غیر اَسکی، رشته‌متن‌های یونکد هستند." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:1197 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "متغیّر" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "ماکرو" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "ساختار" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "ادامه از صفحه‌ی قبل" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "ادامه در صفحه‌ی بعد" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "غیر الفبایی" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "شماره ها" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "صفحه" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "انتشار" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "مثال" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "نمونه‎ها" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "نشانوندهای کلیدی" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "یادداشت‌ها" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "خطایی در نمایش صفحه‌ی %s رخ داد.\nعلّت: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "مؤلّفه‌های دیگر" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "خالی کردن فهرست اشیاء" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "دریافت‌ها" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" +msgstr "خالی کردن نمایه‌ی جستجو در %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "منابع" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "پرونده‌ی js نامعتبر%r: نادیده گرفته می‌شود" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "هشدارها" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "ارا‌ئه کننده‌های ریاضی زیادی ثبت شده‌اند، ولی هیچ کدام انتخاب نشده." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "فرآورده" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "نمایش‌دهنده‌ی ریاضی نامشخّص %r داده شده." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1325 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "مقدار نامعتبر تعیین شده (بدون کمانک انتهایی): %s" +msgid "html_extra_path entry %r does not exist" +msgstr "مدخل مسیر اضافی (html_extra_path) %r وجود ندارد" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "مقدار نامعتبر تعیین شده (بدون کمانک ابتدایی): %s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "مدخل مسیر اضافی (html_extra_path) %r درون شاخه‌ی خارجی قرار دارد" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1342 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول انتهایی): %s" +msgid "html_static_path entry %r does not exist" +msgstr "مدخل مسیر ثابت (html_static_path) %r وجود ندارد" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1349 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول ابتدایی): %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "مدخل مسیر ثابت (html_static_path) %r درون شاخه‌ی خارجی قرار دارد" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "(in %s v%s)" -msgstr "(در %s v%s)" +msgid "logo file %r does not exist" +msgstr "پرونده‌ی آرم %r وجود ندارد" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1372 #, python-format -msgid "(in %s)" -msgstr "(در %s )" +msgid "favicon file %r does not exist" +msgstr "پرونده‌ی آیکون مورد علاقه %r وجود ندارد" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1384 #, python-format -msgid "inventory '%s': multiple matches found for %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "%s %s documentation" +msgstr "مستندات %s%s" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:119 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/transforms.py:485 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "پرونده‌ی LaTeX در پوشه‌ی %(outdir)s است." + +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -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) اجرا کند\n(برای انجام خودکار `make latexpdf' را به کار ببرید)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "هیچ مقدار پیکربندی اسناد لتکسی (latex_documents) پیدا نشد؛ بنابراین هیچ سندی نوشته نخواهد شد" + +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "مقدار پیکربندی سندهای لتکس (latex_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "انتشار" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "رونوشت از پرونده‌های پشتیبانی لتکس" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "رونوشت برداری از پرونده‌های اضافی" + +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "کلید پیکربندی ناشناخته: latex_elements[%r]، نادیده گرفته می‌شود." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "کلید زمینه‌ی ناشناخته: latex_theme_options[%r]، نادیده گرفته می‌شود." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" +msgstr "%r فاقد تنظیمات زمینه است" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r فاقد تنظیمات \"%s\" است" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "مشکلاتی در برخی از سیاهه‌ها به وجود آمد،ولی این مشکلات راه‌های جایگزین های داشته‌اند:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "شکست در رسیدن به یکی از سیاهه‌ها به خاطر مشکلات زیر:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "امکان تشخیص متن جایگزین برای ارجاع متقابل نبود. شاید یک اشکال برنامه نویسی باشد." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "سیاهه‌ی بین اسفینکس جا به جایی را انجام داد: %s -> %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "برای «هر» ارجاع متقابل بیشتر از یک هفد پیدا شد: %r شاید %s باشد" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "شکست در به روز رسانی امضا برای %r: مؤلّفه پیدا نشد: %s" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s مرجع هدف پیدا نشد: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "شکست در تحلیل نوع یادداشت برای %r: %s" +msgid "%r reference target not found: %s" +msgstr "مقصد ارجاع %r پیدا نشد %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "شکست در تحلیل مقدار پیش‌گزیده‌‌ی نشانوند برای %r: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "مقدار نامعتبر برای گزینه‌ی ترتیب اعضا (member-order): %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "امکان دریافت تصویر از منبع راه دور نبود: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "مقدار نامعتبر برای گزینه‌ی «از مستندات کلاس» class-doc-from:%s" +msgid "Unknown image format: %s..." +msgstr "قالب تصویر ناشناخته: %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "امضای ناشناخته‌ برای %s (%r)" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "مثال" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "خطا در قالب بندی نشانوند برای %s: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "نمونه‎ها" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "نشانوندهای کلیدی" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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/napoleon/docstring.py:768 +msgid "Notes" +msgstr "یادداشت‌ها" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "شیئ ساختگی شناسایی شد: %r" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "مؤلّفه‌های دیگر" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "خطا در قالب بندی امضا برای %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "دریافت‌ها" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" در پیمانه‌ی خودکار معنی نمی‌دهد" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "منابع" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "هشدارها" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "فرآورده" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "نشانوند‌های امضا یا یادداشت مقدار برگشتی داده شده برای پیمانه‌ی خودکار %s" +msgid "invalid value set (missing closing brace): %s" +msgstr "مقدار نامعتبر تعیین شده (بدون کمانک انتهایی): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ باید لیستی از رشته‌متن ها باشد، نه %r (در پیمانه‌ی %s) -- __all__ نادیده گرفته می‌شود" +msgid "invalid value set (missing opening brace): %s" +msgstr "مقدار نامعتبر تعیین شده (بدون کمانک ابتدایی): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "ویژگی نایاب در گزینه‌ی :members: قید شده: پیمانه‌ی:%s، ویژگی %s" +msgid "malformed string literal (missing closing quote): %s" +msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول انتهایی): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "شکست در دریافت امضای تابع برای %s: مؤلّفه پیدا نشد: %s" +msgid "malformed string literal (missing opening quote): %s" +msgstr "رشته‌متن ادبی ناقص (بدون علامت نقل‌قول ابتدایی): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "شکست در دریافت امضای سازنده‌ی شیئ برای %s: مؤلّفه پیدا نشد: %s" +msgid "autosummary references excluded document %r. Ignored." +msgstr "ارجاعات خلاصه‌ی خودکار سند %r حذف کنار گذاشته. نادیده گرفته می‌شود." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Bases: %s" -msgstr "پایه ها:%s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "خلاصه‌ی خودکار: خرده‌پرونده‌ی %r پیدا نشد. تنظیمات تولید خلاصه‌ی خودکار(autosummary_generate) را بررسی کنید." + +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "خلاصه‌ی خودکار عنوان‌ٔار نیازمند گزینه‌ی :toctree: است، نادیده گرفته می‌شود." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "missing attribute %s in object %s" -msgstr "ویژگی ناموجود %s در شیئ %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "alias of %s" -msgstr "نام جانشین %s" +msgid "failed to parse name %s" +msgstr "شکست در تجزیه تحلیل نام %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "نام جانشین نوع متغیر(%s)" +msgid "failed to import object %s" +msgstr "شکست در وارد کردن شیئ %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "شکست در دریافت امضای شگرد برای %s: مؤلّفه پیدا نشد: %s" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "__slots__ نامعتبر در %sیدا شد و نادیده گرفته شد." +msgid "autosummary_generate: file not found: %s" +msgstr "تولید خلاصه خودکار: پرونده پیدا نشد: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "" + +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "خلاصه‌ی خودکار: شکست در تشخیص %r برای مستندسازی، این ایراد به وجود آمد:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[خلاصه‌ی خودکار] تولید خلاصه‌ی خودکار برای: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "[خلاصه‌ی خودکار] نوشتن در %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3798,7 +3806,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3813,347 +3821,293 @@ msgid "" " 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "پرونده‌های منبع برای تولید پرونده‌های rST" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "پوشه‌ای برای قرار دادن همه‌ی برون دادها در آن" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "پسوند پیش فرض برای پرونده‌ها (پیش‌فرض: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "شاخه‌ی سفارشی قالب (پیش‌گزیده: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "اجزای فراخوان شده‌ی سند (پیش‌گزیده: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "ارجاعات خلاصه‌ی خودکار سند %r حذف کنار گذاشته. نادیده گرفته می‌شود." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "خلاصه‌ی خودکار: خرده‌پرونده‌ی %r پیدا نشد. تنظیمات تولید خلاصه‌ی خودکار(autosummary_generate) را بررسی کنید." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "خلاصه‌ی خودکار عنوان‌ٔار نیازمند گزینه‌ی :toctree: است، نادیده گرفته می‌شود." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/autosummary/generate.py:828 #, python-format msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "failed to parse name %s" -msgstr "شکست در تجزیه تحلیل نام %s" +msgid "(in %s v%s)" +msgstr "(در %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "failed to import object %s" -msgstr "شکست در وارد کردن شیئ %s" +msgid "(in %s)" +msgstr "(در %s )" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:103 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "تولید خلاصه خودکار: پرونده پیدا نشد: %s" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +#: ext/intersphinx/_resolve.py:359 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +#: ext/intersphinx/_resolve.py:367 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_resolve.py:378 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_resolve.py:585 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r فاقد تنظیمات زمینه است" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r فاقد تنظیمات \"%s\" است" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "پرونده‌ی LaTeX در پوشه‌ی %(outdir)s است." - -#: /home/runner/work/sphinx/sphinx/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) اجرا کند\n(برای انجام خودکار `make latexpdf' را به کار ببرید)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "هیچ مقدار پیکربندی اسناد لتکسی (latex_documents) پیدا نشد؛ بنابراین هیچ سندی نوشته نخواهد شد" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "مقدار پیکربندی سندهای لتکس (latex_documents) به سند ناشناخته‌ی %s ارجاع می‌دهد" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "رونوشت از پرونده‌های پشتیبانی لتکس" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "رونوشت برداری از پرونده‌های اضافی" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" -msgstr "پرونده‌ی آرم %r وجود ندارد" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "کلید پیکربندی ناشناخته: latex_elements[%r]، نادیده گرفته می‌شود." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "مشکلاتی در برخی از سیاهه‌ها به وجود آمد،ولی این مشکلات راه‌های جایگزین های داشته‌اند:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "کلید زمینه‌ی ناشناخته: latex_theme_options[%r]، نادیده گرفته می‌شود." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "شکست در رسیدن به یکی از سیاهه‌ها به خاطر مشکلات زیر:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" -msgstr "پرونده‌ی اطّلاعات ساخت خراب است: %r" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "سیاهه‌ی بین اسفینکس جا به جایی را انجام داد: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "صفحات HTML در %(outdir)s است." +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "شکست در به روز رسانی امضا برای %r: مؤلّفه پیدا نشد: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "شکست در خواندن پرونده‌ی اطّلاعات ساخت: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "فهرست" +msgid "Failed to parse type_comment for %r: %s" +msgstr "شکست در تحلیل نوع یادداشت برای %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "بعدی" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "قبلی" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "تولید نمایه‌ها" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "نوشتن صفحات اضافی" +msgid "invalid value for member-order option: %s" +msgstr "مقدار نامعتبر برای گزینه‌ی ترتیب اعضا (member-order): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "رونوشت از پرونده‌های قابل دریافت... " +msgid "invalid value for class-doc-from option: %s" +msgstr "مقدار نامعتبر برای گزینه‌ی «از مستندات کلاس» class-doc-from:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "نمی تواند از پرونده‌ی قابل دریافت %r: %s رونوشت بگیرد" +msgid "invalid signature for auto%s (%r)" +msgstr "امضای ناشناخته‌ برای %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "error while formatting arguments for %s: %s" +msgstr "خطا در قالب بندی نشانوند برای %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "شکست در رونوشت یک پرونده‌ی به html_static_file: %s: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "رونوشت از پرونده‌های ثابت" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "نمی تواند از پرونده‌ی ثابت %r رونوشت بگیرد" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "رونوشت برداری از پرونده‌های اضافی" +msgid "" +"don't know which module to import for autodocumenting %r (try placing a " +"\"module\" or \"currentmodule\" directive in the document, or giving an " +"explicit module name)" +msgstr "مشخّص نیست کدام پیمانه را برای مستندسازی خودکار فراخوان کند %r (سعی کنید دستورالعمل «module» یا «currentmodule» را در سند قرار دهید، یا یک نام واضح برای پیمانه ارائه دهید)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" -msgstr "نمی تواند از پرونده‌ی اضافه‌ی %r رونوشت بگیرد" +msgid "A mocked object is detected: %r" +msgstr "شیئ ساختگی شناسایی شد: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" -msgstr "شکست در نوشتن پرونده‌ی اطّلاعات ساخت: %r" +msgid "error while formatting signature for %s: %s" +msgstr "خطا در قالب بندی امضا برای %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "نمایه‌ی جستجو نمی‌تواند بارگزاری شود، ولی برای همه‌ی مستندات ساخته‌ نمی‌شود: نمایه‌ ناقص خواهد بود." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" در پیمانه‌ی خودکار معنی نمی‌دهد" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "صفحه‌ی %s با دو الگو در نوار کناری صفحه (html_sidebars) هم‌خوانی دارد: %r و%r" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "نشانوند‌های امضا یا یادداشت مقدار برگشتی داده شده برای پیمانه‌ی خودکار %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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 خطای یونیکد رخ داد. لطفاً اطمینان حاصل کنید که تمام مقدارهای پیکربندی‌ها دارای محتوای غیر اَسکی، رشته‌متن‌های یونکد هستند." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ باید لیستی از رشته‌متن ها باشد، نه %r (در پیمانه‌ی %s) -- __all__ نادیده گرفته می‌شود" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "خطایی در نمایش صفحه‌ی %s رخ داد.\nعلّت: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "خالی کردن فهرست اشیاء" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "ویژگی نایاب در گزینه‌ی :members: قید شده: پیمانه‌ی:%s، ویژگی %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" -msgstr "خالی کردن نمایه‌ی جستجو در %s" +msgid "Failed to get a function signature for %s: %s" +msgstr "شکست در دریافت امضای تابع برای %s: مؤلّفه پیدا نشد: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "پرونده‌ی js نامعتبر%r: نادیده گرفته می‌شود" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "ارا‌ئه کننده‌های ریاضی زیادی ثبت شده‌اند، ولی هیچ کدام انتخاب نشده." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "شکست در دریافت امضای سازنده‌ی شیئ برای %s: مؤلّفه پیدا نشد: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "نمایش‌دهنده‌ی ریاضی نامشخّص %r داده شده." +msgid "Bases: %s" +msgstr "پایه ها:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "مدخل مسیر اضافی (html_extra_path) %r وجود ندارد" +msgid "missing attribute %s in object %s" +msgstr "ویژگی ناموجود %s در شیئ %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "مدخل مسیر اضافی (html_extra_path) %r درون شاخه‌ی خارجی قرار دارد" +msgid "alias of %s" +msgstr "نام جانشین %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "مدخل مسیر ثابت (html_static_path) %r وجود ندارد" +msgid "alias of TypeVar(%s)" +msgstr "نام جانشین نوع متغیر(%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "مدخل مسیر ثابت (html_static_path) %r درون شاخه‌ی خارجی قرار دارد" +msgid "Failed to get a method signature for %s: %s" +msgstr "شکست در دریافت امضای شگرد برای %s: مؤلّفه پیدا نشد: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "پرونده‌ی آیکون مورد علاقه %r وجود ندارد" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "__slots__ نامعتبر در %sیدا شد و نادیده گرفته شد." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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 "" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "شکست در تحلیل مقدار پیش‌گزیده‌‌ی نشانوند برای %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "ادامه از صفحه‌ی قبل" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "مستندات %s%s" +#: 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 "صفحه" diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.js b/sphinx/locale/fi/LC_MESSAGES/sphinx.js index 7df93822870..5d015c9fbb2 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "Etsi", "Search Page": "Etsi sivu", "Search Results": "Etsinn\u00e4n tulos", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/fi/LC_MESSAGES/sphinx.mo b/sphinx/locale/fi/LC_MESSAGES/sphinx.mo index fd106ce223b..9b78f91a567 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 22ffc30000b..4112537c21a 100644 --- a/sphinx/locale/fi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fi/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+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.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: fi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,3383 +175,3627 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgid "no theme configuration file found in %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:346 theming.py:399 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:350 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:323 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." +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 -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." +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 -msgid "" -"The project name will occur in several places in the built documentation." +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" +#: config.py:435 +#, python-format +msgid "No such config value: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" +#: config.py:458 +#, python-format +msgid "Config value %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:494 +#, 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." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: config.py:541 +#, 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" +"There is a programmable error in your configuration file:\n" "\n" -"For a list of supported codes, see\n" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" +#: config.py:593 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 -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." +#: config.py:612 +#, python-format +msgid "Section %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" +#: config.py:613 +#, python-format +msgid "Fig. %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:614 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "Table %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." +#: config.py:615 +#, python-format +msgid "Listing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: config.py:722 msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: config.py:759 msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/rst.py:185 domains/rst.py:189 #, python-format -msgid "Creating file %s." +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/rst.py:213 #, python-format -msgid "File %s already exists, skipping." +msgid "%s (role)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." +#: domains/rst.py:223 +msgid "directive" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/rst.py:225 +msgid "role" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/rst.py:247 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" +#: domains/javascript.py:255 +msgid "Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" -msgstr "" +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (moduuli)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" -msgstr "" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "moduuli" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" -msgstr "" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Muutettu versiossa %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/changeset.py:27 #, python-format -msgid "enable %s extension" -msgstr "" +msgid "Deprecated since version %s" +msgstr "Poistettu versiosta %s alkaen" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:86 +msgid "new config" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" +#: environment/__init__.py:87 +msgid "config changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" +#: environment/__init__.py:88 +msgid "extensions changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" +#: environment/__init__.py:249 +msgid "build environment version not current" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:251 +msgid "source directory has changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: environment/__init__.py:322 #, python-format -msgid "Invalid template variable: %s" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 -#, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1000 in conf.py " -"with e.g.:" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Huom" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Varoitus" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Vaara" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Virhe" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Vihje" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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 "Tärkeä" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Muista" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Katso myös" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Vihje" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Varoitus" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:110 +msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:117 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:217 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:225 +#, python-format +msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" +#: cmd/quickstart.py:256 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" +#: cmd/quickstart.py:269 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:284 +msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:286 +msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 +#: cmd/quickstart.py:291 msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: cmd/quickstart.py:299 +msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: cmd/quickstart.py:301 +msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: cmd/quickstart.py:306 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" +#: cmd/quickstart.py:315 +msgid "Project language" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: cmd/quickstart.py:322 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: cmd/quickstart.py:327 +msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format +#: cmd/quickstart.py:332 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"One document is 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: cmd/quickstart.py:350 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 -#, python-format +#: cmd/quickstart.py:360 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: cmd/quickstart.py:379 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format +#: cmd/quickstart.py:389 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: cmd/quickstart.py:502 #, python-format -msgid "writing error: %s, %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: cmd/quickstart.py:513 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: cmd/quickstart.py:520 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: cmd/quickstart.py:555 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/quickstart.py:575 +msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: cmd/quickstart.py:585 +msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: cmd/quickstart.py:588 +msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Huom" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Varoitus" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Vaara" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Virhe" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Vihje" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Tärkeä" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Muista" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Katso myös" +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Vihje" +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Varoitus" +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: cmd/quickstart.py:621 +msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: cmd/quickstart.py:628 +msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: cmd/quickstart.py:635 +msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: cmd/quickstart.py:638 +msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: cmd/quickstart.py:641 +msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:644 +msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:647 +msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format -msgid "Domain %r is not registered" +msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:670 +msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:676 +msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" +#: cmd/quickstart.py:683 +msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:689 +msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +#: cmd/quickstart.py:714 +msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: cmd/quickstart.py:793 #, python-format -msgid "%s (module)" -msgstr "%s (moduuli)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: cmd/build.py:67 +msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "moduuli" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "Muutettu versiossa %s" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "Poistettu versiosta %s alkaen" +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: cmd/build.py:144 +msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 -#, python-format -msgid ":%s: (directive option)" +#: cmd/build.py:180 +msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" +#: cmd/build.py:183 +msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: cmd/build.py:194 +msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: cmd/build.py:230 +msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 -#, python-format -msgid "

Source code for %s

" +#: cmd/build.py:266 +msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Tehtävä vielä" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:294 +msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: cmd/build.py:334 +msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: cmd/build.py:347 +msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: cmd/build.py:355 +msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: cmd/build.py:358 +msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: cmd/build.py:364 +msgid "raise an exception on warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/manpage.py:76 #, python-format -msgid "%s is not a directory." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: builders/text.py:34 #, python-format -msgid "Failed to remove %s: %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: builders/xml.py:38 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: builders/texinfo.py:47 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format +#: builders/texinfo.py:49 msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: builders/texinfo.py:90 #, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, 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 "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: builders/texinfo.py:233 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 +#: builders/gettext.py:252 #, python-format -msgid "'%s' is not a valid option." +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/__init__.py:200 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: builders/__init__.py:208 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/__init__.py:251 #, python-format -msgid "invalid regex %r in %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/__init__.py:273 #, python-format -msgid "module %s could not be imported: %s" +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: builders/__init__.py:285 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: builders/__init__.py:307 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: builders/__init__.py:313 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: builders/__init__.py:324 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: builders/__init__.py:339 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: builders/__init__.py:354 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: builders/__init__.py:386 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: builders/__init__.py:471 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: builders/__init__.py:507 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "" +"Sphinx is unable to load the master document (%s) because it matches a " +"built-in exclude pattern %r. Please move your master document to a different" +" location." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: builders/__init__.py:516 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: builders/__init__.py:527 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: builders/__init__.py:534 +#, python-format msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: builders/__init__.py:686 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: builders/__init__.py:845 #, python-format -msgid "unknown index entry type %s found" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: builders/epub3.py:83 #, python-format -msgid "[image: %s]" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 -#, python-format -msgid "Any IDs not assigned for %s node" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Sisällysluettelo" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: builders/_epub_base.py:220 #, python-format -msgid "unimplemented node type: %r" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: builders/_epub_base.py:432 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Moduulitaso" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/changes.py:140 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: util/rst.py:72 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: util/docfields.py:95 #, python-format -msgid "cannot copy image file %r: %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: util/osutil.py:130 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: util/nodes.py:419 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: util/nodes.py:701 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: util/fileutil.py:91 #, python-format -msgid "writing %s file..." +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: util/inventory.py:170 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: util/inventory.py:185 #, python-format -msgid "error writing file %s: %s" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: util/docutils.py:283 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: util/docutils.py:746 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: util/i18n.py:105 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: util/i18n.py:112 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: directives/code.py:270 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: directives/code.py:308 #, python-format -msgid "broken link: %s (%s)" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: directives/other.py:122 #, python-format -msgid "Anchor '%s' not found" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: directives/other.py:171 #, python-format -msgid "no changes in version %s." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Luvun kirjoittaja: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Moduulin kirjoittaja: " + +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Moduulitaso" +#: directives/other.py:210 +msgid "Author: " +msgstr "Tekijä: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%b %d, %Y" +msgstr "%d.%m.%Y" + +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: transforms/__init__.py:267 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: transforms/__init__.py:313 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 -#, python-format -msgid "%s added, %s changed, %s removed" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/imgconverter.py:40 #, 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." +"Unable to run the image conversion command %r. 'sphinx.ext.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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, 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." +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: ext/imgconverter.py:68 #, 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 "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/viewcode.py:285 +msgid "[docs]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:311 #, python-format -msgid "docnames to write: %s" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: ext/coverage.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "invalid regex %r in %s" +msgstr "" + +#: ext/coverage.py:134 ext/coverage.py:280 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 +#: ext/coverage.py:141 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: ext/coverage.py:163 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: ext/coverage.py:177 #, python-format -msgid "processing %s" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: ext/coverage.py:445 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: ext/coverage.py:458 #, python-format -msgid "error writing file Makefile: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: ext/todo.py:71 +msgid "Todo" +msgstr "Tehtävä vielä" + +#: ext/todo.py:104 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: ext/doctest.py:115 #, python-format -msgid "Invalid caption: %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: ext/doctest.py:120 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: ext/doctest.py:134 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: ext/doctest.py:281 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: ext/doctest.py:434 #, python-format -msgid "Object named %r not found in include file %r" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: ext/graphviz.py:145 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" + +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: ext/graphviz.py:268 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: ext/graphviz.py:303 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: ext/graphviz.py:310 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Luvun kirjoittaja: " +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Moduulin kirjoittaja: " +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Tekijä: " +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: ext/apidoc.py:85 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: ext/apidoc.py:396 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Etsi" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Siirry" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Näytä lähdekoodina" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Pikahaku" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "Yhteenveto" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Etsi sivu" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "Yleinen moduulien sisällysluettelo" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Yleinen sisällysluettelo" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Index – %(key)s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Hakemisto yhtenä luettelona" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "<<" +#: ext/imgmath.py:159 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "<<" +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr ">>" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr ">>" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Javascript pitää olla sallittu, jotta etsintä toimii." +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "etsi" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Tämä sivu" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Hakemisto aakkostus sivuttain" +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "voi olla iso" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navikointi" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" + +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "Search within %(docstitle)s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Tietoja tästä documentistä" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" + +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" + +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Sisällysluettelo" + +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 +#: writers/texinfo.py:1300 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: writers/latex.py:364 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" + +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: writers/latex.py:1931 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 +#: domains/std/__init__.py:111 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)s" +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: domains/std/__init__.py:234 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Piilota löydetyt" +#: domains/std/__init__.py:305 +#, python-format +msgid "%s command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "Etsinnän tulos" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "" + +#: domains/std/__init__.py:608 +msgid "document" +msgstr "" + +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Moduuli sisällysluettelo" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Etsi sivu" + +#: domains/std/__init__.py:721 #, python-format -msgid "image file not readable: %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" + +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: domains/std/__init__.py:934 #, python-format -msgid "image file %s not readable: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: domains/std/__init__.py:946 #, python-format -msgid "download file not readable: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: domains/std/__init__.py:960 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: domains/std/__init__.py:963 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: domains/std/__init__.py:1194 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: domains/std/__init__.py:1196 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "see %s" +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: domains/python/__init__.py:167 domains/python/__init__.py:334 +#: domains/python/__init__.py:385 domains/python/__init__.py:424 #, python-format -msgid "see also %s" +msgid "%s (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: domains/python/__init__.py:169 #, python-format -msgid "unknown index entry type %r" +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 +#: domains/python/__init__.py:195 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 +#: domains/python/__init__.py:251 #, python-format -msgid "%s (C++ %s)" +msgid "%s() (%s static method)" +msgstr "" + +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" + +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "" + +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "moduulit" + +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Poistettu" + +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "" + +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "" + +#: domains/python/__init__.py:637 +msgid "property" +msgstr "" + +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" + +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (poistettu)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "" + +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" +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'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %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'." +msgstr "" + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:862 msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: 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 "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" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navikointi" + +#: themes/basic/layout.html:115 #, python-format -msgid "%s() (in module %s)" +msgid "Search within %(docstitle)s" +msgstr "" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Tietoja tästä documentistä" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "%s (in module %s)" +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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "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 +#, 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" +msgstr "" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Yleinen moduulien sisällysluettelo" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "" + +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Yleinen sisällysluettelo" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Pikahaku" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Javascript pitää olla sallittu, jotta etsintä toimii." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "" + +#: 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" +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 "Automaattisesti luotu muutoshistoria alkaen versiosta %(version)s" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "" + +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)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." +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..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: environment/collectors/asset.py:95 #, python-format -msgid "%s (built-in class)" +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: environment/collectors/asset.py:123 #, python-format -msgid "%s (class in %s)" +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: environment/collectors/asset.py:160 #, python-format -msgid "%s() (%s class method)" +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: environment/collectors/toctree.py:258 #, python-format -msgid "%s() (%s static method)" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: environment/adapters/toctree.py:318 #, python-format -msgid "%s (%s property)" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: environment/adapters/toctree.py:342 #, python-format -msgid "%s (type alias in %s)" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: environment/adapters/toctree.py:357 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "moduulit" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Poistettu" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (poistettu)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: builders/html/__init__.py:113 #, python-format -msgid "environment variable; %s" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: builders/html/__init__.py:340 #, python-format -msgid "%s; configuration value" +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: builders/html/__init__.py:374 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "hakemisto" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "" +#: builders/html/__init__.py:572 +msgid "next" +msgstr ">" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "<" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Moduuli sisällysluettelo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:861 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:912 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:927 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:933 #, python-format -msgid "invalid numfig_format: %s" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:1027 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:1188 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:1197 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1414 +#, python-format +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/latex/transforms.py:485 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/__init__.py:117 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/latex/__init__.py:169 #, python-format -msgid "(in %s)" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/__init__.py:543 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:551 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format +#: _cli/util/errors.py:172 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3803,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "hakemisto" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr ">" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "<" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.js b/sphinx/locale/fr/LC_MESSAGES/sphinx.js index 5b76c1946ea..003c832b028 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.js @@ -20,7 +20,7 @@ Documentation.addTranslations({ "Go": "Go", "Hide Search Matches": "Cacher les r\u00e9sultats de la recherche", "Index": "Index", - "Index – %(key)s": "", + "Index – %(key)s": "Index – %(key)s", "Index pages by letter": "Indexer les pages par lettre", "Indices and tables:": "Index et tables :", "Last updated on %(last_updated)s.": "Mis \u00e0 jour le %(last_updated)s.", @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "Recherche", "Search Page": "Page de recherche", "Search Results": "R\u00e9sultats de la recherche", - "Search finished, found ${resultCount} page(s) matching the search query.": "Recherche termin\u00e9e, ${resultCount} page(s) correspondant \u00e0 la requ\u00eate de recherche ont \u00e9t\u00e9 trouv\u00e9es.", + "Search finished, found one page matching the search query.": [ + "La recherche est termin\u00e9e, une page correspondant \u00e0 la requ\u00eate a \u00e9t\u00e9 trouv\u00e9e.", + "Recherche termin\u00e9e, ${resultCount} pages trouv\u00e9es correspondant \u00e0 la requ\u00eate.", + "Recherche termin\u00e9e, ${resultCount} pages trouv\u00e9es correspondant \u00e0 la requ\u00eate." + ], "Search within %(docstitle)s": "Recherchez dans %(docstitle)s", "Searching": "Recherche en cours", "Searching for multiple words only shows matches that contain\n all words.": "Une recherche sur plusieurs mots ne retourne que les r\u00e9sultats contenant tous les mots.", diff --git a/sphinx/locale/fr/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr/LC_MESSAGES/sphinx.mo index cdf24459a1e..ede0d03b75b 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 c5630a991d7..bfadb18b0ba 100644 --- a/sphinx/locale/fr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr/LC_MESSAGES/sphinx.po @@ -35,389 +35,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Jean-François B. , 2017-2019,2022-2024\n" +"Last-Translator: Denis Bitouzé , 2020-2024\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.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: fr\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "l'option %r n'est pas supportée pour ce thème" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "aucun thème nommé %r trouvé (theme.toml manquant ?)" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "Le thème %r a un héritage circulaire" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "Le thème %r a trop d'ancêtres" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "aucun fichier de configuration de thème n'a été trouvé dans %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "Le thème %r n'a pas la table « thème »" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "La table thème « [theme] » %r n'est pas une table" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "La table thème « [options » %r n'est pas une table" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, 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 »" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Le nom du l'analyseur Pygments %r est inconnu" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, 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é." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Évènement %r déjà présent" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Nom d'évènement inconnu : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "Le gestionnaire %r de l'évènement %r a créé une exception." -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -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." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nombre non valide %r pour l'option de configuration %r ; ignoré" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, 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é" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "paramètre de configuration %r inconnu dans override ; ignoré" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "Aucune valeur de configuration du type : %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "L'option de configuration %r est déjà présente" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -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()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, 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 " - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "Conversion de `source_suffix = %r` en `source_suffix = %r`." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Section %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tableau %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Code source %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -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} »." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -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__} »." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -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__} »." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r non trouvé; ignoré." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -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." - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Impossible de trouver le répertoire source (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Le répertoire de sortie (%s) n'est pas un répertoire" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Les dossiers source et destination ne doivent pas être identiques" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s en cours d'exécution" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "création du répertoire de sortie" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "lors de l'initialisation de l'extension %s :" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "chargement des traductions [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "fait" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "traductions indisponibles" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "chargement de l'environnement pickled" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "échec : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Aucun constructeur sélectionné, utilisation du défaut : html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "a réussi" +#: application.py:394 +msgid "build finished with problems." +msgstr "La compilation s'est terminée avec des problèmes." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "s'est terminée avec des problèmes" +#: application.py:396 +msgid "build succeeded." +msgstr "La compilation a réussi." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "La compilation %s, %s avertissement (avec les avertissements considérés comme des erreurs)." +#: application.py:400 +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)." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "La compilation %s, %s avertissements (avec les avertissements considérés comme des erreurs)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "La compilation s'est terminée avec des problèmes, 1 avertissement." + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "La compilation a réussi, 1 avertissement." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "La compilation %s, %s avertissement." +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)." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "La compilation %s, %s avertissements." +msgid "build finished with problems, %s warnings." +msgstr "La compilation s'est terminée avec des problèmes, %s avertissements." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "La compilation %s." +msgid "build succeeded, %s warnings." +msgstr "La compilation a réussi, %s avertissements." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "le rôle %r est déjà enregistré, il sera écrasé" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -425,12 +189,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -438,3452 +202,3576 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "sérialisation en cours %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "numéro PEP %s non valide" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "numéro RFC %snon valide" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "La classe Builder %s n'a pas d'attribut « name »" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Le constructeur %r existe déjà (dans le module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Constructeur %s non enregistré" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "le domaine %s a déjà été enregistré" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "le domaine %s n'a pas encore été enregistré" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "L'index %r est déjà enregistré sur le domaine %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "Le type de l'objet %r est déjà enregistré" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "Le type %r crossref_type est déjà enregistré" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "L'extension source %r est déjà enregistrée" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser pour %r est déjà enregistré" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "source_parser pour %s non enregistré" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "Il existe déjà un traducteur pour %r" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r est déjà enregistré" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "le moteur de rendu mathématique %s est déjà enregistré" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Exception initiale :\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "L'extension %s ne peut pas être importée" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, 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 ?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." -msgstr "" +msgstr "`None` n'est pas un type de fichier valide pour %r." -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." -msgstr "" +msgstr "plusieurs fichiers trouvés pour le document « %s » : %s\nUtilisez %r pour la compilation." -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "Document illisible %r ignoré." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "insère automatiquement les docstrings des modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Le nom du l'analyseur Pygments %r est inconnu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "tester automatiquement des extraits de code dans des blocs doctest" +#: highlighting.py:202 +#, 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é." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "lien entre la documentation Sphinx de différents projets" +#: extension.py:55 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -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" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "vérification de la couverture de la documentation" +#: theming.py:121 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "expressions mathématiques, traduites en images PNG ou SVG" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "expressions mathématiques, transmises dans le navigateur à MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "l'option %r n'est pas supportée pour ce thème" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "inclusion conditionnelle du contenu basé sur la valeur de configuration" +#: theming.py:215 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" -msgstr "inclure des liens vers le code source documenté des objets Python" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "aucun thème nommé %r trouvé (theme.toml manquant ?)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "crée un fichier .nojekyll pour publier le document sur GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "Le thème %r a un héritage circulaire" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." -msgstr "Merci de saisir un chemin valide." +#: theming.py:283 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." -msgstr "Merci de saisir du texte." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "Le thème %r a trop d'ancêtres" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." -msgstr "Merci de saisir un des %s." +msgid "no theme configuration file found in %r" +msgstr "aucun fichier de configuration de thème n'a été trouvé dans %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "Merci de saisir 'y' ou 'n'." +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "Le thème %r n'a pas la table « thème »" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Merci de saisir l'extension du fichier, par exemple '.rst' ou '.txt'." +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "La table thème « [theme] » %r n'est pas une table" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:354 theming.py:402 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Bienvenue dans le kit de démarrage rapide de Sphinx %s." +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "Le thème %r doit définir la clé \"theme.inherit\" dans les paramètres" + +#: theming.py:358 +#, 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:377 +#, 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:314 +#, 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: config.py:323 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)." +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: config.py:346 #, python-format -msgid "Selected root path: %s" -msgstr "Chemin racine sélectionné : %s" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." -msgstr "Saisissez le répertoire racine de la documentation." +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "nombre non valide %r pour l'option de configuration %r ; ignoré" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" -msgstr "racine de la documentation." +#: config.py:361 +#, 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é" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -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:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "paramètre de configuration %r inconnu dans override ; ignoré" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart n'écrasera pas un projet Sphinx existant." +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "Aucune valeur de configuration du type : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -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:458 +#, python-format +msgid "Config value %r already present" +msgstr "L'option de configuration %r est déjà présente" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:494 +#, 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 "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." +"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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" -msgstr "Séparer les répertoires source et de sortie (y/n)" +#: config.py:531 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: config.py:534 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 (\"_\")." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" -msgstr "Préfixe de nom pour les répertoires static et de gabarits (templates)" +"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()" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: config.py:541 +#, python-format 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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" -msgstr "Nom du projet" +#: config.py:564 +#, 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 " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" -msgstr "Nom(s) de(s) l'auteur(s)" +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Conversion de `source_suffix = %r` en `source_suffix = %r`." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:593 +#, 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 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." +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" -msgstr "Version du projet" +#: config.py:612 +#, python-format +msgid "Section %s" +msgstr "Section %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" -msgstr "Version du projet" +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 -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." +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tableau %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" -msgstr "Langue du projet" +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Code source %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: config.py:722 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "Extension des fichiers sources" +"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} »." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:746 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." +"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__} »." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" -msgstr "Non du fichier principal (sans extension)" +#: config.py:759 +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__} »." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:770 #, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r non trouvé; ignoré." + +#: config.py:782 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." +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart n'écrasera pas les fichiers existants." +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (directive)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 -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/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (option de directive)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Indiquer lesquelles de ces extensions Sphinx doivent être activées :" +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (role)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 -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/rst.py:223 +msgid "directive" +msgstr "directive" -#: /home/runner/work/sphinx/sphinx/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 "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/rst.py:224 +msgid "directive-option" +msgstr "option de directive" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" -msgstr "Création du Makefile ? (y/n)" +#: domains/rst.py:225 +msgid "role" +msgstr "role" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" -msgstr "Création du fichier de commandes Windows ? (y/n)" +#: domains/rst.py:247 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/javascript.py:165 #, python-format -msgid "Creating file %s." -msgstr "Fichier en cours de création %s." +msgid "%s() (built-in function)" +msgstr "%s() (fonction de base)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/javascript.py:166 domains/python/__init__.py:253 #, python-format -msgid "File %s already exists, skipping." -msgstr "Le fichier %s existe déjà, il ne sera pas remplacé" +msgid "%s() (%s method)" +msgstr "%s() (méthode %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." -msgstr "Terminé : la structure initiale a été créée." +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (classe)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/javascript.py:170 #, 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 "%s (global variable or constant)" +msgstr "%s (variable globale ou constante)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/javascript.py:172 domains/python/__init__.py:338 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." -msgstr "Pour plus d'informations, visitez le site ." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" -msgstr "mode silencieux" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "racine du projet" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "Options de structure" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" -msgstr "si spécifié, les répertoires source et build seront séparés" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" -msgstr "si spécifié, créé le dossier build dans le dossier source" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." -msgstr "remplace le point dans _templates etc." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" -msgstr "Options basiques du projet." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" -msgstr "nom du projet" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" -msgstr "nom de l'auteur" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" -msgstr "version du projet" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" -msgstr "version du projet" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" -msgstr "langue du document" +msgid "%s (%s attribute)" +msgstr "%s (attribut %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" -msgstr "préfixe des fichiers source" +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Arguments" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" -msgstr "nom du document principal" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Déclenche" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" -msgstr "utilisé epub" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Renvoie" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" -msgstr "Options d'extension" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Type renvoyé" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/javascript.py:334 #, python-format -msgid "enable %s extension" -msgstr "autoriser l'extension %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" -msgstr "active l'emploi d'extensions quelconques" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" -msgstr "Création des fichiers Batchfile et Makefile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" -msgstr "créer un fichier makefile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" -msgstr "ne pas créer un fichier makefile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" -msgstr "créer un fichier batch" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" -msgstr "ne pas créer un fichier batch" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" -msgstr "utiliser make-mode pour Makefile/make.bat" +msgid "%s (module)" +msgstr "%s (module)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" -msgstr "Gabarits de projet" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "fonction" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" -msgstr "répertoire des templates" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "méthode" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" -msgstr "définissez une variable de template" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "classe" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "vous avez spécifiez \"quit\" , mais \"project\" ou \"author\" ne sont pas spécifiés." +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "données" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Erreur : le chemin spécifié n'est pas un répertoire, ou les fichiers Sphinx existent déjà." +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "attribut" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart peut générer ces fichiers seulement dans un répertoire vide. Merci de spécifier un nouveau répertoire racine." +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "module" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: domains/javascript.py:407 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variable de template invalide : %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -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 :" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "Interrompu !" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "Erreur de balise reST :" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "Erreur d'encodage :" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: domains/changeset.py:25 #, 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." +msgid "Added in version %s" +msgstr "Ajouté dans la version %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "Erreur de récursion :" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Modifié dans la version %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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 "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. :" +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Obsolète depuis la version %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "Une exception a été levée :" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "Supprimé dans la version %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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 "Merci de rapporter ceci s'il s'agit d'une erreur utilisateur, afin d'améliorer le message d'erreur à l'avenir." +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -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 !" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citation dupliquée %s, une autre instance dans %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "Le numéro du job doit être strictement positif" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "La citation [%s] n'est pas référencée" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "Libellé dupliqué pour l'équation %s, autre instance dans %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" -msgstr "chemin des fichiers sources de la documentation" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format invalide : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" -msgstr "chemin du répertoire de sortie" +#: environment/__init__.py:86 +msgid "new config" +msgstr "nouvelle configuration" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -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é" +#: environment/__init__.py:87 +msgid "config changed" +msgstr "la configuration a changé" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" -msgstr "options générales" +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "les extensions ont changé" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" -msgstr "constructeur à utiliser (par défaut: 'html')" +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "version non à jour de l’environnement de construction" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -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" +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "le répertoire racine a changé" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -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)" +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" -msgstr "ne pas utiliser un environnement sauvegardé, relire toujours tous les fichiers" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" -msgstr "options de chemin" +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: environment/__init__.py:364 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/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)" +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -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" +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "Échec du scan des documents dans %s : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" -msgstr "outre passer un paramètre du fichier de configuration" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "le domaine %r n'est pas enregistré." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" -msgstr "passer une valeur aux templates HTML" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "Le document n'est inclus dans aucune toctree." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "définit une balise : seules les blocs \"only\" avec TAG seront inclus" +#: environment/__init__.py:806 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" -msgstr "options de la console de sortie" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" -msgstr "augmenter la verbosité (peut être répété)" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" -msgstr "aucune sortie vers stdout, seulement les avertissements vers stderr" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Attention" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" -msgstr "aucune sortie du tout, même pas les avertissements" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Prudence" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "émettre une sortie de couleur (par défaut : auto-détection)" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Danger" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" -msgstr "ne pas émettre une sortie de couleur (par défaut : auto-détection)" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Erreur" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" -msgstr "options de contrôle des avertissements" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Indication" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "écrire les avertissements (et les erreurs) vers le fichier spécifié" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "modifier les avertissements en erreurs" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Note" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "avec --fail-on-warning, continue lorsque des avertissements sont émis" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Voir aussi" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" -msgstr "montrer la trace d’appels complète si une exception est levée" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Astuce" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" -msgstr "exécuter Pdb si une exception se produit." +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Avertissement" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "impossible de combiner l'option -a avec le nom du fichier" +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "insère automatiquement les docstrings des modules" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" -msgstr "impossible d'ouvrir le fichier des avertissements %r : %s" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "tester automatiquement des extraits de code dans des blocs doctest" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -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:45 +msgid "link between Sphinx documentation of different projects" +msgstr "lien entre la documentation Sphinx de différents projets" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -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: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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -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} " +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "vérification de la couverture de la documentation" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -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}" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "expressions mathématiques, traduites en images PNG ou SVG" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -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}" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "expressions mathématiques, transmises dans le navigateur à MathJax" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -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}" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "inclusion conditionnelle du contenu basé sur la valeur de configuration" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "impossible de calculer l'avancement de la traduction !" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "pas d'éléments traduits !" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "Merci de saisir un chemin valide." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, 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" +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "Merci de saisir du texte." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: cmd/quickstart.py:117 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "La note de bas de page [%s] n'est pas référencée." - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "La note de bas de page [#] n'est pas référencée." +msgid "Please enter one of %s." +msgstr "Merci de saisir un des %s." -#: /home/runner/work/sphinx/sphinx/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 "Problème dans le domaine %s : le champ est censé utiliser le rôle '%s', mais ce rôle ne figure pas dans le domaine." +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." +msgstr "Merci de saisir 'y' ou 'n'." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +#: 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'." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: cmd/quickstart.py:213 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Bienvenue dans le kit de démarrage rapide de Sphinx %s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format +#: cmd/quickstart.py:217 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'." - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, 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" +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: cmd/quickstart.py:225 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "exception pendant l’évaluation de l'expression de la directive only : %s" +msgid "Selected root path: %s" +msgstr "Chemin racine sélectionné : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." +msgstr "Saisissez le répertoire racine de la documentation." -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" +msgstr "racine de la documentation." -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "erreur de lecture : %s,%s" +#: cmd/quickstart.py:237 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "erreur d'écriture : %s,%s" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart n'écrasera pas un projet Sphinx existant." -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s n'existe pas" +#: cmd/quickstart.py:246 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format +#: cmd/quickstart.py:256 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "nom de rôle ou de directive inconnu: %s:%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "type de node inconnu : %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "rôle par défaut %s introuvable" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "le caractère source est indécodable, il sera remplacé par \"?\" : %r" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "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." -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "ignoré" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" +msgstr "Séparer les répertoires source et de sortie (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "échoué" +#: cmd/quickstart.py:269 +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 (\"_\")." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Attention" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" +msgstr "Préfixe de nom pour les répertoires static et de gabarits (templates)" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Prudence" +#: cmd/quickstart.py:280 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Danger" +#: cmd/quickstart.py:284 +msgid "Project name" +msgstr "Nom du projet" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Erreur" +#: cmd/quickstart.py:286 +msgid "Author name(s)" +msgstr "Nom(s) de(s) l'auteur(s)" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Indication" +#: cmd/quickstart.py:291 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Important" +#: cmd/quickstart.py:299 +msgid "Project version" +msgstr "Version du projet" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Note" +#: cmd/quickstart.py:301 +msgid "Project release" +msgstr "Version du projet" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Voir aussi" +#: cmd/quickstart.py:306 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Astuce" +#: cmd/quickstart.py:315 +msgid "Project language" +msgstr "Langue du projet" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Avertissement" +#: cmd/quickstart.py:322 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "nouvelle configuration" +#: cmd/quickstart.py:327 +msgid "Source file suffix" +msgstr "Extension des fichiers sources" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "la configuration a changé" +#: cmd/quickstart.py:332 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "les extensions ont changé" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" +msgstr "Non du fichier principal (sans extension)" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "version non à jour de l’environnement de construction" +#: cmd/quickstart.py:350 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "le répertoire racine a changé" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart n'écrasera pas les fichiers existants." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 +#: cmd/quickstart.py:360 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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Échec du scan des documents dans %s : %r" +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Indiquer lesquelles de ces extensions Sphinx doivent être activées :" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "le domaine %r n'est pas enregistré." +#: cmd/quickstart.py:379 +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é." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "Le document n'est inclus dans aucune toctree." +#: cmd/quickstart.py:389 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -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:395 +msgid "Create Makefile? (y/n)" +msgstr "Création du Makefile ? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citation dupliquée %s, une autre instance dans %s" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" +msgstr "Création du fichier de commandes Windows ? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "La citation [%s] n'est pas référencée" +msgid "Creating file %s." +msgstr "Fichier en cours de création %s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (fonction de base)" +msgid "File %s already exists, skipping." +msgstr "Le fichier %s existe déjà, il ne sera pas remplacé" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (méthode %s)" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." +msgstr "Terminé : la structure initiale a été créée." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: cmd/quickstart.py:502 #, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" +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. " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variable globale ou constante)" +#: cmd/quickstart.py:510 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: cmd/quickstart.py:513 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (attribut %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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Arguments" +#: cmd/quickstart.py:520 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Déclenche" +#: cmd/quickstart.py:555 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Renvoie" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "Pour plus d'informations, visitez le site ." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Type renvoyé" +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "mode silencieux" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 -#, python-format -msgid "%s (module)" -msgstr "%s (module)" +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "racine du projet" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "fonction" +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "Options de structure" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "méthode" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "si spécifié, les répertoires source et build seront séparés" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "classe" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "si spécifié, créé le dossier build dans le dossier source" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "données" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "remplace le point dans _templates etc." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "attribut" +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "Options basiques du projet." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "module" +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "nom du projet" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, 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:614 +msgid "author names" +msgstr "nom de l'auteur" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "Libellé dupliqué pour l'équation %s, autre instance dans %s" +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "version du projet" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format invalide : %r" +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "version du projet" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" -msgstr "Ajouté dans la version %s" +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "langue du document" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "Modifié dans la version %s" +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "préfixe des fichiers source" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "Obsolète depuis la version %s" +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "nom du document principal" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" -msgstr "Supprimé dans la version %s" +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "utilisé epub" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" -msgstr "%s (directive)" +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "Options d'extension" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (option de directive)" +msgid "enable %s extension" +msgstr "autoriser l'extension %s" + +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "active l'emploi d'extensions quelconques" + +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "Création des fichiers Batchfile et Makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" -msgstr "%s (role)" +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "créer un fichier makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "directive" +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "ne pas créer un fichier makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "option de directive" +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "créer un fichier batch" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "role" +#: cmd/quickstart.py:689 +msgid "do not create batchfile" +msgstr "ne pas créer un fichier batch" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, 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:698 +msgid "use make-mode for Makefile/make.bat" +msgstr "utiliser make-mode pour Makefile/make.bat" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "Gabarits de projet" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" -msgstr "Lien vers cette équation" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" +msgstr "répertoire des templates" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[source]" +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "définissez une variable de template" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "Coloration syntaxique du code du module..." +#: cmd/quickstart.py:749 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[docs]" +#: cmd/quickstart.py:768 +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à." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Code du module" +#: cmd/quickstart.py:775 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: cmd/quickstart.py:793 #, python-format -msgid "

Source code for %s

" -msgstr "

Code source de %s

" +msgid "Invalid template variable: %s" +msgstr "Variable de template invalide : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Vue d'ensemble : code du module" +#: 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 :" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Modules pour lesquels le code est disponible

" +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" +msgstr "Interrompu !" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "À faire" +#: cmd/build.py:67 +msgid "reST markup error:" +msgstr "Erreur de balise reST :" + +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" +msgstr "Erreur d'encodage :" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "TODO entry found: %s" -msgstr "Entrée TODO trouvée : %s" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" +msgstr "Erreur de récursion :" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(l'<> se trouve dans %s, à la ligne %d)" +#: _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. :" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "entrée originale" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" +msgstr "Une exception a été levée :" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." -msgstr "Créerait le fichier %s." +#: _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." + +#: cmd/build.py:124 +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 !" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: cmd/build.py:144 +msgid "job number should be a positive number" +msgstr "Le numéro du job doit être strictement positif" + +#: cmd/build.py:154 msgid "" "\n" -"Look recursively in for Python modules and packages and create\n" -"one reST file with automodule directives per package in the .\n" +"Generate documentation from source files.\n" "\n" -"The s can be file and/or directory patterns that will be\n" -"excluded from generation.\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" -"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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "chemin vers le module à documenter" +#: cmd/build.py:180 +msgid "path to documentation source files" +msgstr "chemin des fichiers sources de la documentation" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "patterns de fichier fnmatch-style et/ou répertoire à exclure" +#: cmd/build.py:183 +msgid "path to output directory" +msgstr "chemin du répertoire de sortie" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "répertoire où placer toutes les sorties" +#: 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é" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -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)" +#: cmd/build.py:194 +msgid "general options" +msgstr "options générales" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "remplacer les fichiers existants" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "constructeur à utiliser (par défaut: 'html')" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 +#: cmd/build.py:210 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "exécuter le script sans créer les fichiers" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "afficher la documentation de chaque module sur sa propre page" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "inclure le module \"_private\"" +#: 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "nom du fichier de table des matières (défaut : modules)" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "ne pas créer de fichier de table des matières" +#: cmd/build.py:230 +msgid "path options" +msgstr "options de chemin" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: cmd/build.py:236 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à)" +"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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "mettre la documentation du module avant celle du sous-module" +#: 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -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" +#: cmd/build.py:257 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "extension du fichier (par défaut : rst)" +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "outre passer un paramètre du fichier de configuration" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" +msgstr "passer une valeur aux templates HTML" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "générer un projet complet avec sphinx-quickstart" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "définit une balise : seules les blocs \"only\" avec TAG seront inclus" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -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" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "mode tatillon : avertir de toutes les références manquantes" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "nom du projet (par défaut : nom du module principal)" +#: cmd/build.py:294 +msgid "console output options" +msgstr "options de la console de sortie" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "auteur(s) du projet, utilisé quand l'option -full est précisée" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" +msgstr "augmenter la verbosité (peut être répété)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "version du projet, utilisé quand l'option -full est précisée" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" +msgstr "aucune sortie vers stdout, seulement les avertissements vers stderr" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -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" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "aucune sortie du tout, même pas les avertissements" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "options relatives aux extensions" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" +msgstr "émettre une sortie de couleur (par défaut : auto-détection)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." -msgstr "%s n'est pas un répertoire" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "ne pas émettre une sortie de couleur (par défaut : auto-détection)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: cmd/build.py:334 +msgid "warning control options" +msgstr "options de contrôle des avertissements" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" +msgstr "écrire les avertissements (et les erreurs) vers le fichier spécifié" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, 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" +#: cmd/build.py:347 +msgid "turn warnings into errors" +msgstr "modifier les avertissements en erreurs" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Directive « graphviz » sans contenu ignorée." +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "montrer la trace d’appels complète si une exception est levée" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, 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" +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "exécuter Pdb si une exception se produit." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, 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" +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "lever une exception en cas d'avertissement" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, 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" +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "impossible de combiner l'option -a avec le nom du fichier" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: cmd/build.py:439 #, 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 "cannot open warning file %r: %s" +msgstr "impossible d'ouvrir le fichier des avertissements %r : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, 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" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" +msgstr "l'option -D doit être sous la forme nom=valeur" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "dot code %r: %s" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" +msgstr "l'option -A doit être sous la forme nom=valeur" + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Le constructeur factice ne génère aucun fichier." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/linkcheck.py:60 #, python-format -msgid "[graph: %s]" -msgstr "[graphe: %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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graphe]" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "lien mort: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/linkcheck.py:526 #, 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" +msgid "Anchor '%s' not found" +msgstr "Ancre '%s' non trouvée" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: builders/linkcheck.py:726 #, 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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: builders/singlehtml.py:36 #, 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 "The HTML page is in %(outdir)s." +msgstr "Les pages HTML sont dans %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== durées de lecture les plus lentes =======================" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "création du document unique" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "option '+' ou '-' manquante dans %s." +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "enregistrement" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' n'est pas une option valide." +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "Enregistrement des fichiers supplémentaires" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/manpage.py:39 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "%s n'est pas une option pyversion valide" +msgid "The manual pages are in %(outdir)s." +msgstr "Le manuel se trouve dans %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "type invalide de TestCode" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/manpage.py:76 #, 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." +msgid "\"man_pages\" config value references unknown document %s" +msgstr "le paramètre de configuration \"man_pages\" référence un document inconnu %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: builders/text.py:34 #, 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 "The text files are in %(outdir)s." +msgstr "Les fichiers texte se trouvent dans %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "code doctest invalide sera ignoré : %r" +msgid "error writing file %s: %s" +msgstr "erreur lors l'écriture du fichier %s : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 +#: builders/xml.py:38 #, 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)" +msgid "The XML files are in %(outdir)s." +msgstr "Les fichiers XML se trouvent dans %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/xml.py:110 #, python-format -msgid "invalid regex %r in %s" -msgstr "regex invalide %r dans %s" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Le fichier pseudo-XML se trouve dans %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/texinfo.py:47 #, python-format -msgid "module %s could not be imported: %s" -msgstr "le module %s ne pas être importé : %s" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Les fichiers Texinfo se trouvent dans %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 -#, python-format +#: builders/texinfo.py:49 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +"\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)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -msgid "" -"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 "aucun paramètre de configuration \"texinfo_documents\" trouvé: aucun document ne sera écrit" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: builders/texinfo.py:90 #, 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 "\"texinfo_documents\" config value references unknown document %s" +msgstr "La valeur du paramètre \"texinfo_documents\" référence un document inconnu %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "regex invalide %r dans coverage_c_regexes" +msgid "processing %s" +msgstr "traitement de %s en cours" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "résolution des références..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "fonction python non documentée: %s :: %s" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr "(dans" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "classe python non documentée: %s :: %s" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "copie des images... " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "méthode python non documentée: %s :: %s :: %s" +msgid "cannot copy image file %r: %s" +msgstr "impossible de copier le fichier image %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, 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/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "copie des fichiers de support Texinfo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: builders/texinfo.py:233 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "La commande de %s, %r, ne pas être exécuté (nécessaire pour display mathématique), vérifier la configuration imgmath_%s" +msgid "error writing file Makefile: %s" +msgstr "erreur lors l'écriture du fichier Makefile : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: builders/gettext.py:230 #, python-format -msgid "display latex %r: %s" -msgstr "latex de type display %r : %s" +msgid "The message catalogs are in %(outdir)s." +msgstr "La liste des messages se trouve dans %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "inline latex %r: %s" -msgstr "latex en ligne %r : %s" +msgid "building [%s]: " +msgstr "construction [%s] : " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: builders/gettext.py:252 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "la section \"%s\" est étiquettée \"%s\"" +msgid "targets for %d template files" +msgstr "cibles pour les modèles de fichiers %d" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "libellé dupliqué %s, l'autre instance se trouve dans %s" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "lecture des gabarits... " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "écriture des catalogues de messages... " + +#: builders/__init__.py:200 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "toplevel_sectioning %r inconnu pour la classe %r" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: builders/__init__.py:208 #, python-format -msgid "no Babel option known for language %r" -msgstr "Aucune option Babel disponible pour la langue %r" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: trop grand, ignoré." +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "construction en cours [mo] : " + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "écriture... " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: builders/__init__.py:251 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "all of %d po files" +msgstr "tous les %d fichiers po" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "le titre du document n'est pas un unique node de type Text" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "cibles spécifiées pour les fichiers po %d" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "le titre de node rencontré n'est apparenté à aucun parmi section, topic, table, admonition ou sidebar" +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "cibles périmées pour les fichiers po %d" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Notes de bas de page" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "tous les fichiers source" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: builders/__init__.py:307 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "file %r given on command line does not exist, " +msgstr "le fichier %r passé dans la ligne de commande n'existe pas, " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: builders/__init__.py:313 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "options tabularcolumns et :widths: simultanément présentes. :widths: sera ignoré." +"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é" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: builders/__init__.py:324 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "%s est invalide comme unité de dimension. Ignoré." +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é" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: builders/__init__.py:339 #, python-format -msgid "unknown index entry type %s found" -msgstr "le type inconnu d’entrée d’index %s a été trouvé" +msgid "%d source files given on command line" +msgstr "%d fichiers source saisis en ligne de commande" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: builders/__init__.py:354 #, python-format -msgid "[image: %s]" -msgstr "[image: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[image]" +msgid "targets for %d source files that are out of date" +msgstr "cibles périmées pour les fichiers sources %d" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "Lien vers cette définition" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "recherche des fichiers périmés... " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: builders/__init__.py:386 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format n'est pas défini %s" +msgid "%d found" +msgstr "%d trouvé" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "aucun résultat trouvé" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Aucun ID assigné au node %s" +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "Environnement de sérialisation" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "Lien vers ce terme" +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "vérification de la cohérence" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "Lien vers cette rubrique" +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "aucune cible n'est périmée." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "Lien vers ce tableau" +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "mise à jour de l'environnement : " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "Lien vers ce code" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s ajouté(s), %s modifié(s), %s supprimé(s)" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "Lien vers cette image" +#: builders/__init__.py:507 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "Lien vers cette table des matières" +#: builders/__init__.py:516 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "impossible d'obtenir la taille de l'image. L'option :scale: est ignorée." +#: builders/__init__.py:527 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Index" +#: builders/__init__.py:534 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "la légende n'est pas à l'intérieur de la figure." +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "lecture des sources... " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: builders/__init__.py:686 #, python-format -msgid "unimplemented node type: %r" -msgstr "type de node non-implémenté : %r" +msgid "docnames to write: %s" +msgstr "documents à écrire : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "Usage :" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "documents en préparation" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "{0} [OPTIONS] []" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "copie des ressources" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr "Le générateur de documentation Sphinx." +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "le caractère source est indécodable, il sera remplacé par \"?\" : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "Commandes:" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Le fichier ePub se trouve dans %(outdir)s ." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "Options" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "Enregistrement du fichier nav.xhtml..." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -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: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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: erreur : {1}\nExécuter '{0} --help' pour information" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr " Gérer la documentation avec Sphinx." +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "Afficher la version et quitter." +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "Afficher ce message et quitter." +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "Journalisation" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "Augmenter la verbosité (peut être répété)" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "N'imprimez que les erreurs et les avertissements." +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "Pas de sortie du tout" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "Voir 'sphinx --help'.\n" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "Fichier CSS non valide : %r, il sera ignoré" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/_epub_base.py:220 #, python-format msgid "duplicated ToC entry found: %s" msgstr "entrées dupliquées de la table des matières trouvées : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "copie des images... " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: builders/_epub_base.py:432 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "impossible de lire le fichier image %r: il sera copié à la place" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "impossible de copier le fichier image %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: builders/_epub_base.py:463 #, python-format msgid "cannot write image file %r: %s" msgstr "impossible d'écrire le fichier image %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 +#: builders/_epub_base.py:475 msgid "Pillow not found - copying image files" msgstr "Pillow n'a pas été trouvé - copie des fichiers image" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 +#: builders/_epub_base.py:507 msgid "writing mimetype file..." msgstr "écriture du type MIME du fichier ..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 +#: builders/_epub_base.py:516 msgid "writing META-INF/container.xml file..." msgstr "écriture du fichier META-INF/container.xml..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 +#: builders/_epub_base.py:553 msgid "writing content.opf file..." msgstr "Enregistrement du fichier content.opf..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: builders/_epub_base.py:585 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "type MIME inconnu pour %s, il sera ignoré" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 +#: builders/_epub_base.py:756 msgid "writing toc.ncx file..." msgstr "Enregistrement du fichier toc.ncx..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: builders/_epub_base.py:785 #, python-format msgid "writing %s file..." msgstr "fichier %s en cours d'écriture..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: builders/changes.py:33 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Les fichiers XML se trouvent dans %(outdir)s." +msgid "The overview file is in %(outdir)s." +msgstr "Le fichier d'aperçu se trouve dans %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: builders/changes.py:60 #, python-format -msgid "error writing file %s: %s" -msgstr "erreur lors l'écriture du fichier %s : %s" +msgid "no changes in version %s." +msgstr "aucun changement dans la version %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Le fichier pseudo-XML se trouve dans %(outdir)s." +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "écriture du fichier de résumé..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Le manuel se trouve dans %(outdir)s." +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Fonctions de base" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -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" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Module" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "enregistrement" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "copie des fichiers sources..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: builders/changes.py:140 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "le paramètre de configuration \"man_pages\" référence un document inconnu %s" +msgid "could not read %r for changelog creation" +msgstr "impossible de lire %r pour la création du changelog" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Le constructeur factice ne génère aucun fichier." +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "rôle par défaut %s introuvable" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: util/docfields.py:95 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Le fichier ePub se trouve dans %(outdir)s ." +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "Enregistrement du fichier nav.xhtml..." +#: 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -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" +#: 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'." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -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" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -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" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -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" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "Tentative de copie interrompue du modèle rendu %s vers %s (le chemin de destination contient des données existantes)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -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" +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "Écriture du résultat du modèle évalué dans %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -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" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -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" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "le paramètre de configuration \"epub_copyright\" (ou \"copyright\") ne peut pas être vide pour EPUB3" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "nom de rôle ou de directive inconnu: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "le paramètre de configuration \"epub_identifier\" ne peut pas être vide pour EPUB3" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "type de node inconnu : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "le paramètre de configuration \"version\" ne peut pas être vide pour EPUB3" +#: util/display.py:83 +msgid "skipped" +msgstr "ignoré" + +#: util/display.py:88 +msgid "failed" +msgstr "échoué" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: util/i18n.py:105 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "Fichier CSS non valide : %r, il sera ignoré" +msgid "reading error: %s, %s" +msgstr "erreur de lecture : %s,%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: util/i18n.py:112 #, 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 "writing error: %s, %s" +msgstr "erreur d'écriture : %s,%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: util/i18n.py:141 #, python-format -msgid "broken link: %s (%s)" -msgstr "lien mort: %s (%s)" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s n'existe pas" + +#: util/i18n.py:236 +#, 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:63 +msgid "non-whitespace stripped by dedent" +msgstr "les espaces non blancs sont supprimés par dedent" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: directives/code.py:84 #, python-format -msgid "Anchor '%s' not found" -msgstr "Ancre '%s' non trouvée" +msgid "Invalid caption: %s" +msgstr "Légende invalide: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, 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 "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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: directives/code.py:211 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Le fichier d'aperçu se trouve dans %(outdir)s." +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Impossible d'utiliser les options \"%s\" et \"%s\" en même temps." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: directives/code.py:225 #, python-format -msgid "no changes in version %s." -msgstr "aucun changement dans la version %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "écriture du fichier de résumé..." +msgid "Include file %r not found or reading it failed" +msgstr "Le fichier d'include %r est introuvable ou sa lecture a échouée." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Fonctions de base" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "L’encodage %r utilisé pour lire le fichier inclus %r semble erroné, veuillez ajouter une option :encoding:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Module" +#: directives/code.py:270 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "copie des fichiers sources..." +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "On ne peut pas utiliser \"lineno-match\" avec un \"lines\" non contigu " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: directives/code.py:308 #, python-format -msgid "could not read %r for changelog creation" -msgstr "impossible de lire %r pour la création du changelog" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Spécification de lignes %r : aucune ligne extraite du fichier inclus %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: directives/other.py:122 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Les fichiers texte se trouvent dans %(outdir)s." +msgid "toctree glob pattern %r didn't match any documents" +msgstr "le motif global toctree %r ne correspond à aucun document" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "La liste des messages se trouve dans %(outdir)s." +msgid "toctree contains reference to excluded document %r" +msgstr "le toctree contient une référence à des documents exclus %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "building [%s]: " -msgstr "construction [%s] : " +msgid "toctree contains reference to nonexisting document %r" +msgstr "la table des matières contient des références à des documents inexistants %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: directives/other.py:171 #, python-format -msgid "targets for %d template files" -msgstr "cibles pour les modèles de fichiers %d" +msgid "duplicated entry found in toctree: %s" +msgstr "entrée dupliquée trouvée dans toctree: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "lecture des gabarits... " +#: directives/other.py:204 +msgid "Section author: " +msgstr "Auteur de la section : " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "écriture des catalogues de messages... " +#: directives/other.py:206 +msgid "Module author: " +msgstr "Auteur du module : " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, 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)" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Auteur du code : " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, 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" +#: directives/other.py:210 +msgid "Author: " +msgstr "Auteur : " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "construction en cours [mo] : " +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr "... le contenu de acks n'est pas une liste" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "écriture... " +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr "... le contenu de hlist n'est pas une liste" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" -msgstr "tous les %d fichiers po" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "Usage :" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "cibles spécifiées pour les fichiers po %d" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPTIONS] []" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "cibles périmées pour les fichiers po %d" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "Le générateur de documentation Sphinx." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "tous les fichiers source" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "Commandes:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, 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, " +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Options" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, 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é" +#: _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/." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, 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é" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: erreur : {1}\nExécuter '{0} --help' pour information" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "%d fichiers source saisis en ligne de commande" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr " Gérer la documentation avec Sphinx." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "cibles périmées pour les fichiers sources %d" +#: _cli/__init__.py:194 +msgid "Show the version and exit." +msgstr "Afficher la version et quitter." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "recherche des fichiers périmés... " +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "Afficher ce message et quitter." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "%d trouvé" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "Journalisation" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "aucun résultat trouvé" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "Augmenter la verbosité (peut être répété)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "Environnement de sérialisation" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "N'imprimez que les erreurs et les avertissements." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "vérification de la cohérence" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "Pas de sortie du tout" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "aucune cible n'est périmée." +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "mise à jour de l'environnement : " +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "Voir 'sphinx --help'.\n" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s ajouté(s), %s modifié(s), %s supprimé(s)" +msgid "%b %d, %Y" +msgstr "%d %B %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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 "" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "impossible de calculer l'avancement de la traduction !" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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 "" +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "pas d'éléments traduits !" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: transforms/__init__.py:267 #, 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 "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: transforms/__init__.py:313 #, python-format +msgid "Footnote [%s] is not referenced." +msgstr "La note de bas de page [%s] n'est pas référencée." + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "La note de bas de page [*] n'est pas référencée." + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "La note de bas de page [#] n'est pas référencée." + +#: transforms/i18n.py:229 transforms/i18n.py:304 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 "" +"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} " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "lecture des sources... " +#: transforms/i18n.py:274 +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}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "documents à écrire : %s" +#: transforms/i18n.py:324 +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}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "documents en préparation" +#: transforms/i18n.py:346 +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}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "copie des ressources" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[source]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: ext/imgconverter.py:40 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Les fichiers Texinfo se trouvent dans %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nExécuter 'make' dans ce répertoire pour les soumettre à makeinfo\n(ou 'make info' directement ici pour l'automatiser)." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -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" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, 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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: ext/imgconverter.py:68 #, python-format -msgid "processing %s" -msgstr "traitement de %s en cours" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "résolution des références..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "Coloration syntaxique du code du module..." + +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[docs]" + +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Code du module" + +#: ext/viewcode.py:311 +#, python-format +msgid "

Source code for %s

" +msgstr "

Code source de %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr "(dans" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Vue d'ensemble : code du module" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "copie des fichiers de support Texinfo" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Modules pour lesquels le code est disponible

" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: ext/coverage.py:47 #, python-format -msgid "error writing file Makefile: %s" -msgstr "erreur lors l'écriture du fichier Makefile : %s" +msgid "invalid regex %r in %s" +msgstr "regex invalide %r dans %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Les pages HTML sont dans %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "création du document unique" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "Enregistrement des fichiers supplémentaires" +msgid "module %s could not be imported: %s" +msgstr "le module %s ne pas être importé : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: ext/coverage.py:141 +#, 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 "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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "les espaces non blancs sont supprimés par dedent" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: ext/coverage.py:163 #, python-format -msgid "Invalid caption: %s" -msgstr "Légende invalide: %s" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: ext/coverage.py:177 #, 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 "invalid regex %r in coverage_c_regexes" +msgstr "regex invalide %r dans coverage_c_regexes" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: ext/coverage.py:245 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Impossible d'utiliser les options \"%s\" et \"%s\" en même temps." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "API C non documentée : %s [%s] dans le fichier %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: ext/coverage.py:429 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "Le fichier d'include %r est introuvable ou sa lecture a échouée." +msgid "undocumented python function: %s :: %s" +msgstr "fonction python non documentée: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: ext/coverage.py:445 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "L’encodage %r utilisé pour lire le fichier inclus %r semble erroné, veuillez ajouter une option :encoding:" +msgid "undocumented python class: %s :: %s" +msgstr "classe python non documentée: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: ext/coverage.py:458 #, 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 "undocumented python method: %s :: %s :: %s" +msgstr "méthode python non documentée: %s :: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "On ne peut pas utiliser \"lineno-match\" avec un \"lines\" non contigu " +#: ext/todo.py:71 +msgid "Todo" +msgstr "À faire" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: ext/todo.py:104 #, 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" +msgid "TODO entry found: %s" +msgstr "Entrée TODO trouvée : %s" + +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: ext/todo.py:165 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "le motif global toctree %r ne correspond à aucun document" +msgid "(The <> is located in %s, line %d.)" +msgstr "(l'<> se trouve dans %s, à la ligne %d)" + +#: ext/todo.py:175 +msgid "original entry" +msgstr "entrée originale" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: ext/extlinks.py:82 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "le toctree contient une référence à des documents exclus %r" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: ext/doctest.py:115 #, 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 "missing '+' or '-' in '%s' option." +msgstr "option '+' ou '-' manquante dans %s." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: ext/doctest.py:120 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "entrée dupliquée trouvée dans toctree: %s" +msgid "'%s' is not a valid option." +msgstr "'%s' n'est pas une option valide." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Auteur de la section : " +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "%s n'est pas une option pyversion valide" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Auteur du module : " +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "type invalide de TestCode" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Auteur du code : " +#: ext/doctest.py:281 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Auteur : " +#: ext/doctest.py:434 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "... le contenu de acks n'est pas une liste" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "code doctest invalide sera ignoré : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "... le contenu de hlist n'est pas une liste" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: ext/graphviz.py:145 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "impossible d'atteindre l'image distante %s[%d]" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Fichier externe Graphviz %r non trouvé ou échec de sa lecture" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "impossible d'atteindre l'image distante %s[%s]" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Directive « graphviz » sans contenu ignorée." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: ext/graphviz.py:268 #, python-format -msgid "Unknown image format: %s..." -msgstr "Format d'image inconnu : %s..." +msgid "graphviz_dot executable path must be set! %r" +msgstr "Le chemin de l'exécutable de graphviz_dot doit être défini ! %r" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: ext/graphviz.py:303 +#, python-format 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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: ext/graphviz.py:310 #, 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 "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: ext/graphviz.py:313 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s cible de référence non trouvée : %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot n'a pas produit de fichier de sortie : \n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: ext/graphviz.py:329 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r cible de référence non trouvée : %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "Table des matières" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Recherche" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Go" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" +msgstr "dot code %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Montrer le code source" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[graphe: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Contenu" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[graphe]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Réduire la barre latérale" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "Lien vers cette équation" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: ext/apidoc.py:85 #, python-format -msgid "Search %(docstitle)s" -msgstr "Rechercher %(docstitle)s" +msgid "Would create file %s." +msgstr "Créerait le fichier %s." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Recherche rapide" +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "Résumé" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "chemin vers le module à documenter" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" -msgstr "Bienvenue ! Ceci est" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "patterns de fichier fnmatch-style et/ou répertoire à exclure" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" -msgstr "la documentation pour" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "répertoire où placer toutes les sorties" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" -msgstr "dernière modification" +#: 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "Index et tables :" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "remplacer les fichiers existants" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "Table des matières complète" +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "lister l'ensemble des sections et sous-sections" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "exécuter le script sans créer les fichiers" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Page de recherche" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "rechercher dans cette documentation" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "inclure le module \"_private\"" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "Index général des modules" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "nom du fichier de table des matières (défaut : modules)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "accès rapide à l'ensemble des modules" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Index général" +#: ext/apidoc.py:481 +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à)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "toutes les fonctions, classes, termes" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "mettre la documentation du module avant celle du sous-module" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Index complet sur une seule page" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "extension du fichier (par défaut : rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Sujet précédent" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "Chapitre précédent" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "générer un projet complet avec sphinx-quickstart" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Sujet suivant" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "Chapitre suivant" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "nom du projet (par défaut : nom du module principal)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Veuillez activer le JavaScript pour que la recherche fonctionne." +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -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/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "version du projet, utilisé quand l'option -full est précisée" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "rechercher" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Cette page" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "options relatives aux extensions" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Indexer les pages par lettre" +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." +msgstr "%s n'est pas un répertoire" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "peut être énorme" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "Échec de la suppression de %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigation" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "la section \"%s\" est étiquettée \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Recherchez dans %(docstitle)s" +msgid "duplicate label %s, other instance in %s" +msgstr "libellé dupliqué %s, l'autre instance se trouve dans %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "À propos de ces documents" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== durées de lecture les plus lentes =======================" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: ext/imgmath.py:159 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 +#: ext/imgmath.py:174 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: ext/imgmath.py:328 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Mis à jour le %(last_updated)s." +msgid "display latex %r: %s" +msgstr "latex de type display %r : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: ext/imgmath.py:362 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Créé en utilisant Sphinx %(sphinx_version)s." +msgid "inline latex %r: %s" +msgstr "latex en ligne %r : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" -msgstr "Agrandir la barre latérale" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Notes de bas de page" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "[image: %s]" +msgstr "[image: %s]" + +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[image]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "Lien vers cette définition" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: writers/html5.py:415 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Changements dans la version %(version)s — %(docstitle)s" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format n'est pas défini %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 +#: writers/html5.py:427 #, 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 "Any IDs not assigned for %s node" +msgstr "Aucun ID assigné au node %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Modifications de la bibliothèque" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "Lien vers ce terme" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Modifications de l'API C" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "Lien vers cette rubrique" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Autres modifications" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "Lien vers ce tableau" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Cacher les résultats de la recherche" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "niveau de rubrique non pris en charge : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "Résultats de la recherche" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "Lien vers ce code" -#: /home/runner/work/sphinx/sphinx/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 "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." +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "Lien vers cette image" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "Recherche terminée, ${resultCount} page(s) correspondant à la requête de recherche ont été trouvées." +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "Lien vers cette table des matières" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" -msgstr "Recherche en cours" +#: writers/html5.py:759 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "Préparation de la recherche..." +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Index" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr ", dans " +#: writers/latex.py:746 writers/texinfo.py:642 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "fichier image %s illisible " +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "la légende n'est pas à l'intérieur de la figure." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: writers/texinfo.py:1300 #, python-format -msgid "image file %s not readable: %s" -msgstr "fichier image %s illisible : %s" +msgid "unimplemented node type: %r" +msgstr "type de node non-implémenté : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: writers/latex.py:364 #, python-format -msgid "download file not readable: %s" -msgstr "le fichier téléchargé n’est pas lisible: %s" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "toplevel_sectioning %r inconnu pour la classe %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, 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 "no Babel option known for language %r" +msgstr "Aucune option Babel disponible pour la langue %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, 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" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: trop grand, ignoré." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "modèle %s introuvable ; chargement à partir de l'ancien %s à la place" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "le titre du document n'est pas un unique node de type Text" + +#: writers/latex.py:1178 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é" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "options tabularcolumns et :widths: simultanément présentes. :widths: sera ignoré." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: writers/latex.py:1575 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree contient une référence au document non inclu %r" +msgid "dimension unit %s is invalid. Ignored." +msgstr "%s est invalide comme unité de dimension. Ignoré." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: writers/latex.py:1931 #, python-format -msgid "see %s" -msgstr "voir %s" +msgid "unknown index entry type %s found" +msgstr "le type inconnu d’entrée d’index %s a été trouvé" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "see also %s" -msgstr "voir aussi %s" +msgid "environment variable; %s" +msgstr "variable d'environnement; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: domains/std/__init__.py:111 #, python-format -msgid "unknown index entry type %r" -msgstr "type d'index saisie inconnu %r" +msgid "%s; configuration value" +msgstr "%s; valeur de configuration" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symboles" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "Type" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "Défaut" + +#: domains/std/__init__.py:234 #, 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'." - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Paramètres du modèle" +"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\"" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 +#: domains/std/__init__.py:305 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "%s command line option" +msgstr "option de ligne de commande %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Paramètres" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "option de ligne de commande" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "Valeurs retournées" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "le terme du glossaire doit être précédé d'une ligne vide" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "les termes du glossaire ne doivent pas être séparés par des lignes vides" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "le glossaire semble être mal formaté; vérifiez l'indentation" + +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "terme du glossaire" + +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "élément de grammaire" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "étiquette de référence" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "variable d'environnement" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "option du programme" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "union" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "document" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "membre" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Index du module" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "type" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Page de recherche" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "concept" +#: domains/std/__init__.py:721 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "énumération" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "le paramètre numfig est désactivé : le paramètre :numref: est ignoré" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "énumérateur" +#: domains/std/__init__.py:934 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "paramètre de fonction" +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" +msgstr "le lien n'a pas de légende : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "paramètre du modèle" +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format invalide : %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variables" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "numfig_format invalide : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Lève" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" +msgstr "label non défini: %r" + +#: domains/std/__init__.py:1196 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format msgid "%s() (in module %s)" msgstr "%s() (dans le module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: 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 (dans le module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: domains/python/__init__.py:169 #, python-format msgid "%s (built-in variable)" msgstr "%s (variable de base)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: domains/python/__init__.py:194 #, python-format msgid "%s (built-in class)" msgstr "%s (classe de base)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: domains/python/__init__.py:195 #, python-format msgid "%s (class in %s)" msgstr "%s (classe dans %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: domains/python/__init__.py:249 #, python-format msgid "%s() (%s class method)" msgstr "%s() (méthode de la classe %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: domains/python/__init__.py:251 #, python-format msgid "%s() (%s static method)" msgstr "%s() (méthode statique %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: domains/python/__init__.py:389 #, python-format msgid "%s (%s property)" msgstr "%s (propriété %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: domains/python/__init__.py:428 #, python-format msgid "%s (type alias in %s)" -msgstr "" +msgstr "%s (type alias dans %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 +#: domains/python/__init__.py:557 msgid "Python Module Index" msgstr "Index des modules Python" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 +#: domains/python/__init__.py:558 msgid "modules" msgstr "modules" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 +#: domains/python/__init__.py:607 msgid "Deprecated" msgstr "Obsolète" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 +#: domains/python/__init__.py:632 msgid "exception" msgstr "exception" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 +#: domains/python/__init__.py:634 msgid "class method" msgstr "méthode de classe" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 +#: domains/python/__init__.py:635 msgid "static method" msgstr "méthode statique" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 +#: domains/python/__init__.py:637 msgid "property" msgstr "propriété" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 +#: domains/python/__init__.py:638 msgid "type alias" -msgstr "" +msgstr "type alias" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: domains/python/__init__.py:698 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: domains/python/__init__.py:817 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "plusieurs cibles trouvées pour le renvoi %r : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 +#: domains/python/__init__.py:878 msgid " (deprecated)" msgstr " (obsolète)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Paramètres" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variables" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Lève" + +#: domains/c/__init__.py:199 #, python-format -msgid "environment variable; %s" -msgstr "variable d'environnement; %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "%s; configuration value" -msgstr "" +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'." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" -msgstr "" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "Valeurs retournées" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" -msgstr "" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "membre" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variable" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "structure" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "union" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "énumération" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "énumérateur" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "type" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "paramètre de fonction" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Paramètres du modèle" + +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, 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\"" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Déclaration C++ dupliquée, également définie à %s:%s.\nLa déclaration est '.. cpp:%s:: %s'." + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "concept" + +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "paramètre du modèle" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contenu" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Table des matières" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Recherche" + +#: themes/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 "Montrer le code source" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Réduire la barre latérale" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigation" + +#: themes/basic/layout.html:115 #, python-format -msgid "%s command line option" -msgstr "option de ligne de commande %s" +msgid "Search within %(docstitle)s" +msgstr "Recherchez dans %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "option de ligne de commande" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "À propos de ces documents" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "le terme du glossaire doit être précédé d'une ligne vide" +#: 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 "Mis à jour le %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Créé en utilisant Sphinx %(sphinx_version)s." + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "Index – %(key)s" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Index complet sur une seule page" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indexer les pages par lettre" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "peut être énorme" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Rechercher %(docstitle)s" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Cette page" + +#: 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 :" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Table des matières complète" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "lister l'ensemble des sections et sous-sections" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "rechercher dans cette documentation" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Index général des modules" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "accès rapide à l'ensemble des modules" + +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Index général" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "toutes les fonctions, classes, termes" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Recherche rapide" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Veuillez activer le JavaScript pour que la recherche fonctionne." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Une recherche sur plusieurs mots ne retourne que les résultats contenant tous les mots." + +#: themes/basic/search.html:35 +msgid "search" +msgstr "rechercher" + +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Sujet précédent" + +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "Chapitre précédent" + +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Sujet suivant" + +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "Chapitre suivant" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Agrandir la barre latérale" + +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 +#, python-format +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Changements dans la version %(version)s — %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -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" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Liste auto-générée des modifications dans la version %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "le glossaire semble être mal formaté; vérifiez l'indentation" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Modifications de la bibliothèque" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "terme du glossaire" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Modifications de l'API C" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "élément de grammaire" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Autres modifications" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "étiquette de référence" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "variable d'environnement" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Cacher les résultats de la recherche" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "option du programme" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +msgstr "Résultats de la recherche" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "document" +#: 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 "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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Index du module" +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 -#, 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" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" +msgstr "Recherche en cours" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "le paramètre numfig est désactivé : le paramètre :numref: est ignoré" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." +msgstr "Préparation de la recherche..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 -#, 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" +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ", dans " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: environment/collectors/asset.py:95 #, python-format -msgid "the link has no caption: %s" -msgstr "le lien n'a pas de légende : %s" +msgid "image file not readable: %s" +msgstr "fichier image %s illisible " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: environment/collectors/asset.py:123 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format invalide : %s (%r)" +msgid "image file %s not readable: %s" +msgstr "fichier image %s illisible : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: environment/collectors/asset.py:160 #, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format invalide : %s" +msgid "download file not readable: %s" +msgstr "le fichier téléchargé n’est pas lisible: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: environment/collectors/toctree.py:258 #, python-format -msgid "undefined label: %r" -msgstr "label non défini: %r" +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 ?)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: environment/adapters/toctree.py:318 #, 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 "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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: environment/adapters/toctree.py:342 #, 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'." +"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é" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: environment/adapters/toctree.py:357 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variable" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "macro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "structure" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "suite de la page précédente" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "suite sur la page suivante" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree contient une référence au document non inclu %r" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Non alphabétique" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "voir %s" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Chiffres" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" +msgstr "voir aussi %s" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "page" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" +msgstr "type d'index saisie inconnu %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Version" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symboles" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Exemple" +#: 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Exemples" +#: 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Arguments de mots-clé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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Notes" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Les pages HTML sont dans %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Autres paramètres" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Échec de lecture du fichier de configuration de construction : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "Reçoit" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "non-concordance de build_info, copie de .buildinfo vers .buildinfo.bak" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "Références" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "compilation [html] :" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Avertissements" +#: builders/html/__init__.py:374 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "Yields" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "index" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:547 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "ensemble invalide de valeurs (accolade fermante manquante) : %s" +msgid "Logo of %s" +msgstr "Logo de %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "ensemble invalide de valeurs (accolade ouvrante manquante) :%s" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "suivant" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 -#, 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:581 +msgid "previous" +msgstr "précédent" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "chaîne littérale malformée (guillemet ouvrant manquant) : %s" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "génération des index" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" -msgstr "(disponible dans %s v%s)" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "Écriture des pages additionnelles" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:772 #, python-format -msgid "(in %s)" -msgstr "(dans %s)" +msgid "cannot copy image file '%s': %s" +msgstr "Impossible de copier le fichier image '%s' : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "Copie des fichiers téléchargeables... " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:796 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "inventaire des références croisées externes non trouvé : %r" +msgid "cannot copy downloadable file %r: %s" +msgstr "impossible de copier le fichier téléchargeable %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:843 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "suffixe de référence croisée externe non valide : %r" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:861 #, 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 "Failed to copy a file in html_static_file: %s: %r" +msgstr "Échec de la copie du fichier dans html_static_file : %s : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "%sexterne :%s cible de référence non trouvée : %s" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "Copie des fichiers statiques" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/html/__init__.py:912 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "cannot copy static file %r" +msgstr "impossible de copier le fichier static %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "copie des fichiers complémentaires" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "cannot copy extra file %r" +msgstr "copie des fichiers supplémentaires impossible %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/html/__init__.py:933 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "Failed to write build info file: %r" +msgstr "Échec d'écriture du fichier de configuration de construction : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format +#: builders/html/__init__.py:982 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." -msgstr "" +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/html/__init__.py:1027 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/html/__init__.py:1188 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: builders/html/__init__.py:1197 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 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 :" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "échec d'accès à un quelconque inventaire, messages de contexte suivants :" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "Export de l'inventaire des objets" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: builders/html/__init__.py:1237 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "l’inventaire intersphinx a bougé : %s -> %s" +msgid "dumping search index in %s" +msgstr "Export de l'index de recherche en %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: builders/html/__init__.py:1279 #, 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 "invalid js_file: %r, ignored" +msgstr "Fichier js_file : %r invalide, sera ignoré" + +#: builders/html/__init__.py:1312 +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é." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: builders/html/__init__.py:1317 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Échec de l'analyse de type_comment pour %r : %s" +msgid "Unknown math_renderer %r is given." +msgstr "math_renderer inconnu %r saisi." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: builders/html/__init__.py:1325 #, 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 "html_extra_path entry %r does not exist" +msgstr "L’entrée %r de html_extra_path n’existe pas" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "valeur invalide pour l'option member-order : %s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "L’entrée %r de html_extra_path se trouve à l’intérieur de outdir" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valeur invalide pour l'option class-doc-from : %s" +msgid "html_static_path entry %r does not exist" +msgstr "L’entrée %r de html_static_path n’existe pas" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 +#: builders/html/__init__.py:1349 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "signature invalide pour auto%s (%r)" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "erreur pendant la mise en forme de l'argument %s:%s" +msgid "logo file %r does not exist" +msgstr "Le fichier de logo %r n’existe pas" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 +#: builders/html/__init__.py:1372 #, 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" +msgid "favicon file %r does not exist" +msgstr "Le fichier de favicon %r n’existe pas " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 +#: builders/html/__init__.py:1384 #, 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)" +"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`." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "Un faux objet a été détecté : %r" +#: builders/html/__init__.py:1397 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: builders/html/__init__.py:1414 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "erreur lors du formatage de la signature pour %s : %s" +msgid "%s %s documentation" +msgstr "Documentation %s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" dans le nom d'automodule n'a pas de sens" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" +msgstr "Échec de l'obtention d'un nom de document !" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: builders/latex/transforms.py:119 #, 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" +msgid "Failed to get a docname for source %r!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: builders/latex/transforms.py:485 #, 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é" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Les fichiers LaTeX se trouvent dans %(outdir)s." + +#: builders/latex/__init__.py:119 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "attribut manquant mentionné dans l'option :members: : module %s, attribut %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)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Échec pour obtenir la signature de la fonction pour %s : %s" +#: builders/latex/__init__.py: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é" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: builders/latex/__init__.py:169 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Échec pour obtenir la signature du constructeur pour %s : %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" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Version" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "copie des fichiers de support TeX" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "copie de fichiers supplémentaires" + +#: builders/latex/__init__.py:543 #, python-format -msgid "Bases: %s" -msgstr "Bases : %s" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Clé de configuration inconnue : latex_elements[%r]; ignorée." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: builders/latex/__init__.py:551 #, python-format -msgid "missing attribute %s in object %s" -msgstr "attribut manquant %s dans l'objet %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Option de thème inconnue : latex_theme_options[%r], ignoré." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: builders/latex/theming.py:87 #, python-format -msgid "alias of %s" -msgstr "alias de %s" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r n'a pas d'option « theme »" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: builders/latex/theming.py:90 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias de TypeVar(%s)" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r n'a pas d'option « %s »" + +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" +msgstr "Une exception s'est produite, démarrage du débogueur :" + +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "erreur de balisage reStructuredText :" + +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" +msgstr "La trace complète a été sauvegardée dans :" + +#: _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 !" + +#: transforms/post_transforms/__init__.py:124 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: transforms/post_transforms/__init__.py:184 #, 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 "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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Invalide __slots__ trouvé sur %s. Ignoré." +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s cible de référence non trouvée : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "autosummary : impossible de déterminer si %r est documenté; l'exception suivante a été levée :\n%s" +msgid "%r reference target not found: %s" +msgstr "%r cible de référence non trouvée : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[autosummary] engendrement d’un auto-sommaire pour : %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "impossible d'atteindre l'image distante %s[%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[autosummary] écriture dans %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "impossible d'atteindre l'image distante %s[%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: transforms/post_transforms/images.py:141 #, 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 image format: %s..." +msgstr "Format d'image inconnu : %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 -msgid "" -"\n" -"Generate ReStructuredText using autosummary directives.\n" -"\n" -"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" -"the reStructuredText files from the autosummary directives contained in the\n" -"given input files.\n" -"\n" -"The format of the autosummary directive is documented in the\n" -"``sphinx.ext.autosummary`` Python module and can be read using::\n" -"\n" -" pydoc sphinx.ext.autosummary\n" -msgstr "\nEngendre du ReStructuredText par les directives autosummary.\n\nsphinx-autogen est une interface à sphinx.ext.autosummary.generate. Il\nengendre les fichiers reStructuredText à partir des directives autosummary\ncontenues dans les fichiers donnés en entrée.\n\nLe format de la directive autosummary est documentée dans le module\nPython \"sphinx.ext.autosummary\" et peut être lu via : ::\n\npydoc sphinx.ext.autosummary\n" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Exemple" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 -msgid "source files to generate rST files for" -msgstr "fichiers sources pour lesquels il faut produire des fichiers rST" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Exemples" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 -msgid "directory to place all output in" -msgstr "répertoire où placer toutes les sorties" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Arguments de mots-clés" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Notes" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Autres paramètres" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "Reçoit" + +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "Références" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Avertissements" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "Yields" + +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "extension par défaut pour les fichiers (par défaut : %(default)s)" +msgid "invalid value set (missing closing brace): %s" +msgstr "ensemble invalide de valeurs (accolade fermante manquante) : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "répertoire des templates spécifiques (par défaut : %(default)s)" +msgid "invalid value set (missing opening brace): %s" +msgstr "ensemble invalide de valeurs (accolade ouvrante manquante) :%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "membres importés du document (défaut : %(default)s)" +msgid "malformed string literal (missing closing quote): %s" +msgstr "chaîne littérale malformée (guillemet fermant manquant) : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "documenter exactement les membres dans l'attribut __all__ du module. (par défaut : %(default)s)" +msgid "malformed string literal (missing opening quote): %s" +msgstr "chaîne littérale malformée (guillemet ouvrant manquant) : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/autosummary/__init__.py:255 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "autosummary fait référence au document exclu %r. Ignoré" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/autosummary/__init__.py:257 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 +#: ext/autosummary/__init__.py:276 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "Un résumé automatique sous-titré nécessite l'option :toctree:. Ignoré." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/autosummary/__init__.py:329 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3891,293 +3779,360 @@ msgid "" "%s" msgstr "autosummary : échec de l'importation de %s.\nIndications possibles :\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/autosummary/__init__.py:343 #, python-format msgid "failed to parse name %s" msgstr "échec de l’analyse du nom %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/autosummary/__init__.py:348 #, python-format msgid "failed to import object %s" msgstr "échec d’importation de l'object %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/autosummary/__init__.py:647 #, python-format msgid "" "Summarised items should not include the current module. Replace %r with %r." -msgstr "" +msgstr "Les éléments résumés ne doivent pas inclure le module actuel. Remplacer %r par %r." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/autosummary/__init__.py:818 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "autosummary_generate : fichier nontrouvé : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/autosummary/__init__.py:826 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é." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "Une exception s'est produite, démarrage du débogueur :" +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 +#, 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" + +#: ext/autosummary/generate.py:525 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[autosummary] engendrement d’un auto-sommaire pour : %s" + +#: ext/autosummary/generate.py:529 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[autosummary] écriture dans %s" + +#: ext/autosummary/generate.py:571 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[autosummary] échec de l'importation de %s.\nIndications possibles :\n%s" + +#: ext/autosummary/generate.py:766 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "erreur de balisage reStructuredText :" +#: ext/autosummary/generate.py:788 +msgid "source files to generate rST files for" +msgstr "fichiers sources pour lesquels il faut produire des fichiers rST" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" -msgstr "La trace complète a été sauvegardée dans :" +#: ext/autosummary/generate.py:796 +msgid "directory to place all output in" +msgstr "répertoire où placer toutes les sorties" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 -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 !" +#: ext/autosummary/generate.py:804 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "extension par défaut pour les fichiers (par défaut : %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/autosummary/generate.py:812 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r n'a pas d'option « theme »" +msgid "custom template directory (default: %(default)s)" +msgstr "répertoire des templates spécifiques (par défaut : %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/autosummary/generate.py:820 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r n'a pas d'option « %s »" +msgid "document imported members (default: %(default)s)" +msgstr "membres importés du document (défaut : %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Échec de l'obtention d'un nom de document !" +#: ext/autosummary/generate.py:828 +#, 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" -msgstr "Échec de l'obtention d'un nom de document pour la source {source!r} !" +#: ext/intersphinx/_resolve.py:47 +#, python-format +msgid "(in %s v%s)" +msgstr "(disponible dans %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_resolve.py:49 #, 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 "(in %s)" +msgstr "(dans %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_resolve.py:103 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Les fichiers LaTeX se trouvent dans %(outdir)s." +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "inventaire '%s' : doublons trouvés pour %s:%s" -#: /home/runner/work/sphinx/sphinx/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 "\nExécuter 'make' dans ce répertoire pour les soumettre à (pdf)latex\n(ou 'make latexpdf' directement ici pour l’automatiser)." +#: ext/intersphinx/_resolve.py:113 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "inventaire '%s' : plusieurs correspondances trouvées pour %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -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/intersphinx/_resolve.py:359 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "inventaire des références croisées externes non trouvé : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "La valeur du paramètre \"latex_documents\" référence un document inconnu %s" +msgid "invalid external cross-reference suffix: %r" +msgstr "suffixe de référence croisée externe non valide : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "copie des fichiers de support TeX" +#: ext/intersphinx/_resolve.py:378 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "domaine pour la référence croisée externe non trouvé : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "copie de fichiers supplémentaires" +#: ext/intersphinx/_resolve.py:585 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "%sexterne :%s cible de référence non trouvée : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:59 #, python-format -msgid "logo file %r does not exist" -msgstr "Le fichier de logo %r n’existe pas" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Clé de configuration inconnue : latex_elements[%r]; ignorée." +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Option de thème inconnue : latex_theme_options[%r], ignoré." +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)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "build info file is broken: %r" -msgstr "Le fichier de configuration de construction est corrompu : %r" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Les pages HTML sont dans %(outdir)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])." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Échec de lecture du fichier de configuration de construction : %r" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "index" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Configuration `intersphinx_mapping` invalide (1 erreur)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "Logo of %s" -msgstr "" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Configuration `intersphinx_mapping` invalide (%s erreurs)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "suivant" +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "précédent" +#: ext/intersphinx/_load.py:240 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "chargement de l'inventaire intersphinx '%s' de %s ..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "génération des index" +#: 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 :" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "Écriture des pages additionnelles" +#: 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 :" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "l’inventaire intersphinx a bougé : %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "Copie des fichiers téléchargeables... " +#: ext/autodoc/type_comment.py:132 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "impossible de copier le fichier téléchargeable %r: %s" +msgid "Failed to parse type_comment for %r: %s" +msgstr "Échec de l'analyse de type_comment pour %r : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "invalid value for member-order option: %s" +msgstr "valeur invalide pour l'option member-order : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "Échec de la copie du fichier dans html_static_file : %s : %r" +msgid "invalid value for class-doc-from option: %s" +msgstr "valeur invalide pour l'option class-doc-from : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "Copie des fichiers statiques" +#: ext/autodoc/__init__.py:408 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "signature invalide pour auto%s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "cannot copy static file %r" -msgstr "impossible de copier le fichier static %r" +msgid "error while formatting arguments for %s: %s" +msgstr "erreur pendant la mise en forme de l'argument %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "copie des fichiers complémentaires" +#: ext/autodoc/__init__.py:795 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy extra file %r" -msgstr "copie des fichiers supplémentaires impossible %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 "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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Échec d'écriture du fichier de configuration de construction : %r" +msgid "A mocked object is detected: %r" +msgstr "Un faux objet a été détecté : %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -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." +#: ext/autodoc/__init__.py:953 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "erreur lors du formatage de la signature pour %s : %s" + +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" dans le nom d'automodule n'a pas de sens" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "La page %s correspond à deux motifs dans html_sidebars: %r et %r" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "arguments de signature ou annotation de return donnés pour l’automodule %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__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é" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "Export de l'inventaire des objets" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "attribut manquant mentionné dans l'option :members: : module %s, attribut %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" -msgstr "Export de l'index de recherche en %s" +msgid "Failed to get a function signature for %s: %s" +msgstr "Échec pour obtenir la signature de la fonction pour %s : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "Fichier js_file : %r invalide, sera ignoré" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -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é." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Échec pour obtenir la signature du constructeur pour %s : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "math_renderer inconnu %r saisi." +msgid "Bases: %s" +msgstr "Bases : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "L’entrée %r de html_extra_path n’existe pas" +msgid "missing attribute %s in object %s" +msgstr "attribut manquant %s dans l'objet %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "L’entrée %r de html_extra_path se trouve à l’intérieur de outdir" +msgid "alias of %s" +msgstr "alias de %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "L’entrée %r de html_static_path n’existe pas" +msgid "alias of TypeVar(%s)" +msgstr "alias de TypeVar(%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "L’entrée %r de html_static_path se trouve à l’intérieur de outdir" +msgid "Failed to get a method signature for %s: %s" +msgstr "Échec pour obtenir la signature de la méthode pour %s : %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "Le fichier de favicon %r n’existe pas " +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Invalide __slots__ trouvé sur %s. Ignoré." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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 "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -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)" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "Documentation %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" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Non alphabétique" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Chiffres" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "page" diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.js b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.js index e9958ca9e2f..b7a1ae695b5 100644 --- a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.mo index cb39a6225ac..64a7f5ad0f1 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 80a2814e391..0f9336218d3 100644 --- a/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/fr_FR/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+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.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: fr_FR\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2463 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3803,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/gl/LC_MESSAGES/sphinx.js b/sphinx/locale/gl/LC_MESSAGES/sphinx.js index c542dc40aab..e85925d0176 100644 --- a/sphinx/locale/gl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/gl/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "Busca", "Search Page": "P\u00e1xina de busca", "Search Results": "Resultados da busca", - "Search finished, found ${resultCount} page(s) matching the search query.": "Busca finalizada, atoparonse ${resultCount} p\u00e1xinas coincidentes coa consulta de busca.", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "Buscar dentro do/a %(docstitle)s", "Searching": "Buscando", "Searching for multiple words only shows matches that contain\n all words.": "Ao buscar varias palabras s\u00f3 se amosan as coincidencias que\n conte\u00f1an todas as palabras.", diff --git a/sphinx/locale/gl/LC_MESSAGES/sphinx.mo b/sphinx/locale/gl/LC_MESSAGES/sphinx.mo index 7f330f5c6f6..1602b6c2af3 100644 Binary files a/sphinx/locale/gl/LC_MESSAGES/sphinx.mo and b/sphinx/locale/gl/LC_MESSAGES/sphinx.mo differ diff --git a/sphinx/locale/gl/LC_MESSAGES/sphinx.po b/sphinx/locale/gl/LC_MESSAGES/sphinx.po index 0de5d26b54d..3c7bf0f9975 100644 --- a/sphinx/locale/gl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/gl/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Miguel Anxo Bouzada , 2023\n" "Language-Team: Galician (http://app.transifex.com/sphinx-doc/sphinx-1/language/gl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: gl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "a opción %r non é compatíbel co tema" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "O nome do analizador léxico Pygments %r é descoñecido" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "O evento %r xa está presente" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Nome de evento descoñecido: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuración descoñecido %r na substitución, é ignorado" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "O valor de configuración %r xa está presente" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -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()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Sección %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Táboa %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Listaxe %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -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}»." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -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}." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -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__}»." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "Non se atopou primary_domain %r non atopado, é ignorado." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "Desde a versión 2.0, Sphinx usa «index» como root_doc como predeterminado. Engada «root_doc = 'contents'» ao seu conf.py." - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Non é posíbel atopar o directorio fonte (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "O directorio de saída (%s) non é un directorio" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "O directorio fonte e o directorio de destino non poden ser idénticos" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Executando Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "creando o directorio de saída" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "ao configurar a extensión %s:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "cargando traducións [%s]…" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "feito" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "non dispoñíbel para mensaxes integradas" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "cargando o contorno preparado –pickled–" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "produciuse un fallo: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Non foi seleccionado ningún construtor, de xeito predeterminado usase: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "conseguido" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "finalizou con problemas" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "construción %s,%s advertencia (coas advertencias tratadas como erros)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "construción %s,%s advertencias (coas advertencias tratadas como erros)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "construción %s, %s advertencia." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "construción %s, %s advertencias." +msgid "build finished with problems, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "construción %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "a directiva %r xa está rexistrada, vai ser substituída" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "o rol %r xa está rexistrado, vai ser substituído" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "a extensión %s non é segura para a lectura en paralelo" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,311 +175,822 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "a extensión %s non é segura para a escritura en paralelo" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "seriando %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Propostas de mellora de Python; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "número PEP non válido %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "número RFC non válido %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "A clase %s do construtor non ten atributo «name»" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "O construtor %r xa existe (no módulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "O nome do construtor %s non está rexistrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "o dominio %s xa está rexistrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "o dominio %s aínda non está rexistrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "A directiva %r xa está rexistrada no dominio %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "O rol %r xa está rexistrado no dominio %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "O índice %r xa está rexistrado no dominio %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "O object_type %r xa está rexistrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "O crossref_type %r xa está rexistrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_sufix %r xa está rexistrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser para %r xa está rexistrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "O analizador de fontes para %s non está rexistrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "Xa existe o tradutor para %r" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r xa está rexistrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "O representador matemático %s xa está rexistrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Excepción orixinal:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "Non foi posíbel importar a extensión %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, 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?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "Ignorouse o documento ilexíbel %r." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "inserir automaticamente as cadeas literais –docstrings– dos módulos" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "O nome do analizador léxico Pygments %r é descoñecido" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "proba automaticamente fragmentos de código en bloques de probas –doctest–" +#: highlighting.py:202 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "ligazón entre a documentación de Sphinx de diferentes proxectos" +#: extension.py:55 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -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" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "comproba a cobertura da documentación" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "incluír matemáticas, representadas como imaxes PNG ou SVG" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "a opción %r non é compatíbel co tema" + +#: theming.py:215 +#, 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:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" + +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, 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:323 +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:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "non é posíbel substituír o axuste de configuración do dicionario %r, é ignorado (use %r para definir elementos individuais)" + +#: config.py:355 +#, 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:361 +#, 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:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuración descoñecido %r na substitución, é ignorado" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "O valor de configuración %r xa está presente" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, 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:534 +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:541 +#, 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:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "Sección %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Táboa %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Listaxe %s" + +#: config.py:722 +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}»." + +#: config.py:746 +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:759 +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:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "Non se atopou primary_domain %r non atopado, é ignorado." + +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "Desde a versión 2.0, Sphinx usa «index» como root_doc como predeterminado. Engada «root_doc = 'contents'» ao seu conf.py." + +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (directiva)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (opción da directiva)" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "directiva" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "opción da directiva" + +#: domains/rst.py:225 +msgid "role" +msgstr "rol" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "descrición duplicada de %s %s, outra instancia en %s" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (función integrada)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr " %s() (método %s)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (clase)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variábel global ou constante)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atributo)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumentos" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Lanzamentos" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Retorna" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Tipo de retorno" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (módulo)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "función" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "método" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "clase" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "datos" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atributo" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "módulo" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "descrición do/a %sduplicado/a de %s, outro/a %s en %s" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Cambiado na versión %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Obsoleto dende a versión %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "cita duplicada %s, outra instancia en %s" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "A cita [%s] non está referenciada." + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "etiqueta duplicada da ecuación %s, outra instancia en %s" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "«math_eqref_format» non válido: %r" + +#: 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:249 +msgid "build environment version not current" +msgstr "a versión do contorno de construción non é actual" + +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "o directorio fonte cambiou" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +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:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "Produciuse un fallo ao escanear os documentos en %s: %r" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "O dominio %r non está rexistrado" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "o documento non está incluído en ningunha árbore de índice –toctree–" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "atopouse unha árbore de índice –toctree– auto referenciada. É ignorado." + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atención" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Precaución" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perigo" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Erro" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Suxestión" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ver tamén" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Truco" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Advertencia" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "inserir automaticamente as cadeas literais –docstrings– dos módulos" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "proba automaticamente fragmentos de código en bloques de probas –doctest–" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "ligazón entre a documentación de Sphinx de diferentes proxectos" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "escribir entradas «todo» que se poden amosar ou agochar na construción" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "comproba a cobertura da documentación" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "incluír matemáticas, representadas como imaxes PNG ou SVG" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "incluír matemáticas, representadas no navegador por MathJax" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 +#: cmd/quickstart.py:50 msgid "conditional inclusion of content based on config values" msgstr "inclusión condicional de contido baseado en valores de configuración" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 +#: cmd/quickstart.py:51 msgid "include links to the source code of documented Python objects" msgstr "incluír ligazóns ao código fonte dos obxectos Python documentados" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 +#: cmd/quickstart.py:52 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "Introduza un nome de ruta válido." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "Introduza algún texto." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "Introduza un dos %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "Introduza «y» ou «n»." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "Introduza un sufixo de ficheiro, p. ex. «.rst» ou «.txt»." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Dámoslle a benvida á utilidade de inicio rápido de Sphinx %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "Ruta raíz seleccionada: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "Introduza a ruta raíz para a documentación." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "Ruta raíz para a documentación" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "«sphinx-quickstart» non sobrescribirá os proxectos Sphinx existentes." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "Separar os directorios fonte e construción (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "Prefixo de nome para os directorios de modelos e de estáticos" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "Nome do proxecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "Nome(s) do(s) autor(es)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -724,15 +999,15 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "Versión do proxecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "Publicación do proxecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -742,21 +1017,21 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "Idioma do proxecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "Sufixo do ficheiro fonte" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -764,93 +1039,91 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "Nome do documento principal (sen sufixo)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "«sphinx-quickstart» non sobrescribirá o ficheiro existente." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Indique cal das seguintes extensións de Sphinx debería estar activada:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 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»." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "Crear Makefile? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "Crear un ficheiro de ordes de Windows? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "Creando o ficheiro %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "O ficheiro %s xa existe, omitíndoo." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "Finalizado: creouse unha estrutura de directorio inicial." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -860,208 +1133,195 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "Para obter máis información, visite https://www.sphinx-doc.org/." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "modo silencioso" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "raíz do proxecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "Opcións de estrutura" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "se se especifica, separe os directorios fonte e construción" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "se se especifica, cree o directorio de construción baixo o directorio fonte" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "substitución de punto en _modelos, etc." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "Opcións básicas do proxecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "nome do proxecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "nome(s) do(s) autor(es)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "versión do proxecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "publicacaión do proxecto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "idioma do documento" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "sufixo do ficheiro fonte" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "nome do documento mestre" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "usar epub" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "Opcións de extensión" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "activar a extensión %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "activar extensións arbitrarias" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "Creación de Makefile e Batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "crear «makefile»" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "non crear o «makefile»" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "crear «batchfile»" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "non crear o «batchfile»" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "usar «make-mode» para Makefile/make.bat" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "Modelos de proxectos" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "directorio de modelos para ficheiros de modelos" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "definir unha variábel de modelo" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 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–" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "Variábel de modelo non válida: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "Produciuse unha excepción durante a construción, iniciando o depurador:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "Interrompido!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "Produciuse un erro de marcado reST:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "Produciuse un erro de codificación:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "O rastrexo completo foi gardado en %s, se quere informar do incidente aos desenvolvedores." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "Produciuse un erro de recursividade:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "Isto pode ocorrer con ficheiros fonte moi grandes ou profundamente aniñados. Pode aumentar coidadosamente o límite de recursividade predeterminado de Python de 1000 en conf.py, p. ex.:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "Produciuse unha excepción:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Pódese presentar un informe no seguimento de erros en https://github.com/sphinx-doc/sphinx/issues. Grazas!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "o número de traballo debe ser un número positivo" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1080,805 +1340,893 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "ruta aos ficheiros fonte da documentación" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "ruta ao directorio de saída" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "opcións xerais" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "escribir todos os ficheiros (predeterminado: escribir só os ficheiros novos e modificados)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "non use un contorno gardado, lea sempre todos os ficheiros" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "substituír un axuste no ficheiro de configuración" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "pasar un valor a modelos HTML" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "definir etiqueta: inclúír «só» bloques con TAG" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "definir etiqueta: inclúír «só» bloques con TAG" + +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "" + +#: cmd/build.py:294 +msgid "console output options" +msgstr "opcións de saída da consola" + +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" +msgstr "aumenta a verbosidade (pódese repetir)" + +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" +msgstr "sen saída en «stdout», só advertencias en «stderr»" + +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "sen ningunha saída, nin sequera advertencias" + +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" +msgstr "emite unha saída de cor (predeterminado: detección automática)" + +#: cmd/build.py:331 +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:334 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" +msgstr "escribe as advertencias (e os erros) no ficheiro indicado" + +#: cmd/build.py:347 +msgid "turn warnings into errors" +msgstr "converte as advertencias en erros" + +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "amosa o rastrexo completo na excepción" + +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "executar Pdb nunha excepción" + +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "non é posíbel combinar a opción -a e os nomes de ficheiro" + +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "non é posíbel abrir o ficheiro de advertencia %r: %s" + +#: cmd/build.py:458 +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:465 +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/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "O simulador do construtor non xera ficheiros." + +#: builders/linkcheck.py:60 +#, 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" + +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "ligazón rachada: %s (%s)" + +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:726 +#, 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" + +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "A páxina HTML está en %(outdir)s." + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "estase a montar un documento único" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "escribindo" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "escribindo ficheiros adicionais" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "As páxinas do manual están en %(outdir)s." + +#: builders/manpage.py:47 +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" + +#: builders/manpage.py:76 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "os ficheiros de texto están en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" -msgstr "opcións de saída da consola" +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "produciuse un erro ao escribir o ficheiro %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" -msgstr "aumenta a verbosidade (pódese repetir)" +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Os ficheiros XML están en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" -msgstr "sen saída en «stdout», só advertencias en «stderr»" +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Os ficheiros pseudo-XML están en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" -msgstr "sen ningunha saída, nin sequera advertencias" +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Os ficheiros «Texinfo» están en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "emite unha saída de cor (predeterminado: detección automática)" +#: 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 "\nExecute «make» nese directorio para executalos a través de makeinfo\n(use aquí «make info» para facelo automaticamente)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -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:78 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" -msgstr "" +#: builders/texinfo.py:90 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "escribe as advertencias (e os erros) no ficheiro indicado" +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "procesando %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "converte as advertencias en erros" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "resolvendo referencias…" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr "(en" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" -msgstr "amosa o rastrexo completo na excepción" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "copiando as imaxes…" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" -msgstr "executar Pdb nunha excepción" +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "non é posíbel copiar o ficheiro de imaxe %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "non é posíbel combinar a opción -a e os nomes de ficheiro" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "copiando os ficheiros de compatibilidade de Texinfo" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: builders/texinfo.py:233 #, python-format -msgid "cannot open warning file %r: %s" -msgstr "non é posíbel abrir o ficheiro de advertencia %r: %s" +msgid "error writing file Makefile: %s" +msgstr "produciuse un erro ao escribir o ficheiro «Makefile»: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" -msgstr "a opción de argumento -D debe estar na forma nome=valor" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "os catálogos de mensaxes están en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -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/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "construíndo [%s]: " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -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}" +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "obxectivos para %d ficheiros de modelos" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referencias inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "lendo os modelos…" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "referencias de citas inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "escribindo os catálogos de mensaxes…" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "referencias de termos inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" +#: builders/__init__.py:200 +#, 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/__init__.py:208 #, python-format -msgid "%b %d, %Y" -msgstr " %d.%b.%Y" +msgid "a suitable image for %s builder not found: %s" +msgstr "non se atopou unha imaxe axeitada para o construtor %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "non foi posíbel calcular o progreso da tradución!" +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "construíndo [mo]: " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "non hai ningún elemento traducidos!" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "escribindo a saída…" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/__init__.py:251 #, 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 "all of %d po files" +msgstr "todos, os %d, ficheiros «po»" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/__init__.py:273 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "A nota a rodapé [%s] non está referenciada." +msgid "targets for %d po files that are specified" +msgstr "obxectivos para os %d ficheiros «po» que se especifican" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "A nota a rodapé [#] non está referenciada." +#: builders/__init__.py:285 +#, python-format +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:295 +msgid "all source files" +msgstr "todos os ficheiros fonte" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "o ficheiro %r indicado na liña de ordes non existe," -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/__init__.py:313 #, 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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/__init__.py:324 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/__init__.py:339 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "%d source files given on command line" +msgstr "%d ficheiros fonte indicados na liña de ordes" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:354 #, 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»." +msgid "targets for %d source files that are out of date" +msgstr "obxectivos para %d ficheiros fonte que non están actualizados" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "buscando ficheiros xa desactualizados…" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/__init__.py:386 #, 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" +msgid "%d found" +msgstr "atopouse %d" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "non se atopou nada" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "preparando –pickling– o contorno" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "comprobando a coherencia" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "non hai ningún obxectivo desactualizado" + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "actualizando o contorno:" + +#: builders/__init__.py:471 #, 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" +msgid "%s added, %s changed, %s removed" +msgstr "%s engadido(s), %s cambiado(s), %s retirado(s)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:507 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:516 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "produciuse un erro de lectura: %s, %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "produciuse un erro de escritura: %s, %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:527 #, python-format -msgid "locale_dir %s does not exist" -msgstr "«local_dir» %s non existe" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:534 #, 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" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "directiva ou nome de rol descoñecido: %s:%s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "lendo as fontes…" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:686 #, python-format -msgid "unknown node type: %r" -msgstr "tipo de nodo descoñecido: %r" +msgid "docnames to write: %s" +msgstr "nomes de documentos –docnames– para escribir: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "non se atopou o rol predeterminado %s" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "preparando os documentos" + +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "copiando activos" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "caracteres fonte non codificábeis, substituíndo por «?»: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "omitido" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "produciuse un fallo" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Atención" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Precaución" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Perigo" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "O ficheiro ePub está en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Erro" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "escribindo o ficheiro nav.xhtml…" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Suxestión" +#: builders/epub3.py:220 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Importante" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Nota" +#: builders/epub3.py:231 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Ver tamén" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Truco" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Advertencia" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "o valor de configuración «epub_description» non pode estar baleiro para EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "nova configuración" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "a configuración cambiou" +#: builders/epub3.py:255 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "as extensións cambiaron" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "a versión do contorno de construción non é actual" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "o directorio fonte cambiou" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "css_file non válido: %r, é ignorado" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -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»." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "atopouse unha entrada do Índice duplicada: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Produciuse un fallo ao escanear os documentos en %s: %r" +msgid "cannot read image file %r: copying it instead" +msgstr "non é posíbel ler o ficheiro de imaxe %r: no seu canto cópieo" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" -msgstr "O dominio %r non está rexistrado" +msgid "cannot write image file %r: %s" +msgstr "non é posíbel escribir o ficheiro de imaxe %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "o documento non está incluído en ningunha árbore de índice –toctree–" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "non se atopou «Pillow»: copiando ficheiros de imaxe" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "atopouse unha árbore de índice –toctree– auto referenciada. É ignorado." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "escribindo o ficheiro tipo MIME…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "cita duplicada %s, outra instancia en %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "escribindo o ficheiro META-INF/container.xml…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "A cita [%s] non está referenciada." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "escribindo o ficheiro content.opf…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (función integrada)" +msgid "unknown mimetype for %s, ignoring" +msgstr "tipo MIME descoñecido para %s, é ignorado" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr " %s() (método %s)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "escribindo o ficheiro toc.ncx…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (clase)" +msgid "writing %s file..." +msgstr "escribindo o ficheiro %s…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variábel global ou constante)" +msgid "The overview file is in %(outdir)s." +msgstr "O ficheiro de vista xeral está en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atributo)" +msgid "no changes in version %s." +msgstr "sen cambios na versión %s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumentos" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "escribindo o ficheiro de resumo…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Lanzamentos" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Integrados" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Retorna" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Nivel de módulo" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Tipo de retorno" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "copiando os ficheiros fonte…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (módulo)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "función" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "método" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "clase" +msgid "could not read %r for changelog creation" +msgstr "non foi posíbel ler %r para a creación do rexistro de cambios" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "datos" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "non se atopou o rol predeterminado %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atributo" +#: 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 "Problema no dominio %s: suponse que o campo usa o rol «%s», mais ese rol non está no dominio." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "módulo" +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/nodes.py:419 #, 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 "" +"%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»." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/nodes.py:487 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "etiqueta duplicada da ecuación %s, outra instancia en %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "A arbore de índice –toctree– contén unha referencia a un ficheiro inexistente %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:701 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "«math_eqref_format» non válido: %r" +msgid "exception while evaluating only directive expression: %s" +msgstr "produciuse unha excepción mentres se avalía só a expresión directiva: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/fileutil.py:76 #, python-format -msgid "Added in version %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/fileutil.py:91 #, python-format -msgid "Changed in version %s" -msgstr "Cambiado na versión %s" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/inventory.py:170 #, python-format -msgid "Deprecated since version %s" -msgstr "Obsoleto dende a versión %s" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/inventory.py:185 #, python-format -msgid "Removed in version %s" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/docutils.py:283 #, python-format -msgid "%s (directive)" -msgstr "%s (directiva)" +msgid "unknown directive or role name: %s:%s" +msgstr "directiva ou nome de rol descoñecido: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/docutils.py:746 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (opción da directiva)" +msgid "unknown node type: %r" +msgstr "tipo de nodo descoñecido: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" -msgstr "%s (rol)" +#: util/display.py:83 +msgid "skipped" +msgstr "omitido" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "directiva" +#: util/display.py:88 +msgid "failed" +msgstr "produciuse un fallo" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "opción da directiva" +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" +msgstr "produciuse un erro de lectura: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rol" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" +msgstr "produciuse un erro de escritura: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:141 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "descrición duplicada de %s %s, outra instancia en %s" +msgid "locale_dir %s does not exist" +msgstr "«local_dir» %s non existe" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:236 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Formato de data non válido. Acoute a cadea entre comiñas simples se quere xerala directamente: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" -msgstr "Ligazón a esta ecuación" +#: 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 "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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[fontes]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "«dedent» elimina os espazos en branco" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "destacando o código do módulo..." +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "Lenda non válida: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[documentos]" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Código do módulo" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Non é posíbel usar as opcións «%s» e «%s»." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:225 #, python-format -msgid "

Source code for %s

" -msgstr "

Código fonte para %s

" +msgid "Include file %r not found or reading it failed" +msgstr "No foi atopado o ficheiro incluido %r ou fallou a lectura" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Vista xeral: código do módulo" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "A codificación de %r utilizada para ler o ficheiro incluído %r semella ser incorrecta, probe a dar unha opción «:encoding:»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: directives/code.py:270 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Tarefa pendente" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Non é posíbel usar «lineno-match» cun conxunto disxunto de «liñas»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:308 #, python-format -msgid "TODO entry found: %s" -msgstr "Atopouse a entrada de tarefa pendente: %s" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: directives/other.py:122 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(O <> está situado en %s, liña %d.)" +msgid "toctree contains reference to excluded document %r" +msgstr "A arbore de índice –toctree– contén referencia ao documento excluído %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "entrada orixinal" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:171 #, python-format -msgid "Would create file %s." -msgstr "Crearíase un ficheiro %s." +msgid "duplicated entry found in toctree: %s" +msgstr "atopouse unha entrada duplicada na árbore de índice –toctree–: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autor da sección:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "ruta ao módulo a documentar" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autor do módulo:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -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" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Autor do código:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "directorio onde poñer toda a saída" +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -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)" +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr ".. o contido dos recoñecementos –acks– non é unha lista" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "sobrescribir os ficheiros existentes" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr ".. o contido do historial –hlist– non é unha lista" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -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»." +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "executar o script sen crear ficheiros" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -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" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "incluír módulos «_private»" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "nome do ficheiro do índice (predeterminado: «modules»)" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Opcións" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "non crear un ficheiro de índice" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: _cli/__init__.py:172 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)" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "poñer a documentación do módulo antes da documentación do submódulo" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -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" +#: _cli/__init__.py:194 +msgid "Show the version and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "sufixo do ficheiro (predeterminado: rst)" +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "xerar un proxecto completo con «sphinx-quickstart»" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "engadir module_path a sys.path, úsase cando se indica --full" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "nome do proxecto (predeterminado: nome do módulo raíz)" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "autor(es) do proxecto, úsase cando se indica --full" +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "versión do proxecto, úsase cando se indica --full" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -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" +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 +#, python-format +msgid "%b %d, %Y" +msgstr " %d.%b.%Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "opcións de extensión" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "non foi posíbel calcular o progreso da tradución!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." -msgstr "%s non é un directorio." +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "non hai ningún elemento traducidos!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: transforms/__init__.py:267 #, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "A directiva Graphviz non pode ter como argumento tanto o contido como o nome de ficheiro" +msgid "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:313 #, 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" +msgid "Footnote [%s] is not referenced." +msgstr "A nota a rodapé [%s] non está referenciada." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorando a directiva «graphviz» sen contido." +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "Débese estabelecer a ruta camiño executábel «graphviz_dot»! %r" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "A nota a rodapé [#] non está referenciada." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "Non é posíbel executar a orde «dot» %r (necesario para a saída de graphviz), comprobe o axuste de graphviz_dot" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "referencias de notas a rodapé inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:274 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "«dot» saíu cun erro:\n[stderr]\n%r\n[stdout]\n%r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referencias inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:324 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "«graphviz_output_format» debe ser un de «png», «svg», mais é %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "código de «dot» %r: %s" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "referencias de citas inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[gráfico: %s]" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "referencias de termos inconsistentes na mensaxe traducida. orixinal: {0}, traducida: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[gráfico]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[fontes]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1886,8 +2234,7 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1897,1897 +2244,1558 @@ msgid "" "%r" msgstr "«convert» saíu cun erro:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, 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»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "==================== duración de lectura máis lenta =====================" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "falta «+» ou «-» na opción «%s»." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "«%s» non é unha opción válida" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "«%s» non é unha opción de «pyversion» válida" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "destacando o código do módulo..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "tipo de «TestCode» non válido" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[documentos]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, 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." +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Código do módulo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, 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 "

Source code for %s

" +msgstr "

Código fonte para %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "ignorando o código da proba –doctest– non válido: %r" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Vista xeral: código do módulo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "a ligazón con codificación forte %r podería substituírse por unha ligazón externa (probe a usar %r no seu lugar)" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "expresión regular –regex– non válida %r en %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "non foi posíbel importar o módulo %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "Rematada a proba de cobertura nas fontes, vexa os resultados en %(outdir)spython.txt." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "expresión regular –regex– non válida %r en «coverage_c_regexes»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "API C non documentada: %s [%s] no ficheiro %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "función de python non documentada: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "clase de python non documentada: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "método de python non documentado: %s :: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: ext/todo.py:71 +msgid "Todo" +msgstr "Tarefa pendente" + +#: ext/todo.py:104 +#, python-format +msgid "TODO entry found: %s" +msgstr "Atopouse a entrada de tarefa pendente: %s" + +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:165 #, 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 "(The <> is located in %s, line %d.)" +msgstr "(O <> está situado en %s, liña %d.)" + +#: ext/todo.py:175 +msgid "original entry" +msgstr "entrada orixinal" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/extlinks.py:82 #, 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»" +"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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: ext/doctest.py:115 #, python-format -msgid "display latex %r: %s" -msgstr "amosar látex %r: %s" +msgid "missing '+' or '-' in '%s' option." +msgstr "falta «+» ou «-» na opción «%s»." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/doctest.py:120 #, python-format -msgid "inline latex %r: %s" -msgstr "látex en liña %r: %s" +msgid "'%s' is not a valid option." +msgstr "«%s» non é unha opción válida" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: ext/doctest.py:134 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "a sección «%s» é etiquetada como «%s»" +msgid "'%s' is not a valid pyversion option" +msgstr "«%s» non é unha opción de «pyversion» válida" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "etiqueta duplicada %s, outra instancia en %s" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "tipo de «TestCode» non válido" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:281 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "«toplevel_sectioning» %r descoñecido para a clase %r" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:434 #, python-format -msgid "no Babel option known for language %r" -msgstr "non hai ningunha opción de «Babel» coñecida para o idioma %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "«:maxdepth:» é demasiado grande, é ignorado." +msgid "no code/output in %s block at %s:%s" +msgstr "non hai código/saída no bloque %s en %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:522 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "ignoring invalid doctest code: %r" +msgstr "ignorando o código da proba –doctest– non válido: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "o título do documento non é un único nodo de tipo «Text»" +#: ext/graphviz.py:135 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -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" +#: ext/graphviz.py:145 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Notas a rodapé" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorando a directiva «graphviz» sen contido." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/graphviz.py:268 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "graphviz_dot executable path must be set! %r" +msgstr "Débese estabelecer a ruta camiño executábel «graphviz_dot»! %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: ext/graphviz.py:303 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "indícanse tanto a opción «tabularcolumns» como «:widths:». Ignorase «:widths:»." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/graphviz.py:310 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "a unidade de dimensión %s non é válida. É ignorada." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/graphviz.py:313 #, python-format -msgid "unknown index entry type %s found" -msgstr "atopouse o tipo descoñecido de entrada de índice %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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:329 #, python-format -msgid "[image: %s]" -msgstr "[imaxe: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[imaxe]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "Ligazón a esta definición" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "«graphviz_output_format» debe ser un de «png», «svg», mais é %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format non está definido por %s" +msgid "dot code %r: %s" +msgstr "código de «dot» %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Calquera ID non asignado ao nodo %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "Ligazón a este termo" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "Ligazón a este título" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "Ligazón a esta táboa" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "Ligazón a este código" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "Ligazón a esta imaxe" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "Ligazón a esta árbore de índice –toctree–" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -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." +msgid "[graph: %s]" +msgstr "[gráfico: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Índice" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[gráfico]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "a lenda non está nunha figura." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "Ligazón a esta ecuación" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/apidoc.py:85 #, python-format -msgid "unimplemented node type: %r" -msgstr "tipo de nodo sen implementar: %r" +msgid "Would create file %s." +msgstr "Crearíase un ficheiro %s." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -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 "\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." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "ruta ao módulo a documentar" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr "" +#: ext/apidoc.py:396 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "directorio onde poñer toda a saída" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "Opcións" +#: ext/apidoc.py:422 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "sobrescribir os ficheiros existentes" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:437 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "" +"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»." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "executar o script sen crear ficheiros" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "" +#: ext/apidoc.py:453 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "incluír módulos «_private»" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "nome do ficheiro do índice (predeterminado: «modules»)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "non crear un ficheiro de índice" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "" +#: ext/apidoc.py:481 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "poñer a documentación do módulo antes da documentación do submódulo" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: ext/apidoc.py:498 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "atopouse unha entrada do Índice duplicada: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "sufixo do ficheiro (predeterminado: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "copiando as imaxes…" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, 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" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "xerar un proxecto completo con «sphinx-quickstart»" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "non é posíbel copiar o ficheiro de imaxe %r: %s" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "engadir module_path a sys.path, úsase cando se indica --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "non é posíbel escribir o ficheiro de imaxe %r: %s" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "nome do proxecto (predeterminado: nome do módulo raíz)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "non se atopou «Pillow»: copiando ficheiros de imaxe" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "autor(es) do proxecto, úsase cando se indica --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "escribindo o ficheiro tipo MIME…" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "versión do proxecto, úsase cando se indica --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." -msgstr "escribindo o ficheiro META-INF/container.xml…" +#: ext/apidoc.py:559 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." -msgstr "escribindo o ficheiro content.opf…" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "opcións de extensión" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/apidoc.py:638 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "tipo MIME descoñecido para %s, é ignorado" +msgid "%s is not a directory." +msgstr "%s non é un directorio." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." -msgstr "escribindo o ficheiro toc.ncx…" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/autosectionlabel.py:48 #, python-format -msgid "writing %s file..." -msgstr "escribindo o ficheiro %s…" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "a sección «%s» é etiquetada como «%s»" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Os ficheiros XML están en %(outdir)s." +msgid "duplicate label %s, other instance in %s" +msgstr "etiqueta duplicada %s, outra instancia en %s" + +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "==================== duración de lectura máis lenta =====================" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/imgmath.py:159 #, python-format -msgid "error writing file %s: %s" -msgstr "produciuse un erro ao escribir o ficheiro %s: %s" +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»" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/imgmath.py:174 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Os ficheiros pseudo-XML están en %(outdir)s." +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»" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/imgmath.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "As páxinas do manual están en %(outdir)s." +msgid "display latex %r: %s" +msgstr "amosar látex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -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" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "látex en liña %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "escribindo" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Notas a rodapé" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "o valor de configuración «man_pages» fai referencia a un documento %s descoñecido" +msgid "[image: %s]" +msgstr "[imaxe: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "O simulador do construtor non xera ficheiros." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[imaxe]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "Ligazón a esta definición" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: writers/html5.py:415 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "O ficheiro ePub está en %(outdir)s." +msgid "numfig_format is not defined for %s" +msgstr "numfig_format non está definido por %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "escribindo o ficheiro nav.xhtml…" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "Calquera ID non asignado ao nodo %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -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" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "Ligazón a este termo" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -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" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "Ligazón a este título" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -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" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "Ligazón a esta táboa" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -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" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -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" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "Ligazón a este código" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -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" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "Ligazón a esta imaxe" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -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" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "Ligazón a esta árbore de índice –toctree–" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -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" +#: writers/html5.py:759 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -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" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Índice" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "o valor de configuración «version» non pode estar baleiro para EPUB3" +#: writers/latex.py:746 writers/texinfo.py:642 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "a lenda non está nunha figura." + +#: writers/texinfo.py:1300 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file non válido: %r, é ignorado" +msgid "unimplemented node type: %r" +msgstr "tipo de nodo sen implementar: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/latex.py:364 #, 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 "unknown %r toplevel_sectioning for class %r" +msgstr "«toplevel_sectioning» %r descoñecido para a clase %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "broken link: %s (%s)" -msgstr "ligazón rachada: %s (%s)" +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:432 +msgid "too large :maxdepth:, ignored." +msgstr "«:maxdepth:» é demasiado grande, é ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: writers/latex.py:593 #, python-format -msgid "Anchor '%s' not found" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, 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" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "o título do documento non é un único nodo de tipo «Text»" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "O ficheiro de vista xeral está en %(outdir)s." +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "indícanse tanto a opción «tabularcolumns» como «:widths:». Ignorase «:widths:»." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: writers/latex.py:1575 #, python-format -msgid "no changes in version %s." -msgstr "sen cambios na versión %s." +msgid "dimension unit %s is invalid. Ignored." +msgstr "a unidade de dimensión %s non é válida. É ignorada." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "escribindo o ficheiro de resumo…" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" +msgstr "atopouse o tipo descoñecido de entrada de índice %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Integrados" +#: domains/std/__init__.py:86 domains/std/__init__.py:103 +#, python-format +msgid "environment variable; %s" +msgstr "variábel de contorno; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Nivel de módulo" +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "copiando os ficheiros fonte…" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, 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" +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: domains/std/__init__.py:234 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "os ficheiros de texto están en %(outdir)s." +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»" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: domains/std/__init__.py:305 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "os catálogos de mensaxes están en %(outdir)s." +msgid "%s command line option" +msgstr "opción de liña de ordes %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " -msgstr "construíndo [%s]: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "opción de liña de ordes" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" -msgstr "obxectivos para %d ficheiros de modelos" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "o termo do glosario debe ir precedido dunha liña baleira" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "lendo os modelos…" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "os termos do glosario non deben estar separados por liñas baleiras" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "escribindo os catálogos de mensaxes…" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "o glosario parece ter un formato incorrecto, comprobe a sangría" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, 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/std/__init__.py:601 +msgid "glossary term" +msgstr "termo do glosario" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, 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/std/__init__.py:602 +msgid "grammar token" +msgstr "testemuño gramatical" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "construíndo [mo]: " +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "etiqueta de referencia" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "escribindo a saída…" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "variábel de contorno" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" -msgstr "todos, os %d, ficheiros «po»" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "opción do programa" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "obxectivos para os %d ficheiros «po» que se especifican" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "documento" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "obxectivos para os %d ficheiros «po» que están desactualizados" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Índice de módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "todos os ficheiros fonte" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Páxina de busca" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: domains/std/__init__.py:721 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "o ficheiro %r indicado na liña de ordes non existe," +msgid "duplicate %s description of %s, other instance in %s" +msgstr "descrición do/a %sduplicado/a de %s, outra instancia en %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "«numfig» está desactivado. «:numref:» é ignorado." + +#: domains/std/__init__.py:934 #, 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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:946 #, 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" +msgid "the link has no caption: %s" +msgstr "a ligazón non ten lenda: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: domains/std/__init__.py:960 #, python-format -msgid "%d source files given on command line" -msgstr "%d ficheiros fonte indicados na liña de ordes" +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format: non é válido: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: domains/std/__init__.py:963 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "obxectivos para %d ficheiros fonte que non están actualizados" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "buscando ficheiros xa desactualizados…" +msgid "invalid numfig_format: %s" +msgstr "numfig_format: non é válido: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: domains/std/__init__.py:1194 #, python-format -msgid "%d found" -msgstr "atopouse %d" +msgid "undefined label: %r" +msgstr "etiqueta sen definir: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "non se atopou nada" +#: domains/std/__init__.py:1196 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "preparando –pickling– o contorno" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (no modulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "comprobando a coherencia" +#: 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 no modulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "non hai ningún obxectivo desactualizado" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (variábel integrada)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "actualizando o contorno:" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (clase integrada)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/python/__init__.py:195 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s engadido(s), %s cambiado(s), %s retirado(s)" +msgid "%s (class in %s)" +msgstr "%s (clase en %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/python/__init__.py:249 #, 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 class method)" +msgstr "%s() (%s método de clase)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/python/__init__.py:251 #, 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() (%s static method)" +msgstr "%s() (%s método estático)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/python/__init__.py:389 #, 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 (%s property)" +msgstr "%s (%s propiedade)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/python/__init__.py:428 #, 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 (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "lendo as fontes…" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr " Índice de módulos Python" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "nomes de documentos –docnames– para escribir: %s" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "preparando os documentos" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Obsoleto" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "copiando activos" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "excepción" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Os ficheiros «Texinfo» están en %(outdir)s." +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "método de clase" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "\nExecute «make» nese directorio para executalos a través de makeinfo\n(use aquí «make info» para facelo automaticamente)." +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "método estático" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -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" +#: domains/python/__init__.py:637 +msgid "property" +msgstr "propiedade" + +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:698 #, 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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:817 #, python-format -msgid "processing %s" -msgstr "procesando %s" +msgid "more than one target found for cross-reference %r: %s" +msgstr "atopouse máis dun obxectivo para a referencia cruzada %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "resolvendo referencias…" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr "(obsoleto)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr "(en" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parámetros" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "copiando os ficheiros de compatibilidade de Texinfo" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variábeis" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "produciuse un erro ao escribir o ficheiro «Makefile»: %s" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Eleva" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/c/__init__.py:199 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "A páxina HTML está en %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "estase a montar un documento único" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "escribindo ficheiros adicionais" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, 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 "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." +"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»." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "«dedent» elimina os espazos en branco" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "Valores de retorno" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "Lenda non válida: %s" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "membro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, 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" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variábel" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Non é posíbel usar as opcións «%s» e «%s»." +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "macro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" -msgstr "No foi atopado o ficheiro incluido %r ou fallou a lectura" +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "estrutura" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "A codificación de %r utilizada para ler o ficheiro incluído %r semella ser incorrecta, probe a dar unha opción «:encoding:»" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "unión" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, 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" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enumeración" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Non é posíbel usar «lineno-match» cun conxunto disxunto de «liñas»" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerador" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, 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" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tipo" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, 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/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "parámetro de función" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "A arbore de índice –toctree– contén referencia ao documento excluído %r" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Parámetros do modelo" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/cpp/__init__.py:277 #, 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" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "atopouse unha entrada duplicada na árbore de índice –toctree–: %s" +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»." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autor da sección:" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "concepto" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autor do módulo:" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "parámetro de modelo" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Autor do código:" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contidos" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor: " +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr ".. o contido dos recoñecementos –acks– non é unha lista" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Busca" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr ".. o contido do historial –hlist– non é unha lista" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ir" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Non foi posíbel recuperar a imaxe remota: %s [%d]" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Amosar o código fonte" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Non foi posíbel recuperar a imaxe remota: %s [%s]" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Contraer a barra lateral" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegación" + +#: themes/basic/layout.html:115 #, python-format -msgid "Unknown image format: %s..." -msgstr "Formato de imaxe descoñecido: %s…" +msgid "Search within %(docstitle)s" +msgstr "Buscar dentro do/a %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -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." +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Sobre estes documentos" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, 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" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Dereitos de autoría" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s non se atopa o destino da referencia: %s" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/layout.html:201 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r non se atopa o destino da referencia: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "Índice" +msgid "Last updated on %(last_updated)s." +msgstr "Última actualización o %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Busca" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Creado usando Sphinx %(sphinx_version)s." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Ir" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Amosar o código fonte" +#: themes/basic/genindex-single.html: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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Contidos" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Índice de páxinas por letra" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Contraer a barra lateral" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "pode ser enorme" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Buscar %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Busca rápida" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Esta páxina" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Vista xeral" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Dámoslle a benvida! Isto é" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "a documentación para" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "última actualización" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Índices e táboas:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Índice completo" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "lista todas as seccións e subseccións" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Páxina de busca" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "buscar esta documentación" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Índice global de módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "acceso rápido a todos os módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Índice xeral" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "todas as funcións, clases, termos" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Índice completo nunha páxina" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Tema anterior" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "capítulo anterior" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Seguinte tema" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "seguinte capítulo" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Busca rápida" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "buscar" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Esta páxina" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Índice de páxinas por letra" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "pode ser enorme" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navegación" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Buscar dentro do/a %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Sobre estes documentos" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Dereitos de autoría" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Tema anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capítulo anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Última actualización o %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Seguinte tema" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Creado usando Sphinx %(sphinx_version)s." +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "seguinte capítulo" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Expandir a barra lateral" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 "Lista xerada automaticamente de cambios na versión %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Cambios na biblioteca" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Cambios na API C" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Outros cambios" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Agochar as coincidencias da busca" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Resultados da busca" -#: /home/runner/work/sphinx/sphinx/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 "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." - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "Busca finalizada, atoparonse ${resultCount} páxinas coincidentes coa consulta de busca." - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" -msgstr "Buscando" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "Preparando a busca…" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr ", en " - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "ficheiro de imaxe non lexíbel: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "ficheiro de imaxe %s non lexíbel: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "descargar o ficheiro non lexíbel: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, 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?)" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "detectaronse referencias circulares na árbore de índice –toctree–, van ser ignoradas: %s <- %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "ver %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "ver tamén %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "tipo de entrada de índice descoñecido %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbolos" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format +#: themes/basic/static/searchtools.js:119 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»." - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Parámetros do modelo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parámetros" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "Valores de retorno" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "unión" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "membro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tipo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "concepto" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enumeración" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerador" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "parámetro de función" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "parámetro de modelo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variábeis" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Eleva" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (no modulo %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s no modulo %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (variábel integrada)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (clase integrada)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (clase en %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s método de clase)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s método estático)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "%s (%s propiedade)" +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr " Índice de módulos Python" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" +msgstr "Buscando" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "módulos" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." +msgstr "Preparando a busca…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Obsoleto" +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ", en " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "excepción" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" +msgstr "ficheiro de imaxe non lexíbel: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "método de clase" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" +msgstr "ficheiro de imaxe %s non lexíbel: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "método estático" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" +msgstr "descargar o ficheiro non lexíbel: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "propiedade" +#: environment/collectors/toctree.py:258 +#, 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?)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" -msgstr "" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "detectaronse referencias circulares na árbore de índice –toctree–, van ser ignoradas: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, 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" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, 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 "toctree contains reference to non-included document %r" +msgstr "A arbore de índice –toctree– contén referencia ao documento non incluído %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr "(obsoleto)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "ver %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "variábel de contorno; %s" +msgid "see also %s" +msgstr "ver tamén %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" +msgstr "tipo de entrada de índice descoñecido %r" + +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbolos" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: builders/html/__init__.py:113 #, python-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»" +msgid "The HTML pages are in %(outdir)s." +msgstr "As páxinas HTML están en %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:340 #, python-format -msgid "%s command line option" -msgstr "opción de liña de ordes %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "opción de liña de ordes" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "o termo do glosario debe ir precedido dunha liña baleira" +msgid "Failed to read build info file: %r" +msgstr "Produciuse un fallo ao ler o ficheiro de información da construción: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "os termos do glosario non deben estar separados por liñas baleiras" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "o glosario parece ter un formato incorrecto, comprobe a sangría" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "termo do glosario" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "testemuño gramatical" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "índice" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "etiqueta de referencia" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "variábel de contorno" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "seguinte" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "opción do programa" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "documento" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "xerando os índices" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Índice de módulos" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "escribindo as páxinas adicionais" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, 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 "cannot copy image file '%s': %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "«numfig» está desactivado. «:numref:» é ignorado." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "copiando os ficheiros descargábeis…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, 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 "cannot copy downloadable file %r: %s" +msgstr "non é posíbel copiar o ficheiro descargábel %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" -msgstr "a ligazón non ten lenda: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format: non é válido: %s (%r)" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format: non é válido: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "copiando os ficheiros estáticos" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" -msgstr "etiqueta sen definir: %r" +msgid "cannot copy static file %r" +msgstr "non é posíbel copiar o ficheiro estático %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, 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" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "copiando os ficheiros adicionais" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, 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»." +msgid "cannot copy extra file %r" +msgstr "non é posíbel copiar o ficheiro adicional %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variábel" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "macro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "estrutura" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continúa da páxina anterior" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "continúa na páxina seguinte" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Non alfabético" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "páxina" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Publicación" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Exemplo" +msgid "Failed to write build info file: %r" +msgstr "Produciuse un fallo ao escribir o ficheiro de información da construción: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Exemplos" +#: builders/html/__init__.py:982 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Argumentos de palabras clave" +#: builders/html/__init__.py:1027 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Notas" +#: builders/html/__init__.py:1188 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Outros parámetros" +#: builders/html/__init__.py:1197 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "Recibe" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "envorcado do inventario de obxectos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "Referencias" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" +msgstr "envorcando o índice de busca en %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Advirte" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "js_file non válido: %r, é ignorado" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "Rendementos" +#: builders/html/__init__.py:1312 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1317 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "conxunto de valores non válidos (falta a chave de peche): %s" +msgid "Unknown math_renderer %r is given." +msgstr "Indicou un math_renderer descoñecido %r." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1325 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "conxunto de valores non válidos (falta a chave de apertura): %s" +msgid "html_extra_path entry %r does not exist" +msgstr "A entrada html_extra_path %r non existe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1332 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "literal de cadea mal construído (falta a comiña de peche): %s" +msgid "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»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1342 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "literal de cadea mal construído (falta a comiña de apertura): %s" +msgid "html_static_path entry %r does not exist" +msgstr "A entrada html_static_path %r non existe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1349 #, python-format -msgid "(in %s v%s)" -msgstr "(en %s v%s)" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "A entrada html_static_path %r colócase dentro do directorio de saída «outdir»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "(in %s)" -msgstr "(en %s)" +msgid "logo file %r does not exist" +msgstr "o ficheiro de logotipo %r non existe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1372 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "favicon file %r does not exist" +msgstr "o ficheiro de favicon %r non existe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1384 #, python-format -msgid "inventory for external cross-reference not found: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1397 +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:1414 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s %s documentation" +msgstr "Documentación %s %s" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" +msgstr "Produciuse un fallo ao obter un nome de documento «docname»!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:119 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/transforms.py:485 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "obxectivo de referencia externo %s:%s non atopado: %s" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Os ficheiros LaTeX están en %(outdir)s." + +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +"\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:157 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +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" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Publicación" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "copiando os ficheiros de compatibilidade de TeX" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "copiando os ficheiros adicionais" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Chave de configuración descoñecida: latex_elements[%r], é ignorada." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opción de tema descoñecida: latex_theme_options[%r], é ignorada." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" +msgstr "%r non ten o axuste «theme»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r non ten o axuste «%s»" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 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:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -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:" +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "o inventario de «intersphinx» moveuse: %s-> %s" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, 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 "%s:%s reference target not found: %s" +msgstr "%s:%s non se atopa o destino da referencia: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Produciuse un fallo ao analizar «type_comment» para %r: %s" +msgid "%r reference target not found: %s" +msgstr "%r non se atopa o destino da referencia: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, 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 "Could not fetch remote image: %s [%s]" +msgstr "Non foi posíbel recuperar a imaxe remota: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "valor incorrecto para a opción «member-order»: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Non foi posíbel recuperar a imaxe remota: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valor incorrecto para a opción «class-doc-from option»: %s" +msgid "Unknown image format: %s..." +msgstr "Formato de imaxe descoñecido: %s…" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "sinatura non válida para «auto%s» (%r)" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Exemplo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "produciuse un erro ao formatar argumentos para %s: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Exemplos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, 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" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Argumentos de palabras clave" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Notas" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "Detectouse un obxecto simulado: %r" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Outros parámetros" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "produciuse un erro ao formatar a sinatura para %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "Recibe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "«::» no nome do «automodule» non ten sentido" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "Referencias" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Advirte" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "Rendementos" + +#: ext/napoleon/docstring.py:1015 #, 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" +msgid "invalid value set (missing closing brace): %s" +msgstr "conxunto de valores non válidos (falta a chave de peche): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1022 #, 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" +msgid "invalid value set (missing opening brace): %s" +msgstr "conxunto de valores non válidos (falta a chave de apertura): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/napoleon/docstring.py:1029 #, 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 "malformed string literal (missing closing quote): %s" +msgstr "literal de cadea mal construído (falta a comiña de peche): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/napoleon/docstring.py:1036 #, 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" +msgid "malformed string literal (missing opening quote): %s" +msgstr "literal de cadea mal construído (falta a comiña de apertura): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:255 #, 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" +msgid "autosummary references excluded document %r. Ignored." +msgstr "referencias de «autosummary» excluídas do documento %r. É ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Bases: %s" -msgstr "Bases: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "autosummar»: Non se atopou o ficheiro «stub» %r. Comprobe o axuste «autosummary_generate»." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "Un resumo automático con lendas precisa a opción «:toctree:». É ignorado." + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "missing attribute %s in object %s" -msgstr "falta o atributo %s no obxecto %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "autosummary: produciuse un fallo ao importar %s.\nSuxestións posíbeis\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "alias of %s" -msgstr "alias de %s" +msgid "failed to parse name %s" +msgstr "produciuse un fallo ao analizar o nome %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias de TypeVar(%s)" +msgid "failed to import object %s" +msgstr "produciuse un fallo ao importar o obxecto %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:647 #, 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 "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Atopáronse __slots__ non válidos en %s. É ignorado." +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: non se atopou o ficheiro: %s" + +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] xerando «autosummary» para: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] está escribindo en %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3803,7 @@ msgid "" "%s" msgstr "[autosummary] produciuse un fallo ao importar %s.\nSuxestións posíbeis\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\nXera ReStructuredText usando directivas de resumo automático «autosummary».\n\nsphinx-autogen é unha interface para sphinx.ext.autosummary.generate.\nXera os ficheiros reStructuredText a partir das directivas de resumo automático «autosummary» contidas nos ficheiros de entrada indicados.\n\nO formato da directiva de resumo automático «autosummary» está documentado\nno módulo de Python ``sphinx.ext.autosummary`` e pódese ler usando::\n\n pydoc sphinx.ext.autosummary\n\n" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "ficheiros fonte para xerar ficheiros rST para" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "directorio onde colocar toda a saída" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "sufixo predeterminado para ficheiros (predeterminado: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "directorio de modelos personalizados (predeterminado: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "membros importados do documento (predeterminado: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "documentar exactamente os membros no atributo __all__ do módulo. (predeterminado: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "referencias de «autosummary» excluídas do documento %r. É ignorado." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "autosummar»: Non se atopou o ficheiro «stub» %r. Comprobe o axuste «autosummary_generate»." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "Un resumo automático con lendas precisa a opción «:toctree:». É ignorado." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 -#, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "autosummary: produciuse un fallo ao importar %s.\nSuxestións posíbeis\n%s" +msgid "(in %s v%s)" +msgstr "(en %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "failed to parse name %s" -msgstr "produciuse un fallo ao analizar o nome %s" +msgid "(in %s)" +msgstr "(en %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:103 #, python-format -msgid "failed to import object %s" -msgstr "produciuse un fallo ao importar o obxecto %s" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: non se atopou o ficheiro: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +#: ext/intersphinx/_resolve.py:367 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_resolve.py:378 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" -msgstr "" +#: ext/intersphinx/_resolve.py:585 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "obxectivo de referencia externo %s:%s non atopado: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r non ten o axuste «theme»" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r non ten o axuste «%s»" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Produciuse un fallo ao obter un nome de documento «docname»!" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" -msgstr "Produciuse un fallo ao obter un nome de documento «docname» para a fonte {source!r}!" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:92 #, 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" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Os ficheiros LaTeX están en %(outdir)s." +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:117 +#: ext/intersphinx/_load.py:120 +#, 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 "\nExecute «make» nese directorio para executalos a través de (pdf)latex\n(use aquí «make latexpdf» para facelo automaticamente)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -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/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "copiando os ficheiros de compatibilidade de TeX" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "copiando os ficheiros adicionais" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" -msgstr "o ficheiro de logotipo %r non existe" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Chave de configuración descoñecida: latex_elements[%r], é ignorada." +#: ext/intersphinx/_load.py:265 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opción de tema descoñecida: latex_theme_options[%r], é ignorada." +#: ext/intersphinx/_load.py:275 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" -msgstr "o ficheiro de información da construción rachou: %r" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "o inventario de «intersphinx» moveuse: %s-> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "As páxinas HTML están en %(outdir)s." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "índice" +msgid "Failed to parse type_comment for %r: %s" +msgstr "Produciuse un fallo ao analizar «type_comment» para %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "seguinte" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "anterior" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "xerando os índices" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "escribindo as páxinas adicionais" +msgid "invalid value for member-order option: %s" +msgstr "valor incorrecto para a opción «member-order»: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "copiando os ficheiros descargábeis…" +msgid "invalid value for class-doc-from option: %s" +msgstr "valor incorrecto para a opción «class-doc-from option»: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "non é posíbel copiar o ficheiro descargábel %r: %s" +msgid "invalid signature for auto%s (%r)" +msgstr "sinatura non válida para «auto%s» (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "error while formatting arguments for %s: %s" +msgstr "produciuse un erro ao formatar argumentos para %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "copiando os ficheiros estáticos" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "non é posíbel copiar o ficheiro estático %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "copiando os ficheiros adicionais" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" -msgstr "non é posíbel copiar o ficheiro adicional %r" +msgid "A mocked object is detected: %r" +msgstr "Detectouse un obxecto simulado: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Produciuse un fallo ao escribir o ficheiro de información da construción: %r" +msgid "error while formatting signature for %s: %s" +msgstr "produciuse un erro ao formatar a sinatura para %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -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." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "«::» no nome do «automodule» non ten sentido" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "a páxina %s coincide con dous patróns en html_sidebars: %r e %r" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "argumentos de sinatura ou anotación de retorno indicados para o «automodule» %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "envorcado do inventario de obxectos" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "falta o atributo mencionado na opción «:members:»: módulo %s, atributo %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" -msgstr "envorcando o índice de busca en %s" +msgid "Failed to get a function signature for %s: %s" +msgstr "Produciuse un fallo ao obter unha sinatura de función para: %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file non válido: %r, é ignorado" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -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." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Produciuse un fallo ao obter unha sinatura do construtor para: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Indicou un math_renderer descoñecido %r." +msgid "Bases: %s" +msgstr "Bases: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "A entrada html_extra_path %r non existe" +msgid "missing attribute %s in object %s" +msgstr "falta o atributo %s no obxecto %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, 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»" +msgid "alias of %s" +msgstr "alias de %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "A entrada html_static_path %r non existe" +msgid "alias of TypeVar(%s)" +msgstr "alias de TypeVar(%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, 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»" +msgid "Failed to get a method signature for %s: %s" +msgstr "Produciuse un fallo ao obter unha sinatura de método para: %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "o ficheiro de favicon %r non existe" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Atopáronse __slots__ non válidos en %s. É ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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 "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -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»)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continúa da páxina anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "Documentación %s %s" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "continúa na páxina seguinte" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Non alfabético" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Números" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "páxina" diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.js b/sphinx/locale/he/LC_MESSAGES/sphinx.js index ad897c0b1b2..5cd4d02eb18 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "\u05d7\u05d9\u05e4\u05d5\u05e9", "Search Page": "\u05d3\u05e3 \u05d7\u05d9\u05e4\u05d5\u05e9", "Search Results": "\u05ea\u05d5\u05e6\u05d0\u05d5\u05ea \u05d4\u05d7\u05d9\u05e4\u05d5\u05e9", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "" + ], "Search within %(docstitle)s": "\u05d7\u05e4\u05e9 \u05d1\u05ea\u05d5\u05da %(docstitle)s", "Searching": "", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/he/LC_MESSAGES/sphinx.mo b/sphinx/locale/he/LC_MESSAGES/sphinx.mo index 82d1d5d3e36..fcb697f5bb8 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 3e68988dbf0..4773e1dc68d 100644 --- a/sphinx/locale/he/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/he/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+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.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: he\n" "Plural-Forms: nplurals=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,3383 +175,3628 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgid "no theme configuration file found in %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:346 theming.py:399 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:350 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:323 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." +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 -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." +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 -msgid "" -"The project name will occur in several places in the built documentation." +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" +#: config.py:435 +#, python-format +msgid "No such config value: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" +#: config.py:458 +#, python-format +msgid "Config value %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:494 +#, 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." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: config.py:541 +#, 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" +"There is a programmable error in your configuration file:\n" "\n" -"For a list of supported codes, see\n" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" +#: config.py:593 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 -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." +#: config.py:612 +#, python-format +msgid "Section %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" +#: config.py:613 +#, python-format +msgid "Fig. %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:614 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "Table %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." +#: config.py:615 +#, python-format +msgid "Listing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: config.py:722 msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: config.py:759 msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/rst.py:185 domains/rst.py:189 #, python-format -msgid "Creating file %s." +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/rst.py:213 #, python-format -msgid "File %s already exists, skipping." +msgid "%s (role)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." +#: domains/rst.py:223 +msgid "directive" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/rst.py:225 +msgid "role" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/rst.py:247 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" +#: domains/javascript.py:255 +msgid "Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" -msgstr "" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "פונקציה" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" -msgstr "" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "מחלקה" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "מודול" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "השתנה בגרסה %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr " לא מומלץ לשימוש מגרסה %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/citation.py:73 #, python-format -msgid "enable %s extension" +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" +#: environment/__init__.py:86 +msgid "new config" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" +#: environment/__init__.py:87 +msgid "config changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" +#: environment/__init__.py:88 +msgid "extensions changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:249 +msgid "build environment version not current" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" +#: environment/__init__.py:251 +msgid "source directory has changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: environment/__init__.py:364 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: environment/__init__.py:622 #, python-format -msgid "Invalid template variable: %s" +msgid "Domain %r is not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "תשומת לב" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 -#, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "זהירות" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "סכנה" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 -msgid "" -"This can happen with very large or deeply nested source files. You can " -"carefully increase the default Python recursion limit of 1000 in conf.py " -"with e.g.:" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "שגיאה" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "רמז" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 -msgid "" -"Please also report this if it was a user error, so that a better error " -"message can be provided next time." -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "חשוב" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "הערה" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "ראה גם" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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:237 +msgid "Tip" +msgstr "טיפ" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "אזהרה" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:110 +msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:117 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" +#: cmd/quickstart.py:217 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:225 +#, python-format +msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:256 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" +#: cmd/quickstart.py:269 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:284 +msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" +#: cmd/quickstart.py:286 +msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:291 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:299 +msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: cmd/quickstart.py:301 +msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 +#: cmd/quickstart.py:306 msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: cmd/quickstart.py:315 +msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: cmd/quickstart.py:322 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" +#: cmd/quickstart.py:327 +msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: cmd/quickstart.py:332 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: cmd/quickstart.py:350 #, python-format msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 -#, python-format +#: cmd/quickstart.py:360 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: cmd/quickstart.py:379 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format +#: cmd/quickstart.py:389 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: cmd/quickstart.py:502 #, python-format -msgid "writing error: %s, %s" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: cmd/quickstart.py:513 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: cmd/quickstart.py:520 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: cmd/quickstart.py:555 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/quickstart.py:575 +msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: cmd/quickstart.py:585 +msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: cmd/quickstart.py:588 +msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "תשומת לב" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "זהירות" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "סכנה" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "שגיאה" +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "רמז" +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "חשוב" +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "הערה" +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "ראה גם" +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "טיפ" +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "אזהרה" +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: cmd/quickstart.py:641 +msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: cmd/quickstart.py:644 +msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: cmd/quickstart.py:647 +msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: cmd/quickstart.py:654 ext/apidoc.py:578 +#, python-format +msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:670 +msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" +#: cmd/quickstart.py:676 +msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:683 +msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:689 +msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:714 +msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: cmd/quickstart.py:793 #, python-format -msgid "%s (%s attribute)" +msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: cmd/build.py:67 +msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "%s (module)" +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "פונקציה" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "מחלקה" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "מודול" +#: cmd/build.py:144 +msgid "job number should be a positive number" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/build.py:180 +msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/build.py:183 +msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "השתנה בגרסה %s" +#: cmd/build.py:194 +msgid "general options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr " לא מומלץ לשימוש מגרסה %s" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 -#, python-format -msgid ":%s: (directive option)" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" +#: cmd/build.py:230 +msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/build.py:266 +msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[מקור]" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: cmd/build.py:294 +msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[תיעוד]" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 -#, python-format -msgid "

Source code for %s

" -msgstr "

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

" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "לעשות" +#: cmd/build.py:334 +msgid "warning control options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: cmd/build.py:347 +msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:355 +msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "הטקסט המקורי" +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." +#: cmd/build.py:364 +msgid "raise an exception on warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/texinfo.py:90 #, python-format -msgid "%s is not a directory." +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "Failed to remove %s: %s" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr "(בתוך" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: builders/texinfo.py:233 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: builders/gettext.py:230 #, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/gettext.py:252 #, python-format -msgid "dot code %r: %s" +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/__init__.py:200 #, 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 "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: builders/__init__.py:208 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/__init__.py:251 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 +#: builders/__init__.py:273 #, python-format -msgid "'%s' is not a valid option." +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/__init__.py:285 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/__init__.py:307 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: builders/__init__.py:313 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 +#: builders/__init__.py:324 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 +#: builders/__init__.py:339 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/__init__.py:354 #, python-format -msgid "invalid regex %r in %s" +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 -#, python-format -msgid "module %s could not be imported: %s" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: builders/__init__.py:386 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 -#, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: builders/__init__.py:471 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: builders/__init__.py:507 #, python-format -msgid "undocumented python method: %s :: %s :: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: builders/__init__.py:516 #, python-format msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: builders/__init__.py:527 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: builders/__init__.py:534 #, python-format -msgid "display latex %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: builders/__init__.py:686 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: builders/__init__.py:845 #, python-format -msgid "no Babel option known for language %r" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "הערות שוליים" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[תמונה]" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "numfig_format is not defined for %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: builders/_epub_base.py:220 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: builders/_epub_base.py:432 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "אינדקס" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: builders/changes.py:33 #, python-format -msgid "unimplemented node type: %r" +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: builders/changes.py:79 +msgid "Module level" +msgstr "רמת המודול" + +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: builders/changes.py:140 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: util/docfields.py:95 +#, python-format msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: util/nodes.py:419 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: util/inventory.py:170 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: util/docutils.py:746 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: util/i18n.py:105 #, python-format -msgid "cannot copy image file %r: %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: util/i18n.py:112 #, python-format -msgid "cannot write image file %r: %s" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: directives/code.py:84 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "writing %s file..." +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: directives/code.py:211 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: directives/code.py:225 #, python-format -msgid "error writing file %s: %s" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: directives/code.py:228 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: directives/code.py:270 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: directives/other.py:122 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "מחבר הקטע:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: directives/other.py:206 +msgid "Module author: " +msgstr "מחבר המודול:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: directives/other.py:208 +msgid "Code author: " +msgstr "מחבר הקוד:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: directives/other.py:210 +msgid "Author: " +msgstr "מחבר:" + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "רמת המודול" +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "could not read %r for changelog creation" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: transforms/__init__.py:267 #, python-format -msgid "building [%s]: " +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: transforms/__init__.py:313 #, python-format -msgid "targets for %d template files" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[מקור]" + +#: ext/imgconverter.py:40 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: ext/imgconverter.py:68 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[תיעוד]" + +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "" + +#: ext/viewcode.py:311 #, python-format -msgid "file %r given on command line does not exist, " +msgid "

Source code for %s

" +msgstr "

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

" + +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" + +#: ext/coverage.py:47 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: ext/coverage.py:141 #, python-format -msgid "%d source files given on command line" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: ext/coverage.py:163 #, python-format -msgid "targets for %d source files that are out of date" +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/coverage.py:177 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: ext/coverage.py:245 #, python-format -msgid "%d found" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/coverage.py:445 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/todo.py:71 +msgid "Todo" +msgstr "לעשות" + +#: ext/todo.py:104 +#, python-format +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/todo.py:165 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/todo.py:175 +msgid "original entry" +msgstr "הטקסט המקורי" + +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: ext/doctest.py:115 #, 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 "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: ext/doctest.py:120 #, 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' is not a valid option." +msgstr "" + +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "" + +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/doctest.py:281 #, 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." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/doctest.py:522 #, python-format -msgid "docnames to write: %s" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "" + +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: ext/graphviz.py:268 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 +#: ext/graphviz.py:303 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: ext/graphviz.py:313 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: ext/graphviz.py:329 #, python-format -msgid "processing %s" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr "(בתוך" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: ext/apidoc.py:396 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "מחבר הקטע:" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "מחבר המודול:" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "מחבר הקוד:" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "מחבר:" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "" + +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "" + +#: ext/apidoc.py:638 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: ext/autosectionlabel.py:48 #, python-format -msgid "Unknown image format: %s..." +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" + +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: ext/duration.py:85 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: ext/imgmath.py:159 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: ext/imgmath.py:174 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: ext/imgmath.py:328 #, python-format -msgid "%r reference target not found: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "חיפוש" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "לך" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "הערות שוליים" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "הצג מקור" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "תוכן" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[תמונה]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "כווץ סרגל צד" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: writers/html5.py:415 #, python-format -msgid "Search %(docstitle)s" -msgstr "חפש %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "חיפוש מהיר" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "סקירה כללית" +msgid "numfig_format is not defined for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "תוכן עניינים מלא" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "דף חיפוש" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "חפש בתיעוד זה" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "אינדקס מודולים גלובלי" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "גישה מהירה לכל המודולים" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "אינדקס" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "כל הפונקציות, המחלקות, המושגים" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: writers/texinfo.py:1300 #, python-format -msgid "Index – %(key)s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "אינדקס מלא בעמוד אחד" +#: writers/latex.py:364 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "נושא קודם" +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "פרק קודם" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "נושא הבא" +#: writers/latex.py:593 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "פרק הבא" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: writers/latex.py:1178 msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "אנא הפעל ג'אואסקריפט ע\"מ לאפשר את\n החיפוש." +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "חיפוש" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "עמוד זה" +#: domains/std/__init__.py:86 domains/std/__init__.py:103 +#, python-format +msgid "environment variable; %s" +msgstr "משתנה סביבה; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "עמודי אינדקס לפי אותיות" +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "עשוי להיות עצום" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "ניווט" +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: domains/std/__init__.py:234 #, python-format -msgid "Search within %(docstitle)s" -msgstr "חפש בתוך %(docstitle)s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "על מסמכים אלו" +#: domains/std/__init__.py:305 +#, python-format +msgid "%s command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "זכויות שמורות" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "עודכן לאחרונה ב %(last_updated)s." +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" -msgstr "הרחב סרגל צד" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "יצר אוטומטית רשימה של שינויים בגרסה %(version)s" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "משתנה סביבה" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "שינויים אחרים" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "מודול אינדקס" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "הסתר תוצאות חיפוש" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "דף חיפוש" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "תוצאות החיפוש" +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: domains/std/__init__.py:934 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: domains/std/__init__.py:1194 #, python-format -msgid "image file not readable: %s" +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: domains/std/__init__.py:1196 #, python-format -msgid "image file %s not readable: %s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "download file not readable: %s" +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: domains/python/__init__.py:167 domains/python/__init__.py:334 +#: domains/python/__init__.py:385 domains/python/__init__.py:424 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "%s (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: domains/python/__init__.py:169 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: domains/python/__init__.py:194 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: domains/python/__init__.py:195 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: domains/python/__init__.py:249 #, python-format -msgid "see %s" -msgstr "ראה %s" +msgid "%s() (%s class method)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: domains/python/__init__.py:251 #, python-format -msgid "see also %s" -msgstr "ראה גם %s" +msgid "%s() (%s static method)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: domains/python/__init__.py:389 #, python-format -msgid "unknown index entry type %r" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" + +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "" + +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "" + +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "" + +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "" + +#: domains/python/__init__.py:637 +msgid "property" +msgstr "" + +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" + +#: domains/python/__init__.py:698 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 msgid "Parameters" msgstr "פרמטרים" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "משתנים" + +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" +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'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "משתנה" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "מאקרו" + +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %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'." +msgstr "" + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:862 msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "משתנים" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "תוכן" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 +#: 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/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "כווץ סרגל צד" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "ניווט" + +#: themes/basic/layout.html:115 #, python-format -msgid "%s() (in module %s)" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "חפש בתוך %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: 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 "%s (in module %s)" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/layout.html:201 #, python-format -msgid "%s (built-in variable)" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "עודכן לאחרונה ב %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: themes/basic/layout.html:204 #, python-format -msgid "%s (built-in class)" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s (class in %s)" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/genindex-single.html: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 #, python-format -msgid "%s() (%s class method)" +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" +msgstr "" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "תוכן עניינים מלא" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "חפש בתיעוד זה" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "אינדקס מודולים גלובלי" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "גישה מהירה לכל המודולים" + +#: builders/html/__init__.py:499 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 "אנא הפעל ג'אואסקריפט ע\"מ לאפשר את\n החיפוש." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: 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 #, python-format -msgid "%s() (%s static method)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (%s property)" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "שינויים אחרים" + +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s (type alias in %s)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "הסתר תוצאות חיפוש" + +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +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 "" + +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr "" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "ראה %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "משתנה סביבה; %s" +msgid "see also %s" +msgstr "ראה גם %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "אינדקס" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "משתנה סביבה" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "הבא" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "הקודם" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "מודול אינדקס" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "משתנה" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "מאקרו" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "המשך מעמוד קודם" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "מהדורה" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" +msgstr "תיעוד %s %s" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/__init__.py:117 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "מהדורה" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/__init__.py:543 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:551 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format +#: _cli/util/errors.py:172 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3804,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3819,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "אינדקס" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "הבא" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "הקודם" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "תיעוד %s %s" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.js b/sphinx/locale/hi/LC_MESSAGES/sphinx.js index ba3dae26de1..27c181d50ed 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hi/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "\u0916\u094b\u091c", "Search Page": "\u0916\u094b\u091c \u092a\u0943\u0937\u094d\u0920", "Search Results": "\u0916\u094b\u091c \u092a\u0930\u0940\u0923\u093e\u092e ", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "%(docstitle)s \u092e\u0947\u0902 \u0916\u094b\u091c\u0947\u0902", "Searching": "\u0916\u094b\u091c \u091c\u093e\u0930\u0940", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/hi/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi/LC_MESSAGES/sphinx.mo index e2cbbbe587c..467b9ace9a5 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 2e2d11be563..9a30461c976 100644 --- a/sphinx/locale/hi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi/LC_MESSAGES/sphinx.po @@ -11,389 +11,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+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.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: hi\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "विन्यास मान %s.%s खोजे गए किसी भी रूप विन्यास में नहीं दिखा" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "विन्यास का असमर्थित रूप विकल्प %r दिया गया" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "रुपविन्यास के पथ में फाइल %r कोई प्रमाणिक ज़िप फाइल नहीं है या इसमें कोई रुपविन्यास नहीं सहेजा गया है" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "पिगमेंटस लेक्सर नाम %r अज्ञात है" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "आयाम %s की needs_extensions मान में आवश्कता है, पर यह नहीं चढ़ाया गया है." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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) से बनाना संभव नहीं है." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "%r घटना पहले से विद्यमान है" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "अज्ञात घटना नाम: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "विन्यास निर्देशिका में कोन्फ़.पाय #conf.py# फाइल (%s) नहीं है " - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "शब्दकोष विन्यास मान %r की उल्लंघन नहीं किया जा सकता, अनदेखा किया गया (प्रत्येक अवयव का मान रखने के लिए %r का उपयोग करें)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "विन्यास मान %r के लिए अमान्य संख्या %r, अनदेखा किया गया" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "असमर्थित प्रकार के साथ विन्यास मान %r का उल्लंघन नहीं किया जा सकता, अनदेखा किया गया" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "आरोहण में अज्ञात विन्यास मान %r, अनदेखा किया गया" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "विन्यास मान %r पहले से विद्यमान है" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "आपकी विन्यास फाइल में रचनाक्रम की त्रुटि है: %s\n" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "विन्यास फाइल (अथवा इसके द्वारा आयातित प्रभागों) द्वारा sys.exit() का आह्वान किया गया" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "विन्यास फाइल में प्रोग्राम के योग्य त्रुटि है:\n\n%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "भाग %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "चित्र %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "सारणी %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "सूची %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "`{name}` विन्यास मान, {candidates} में से एक होना चाहिए, परन्तु `{current}` दिया गया है." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; अपेक्षित {permitted}." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; मानक `{default.__name__}' का प्रयोग किया गया." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r नहीं मिला, अनदेखा किया गया." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "स्रोत निर्देशिका (%s) नहीं मिली" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "स्रोत निर्देशिका और गंतव्य निर्देशिका समरूप नहीं हो सकतीं" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "स्फिंक्स %s संस्करण चल रहा है" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "इस परियोजना में स्फिंक्स का कम से कम %s संस्करण चाहिए और इसलिए इस संस्करण से बनाना संभव नहीं है." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "परिणाम निर्देशिका बनाई जा रही है" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "%s आयाम को स्थापित करते हुए:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "'स्थापना' को जैसा कि अभी कोन्फ़.पाई में परिभाषित किया गया है, पाइथन से निर्देशित नहीं है. कृपया इसकी परिभाषा में परिवर्तन करके इसे निर्देश योग्य कर्म बनाएं. कोन्फ़.पाई को स्फिंक्स के आयाम की तरह व्यवहार के लिए इसकी आवश्कयता है." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "[%s] अनुवाद पढ़ा जा रहा है..." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "संपन्न" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "अंतर्निर्मित संदेशों में उपलब्ध नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "रक्षित स्थिति को लागू किया जा रहा है" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "असफल: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "किसी निर्माता को नहीं चुना गया, मानक उपयोग: एच्.टी.ऍम.एल." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "सफल हुआ" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "समस्याओं के साथ समाप्त हुआ" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "%s निर्माण, चेतावनी %s (चेतावनी को गलती माने)| " +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "%s सम्पूर्ण, %s चेतावनी." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "%s निर्मित." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "निर्देशक कक्षा #node class# %r पहले से पंजीकृत है, इसके अभ्यागत निरस्त हो जाएंगे " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "निर्देश %r पहले से पंजीकृत है, यह निरस्त हो जाएगा" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "भूमिका %r पहले से पंजीकृत है, यह निरस्त हो जाएगी" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -401,12 +165,12 @@ msgid "" "explicit" msgstr "%s आयाम यह घोषित नहीं करता कि यह समानांतर पाठन के लिए सुरक्षित है. यह मानते हुए की ऐसा नहीं है - कृपया आयाम के लेखक को जांच करने और स्पष्ट व्यक्त करने के लिए कहें." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "समानांतर पठन के लिए यह %s विस्तार अथवा आयाम सुरक्षित नहीं है | " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -414,657 +178,1153 @@ msgid "" "explicit" msgstr "%s आयाम यह घोषित नहीं करता कि यह समानांतर लेखन के लिए सुरक्षित है. यह मानते हुए की ऐसा नहीं है - कृपया आयाम के लेखक को जांच करने और स्पष्ट व्यक्त करने के लिए कहें." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "समानांतर लेखन के लिए %s विस्तार अथवा आयाम सुरक्षित नहीं है | " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "%s पर काम कर रहे हैं" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "पाइथन अभिवृद्धि प्रस्ताव; पी.ई.पी. %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "निर्माण वर्ग %s का कोई \"नाम\" भाव नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "निर्माता %r पहले से (%s प्रभाग में) उपलब्ध है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "निर्माता नाम %s पंजीकृत नहीं है अथवा प्रवेश स्थान पर उपलब्ध नहीं है." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "निर्माता नाम %s पंजीकृत नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "अधिकारक्षेत्र %s पहले से पंजीकृत है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "अधिकारक्षेत्र %s अभी पंजीकृत नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r निर्देश पहले से अधिकार-क्षेत्र %s में पंजीकृत है, " -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r भूमिका पहले से अधिकार-क्षेत्र %s में पंजीकृत है, " -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r अनुक्रमणिका पहले से अधिकार-क्षेत्र %s में पंजीकृत है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type पहले से पंजीकृत है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type पहले से पंजीकृत है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r पहले से पंजीकृत है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "%r का source_parser पहले से पंजीकृत है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "%s का स्रोत व्याख्याता पंजीकृत नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "%r के लिए अनुवादक पहले से विद्यमान है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r पहले से पंजीकृत है" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "%r आयाम को %sसंस्करण से स्फिंक्स में सम्मिलित किया जा चुका है; आयाम की उपेक्षा की गयी." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "मौलिक अपवाद:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "%s आयाम का आयात नहीं किया जा सका" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "आयाम %r में कोई सेटअप #setup()# कारक नहीं है; क्या यह वास्तव में स्फिंक्स का परिवर्धक प्रभाग है?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 संस्करण चाहिए; इसलिए इस संस्करण से बनाना संभव नहीं है." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "परिवर्धक %r के सेटअप() कर्म से एक असहाय वस्तु वापस मिली है; इसको 'कुछ नहीं' अथवा मेटाडाटा कोश भेजना चाहिए था" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "प्रभागों में से डॉक्-स्ट्रिंग स्वतःसम्मिलित करें" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "डॉक्-टेस्ट अंशों के निर्देश भाग की स्वतः जाँच करें" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "पिगमेंटस लेक्सर नाम %r अज्ञात है" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "भिन्न परियोजनाओं के स्फिंक्स प्रलेखों का पारस्परिक सम्बन्ध करने दें" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "वह \"शेष\" प्रविष्टियाँ लिख लें, जिन्हें निर्माण के समय दिखाया या छिपाया जा सकता है" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "आयाम %s की needs_extensions मान में आवश्कता है, पर यह नहीं चढ़ाया गया है." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "प्रलेखों की व्याप्ति की जाँच करें" +#: extension.py:76 +#, 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) से बनाना संभव नहीं है." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "गणित को सम्मिलित करें, पी.एन.जी. अथवा एस.वी.जी. में चित्रित" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "गणित को सम्मिलित करें, दिग्दर्शक में मैथजाक्स #MathJax# द्वारा प्रदर्शित" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "विन्यास मान %s.%s खोजे गए किसी भी रूप विन्यास में नहीं दिखा" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "विन्यास मान के आधार पर सामिग्री का सशर्त समावेश" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" -msgstr "पाइथन विषयवस्तुओं के प्रलेखों के स्रोत निर्देश की कड़ी जोड़ें" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "गिटहब GitHub पर लेखपत्र प्रकाशित करने के लिए .nojekyll फाइल बनाएं" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." -msgstr "कृपया एक मान्य पथ का नाम दें" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "विन्यास का असमर्थित रूप विकल्प %r दिया गया" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." -msgstr "कृपया कुछ वाक्यांश लिखें" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "रुपविन्यास के पथ में फाइल %r कोई प्रमाणिक ज़िप फाइल नहीं है या इसमें कोई रुपविन्यास नहीं सहेजा गया है" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:236 #, python-format -msgid "Please enter one of %s." -msgstr "%s में से एक चुनें" +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "कृपया हाँ के लिए 'y' अथवा नहीं के लिए 'n' मात्र दें. " +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "कृपया एक फाइल प्रत्यय दें, जैसे कि '.rst' अथवा '.txt'." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:290 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "स्फिंक्स %s त्वरित-आरंभ #sphinx-quickstart# उपकरण के लिए अभिनन्दन" +msgid "The %r theme has too many ancestors" +msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "कृपया निम्न विन्यासों के लिए मान प्रदान करें (मानक मान, यदि कोष्ठक में हो तो, स्वीकार करने के लिए एन्टर दबाएँ)" +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:346 theming.py:399 #, python-format -msgid "Selected root path: %s" -msgstr "चुना हुआ बुनियादी तथा मूल स्थान: %s" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." -msgstr "आलेख का बुनियादी स्थान बताएं." +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" -msgstr "आलेख का बुनियादी पथ" +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "त्रुटि: एक मौजूदा conf.py फाइल दिए गए मूल पथ में प्राप्त हुई है." +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "स्फिंक्स-त्वरित-आरम्भ #sphinx-quickstart# मौजूदा स्फिंक्स परियोजनाओं पर पुनर्लेखन नहीं करेगा." +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "कृपया एक नया मूल पथ दें (अथवा निकलने हेतु सिर्फ एन्टर #Enter# कर दें)" +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "विन्यास निर्देशिका में कोन्फ़.पाय #conf.py# फाइल (%s) नहीं है " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:323 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\" निर्देशिका प्रयोग करें." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" -msgstr "विभिन्न स्रोत और निर्माण डायरेक्टरी (y/n)" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: config.py:346 +#, 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 "मूल निर्देशिका के अन्दर, दो और निर्देशिका बनाई जाएँगी;\nपरिवर्धित एच.टी.एम्.एल. नमूनों के लिए \"_templates\" और परिवर्धित रुपपत्रों और अन्य स्थैतिक फाइलों के लिए \"_static\"\nआप अधोरेखा के स्थान पर अन्य पूर्व-प्रत्यय (जैसे कि \".\") का प्रयोग कर सकते हैं." +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "शब्दकोष विन्यास मान %r की उल्लंघन नहीं किया जा सकता, अनदेखा किया गया (प्रत्येक अवयव का मान रखने के लिए %r का उपयोग करें)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" -msgstr "नमूने और स्थैतिक डायरेक्टरी के लिए पूर्व-प्रत्यय" +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "विन्यास मान %r के लिए अमान्य संख्या %r, अनदेखा किया गया" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "परियोजना का नाम बनाये गए प्रपत्रों में बहुत से स्थानों पर प्रयुक्त होगा." +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "असमर्थित प्रकार के साथ विन्यास मान %r का उल्लंघन नहीं किया जा सकता, अनदेखा किया गया" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" -msgstr "परियोजना का नाम" +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "आरोहण में अज्ञात विन्यास मान %r, अनदेखा किया गया" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" -msgstr "लेखक(कों) का नाम" +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "विन्यास मान %r पहले से विद्यमान है" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:494 +#, 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." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" -msgstr "परियोजना संस्करण" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "आपकी विन्यास फाइल में रचनाक्रम की त्रुटि है: %s\n" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" -msgstr "परियोजना आवृत्ति" +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "विन्यास फाइल (अथवा इसके द्वारा आयातित प्रभागों) द्वारा sys.exit() का आह्वान किया गया" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: config.py:541 +#, 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" +"There is a programmable error in your configuration file:\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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" -msgstr "परियोजना की भाषा" +"%s" +msgstr "विन्यास फाइल में प्रोग्राम के योग्य त्रुटि है:\n\n%s" -#: /home/runner/work/sphinx/sphinx/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." +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "स्रोत फाइल का प्रत्यय" +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:593 +#, 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." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" -msgstr "आपने मुख्य लेखपत्र का नाम दें (प्रत्यय रहित)" +#: config.py:612 +#, python-format +msgid "Section %s" +msgstr "भाग %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:613 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "त्रुटि: मुख्य फाइल %s चुने हुए मूल पथ में पहले से उपलब्ध है." +msgid "Fig. %s" +msgstr "चित्र %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "स्फिंक्स-त्वरित-आरम्भ मौजूदा फाइलों पर पुनर्लेखन नहीं करेगा." +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "सारणी %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "सूची %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: config.py:722 msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "कृपया एक नया फाइल नाम दें, अथवा मौजूदा फाइल का पुनर्नामकरण करें और एन्टर दबाएँ" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "`{name}` विन्यास मान, {candidates} में से एक होना चाहिए, परन्तु `{current}` दिया गया है." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "इनमें से कौन सा स्फिंक्स आयाम प्रयोग करना है, इंगित करें:" +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; अपेक्षित {permitted}." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: config.py:759 msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "टिप्पणी: imgmath और mathjax एक साथ समर्थ नहीं हो सकते. imgmath को अचिन्हित कर दिया गया है." +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "विन्यास मान `{name}' का प्रकार `{current.__name__}' है; मानक `{default.__name__}' का प्रयोग किया गया." + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r नहीं मिला, अनदेखा किया गया." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: config.py:782 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." +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" -msgstr "मेकफाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" -msgstr "विंडोज़ कमांड फाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (निर्देश)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/rst.py:185 domains/rst.py:189 #, python-format -msgid "Creating file %s." -msgstr "फाइल बनाई जा रही है ...%s" +msgid ":%s: (directive option)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/rst.py:213 #, python-format -msgid "File %s already exists, skipping." -msgstr "फाइल %s पहले से उपस्थित है, छोड़ दी गई." +msgid "%s (role)" +msgstr "%s (भूमिका)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." -msgstr "समाप्त: एक प्रारंभिक निर्देशिका का ढांचा बना दिया गया है." +#: domains/rst.py:223 +msgid "directive" +msgstr "निर्देश" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/rst.py:225 +msgid "role" +msgstr "भूमिका" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/rst.py:247 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (अंतर्निर्मित फंक्शन)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -msgid "" -"\n" -"Generate required files for a Sphinx project.\n" +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s विधि)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (वर्ग)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (वैश्विक चरपद अथवा अचर) " + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s लक्षण)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "चर " + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "देता है " + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "प्रदत्त " + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "प्रदत्त प्रकार " + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (प्रभाग)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "फंक्शन" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "पद्धति" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "वर्ग" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "आंकड़े " + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "लक्षण" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "प्रभाग" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "संस्करण %s से अलग " + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "संस्करण %s से प्रतिबंधित " + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "प्रतिरूप उद्धरण %s, दूसरी प्रतिकृति %s में है " + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "उद्धरण [%s] सन्दर्भ कहीं नहीं है" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "समीकरण का प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "अमान्य math_eqref_format: %r" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "नव विन्यास" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "विन्यास परिवर्तित" + +#: environment/__init__.py:88 +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 "स्रोत निर्देशिका परिवर्तित हो चुकी है " + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "यह परिस्थिति चुने गए निर्माता से मेल नहीं खाती, कृपया दूसरी डॉक-ट्री निर्देशिका चुनें. " + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "लेखपत्रों के पर्यवेक्षण में असफलता %s: %r" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "अधिकारक्षेत्र %r पंजीकृत नहीं है" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "लेखपत्र किसी भी विषय-सूची-संरचना में सम्मिलित नहीं है" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "स्वयं-संदर्भित विषय-सूची-संरचना मिली है. उपेक्षा की गई." + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "चेतावनी" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "प्रभागों में से डॉक्-स्ट्रिंग स्वतःसम्मिलित करें" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "डॉक्-टेस्ट अंशों के निर्देश भाग की स्वतः जाँच करें" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "भिन्न परियोजनाओं के स्फिंक्स प्रलेखों का पारस्परिक सम्बन्ध करने दें" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "वह \"शेष\" प्रविष्टियाँ लिख लें, जिन्हें निर्माण के समय दिखाया या छिपाया जा सकता है" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "प्रलेखों की व्याप्ति की जाँच करें" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "गणित को सम्मिलित करें, पी.एन.जी. अथवा एस.वी.जी. में चित्रित" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "गणित को सम्मिलित करें, दिग्दर्शक में मैथजाक्स #MathJax# द्वारा प्रदर्शित" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "विन्यास मान के आधार पर सामिग्री का सशर्त समावेश" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "पाइथन विषयवस्तुओं के प्रलेखों के स्रोत निर्देश की कड़ी जोड़ें" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "गिटहब GitHub पर लेखपत्र प्रकाशित करने के लिए .nojekyll फाइल बनाएं" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "कृपया एक मान्य पथ का नाम दें" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "कृपया कुछ वाक्यांश लिखें" + +#: cmd/quickstart.py:117 +#, 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'." + +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "स्फिंक्स %s त्वरित-आरंभ #sphinx-quickstart# उपकरण के लिए अभिनन्दन" + +#: cmd/quickstart.py:217 +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:225 +#, python-format +msgid "Selected root path: %s" +msgstr "चुना हुआ बुनियादी तथा मूल स्थान: %s" + +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." +msgstr "आलेख का बुनियादी स्थान बताएं." + +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" +msgstr "आलेख का बुनियादी पथ" + +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "त्रुटि: एक मौजूदा conf.py फाइल दिए गए मूल पथ में प्राप्त हुई है." + +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "स्फिंक्स-त्वरित-आरम्भ #sphinx-quickstart# मौजूदा स्फिंक्स परियोजनाओं पर पुनर्लेखन नहीं करेगा." + +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "कृपया एक नया मूल पथ दें (अथवा निकलने हेतु सिर्फ एन्टर #Enter# कर दें)" + +#: cmd/quickstart.py:256 +msgid "" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "आपके पास Sphinx द्वारा बनाई गई फाइलों को सहेजने के लिए दो विकल्प हैं.\nया तो आप मूल स्थान में ही \"_build\" निर्देशिका प्रयोग करें, अथवा\nमूल पथ में भिन्न \"स्रोत\" और \"build\" निर्देशिका प्रयोग करें." + +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" +msgstr "विभिन्न स्रोत और निर्माण डायरेक्टरी (y/n)" + +#: cmd/quickstart.py:269 +msgid "" +"Inside the root directory, two more directories will be created; \"_templates\"\n" +"for custom HTML templates and \"_static\" for custom stylesheets and other static\n" +"files. You can enter another prefix (such as \".\") to replace the underscore." +msgstr "मूल निर्देशिका के अन्दर, दो और निर्देशिका बनाई जाएँगी;\nपरिवर्धित एच.टी.एम्.एल. नमूनों के लिए \"_templates\" और परिवर्धित रुपपत्रों और अन्य स्थैतिक फाइलों के लिए \"_static\"\nआप अधोरेखा के स्थान पर अन्य पूर्व-प्रत्यय (जैसे कि \".\") का प्रयोग कर सकते हैं." + +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" +msgstr "नमूने और स्थैतिक डायरेक्टरी के लिए पूर्व-प्रत्यय" + +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "परियोजना का नाम बनाये गए प्रपत्रों में बहुत से स्थानों पर प्रयुक्त होगा." + +#: cmd/quickstart.py:284 +msgid "Project name" +msgstr "परियोजना का नाम" + +#: cmd/quickstart.py:286 +msgid "Author name(s)" +msgstr "लेखक(कों) का नाम" + +#: cmd/quickstart.py:291 +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:299 +msgid "Project version" +msgstr "परियोजना संस्करण" + +#: cmd/quickstart.py:301 +msgid "Project release" +msgstr "परियोजना आवृत्ति" + +#: cmd/quickstart.py:306 +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/quickstart.py:315 +msgid "Project language" +msgstr "परियोजना की भाषा" + +#: cmd/quickstart.py:322 +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:327 +msgid "Source file suffix" +msgstr "स्रोत फाइल का प्रत्यय" + +#: cmd/quickstart.py:332 +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:340 +msgid "Name of your master document (without suffix)" +msgstr "आपने मुख्य लेखपत्र का नाम दें (प्रत्यय रहित)" + +#: cmd/quickstart.py:350 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "त्रुटि: मुख्य फाइल %s चुने हुए मूल पथ में पहले से उपलब्ध है." + +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "स्फिंक्स-त्वरित-आरम्भ मौजूदा फाइलों पर पुनर्लेखन नहीं करेगा." + +#: cmd/quickstart.py:360 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "कृपया एक नया फाइल नाम दें, अथवा मौजूदा फाइल का पुनर्नामकरण करें और एन्टर दबाएँ" + +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "इनमें से कौन सा स्फिंक्स आयाम प्रयोग करना है, इंगित करें:" + +#: cmd/quickstart.py:379 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "टिप्पणी: imgmath और mathjax एक साथ समर्थ नहीं हो सकते. imgmath को अचिन्हित कर दिया गया है." + +#: cmd/quickstart.py:389 +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:395 +msgid "Create Makefile? (y/n)" +msgstr "मेकफाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" + +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" +msgstr "विंडोज़ कमांड फाइल बनाएं? (हाँ के लिए y/ ना के लिए n)" + +#: cmd/quickstart.py:451 ext/apidoc.py:92 +#, python-format +msgid "Creating file %s." +msgstr "फाइल बनाई जा रही है ...%s" + +#: cmd/quickstart.py:456 ext/apidoc.py:89 +#, python-format +msgid "File %s already exists, skipping." +msgstr "फाइल %s पहले से उपस्थित है, छोड़ दी गई." + +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." +msgstr "समाप्त: एक प्रारंभिक निर्देशिका का ढांचा बना दिया गया है." + +#: cmd/quickstart.py:502 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: cmd/quickstart.py:513 +#, 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:520 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: cmd/quickstart.py:555 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "शांत ढंग " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "ढांचे के विकल्प" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "यदि निर्दिष्ट हो तो विभिन्न स्रोत और निर्माण पथ" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "_templates आदि में बिंदु का बदलाव" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "परोयोजना के मूलभूत विकल्प" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "परियोजना का नाम" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "लेखकों के नाम" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "परियोजना का संस्करण" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "परियोजना की आवृत्ति" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "लेखपत्र की भाषा" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "स्रोत फाइल का प्रत्यय" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "मुख्य लेखपत्र का नाम" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "ई-पब प्रयोग करें" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "आयाम के विकल्प" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "आयाम %s सक्षम करें" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "स्वेच्छित आयाम सक्षम करें" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "मेकफाइल और बैचफाइल का सर्जन" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "मेकफाइल बनाएं" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "मेकफाइल नहीं बनाएं" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "बैचफाइल बनाएं" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "बैचफाइल नहीं बनाएं" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "Makefile/make.bat के लिए make-mode का प्रयोग करें" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "परियोजना नमूनावृत्ति" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "नमूना फाइलों के लिए नमूना निर्देशिका" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "नमूना चर-पद का निरूपण करें" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "\"शांत\" निर्दिष्ट है, परन्तु कोई भी \"परियोजना\" अथवा \"लेखक\" निर्दिष्ट नहीं है." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "त्रुटि: दिया गया पथ निर्देशिका नहीं है, अथवा स्फिंक्स फाइलें पहले से उपस्थित हैं." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "स्फिंक्स-त्वरित-आरम्भ केवल एक खाली निर्देशिका में कार्यशील हो सकती है. कृपया एक नया मूल पथ निर्दिष्ट करें." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "अमान्य नमूना चर-पद: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "निर्माण के दौरान अपवाद घटित हुआ है, दोष-मुक्तक चालू किया जा रहा " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "कार्य खंडित " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "रेस्ट सुसज्जा त्रुटि:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "कूटलेखन त्रुटि:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "यदि आप इस विषय को कूटलिपिकारों के संज्ञान में लाना चाहते है तो पिछला पूरा विवरण %s में सहेज दिया गया है" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "पुनरावर्तन त्रुटि:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "अपवाद घटित:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "यदि यह प्रयोक्ता की गलती थी तो कृपया इसको भी रिपोर्ट करें ताकि अगली बार गलती होने पर अधिक अर्थपूर्ण सन्देश दिया जा सके." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "त्रुटि की सूचना पर उपस्थित पंजिका में दर्ज की जा सकती है. धन्यवाद!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "कार्य संख्या एक धनात्मक संख्या होनी चाहिए" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1083,805 +1343,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "अभिलेख की स्रोत फाइलों का पथ" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "परिणाम निर्देशिका का पथ" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "सामान्य विकल्प" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "सभी फाइलें लिखें (मानक: केवल नई और परिवर्तित फाइलें लिखें)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "सहेजी गयी परिस्थिति का प्रयोग न करें, सदैव सभी फाइलों को पढ़ें" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "विन्यास फाइल के एक मान का उल्लंघन करें " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "एच.टी.एम्.एल. के नमूने में राशि प्रेषित करें" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "नाम-पत्र परिभाषित करें: केवल नाम-पत्र वाले खण्डों का समावेश करें" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "प्रदर्शित परिणामों के विकल्प" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "शब्द-प्रयोग बढ़ाएं (पुनरावृत्ति की जा सकती है) " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "एस.टी.डी आउट #stdout# पर कोई परिणाम नहीं, एस.टी.डी एरर #stderr# पर चेतावनियाँ " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "कुछ भी निर्गमित नहीं, यहाँ तक कि चेतावनी भी नहीं" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "रंगीन परिणाम ही दिखाएँ (मानक: स्वतः अनुमानित)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "रंगीन परिणाम नहीं दिखाएँ (मानक: स्वतः अनुमानित)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "चेतावनियाँ (और त्रुटियाँ) दी गई फाइल में लिखें" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "चेतावनियों को अशुद्धि मानें" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "अपवाद होने पर पूरा विलोम-अनुगमन देखें" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "अपवाद होने पर पी.डी.बी. चलाएं" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "-a विकल्प और फाइल के नामों को सम्मिलित नहीं किया जा सकता" +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "-a विकल्प और फाइल के नामों को सम्मिलित नहीं किया जा सकता" + +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "चेतावनी फाइल %r नहीं खोली जा सकी: %s" + +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" +msgstr "-D विकल्प का मान नाम = मान के रूप में होना आवश्यक है" + +#: cmd/build.py:465 +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:60 +#, 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:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "खंडित कड़ी: %s (%s)" + +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "लक्ष्य '%s' नहीं मिला" + +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें है." + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "एकल लेखपत्र संकलन किया जा रहा है" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "लिखा जा रहा है" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "अतिरिक्त फाइलों को लिखा जा रहा है" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "पुस्तिका पृष्ठ %(outdir)sमें हैं." + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "कोई \"man_pages\" विन्यास मान नहीं मिला; कोई नियमावली पृष्ठ नहीं लिखे जाएंगे" + +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "पाठ फाइल %(outdir)s में हैं." + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "%s फाइल लिखने में व्यवधान: %s" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "छद्म-एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "टेक्सइन्फो पृष्ठ %(outdir)sमें हैं." + +#: 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इन्हें मेकइन्फो से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'मेक इन्फो' आदेश का उपयोग करें)" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "कोई \"texinfo_documents\" विन्यास मान नहीं मिला; कोई लेखपत्र नहीं लिखे जाएंगे" + +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" + +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "%s की प्रक्रिया जारी" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "सन्दर्भों का विश्लेषण किया जा रहा है..." + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (में" + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "चित्रों की प्रतिलिपि बनाई जा रही है..." + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "चित्रलेख फाइल %r की प्रतिलिपि नहीं की जा सकी:%s" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "टेक्सइन्फो सहायक फाइलों की प्रतिलिपि की जा रही है..." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: builders/texinfo.py:233 #, python-format -msgid "cannot open warning file %r: %s" -msgstr "चेतावनी फाइल %r नहीं खोली जा सकी: %s" +msgid "error writing file Makefile: %s" +msgstr "मेकफाइल लिखने में त्रुटि: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" -msgstr "-D विकल्प का मान नाम = मान के रूप में होना आवश्यक है" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "सन्देश सूचीपत्र %(outdir)s में हैं." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" -msgstr "-A विकल्प का मान नाम = मान के रूप में होना आवश्यक है" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "निर्माणाधीन [%s]: " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "अनुवादित संदेश में असंगत पाद-टिप्पणी के प्रसंग. मूल: {0}, अनुवादित: {1}" +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "%d नमूना फाइलों के लक्ष्य" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "अनुवादित संदेश में असंगत प्रसंग. मूल: {0}, अनुवादित: {1}" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "नमूनों को पढ़ा जा रहा है..." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "अनुवादित संदेश में असंगत उद्धरण के प्रसंग. मूल: {0}, अनुवादित: {1}" +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "सन्देश सूचीपत्रों को लिखा जा रहा है..." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "अनुवादित संदेश में असंगत शब्द के प्रसंग. मूल: {0}, अनुवादित: {1}" +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s.(%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/__init__.py:208 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "a suitable image for %s builder not found: %s" +msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "निर्माणाधीन [mo]: " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "परिणाम लिखा जा रहा है..." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/__init__.py:251 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4 पंक्तिबद्ध सूचियाँ मिलीं. यह आपके द्वारा उपयोग किए गए आयाम की त्रुटि हो सकती है: %r" +msgid "all of %d po files" +msgstr "सभी %d पी.ओ. फाइलें" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/__init__.py:273 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "पाद-टिप्पणी [%s] का कोई सन्दर्भ नहीं है." - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "पाद-टिप्पणी [#] सन्दर्भ कहीं नहीं है" +msgid "targets for %d po files that are specified" +msgstr "निर्दिष्ट %d पी.ओ. फाइलों के लक्ष्य" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/__init__.py:285 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "targets for %d po files that are out of date" +msgstr "%d पी.ओ. फाइलों के लक्ष्य कालातीत है" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "सभी स्रोत फाइलें" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/__init__.py:307 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:313 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "आदेश स्थान में दी गयी फाइल %r स्रोत निर्देशिका में नहीं है, उपेक्षा की जा रही है" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/__init__.py:324 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "विषय-सूची-संरचना में अविद्यमान फाइल %r का सन्दर्भ है" +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:339 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "केवल निर्देशक भाव का मूल्यांकन करते समय अपवाद: %s" +msgid "%d source files given on command line" +msgstr "%d स्रोत फाइलें आदेश स्थान में दी " -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:354 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "targets for %d source files that are out of date" +msgstr "%d फाइलों के लक्ष्य कालातीत है" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "अप्रचलित फाइलों को चिन्हित किया जा रहा है..." -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:386 #, python-format -msgid "reading error: %s, %s" -msgstr "अशुद्धि पाठन: %s, %s" +msgid "%d found" +msgstr "%d मिला" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:388 +msgid "none found" +msgstr "एक भी नहीं मिला" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "स्थिति को परिरक्षित किया जा रहा है" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "संगतता की जांच की जा रही है" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "कोई प्रयोजन कालातीत नहीं है" + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "स्थिति का नवीनीकरण किया जा रहा है" + +#: builders/__init__.py:471 #, python-format -msgid "writing error: %s, %s" -msgstr "अशुद्धि लेखन: %s, %s" +msgid "%s added, %s changed, %s removed" +msgstr "%s जोड़ा गया, %s बदला गया, %s हटाया गया" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:507 #, python-format -msgid "locale_dir %s does not exist" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:516 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "अमान्य तिथि प्रारूप. यदि आप सीधे परिणाम में दर्शाना चाहते हैं तो अक्षरमाला को एकाकी उद्धरण चिन्ह द्वारा चिन्हित करें: %s" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:527 #, python-format -msgid "unknown directive or role name: %s:%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:534 #, python-format -msgid "unknown node type: %r" -msgstr "अज्ञात बिंदु प्रकार: %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "मानक भूमिका '%s' नहीं मिली" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "स्रोतों को पढ़ा जा रहा है..." -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:686 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "असाधनीय स्रोत अक्षर, \"?\" द्वारा बदले जा रहे हैं: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "छोड़ा " +msgid "docnames to write: %s" +msgstr "लेखन के लिए शेष लेखपत्र: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "असफल" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "लेखपत्र बनाए जा रहे हैं" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "सावधानी" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "चेतावनी" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "असाधनीय स्रोत अक्षर, \"?\" द्वारा बदले जा रहे हैं: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "खतरा" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "ई-पब फाइल %(outdir)s में है." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "गलती" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "संकेत" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_language\" (अथवा \"language\") खाली नहीं होना चाहिए" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "महत्त्वपूर्ण" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_uid\" एक्स.एम्.एल. नाम होना चाहिए" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "टिप्पणी " +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_title\" (अथवा \"html_title\") खाली नहीं होना चाहिए" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "यह भी देखिए" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_author\" खाली नहीं होना चाहिए" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "सलाह" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_contributor\" खाली नहीं होना चाहिए" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "चेतावनी" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_description\" खाली नहीं होना चाहिए" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "नव विन्यास" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_publisher\" खाली नहीं होना चाहिए" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "विन्यास परिवर्तित" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_copyright\" (अथवा \"copyright\") खाली नहीं होना चाहिए" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "आयाम परिवर्तित" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"epub_identifier\" खाली नहीं होना चाहिए" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "निर्मित परिस्थिति वर्तमान संस्करण नहीं है " +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "ई-पब3 के लिए विन्यास मान \"version\" खाली नहीं होना चाहिए" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "स्रोत निर्देशिका परिवर्तित हो चुकी है " +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "अमान्य css_file: %r, उपेक्षित" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "यह परिस्थिति चुने गए निर्माता से मेल नहीं खाती, कृपया दूसरी डॉक-ट्री निर्देशिका चुनें. " +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "विषय-सूची प्रविष्टि की प्रतिलिपि पायी गई: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "लेखपत्रों के पर्यवेक्षण में असफलता %s: %r" +msgid "cannot read image file %r: copying it instead" +msgstr "चित्रलेख फाइल %r नहीं पढ़ा जा सका: इसकी प्रतिलिपि बनाई जा रही है" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" -msgstr "अधिकारक्षेत्र %r पंजीकृत नहीं है" +msgid "cannot write image file %r: %s" +msgstr "चित्रलेख फाइल %r नहीं लिखा जा सका:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "लेखपत्र किसी भी विषय-सूची-संरचना में सम्मिलित नहीं है" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "पिलो नहीं मिला - चित्र फाइलों की प्रतिलिपि बनाई जा रही है" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "स्वयं-संदर्भित विषय-सूची-संरचना मिली है. उपेक्षा की गई." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "प्रतिरूप उद्धरण %s, दूसरी प्रतिकृति %s में है " +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "उद्धरण [%s] सन्दर्भ कहीं नहीं है" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (अंतर्निर्मित फंक्शन)" +msgid "unknown mimetype for %s, ignoring" +msgstr "%s के लिए अज्ञात लेख प्रकार, छोड़ा गया" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s विधि)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (वर्ग)" +msgid "writing %s file..." +msgstr "%s फाइल को लिखा जा रहा है..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (वैश्विक चरपद अथवा अचर) " +msgid "The overview file is in %(outdir)s." +msgstr "संक्षिप्त विवरण फाइल %(outdir)s में है." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s लक्षण)" +msgid "no changes in version %s." +msgstr "%s संस्करण में कोई परिवर्तन नहीं हैं." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "चर " +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "सार फाइल को लिखा जा रहा है..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "देता है " +#: builders/changes.py:77 +msgid "Builtins" +msgstr "अंतर्निर्मित" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "प्रदत्त " +#: builders/changes.py:79 +msgid "Module level" +msgstr "प्रभाग स्तर" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "प्रदत्त प्रकार " +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "स्रोत फाइलों की प्रतिलिपि बनाई जा रही है..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (प्रभाग)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "फंक्शन" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "पद्धति" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "वर्ग" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "आंकड़े " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "लक्षण" +msgid "could not read %r for changelog creation" +msgstr "परिवर्तन सूची बनाने के लिए %r को नहीं पढ़ा जा सका" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "प्रभाग" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "मानक भूमिका '%s' नहीं मिली" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/docfields.py:95 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/osutil.py:130 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "समीकरण का प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:419 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "अमान्य math_eqref_format: %r" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:487 #, python-format -msgid "Added in version %s" -msgstr "" +msgid "toctree contains ref to nonexisting file %r" +msgstr "विषय-सूची-संरचना में अविद्यमान फाइल %r का सन्दर्भ है" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:701 #, python-format -msgid "Changed in version %s" -msgstr "संस्करण %s से अलग " +msgid "exception while evaluating only directive expression: %s" +msgstr "केवल निर्देशक भाव का मूल्यांकन करते समय अपवाद: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "संस्करण %s से प्रतिबंधित " +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:91 #, python-format -msgid "Removed in version %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:170 #, python-format -msgid "%s (directive)" -msgstr "%s (निर्देश)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:185 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:283 #, python-format -msgid "%s (role)" -msgstr "%s (भूमिका)" +msgid "unknown directive or role name: %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "निर्देश" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "अज्ञात बिंदु प्रकार: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "" +#: util/display.py:83 +msgid "skipped" +msgstr "छोड़ा " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "भूमिका" +#: util/display.py:88 +msgid "failed" +msgstr "असफल" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +msgid "reading error: %s, %s" +msgstr "अशुद्धि पाठन: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "writing error: %s, %s" +msgstr "अशुद्धि लेखन: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[स्रोत]" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "अमान्य तिथि प्रारूप. यदि आप सीधे परिणाम में दर्शाना चाहते हैं तो अक्षरमाला को एकाकी उद्धरण चिन्ह द्वारा चिन्हित करें: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -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." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[docs]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "प्रभाग निर्देश" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "अमान्य शीर्षक: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" -msgstr "

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

" +msgid "line number spec is out of range(1-%d): %r" +msgstr "पंक्ति संख्या का ब्यौरा सीमा से बाहर है (1-%d): %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "सिंहावलोकन: प्रभाग निर्देश" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "दोनों \"%s\" और \"%s\" विकल्पों का प्रयोग नहीं किया जा सकता" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "समावेशित फाइल %r नहीं मिली अथवा पढने में असफलता मिली" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "अपूर्ण " +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "कूटलेखन %r जो कि सम्मिलित फाइल %r में प्रयुक्त है, अशुद्ध प्रतीत हो रही है, एक :encoding: विकल्प देकर प्रयत्न करें" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" -msgstr "अपूर्ण प्रविष्टि मिली: %s " +msgid "Object named %r not found in include file %r" +msgstr "%r नामक विषयवस्तु सम्मिलित फाइल %r में नहीं मिली" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<<मूल प्रविष्टि>>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "\"lineno-match\" का प्रयोग बिना जुडी \"lines\" के युग्म के साथ नहीं हो सकता" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<<मूल प्रविष्टि>> %s, पंक्ति %d में उपस्थित है.)" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "लाइन ब्यौरा %r: सम्मिलित फाइल %r से कोई लाइन नहीं ली जा सकीं" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "मौलिक प्रविष्टि" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "Would create file %s." -msgstr "%s फाइल बन जाएगी." +msgid "toctree contains reference to excluded document %r" +msgstr "विषय-सूची-संरचना में छोड़े गए लेखपत्र %r का सन्दर्भ है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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नोट: सामान्यतया यह स्क्रिप्ट किसी पहले से बनाई गई फाइल पर पुनर्लेखन नहीं करती." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "विषय-सूची-संरचना में अविद्यमान लेखपत्र %r का सन्दर्भ है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "प्रभाग से लेखपत्र का पथ" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "fnmatch-style फाइल और/ अथवा निर्देशिका स्वरुप जो निर्माण प्रक्रिया से छोड़ने हैं" +#: directives/other.py:204 +msgid "Section author: " +msgstr "भाग के लेखक:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "सभी परिणामों को सहेजने के लिए निर्देशिका" +#: directives/other.py:206 +msgid "Module author: " +msgstr "प्रभाग लेखक:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "विषय-सूची में दिखाए जाने वाले उपप्रभागों की अधिकतम गहराई (मानक: 4)" +#: directives/other.py:208 +msgid "Code author: " +msgstr "निर्देश लेखक:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "मौजूदा फाइलों पर पुनर्लेखन करें" +#: directives/other.py:210 +msgid "Author: " +msgstr "लेखक:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "सांकेतिक कड़ियों का अनुसरण करें. कलेक्टिव.रेसिपी.ऑमलेट के साथ प्रभावशाली. " +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "फाइलों को बनाए बिना स्क्रिप्ट चलाएं " +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "प्रत्येक प्रभाग के आलेख उसके अपने पृष्ठ में रखें" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "\"_private\" प्रभाग को सम्मिलित करें " +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "विषय-सूची की फाइल का नाम (मानक: प्रभाग) " +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "विषय-सूची की फाइल न बनाएं " +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "प्रभाग/पैकेज पैकेजों का शीर्षक न बनाएं (उदाहरणार्थ, जब डॉकस्ट्रिंग्स में यह पहले से हों) " +#: _cli/__init__.py:98 +msgid "Options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr " मुख्य प्रभाग के आलेख को उपप्रभाग के आलेख से पहले रखें" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "प्रभाग पथ की व्याख्या 'पी.ई.पी.-0420 निहित नामराशि विवरण' के आधार पर करें " +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "फाइल प्रत्यय (मानक: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "स्फिंक्स-त्वरित-आरम्भ के साथ पूर्ण परियोजना उत्पन्न करें " +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "मोड्यूल_पाथ #module_path# को सिस.पाथ #sys.path# में जोड़ें, जब --full दिया जाता है तब इसका प्रयोग होता है " +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "परियोजना का नाम (मानक: मूल प्रभाग का नाम) " +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "परियोजना लेखक(गण), जब --full दिया जाता है तब इसका प्रयोग होता है " +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "परियोजना संस्करण, जब --full दिया जाता है तब इसका प्रयोग होता है " +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "परियोजना आवृत्ति, जब --full दिया जाता है तब इसका प्रयोग होता है " +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "आयाम विकल्प " +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "%s एक निर्देशिका नहीं है. " +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "ग्राफविज़ निर्देश में दोनों मापदंड, विषय-वस्तु और फाइल का नाम, नहीं हो सकते" +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "बाहरी ग्राफविज़ फाइल %r नहीं मिली अथवा पढने में असफलता मिली" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "विषय-वस्तु के बिना ग्राफविज़ निर्देश की उपेक्षा की जा रही है. " +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4 पंक्तिबद्ध सूचियाँ मिलीं. यह आपके द्वारा उपयोग किए गए आयाम की त्रुटि हो सकती है: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: transforms/__init__.py:313 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Footnote [%s] is not referenced." +msgstr "पाद-टिप्पणी [%s] का कोई सन्दर्भ नहीं है." + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "डॉट निर्देश %r नहीं चलाया जा सकता (ग्राफविज़ परिणाम के लिए आवश्यक), ग्राफविज़_डॉट मान की जांच करें" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "पाद-टिप्पणी [#] सन्दर्भ कहीं नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "डॉट त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "अनुवादित संदेश में असंगत पाद-टिप्पणी के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "ग्राफविज़_आउटपुट_फॉर्मेट का 'पी.एन.जी', 'एस.वी.जी.', होना आवश्यक है, पर यह %r है" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "अनुवादित संदेश में असंगत प्रसंग. मूल: {0}, अनुवादित: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "डॉट निर्देश %r: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "अनुवादित संदेश में असंगत उद्धरण के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "अनुवादित संदेश में असंगत शब्द के प्रसंग. मूल: {0}, अनुवादित: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graph]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[स्रोत]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1889,8 +2237,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1900,1897 +2247,1558 @@ msgid "" "%r" msgstr "परिवर्तक त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "'%s' विकल्प में अनुपस्थित '+' या '-'." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' एक मान्य विकल्प नहीं है." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' एक मान्य पाईवर्शन #pyversion# विकल्प नहीं है. " +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "प्रभाग निर्देश विशिष्ट रूप से दर्शाया जा रहा है..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "अमान्य टेस्टकोड का प्रकार " +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[docs]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "स्रोतों में डॉकटेस्ट्स की जांच पूरी, परिणाम %(outdir)s/output.txt में देखें. " +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "प्रभाग निर्देश" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "%s भाग में %s पर कोई निर्देश / परिणाम नहीं: %s" +msgid "

Source code for %s

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "अमान्य डॉकटेस्ट निर्देश की उपेक्षा की जा रही है: %r" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "सिंहावलोकन: प्रभाग निर्देश" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "अमान्य रेगएक्स #regex# %r, %s में " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "प्रभाग %s का आयत नहीं किया जा सका: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "स्रोतों की व्यापकता की जांच पूरी, परिणाम %(outdir)spython.txt में देखें. " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "अमान्य रेगएक्स #regex# %r, coverage_c_regexes में " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: ext/todo.py:71 +msgid "Todo" +msgstr "अपूर्ण " + +#: ext/todo.py:104 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "लाटेक्स आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). आई.एम्.जी.मैथ_लाटेक्स मान की जाँच करें" +msgid "TODO entry found: %s" +msgstr "अपूर्ण प्रविष्टि मिली: %s " + +#: ext/todo.py:163 +msgid "<>" +msgstr "<<मूल प्रविष्टि>>" + +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(<<मूल प्रविष्टि>> %s, पंक्ति %d में उपस्थित है.)" + +#: ext/todo.py:175 +msgid "original entry" +msgstr "मौलिक प्रविष्टि" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/extlinks.py:82 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). imgmath_%s मान की जाँच करें" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: ext/doctest.py:115 #, python-format -msgid "display latex %r: %s" -msgstr "लाटेक्स दिखाएँ %r: %s" +msgid "missing '+' or '-' in '%s' option." +msgstr "'%s' विकल्प में अनुपस्थित '+' या '-'." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/doctest.py:120 #, python-format -msgid "inline latex %r: %s" -msgstr "पंक्तिबद्ध लाटेक्स %r: %s" +msgid "'%s' is not a valid option." +msgstr "'%s' एक मान्य विकल्प नहीं है." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: ext/doctest.py:134 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' एक मान्य पाईवर्शन #pyversion# विकल्प नहीं है. " + +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "अमान्य टेस्टकोड का प्रकार " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/doctest.py:281 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "स्रोतों में डॉकटेस्ट्स की जांच पूरी, परिणाम %(outdir)s/output.txt में देखें. " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:434 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "अज्ञात %r उच्चतमस्तर_विभाजन #toplevel_sectioning# %r वर्ग के लिए" +msgid "no code/output in %s block at %s:%s" +msgstr "%s भाग में %s पर कोई निर्देश / परिणाम नहीं: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:522 #, python-format -msgid "no Babel option known for language %r" -msgstr "%r भाषा के लिए कोई बाबेल विकल्प नहीं " +msgid "ignoring invalid doctest code: %r" +msgstr "अमान्य डॉकटेस्ट निर्देश की उपेक्षा की जा रही है: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "अत्याधिक अधिकतम गहराई # :maxdepth: #, उपेक्षित किया गया." +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "ग्राफविज़ निर्देश में दोनों मापदंड, विषय-वस्तु और फाइल का नाम, नहीं हो सकते" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/graphviz.py:145 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "बाहरी ग्राफविज़ फाइल %r नहीं मिली अथवा पढने में असफलता मिली" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "लेखपत्र का शीर्षक एकल पाठ बिंदु नहीं है" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "विषय-वस्तु के बिना ग्राफविज़ निर्देश की उपेक्षा की जा रही है. " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "पाया गया शीर्ष बिंदु किसी भाग, प्रसंग, तालिका, विषय-प्रबोध अथवा पार्श्व-स्थान में नहीं है" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "पाद टिप्पणियां" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "डॉट निर्देश %r नहीं चलाया जा सकता (ग्राफविज़ परिणाम के लिए आवश्यक), ग्राफविज़_डॉट मान की जांच करें" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/graphviz.py:310 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "डॉट त्रुटि के साथ बहार आ गया:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: ext/graphviz.py:313 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/graphviz.py:329 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "परिमाण मात्रक %s अमान्य है. उपेक्षा की जाएगी." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "ग्राफविज़_आउटपुट_फॉर्मेट का 'पी.एन.जी', 'एस.वी.जी.', होना आवश्यक है, पर यह %r है" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "unknown index entry type %s found" -msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार %s मिला" +msgid "dot code %r: %s" +msgstr "डॉट निर्देश %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "[image: %s]" -msgstr "[चित्र: %s]" +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[चित्र]" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[graph]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "%s के लिए नमफिग_फॉर्मेट नहीं बताया गया है" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/apidoc.py:85 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "%s बिंदु के लिए कोई पहचान-चिन्ह नहीं दिया गया" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "" +msgid "Would create file %s." +msgstr "%s फाइल बन जाएगी." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -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\nनोट: सामान्यतया यह स्क्रिप्ट किसी पहले से बनाई गई फाइल पर पुनर्लेखन नहीं करती." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "प्रभाग से लेखपत्र का पथ" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "चित्र का आकार नहीं मिल सका. :scale: विकल्प की उपेक्षा की जा रही है." +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "fnmatch-style फाइल और/ अथवा निर्देशिका स्वरुप जो निर्माण प्रक्रिया से छोड़ने हैं" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "अनुक्रमणिका" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "सभी परिणामों को सहेजने के लिए निर्देशिका" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "शीर्षक रेखाचित्र के भीतर नहीं है" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "विषय-सूची में दिखाए जाने वाले उपप्रभागों की अधिकतम गहराई (मानक: 4)" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" -msgstr "अकार्यान्वित बिंदु प्रकार: %r" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "मौजूदा फाइलों पर पुनर्लेखन करें" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "सांकेतिक कड़ियों का अनुसरण करें. कलेक्टिव.रेसिपी.ऑमलेट के साथ प्रभावशाली. " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "फाइलों को बनाए बिना स्क्रिप्ट चलाएं " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr "" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "प्रत्येक प्रभाग के आलेख उसके अपने पृष्ठ में रखें" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "\"_private\" प्रभाग को सम्मिलित करें " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "विषय-सूची की फाइल का नाम (मानक: प्रभाग) " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "विषय-सूची की फाइल न बनाएं " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:481 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "प्रभाग/पैकेज पैकेजों का शीर्षक न बनाएं (उदाहरणार्थ, जब डॉकस्ट्रिंग्स में यह पहले से हों) " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr " मुख्य प्रभाग के आलेख को उपप्रभाग के आलेख से पहले रखें" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "प्रभाग पथ की व्याख्या 'पी.ई.पी.-0420 निहित नामराशि विवरण' के आधार पर करें " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "फाइल प्रत्यय (मानक: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "स्फिंक्स-त्वरित-आरम्भ के साथ पूर्ण परियोजना उत्पन्न करें " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "मोड्यूल_पाथ #module_path# को सिस.पाथ #sys.path# में जोड़ें, जब --full दिया जाता है तब इसका प्रयोग होता है " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "परियोजना का नाम (मानक: मूल प्रभाग का नाम) " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "परियोजना लेखक(गण), जब --full दिया जाता है तब इसका प्रयोग होता है " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "विषय-सूची प्रविष्टि की प्रतिलिपि पायी गई: %s" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "परियोजना संस्करण, जब --full दिया जाता है तब इसका प्रयोग होता है " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "चित्रों की प्रतिलिपि बनाई जा रही है..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "परियोजना आवृत्ति, जब --full दिया जाता है तब इसका प्रयोग होता है " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "चित्रलेख फाइल %r नहीं पढ़ा जा सका: इसकी प्रतिलिपि बनाई जा रही है" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "आयाम विकल्प " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/apidoc.py:638 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "चित्रलेख फाइल %r की प्रतिलिपि नहीं की जा सकी:%s" +msgid "%s is not a directory." +msgstr "%s एक निर्देशिका नहीं है. " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "cannot write image file %r: %s" -msgstr "चित्रलेख फाइल %r नहीं लिखा जा सका:%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "पिलो नहीं मिला - चित्र फाइलों की प्रतिलिपि बनाई जा रही है" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/autosectionlabel.py:48 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "%s के लिए अज्ञात लेख प्रकार, छोड़ा गया" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "writing %s file..." -msgstr "%s फाइल को लिखा जा रहा है..." +msgid "duplicate label %s, other instance in %s" +msgstr "प्रतिरूप शीर्षक %s, दूसरी प्रतिकृति %s में है " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/imgmath.py:159 #, python-format -msgid "error writing file %s: %s" -msgstr "%s फाइल लिखने में व्यवधान: %s" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "लाटेक्स आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). आई.एम्.जी.मैथ_लाटेक्स मान की जाँच करें" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/imgmath.py:174 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "छद्म-एक्स.एम्.एल. लेखपत्र %(outdir)s में हैं." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s आदेश %r नहीं चलाया जा सकता (गणित दिखाने के लिए आवश्यक). imgmath_%s मान की जाँच करें" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/imgmath.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "पुस्तिका पृष्ठ %(outdir)sमें हैं." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "कोई \"man_pages\" विन्यास मान नहीं मिला; कोई नियमावली पृष्ठ नहीं लिखे जाएंगे" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "लिखा जा रहा है" +msgid "display latex %r: %s" +msgstr "लाटेक्स दिखाएँ %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:362 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" +msgid "inline latex %r: %s" +msgstr "पंक्तिबद्ध लाटेक्स %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "मूक निर्माता से किसी फाइलों की उत्पत्ति नहीं होती." +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "पाद टिप्पणियां" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ई-पब फाइल %(outdir)s में है." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_language\" (अथवा \"language\") खाली नहीं होना चाहिए" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_uid\" एक्स.एम्.एल. नाम होना चाहिए" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_title\" (अथवा \"html_title\") खाली नहीं होना चाहिए" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_author\" खाली नहीं होना चाहिए" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_contributor\" खाली नहीं होना चाहिए" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_description\" खाली नहीं होना चाहिए" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_publisher\" खाली नहीं होना चाहिए" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_copyright\" (अथवा \"copyright\") खाली नहीं होना चाहिए" +msgid "[image: %s]" +msgstr "[चित्र: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"epub_identifier\" खाली नहीं होना चाहिए" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[चित्र]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "ई-पब3 के लिए विन्यास मान \"version\" खाली नहीं होना चाहिए" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/html5.py:415 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "अमान्य css_file: %r, उपेक्षित" +msgid "numfig_format is not defined for %s" +msgstr "%s के लिए नमफिग_फॉर्मेट नहीं बताया गया है" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:427 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "उपरोक्त परिणाम में अथवा %(outdir)s /output.txt में त्रुटियाँ ढूँढने का प्रयास " +msgid "Any IDs not assigned for %s node" +msgstr "%s बिंदु के लिए कोई पहचान-चिन्ह नहीं दिया गया" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" -msgstr "खंडित कड़ी: %s (%s)" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" -msgstr "लक्ष्य '%s' नहीं मिला" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "संक्षिप्त विवरण फाइल %(outdir)s में है." +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." -msgstr "%s संस्करण में कोई परिवर्तन नहीं हैं." +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "सार फाइल को लिखा जा रहा है..." +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "अंतर्निर्मित" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "प्रभाग स्तर" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "चित्र का आकार नहीं मिल सका. :scale: विकल्प की उपेक्षा की जा रही है." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "स्रोत फाइलों की प्रतिलिपि बनाई जा रही है..." +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "अनुक्रमणिका" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "परिवर्तन सूची बनाने के लिए %r को नहीं पढ़ा जा सका" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "पाया गया शीर्ष बिंदु किसी भाग, प्रसंग, तालिका, विषय-प्रबोध अथवा पार्श्व-स्थान में नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "पाठ फाइल %(outdir)s में हैं." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "शीर्षक रेखाचित्र के भीतर नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: writers/texinfo.py:1300 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "सन्देश सूचीपत्र %(outdir)s में हैं." +msgid "unimplemented node type: %r" +msgstr "अकार्यान्वित बिंदु प्रकार: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: writers/latex.py:364 #, python-format -msgid "building [%s]: " -msgstr "निर्माणाधीन [%s]: " +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "अज्ञात %r उच्चतमस्तर_विभाजन #toplevel_sectioning# %r वर्ग के लिए" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "targets for %d template files" -msgstr "%d नमूना फाइलों के लक्ष्य" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "नमूनों को पढ़ा जा रहा है..." +msgid "no Babel option known for language %r" +msgstr "%r भाषा के लिए कोई बाबेल विकल्प नहीं " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "सन्देश सूचीपत्रों को लिखा जा रहा है..." +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "अत्याधिक अधिकतम गहराई # :maxdepth: #, उपेक्षित किया गया." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: writers/latex.py:593 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s.(%s)" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "%s निर्माता के लिए योग्य चित्र नहीं मिला: %s" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "लेखपत्र का शीर्षक एकल पाठ बिंदु नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "निर्माणाधीन [mo]: " +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "दोनों तालिका-स्तंभ और :चौड़ाई: विकल्प दिए गए हैं. :चौड़ाई: मान की उपेक्षा की जाएगी." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "परिणाम लिखा जा रहा है..." +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "परिमाण मात्रक %s अमान्य है. उपेक्षा की जाएगी." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" -msgstr "सभी %d पी.ओ. फाइलें" +msgid "unknown index entry type %s found" +msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार %s मिला" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "निर्दिष्ट %d पी.ओ. फाइलों के लक्ष्य" +msgid "environment variable; %s" +msgstr "परिस्थिति चर पद; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "%d पी.ओ. फाइलों के लक्ष्य कालातीत है" +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "सभी स्रोत फाइलें" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "आदेश स्थान में दी गयी फाइल %r स्रोत निर्देशिका में नहीं है, उपेक्षा की जा रही है" +"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\"" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "%d स्रोत फाइलें आदेश स्थान में दी " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d फाइलों के लक्ष्य कालातीत है" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "अप्रचलित फाइलों को चिन्हित किया जा रहा है..." +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "%d मिला" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "एक भी नहीं मिला" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "पारिभाषिक पद" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "स्थिति को परिरक्षित किया जा रहा है" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "व्याकरण संकेत " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "संगतता की जांच की जा रही है" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "सन्दर्भ शीर्षक" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "कोई प्रयोजन कालातीत नहीं है" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "परिस्थिति चर पद " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "स्थिति का नवीनीकरण किया जा रहा है" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "प्रोग्राम विकल्प " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s जोड़ा गया, %s बदला गया, %s हटाया गया" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "लेखपत्र" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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 "" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "प्रभाग सूची" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "खोज पृष्ठ" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:721 #, 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 "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig असमर्थ है. :numref: उपेक्षित है." + +#: domains/std/__init__.py:934 #, 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 "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "स्रोतों को पढ़ा जा रहा है..." +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" +msgstr "कड़ी का कोई शीर्षक नहीं है: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:960 #, python-format -msgid "docnames to write: %s" -msgstr "लेखन के लिए शेष लेखपत्र: %s" +msgid "invalid numfig_format: %s (%r)" +msgstr "अमान्य numfig_format: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "लेखपत्र बनाए जा रहे हैं" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "अमान्य numfig_format: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/std/__init__.py:1196 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "टेक्सइन्फो पृष्ठ %(outdir)sमें हैं." - -#: /home/runner/work/sphinx/sphinx/sphinx/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इन्हें मेकइन्फो से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'मेक इन्फो' आदेश का उपयोग करें)" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "कोई \"texinfo_documents\" विन्यास मान नहीं मिला; कोई लेखपत्र नहीं लिखे जाएंगे" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (%s प्रभाग में )" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:167 domains/python/__init__.py:334 +#: domains/python/__init__.py:385 domains/python/__init__.py:424 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" +msgid "%s (in module %s)" +msgstr "%s (%s प्रभाग में )" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:169 #, python-format -msgid "processing %s" -msgstr "%s की प्रक्रिया जारी" +msgid "%s (built-in variable)" +msgstr "%s (अंतर्निर्मित चर पद)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "सन्दर्भों का विश्लेषण किया जा रहा है..." +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (अंतर्निर्मित वर्ग)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (में" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (%s वर्ग में)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "टेक्सइन्फो सहायक फाइलों की प्रतिलिपि की जा रही है..." +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s वर्ग विधि) " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/python/__init__.py:251 #, python-format -msgid "error writing file Makefile: %s" -msgstr "मेकफाइल लिखने में त्रुटि: %s" +msgid "%s() (%s static method)" +msgstr "%s() (%s स्थैतिक विधि)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/python/__init__.py:389 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें है." +msgid "%s (%s property)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "एकल लेखपत्र संकलन किया जा रहा है" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "अतिरिक्त फाइलों को लिखा जा रहा है" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "पाइथन प्रभाग सूची" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "प्रभाग" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "अवमानित " -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "अमान्य शीर्षक: %s" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "अपवाद " -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "पंक्ति संख्या का ब्यौरा सीमा से बाहर है (1-%d): %r" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "वर्ग विधि" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "दोनों \"%s\" और \"%s\" विकल्पों का प्रयोग नहीं किया जा सकता" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "स्थैतिक पद्धति" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" -msgstr "समावेशित फाइल %r नहीं मिली अथवा पढने में असफलता मिली" +#: domains/python/__init__.py:637 +msgid "property" +msgstr "" + +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:698 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "कूटलेखन %r जो कि सम्मिलित फाइल %r में प्रयुक्त है, अशुद्ध प्रतीत हो रही है, एक :encoding: विकल्प देकर प्रयत्न करें" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/python/__init__.py:817 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "%r नामक विषयवस्तु सम्मिलित फाइल %r में नहीं मिली" +msgid "more than one target found for cross-reference %r: %s" +msgstr "पारस्परिक-सन्दर्भों के लिए एक से अधिक लक्ष्य मिले %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "\"lineno-match\" का प्रयोग बिना जुडी \"lines\" के युग्म के साथ नहीं हो सकता" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr "(अवमानित)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "लाइन ब्यौरा %r: सम्मिलित फाइल %r से कोई लाइन नहीं ली जा सकीं" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "मापदण्ड" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "चर पद " -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "विषय-सूची-संरचना में छोड़े गए लेखपत्र %r का सन्दर्भ है" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "उभारता है " -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/c/__init__.py:199 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "विषय-सूची-संरचना में अविद्यमान लेखपत्र %r का सन्दर्भ है" +msgid "%s (C %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "भाग के लेखक:" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "प्रभाग लेखक:" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "सदस्य" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "निर्देश लेखक:" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "चर पद" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "लेखक:" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "मैक्रो" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "युग्म" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%d]" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "गणक" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%s]" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "प्रगणक " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." -msgstr "अज्ञात चित्र प्रारूप: %s..." +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "प्रकार" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "नमूना मानदण्ड " + +#: domains/cpp/__init__.py:277 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "किसी भी पारस्परिक-सन्दर्भ के लिए एक से अधिक लक्ष्य मिले %r: %s संभव" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "अवधारणा " + +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "विषय सामिग्री" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 msgid "Table of Contents" msgstr "विषय-सूची" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "खोज" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "चलिए" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "स्रोत दिखाएँ" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "विषय सामिग्री" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "किनारे का स्थान घटाएं" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "एक पृष्ठ पर पूरी अनुक्रमणिका" + +#: themes/basic/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 #, python-format msgid "Search %(docstitle)s" msgstr " %(docstitle)s में खोजें" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "त्वरित खोज" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "यह पृष्ठ " -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "सिंहावलोकन" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "नमस्ते! यह है" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "आलेख विषय" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "अंतिम परिवर्धन" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "सूचियाँ और सारणियाँ:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "विस्तृत विषय-सूची" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "सभी अनुभागों एवं उप-अनुभागों की सूची" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "खोज पृष्ठ" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "इस आलेख में खोजें" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "सार्वभौमिक प्रभाग सूची" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "सभी प्रभाग तक तुरंत पहुँच" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "सामान्य अनुक्रमाणिका" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "सभी कार्ययुक्तियां, वर्ग, शब्द" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "एक पृष्ठ पर पूरी अनुक्रमणिका" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "पिछला प्रकरण" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "पिछला अध्याय" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "अगला प्रकरण" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "अगला अध्याय" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "त्वरित खोज" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "खोज कार्य के लिए जावा स्क्रिप्ट का होना आवश्यक है. कृपया जावा स्क्रिप्ट को शुरू करें." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "खोज" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "यह पृष्ठ " - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "अक्षर द्वारा अनुक्रमित पृष्ठ" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "बृहदाकार हो सकता है" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "संचालन" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s में खोजें" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "इन लेखपत्रों के बारे में" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "सर्वाधिकार" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "पिछला प्रकरण" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "पिछला अध्याय" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "अंतिम बार सम्पादित %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "अगला प्रकरण" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "अगला अध्याय" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "किनारे का स्थान बढ़ाएं" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 में स्वतः रचित परिवर्तनों की सूची" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "पुस्तकालय में परिवर्तन" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "सी ऐ.पी.आई. परिवर्तन" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "अन्य परिवर्तन" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "खोजे गए जोड़े छिपाएं" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "खोज परीणाम " -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "आपके खोज परिणामों में कोई प्रलेख नहीं मिला. कृपया सुनिश्चित करें कि सभी शब्दों की वर्तनी शुद्ध है और आपने यथेष्ट श्रेणियां चुनी हैं." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "खोज जारी" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "खोज की तैयारी" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", में " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "चित्र फाइल पठनीय नहीं है: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "चित्र फाइल %s पठनीय नहीं है: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "उतारी गई फाइल पठनीय नहीं है: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: environment/collectors/toctree.py:258 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "%s में पहले से भाग संख्या नियत है (एक के अन्दर दूसरा अंकित विषय-सूची-संरचना)" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: environment/adapters/toctree.py:318 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "पारस्परिक संदर्भित विषय-सूची-संरचना सन्दर्भ पाए गए, उपेक्षा की जा रही है: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: environment/adapters/toctree.py:342 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "विषय-सूची-संरचना में लेखपत्र %r, जिसका कोई शीर्षक नहीं है, का सन्दर्भ है: कोई सम्बन्ध नहीं बनाया जा सकेगा" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: environment/adapters/toctree.py:357 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: environment/adapters/indexentries.py:126 #, python-format msgid "see %s" msgstr "%s देखिए" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: environment/adapters/indexentries.py:136 #, python-format msgid "see also %s" msgstr "%s भी देखिए" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: environment/adapters/indexentries.py:144 #, python-format msgid "unknown index entry type %r" msgstr "अनुक्रमणिका की प्रविष्टि का प्रकार अज्ञात %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 msgid "Symbols" msgstr "संकेत " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "नमूना मानदण्ड " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "मापदण्ड" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "युग्म" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "सदस्य" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "प्रकार" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "अवधारणा " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "गणक" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "प्रगणक " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "चर पद " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "उभारता है " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s प्रभाग में )" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s प्रभाग में )" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (अंतर्निर्मित चर पद)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (अंतर्निर्मित वर्ग)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (%s वर्ग में)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s वर्ग विधि) " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s स्थैतिक विधि)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: builders/html/__init__.py:113 #, python-format -msgid "%s (%s property)" -msgstr "" +msgid "The HTML pages are in %(outdir)s." +msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें हैं." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: builders/html/__init__.py:340 #, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "पाइथन प्रभाग सूची" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "प्रभाग" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "अवमानित " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "अपवाद " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "वर्ग विधि" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "स्थैतिक पद्धति" +msgid "Failed to read build info file: %r" +msgstr "निर्माण सूचनापत्र फाइल को नहीं पढ़ा जा सका: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: builders/html/__init__.py:374 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "पारस्परिक-सन्दर्भों के लिए एक से अधिक लक्ष्य मिले %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr "(अवमानित)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 -#, python-format -msgid "environment variable; %s" -msgstr "परिस्थिति चर पद; %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 -#, python-format -msgid "%s; configuration value" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, 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\"" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "अनुक्रमणिका" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:547 #, python-format -msgid "%s command line option" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "पारिभाषिक पद" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "व्याकरण संकेत " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "सन्दर्भ शीर्षक" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "परिस्थिति चर पद " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "प्रोग्राम विकल्प " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "लेखपत्र" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "आगामी" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "प्रभाग सूची" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "पूर्ववर्ती" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "अनुक्रमाणिका निर्मित की जा रही है" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig असमर्थ है. :numref: उपेक्षित है." +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "अतिरिक्त पृष्ठ लिखे जा रहे हैं" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:772 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" -msgstr "कड़ी का कोई शीर्षक नहीं है: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 -#, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "अमान्य numfig_format: %s (%r)" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "उतारी गई फाइलों की प्रतिलिपि बनाई जा रही है..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:796 #, python-format -msgid "invalid numfig_format: %s" -msgstr "अमान्य numfig_format: %s" +msgid "cannot copy downloadable file %r: %s" +msgstr "उतारी गई फाइलों %r की प्रतिलिपि नहीं की जा सकी: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:843 #, python-format -msgid "undefined label: %r" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:861 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:912 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "चर पद" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "मैक्रो" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "पिछले पृष्ठ से जारी" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "अगले पृष्ठ पर जारी" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "अकारादि-क्रमहीन " - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "संख्याएं " +msgid "cannot copy static file %r" +msgstr "स्थैतिक फाइल %r की प्रतिलिपि नहीं की जा सकी" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "पृष्ठ" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "अतिरिक्त फाइलों की प्रतिलिपियां बनाये जा रहे है| " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "आवृत्ति" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" +msgstr "अतिरिक्त फाइल %r की प्रतिलिपि नहीं की जा सकी" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "उदाहरण" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "निर्माण फाइल को नहीं लिखा जा सका: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "कुछ उदाहरण" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "खोज अनुक्रमाणिका नहीं चढाई जा सकी, लेकिन सभी लेखपत्र नहीं बनाए जाएंगे: अनुक्रमणिका अपूर्ण रहेगी." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "मुख्य शब्दों के चर-पद" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "पृष्ठ %s html_sidebars में दो आकृतियों से मिलता है: %r %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "टिप्पणियाँ" +#: builders/html/__init__.py:1188 +#, 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# विहित विन्यास मान यूनिकोड अक्षरों में हैं." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "अन्य मापदण्ड" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "पृष्ठ %s की प्रस्तुति करते समय एक त्रुटि हुई.\nकारण: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "विषयवस्तुओं का भंडार बनाया जा रहा है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "सन्दर्भ" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" +msgstr "%s में खोज अनुक्रमाणिका भंडार बनाया जा रहा है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "चेतावनी देता है" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "अमान्य js_file: %r, उपेक्षित" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "मिलता है" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "कई math_renderers पंजीकृत हैं. लेकिन कोई math_renderers नहीं चुना गया है." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1317 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "अज्ञात math_renderer %r दिया गया." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1325 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path प्रविष्टि %r का अस्तित्व नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1332 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path का प्रविष्टि %r outdir में है| " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1342 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path प्रविष्टि %r का अस्तित्व नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1349 #, python-format -msgid "(in %s v%s)" -msgstr "(%s v%s में)" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path का प्रविष्टि %r outdir में है| " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "(in %s)" -msgstr "(%s में)" +msgid "logo file %r does not exist" +msgstr "प्रतीकचिन्ह फाइल %r का अस्तित्व नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1372 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "favicon file %r does not exist" +msgstr "इष्ट चिन्ह फाइल %r का अस्तित्व नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1384 #, python-format -msgid "inventory for external cross-reference not found: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:1414 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "%s %s documentation" +msgstr "%s %s दिग्दर्शिका" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/transforms.py:119 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/transforms.py:485 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "लाटेक्स लेखपत्र %(outdir)s में हैं." + +#: builders/latex/__init__.py:119 msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\nइन्हें (pdf)latex से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'make latexpdf' आदेश का उपयोग करें)" + +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "कोई \"latex_documents\" विन्यास मान नहीं मिला; कोई नहीं लिखे जाएंगे" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "आवृत्ति" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "टेक्स सहायक फाइलों की प्रतिलिपि की जा रही है..." + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "अतिरिक्त फाइलों की प्रतिकृति बनाई जा रही है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/__init__.py:543 #, 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 "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" +msgstr "%r में कोई \"रूप\" मान नहीं है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/latex/theming.py:90 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%r doesn't have \"%s\" setting" +msgstr "%r में कोई \"%s \" मान नहीं है" + +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: _cli/util/errors.py:172 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "कुछ चीजों के साथ कुछ समस्या है, लेकिन काम के दूसरे विकल्प उपलब्ध हैं: " +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "कुछ चीजों पहुँचने में असफलता मिली और यह समस्याएँ मिलीं: " +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "इन्टरस्फिंक्स सामान स्थानांतरित हो चुका है: %s -> %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "किसी भी पारस्परिक-सन्दर्भ के लिए एक से अधिक लक्ष्य मिले %r: %s संभव" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" +msgid "Could not fetch remote image: %s [%s]" +msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +msgid "Could not fetch remote image: %s [%d]" +msgstr "दूरस्थ चित्र नहीं लाया जा सका: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "Unknown image format: %s..." +msgstr "अज्ञात चित्र प्रारूप: %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "स्वतः %s (%r) के लिए अमान्य हस्ताक्षर" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "उदाहरण" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "%s के पदों का प्रारूप बनाने में व्यवधान: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "कुछ उदाहरण" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "मुख्य शब्दों के चर-पद" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "टिप्पणियाँ" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "अन्य मापदण्ड" + +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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 के लिए आयात करना है (लेखपत्र में \"प्रभाग\" या \"वर्तमान-प्रभाग\" निर्देश रख कर देखें; अथवा स्पष्ट प्रभाग नाम देकर देखें)" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "सन्दर्भ" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "चेतावनी देता है" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "मिलता है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "स्वतः प्रभाग नाम में \"::\" विवेकहीन है" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "स्वतः-प्रभाग %s के लिए हस्ताक्षर पद अथवा प्रत्युत्तरित टिप्पणी प्रदान की गई" +msgid "malformed string literal (missing closing quote): %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ अंतिम अक्षरमाला होनी चाहिए, न कि %r (%s प्रभाग में) -- __all__ की उपेक्षा की जाएगी" +msgid "malformed string literal (missing opening quote): %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" -msgstr "आधार: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" -msgstr "%s गुण %s वस्तु में अनुपस्थित" +msgid "failed to parse name %s" +msgstr "पद-विच्छेदन में असफलता: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" -msgstr "" +msgid "failed to import object %s" +msgstr "विषय-वस्तु के आयात में असफलता: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[ऑटोसमरी] अब इसका स्वतःसारांश बना रहा है: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "[ऑटोसमरी] %s पर लिख रहा है" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3798,7 +3806,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3813,347 +3821,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\nस्वतः सारांश #autosummary# निर्देश का प्रयोग करते हुए पुर्नसरंचितपाठ बनाता है.\n\nस्फिंक्स-ऑटोजेन स्फिंक्स.एक्स्ट.ऑटोसमरी.जेनेरेट का मुखड़ा है.\nयह प्रदत्त फाइलों में सम्मिलित ऑटो समरी निर्देशों के अनुसार पुर्नसरंचितपाठ बनाता है\n\nस्वतः सारांश #autosummary# निर्देश का प्रारूप स्फिंक्स.एक्स्ट.ऑटोसमरी \nपाइथन प्रभाग में निबंधित है और इसे आप निम्नलिखित माध्यम से पढ़ सकते हैं:\n\n pydoc sphinx.ext.autosummary\n" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "आर.एस.टी. फाइलें बनाने के लिए स्रोत फाइलें" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "सभी परिणाम रखने के लिए निर्देशिका" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "फाइलों के लिए मानक प्रत्यय (मानक: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "पारंपरिक प्रारूप निर्देशिका (मानक: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "लेखपत्र आयातित सदस्य (मानक: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(%s v%s में)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" +msgid "(in %s)" +msgstr "(%s में)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" -msgstr "पद-विच्छेदन में असफलता: %s" +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" -msgstr "विषय-वस्तु के आयात में असफलता: %s" +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_load.py:70 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:92 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r में कोई \"रूप\" मान नहीं है" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r में कोई \"%s \" मान नहीं है" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "लाटेक्स लेखपत्र %(outdir)s में हैं." - -#: /home/runner/work/sphinx/sphinx/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इन्हें (pdf)latex से चलाने के लिए उस निर्देशिका में 'मेक' आदेश चलायें\n(ऐसा स्वचालित रूप से करने के लिए यहाँ 'make latexpdf' आदेश का उपयोग करें)" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "कोई \"latex_documents\" विन्यास मान नहीं मिला; कोई नहीं लिखे जाएंगे" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" विन्यास मान अज्ञात लेखपत्र %s का सन्दर्भ है" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "टेक्स सहायक फाइलों की प्रतिलिपि की जा रही है..." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "कुछ चीजों के साथ कुछ समस्या है, लेकिन काम के दूसरे विकल्प उपलब्ध हैं: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "अतिरिक्त फाइलों की प्रतिकृति बनाई जा रही है" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "कुछ चीजों पहुँचने में असफलता मिली और यह समस्याएँ मिलीं: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "logo file %r does not exist" -msgstr "प्रतीकचिन्ह फाइल %r का अस्तित्व नहीं है" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "इन्टरस्फिंक्स सामान स्थानांतरित हो चुका है: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "build info file is broken: %r" -msgstr "निर्माण सूचनापत्र फाइल खंडित है: %r" +msgid "invalid value for member-order option: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "एच.टी.एम्.एल. पृष्ठ %(outdir)sमें हैं." +msgid "invalid value for class-doc-from option: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "Failed to read build info file: %r" -msgstr "निर्माण सूचनापत्र फाइल को नहीं पढ़ा जा सका: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "अनुक्रमणिका" +msgid "invalid signature for auto%s (%r)" +msgstr "स्वतः %s (%r) के लिए अमान्य हस्ताक्षर" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "आगामी" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "पूर्ववर्ती" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "अनुक्रमाणिका निर्मित की जा रही है" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "अतिरिक्त पृष्ठ लिखे जा रहे हैं" +msgid "error while formatting arguments for %s: %s" +msgstr "%s के पदों का प्रारूप बनाने में व्यवधान: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "उतारी गई फाइलों की प्रतिलिपि बनाई जा रही है..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "उतारी गई फाइलों %r की प्रतिलिपि नहीं की जा सकी: %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 "पता नहीं है कि कौन सा प्रभाग स्वतःप्रलेखन %r के लिए आयात करना है (लेखपत्र में \"प्रभाग\" या \"वर्तमान-प्रभाग\" निर्देश रख कर देखें; अथवा स्पष्ट प्रभाग नाम देकर देखें)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "" +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "स्वतः प्रभाग नाम में \"::\" विवेकहीन है" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "cannot copy static file %r" -msgstr "स्थैतिक फाइल %r की प्रतिलिपि नहीं की जा सकी" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "अतिरिक्त फाइलों की प्रतिलिपियां बनाये जा रहे है| " +msgid "signature arguments or return annotation given for automodule %s" +msgstr "स्वतः-प्रभाग %s के लिए हस्ताक्षर पद अथवा प्रत्युत्तरित टिप्पणी प्रदान की गई" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:1036 #, python-format -msgid "cannot copy extra file %r" -msgstr "अतिरिक्त फाइल %r की प्रतिलिपि नहीं की जा सकी" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ अंतिम अक्षरमाला होनी चाहिए, न कि %r (%s प्रभाग में) -- __all__ की उपेक्षा की जाएगी" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:1102 #, python-format -msgid "Failed to write build info file: %r" -msgstr "निर्माण फाइल को नहीं लिखा जा सका: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "खोज अनुक्रमाणिका नहीं चढाई जा सकी, लेकिन सभी लेखपत्र नहीं बनाए जाएंगे: अनुक्रमणिका अपूर्ण रहेगी." +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "पृष्ठ %s html_sidebars में दो आकृतियों से मिलता है: %r %r" +msgid "Failed to get a function signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." -msgstr "पृष्ठ %s की प्रस्तुति करते समय यूनिकोड त्रुटि हुई. कृपया यह सुनिश्चित कर लें कि सभी नॉन-असकी #non-ASCII# विहित विन्यास मान यूनिकोड अक्षरों में हैं." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "पृष्ठ %s की प्रस्तुति करते समय एक त्रुटि हुई.\nकारण: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "विषयवस्तुओं का भंडार बनाया जा रहा है" +msgid "Bases: %s" +msgstr "आधार: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "dumping search index in %s" -msgstr "%s में खोज अनुक्रमाणिका भंडार बनाया जा रहा है" +msgid "missing attribute %s in object %s" +msgstr "%s गुण %s वस्तु में अनुपस्थित" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "अमान्य js_file: %r, उपेक्षित" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "कई math_renderers पंजीकृत हैं. लेकिन कोई math_renderers नहीं चुना गया है." +msgid "alias of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "अज्ञात math_renderer %r दिया गया." +msgid "alias of TypeVar(%s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path प्रविष्टि %r का अस्तित्व नहीं है" +msgid "Failed to get a method signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path का प्रविष्टि %r outdir में है| " +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path प्रविष्टि %r का अस्तित्व नहीं है" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path का प्रविष्टि %r outdir में है| " +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "पिछले पृष्ठ से जारी" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" -msgstr "इष्ट चिन्ह फाइल %r का अस्तित्व नहीं है" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "अगले पृष्ठ पर जारी" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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 "" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "अकारादि-क्रमहीन " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "संख्याएं " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s दिग्दर्शिका" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "पृष्ठ" diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js index 8bdd36095d0..4727dce4344 100644 --- a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.mo index b304a4bbfba..ebf324a0774 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 d174566eb95..a2c20670aa7 100644 --- a/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hi_IN/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+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.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: hi_IN\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2462 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3802,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3817,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.js b/sphinx/locale/hr/LC_MESSAGES/sphinx.js index de77fc72962..b1b159cce32 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "Tra\u017ei", "Search Page": "Tra\u017eilica", "Search Results": "Rezultati pretrage", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "" + ], "Search within %(docstitle)s": "Tra\u017ei izme\u0111u %(docstitle)s", "Searching": "Pretra\u017eivanje", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/hr/LC_MESSAGES/sphinx.mo b/sphinx/locale/hr/LC_MESSAGES/sphinx.mo index de0c5ffe6b6..732d847f2a1 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 2ff30af27ed..44c5ba197a6 100644 --- a/sphinx/locale/hr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hr/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+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.15.0\n" +"Generated-By: Babel 2.16.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" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Događaj %r već postoji" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Nepoznato ime događaja: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "u konfiguracijskom direktoriju ne postoji datoteka conf.py (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nepravilan broj %r za konf. vrijednost %r, zanemaruje se" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "nepoznata konfiguracijska vrijednost %r, zanemaruje se" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Konfiguracijska vrijednost %r već postoji" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Postoji sintaksna greška u konfiguracijskoj datoteci: %s\n" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Poglavlje %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Slika %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tablica %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Ispis %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r nije pronađen, zanemareno je." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nema izvornog direktorija (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Izvorni i odredišni direktorij ne smiju biti jednaki" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Izrada pomoću Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "izrada izlazne mape" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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. " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "učitavanje prijevoda [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "napravljeno" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "neuspješno: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Nije odabran format, koristi se zadani: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "uspješno" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "završeno uz probleme" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "build %s, %s upozorenje." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "build %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "%s proširenje nema deklaraciju paralelnog čitanja, uz pretpostavku da nije - zamolite autora za provjeru i postavljanje deklaracije" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,311 +175,822 @@ msgid "" "explicit" msgstr "%s proširenje nema deklaraciju paralelnog čitanja, uz pretpostavku da nije - zamolite autora za provjeru i postavljanje deklaracije" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Klasa %s nema \"name\" svojstvo" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r već postoji (u modulu %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder imena %s nije registriran ili dostupan pomoću poziva" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Builder %s nije registriran" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "domena %s je već registrirana" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "domena %s nije još registrirana" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser za %r je već registriran" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Izvorna iznimka:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "Proširenje %s ne može biti uvezena" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, 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?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: theming.py:215 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "u konfiguracijskom direktoriju ne postoji datoteka conf.py (%s)" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "ne može se nadjačati osnovna konf. postavka %r, zanemarena je (koristite %r za postavljanje pojedinačnih elemenata)" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "nepravilan broj %r za konf. vrijednost %r, zanemaruje se" + +#: config.py:361 +#, 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:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "nepoznata konfiguracijska vrijednost %r, zanemaruje se" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Konfiguracijska vrijednost %r već postoji" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, 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:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "Poglavlje %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Slika %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tablica %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Ispis %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r nije pronađen, zanemareno je." + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (directive)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (role)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "Direktive" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "uloga" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (ugrađene funkcije)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metoda)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (razred)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globalna varijabla ili konstanta)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atribut)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumenti" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Baca (iznimke)" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Vraća" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Vraća tip" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funkcija" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metoda" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "razred" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "podaci" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atribut" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modul" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Promijenjeno u verziji %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Zastarijelo od verzije %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +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" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +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:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -724,15 +999,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -742,21 +1017,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -764,93 +1039,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -860,208 +1133,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1080,805 +1340,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/xml.py:38 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/xml.py:110 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:49 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/texinfo.py:90 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (u " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:313 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "" + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "" + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:507 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:516 #, python-format -msgid "reading error: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:527 #, python-format -msgid "writing error: %s, %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:534 #, python-format -msgid "locale_dir %s does not exist" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:686 #, python-format -msgid "unknown directive or role name: %s:%s" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Pozor" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Pažnja" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Opasnost" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Greška" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Savjet" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Važno" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Napomena" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Više informacija" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Savjet" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Upozorenje" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (ugrađene funkcije)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metoda)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (razred)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globalna varijabla ili konstanta)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atribut)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumenti" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Baca (iznimke)" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Ugrađeni dijelovi" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Vraća" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Nivo modula" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Vraća tip" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funkcija" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metoda" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "razred" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "podaci" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atribut" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modul" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/osutil.py:130 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/nodes.py:419 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "dvostruka oznaka jednakosti %s, drugo pojavljivanje u %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:487 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:701 #, python-format -msgid "Added in version %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/fileutil.py:76 #, python-format -msgid "Changed in version %s" -msgstr "Promijenjeno u verziji %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:91 #, python-format -msgid "Deprecated since version %s" -msgstr "Zastarijelo od verzije %s" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/inventory.py:170 #, python-format -msgid "Removed in version %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:185 #, python-format -msgid "%s (directive)" -msgstr "%s (directive)" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/docutils.py:283 #, python-format -msgid ":%s: (directive option)" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:746 #, python-format -msgid "%s (role)" -msgstr "%s (role)" +msgid "unknown node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "Direktive" +#: util/display.py:83 +msgid "skipped" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "uloga" +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:112 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:141 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "locale_dir %s does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[source]" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[docs]" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "Neispravan navod: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Kod modula" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:211 #, python-format -msgid "

Source code for %s

" -msgstr "

Izvorni kod za %s

" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Ne mogu se istovremeno koristiti *%s* i *%s* opcije" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Pregled: kod modula" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "Include datoteka %r nije pronađena ili se ne može pročitati" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Svi moduli za koje je dostupan kod

" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "Encoding %r za čitanje import datoteke %r nije ispravan, pokušajte dodati :encoding: opciju" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Todo" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "Objekt %r nije pronađen u include datoteci %r" + +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Ne može se koristiti \"lineno-match\" sa nespojivom grupom \"lines\"" + +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Specifikacija retka %r: nema redaka preuzetih iz include datoteke %r" + +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "TODO entry found: %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> se nalazi u %s, redak %d.)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "izvorna stavka" +msgid "toctree contains reference to nonexisting document %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:171 #, python-format -msgid "Would create file %s." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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 "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autor sekcije: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autor modula: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Autor koda:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "" +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: _cli/__init__.py:172 msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 +#, python-format +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: transforms/__init__.py:267 #, python-format -msgid "Failed to remove %s: %s" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:313 #, 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" +msgid "Footnote [%s] is not referenced." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignoriranje \"graphviz\" direktive bez sadržaja." +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:274 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:324 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graph]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[source]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1886,8 +2234,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1897,1897 +2244,1559 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "nedostaje '+' ili '-' u '%s' opciji." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' nije valjana opcija." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' nije valjana pyversion opcija" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[docs]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Kod modula" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Izvorni kod za %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Pregled: kod modula" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Svi moduli za koje je dostupan kod

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: ext/todo.py:71 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:104 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:165 +#, 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" + +#: ext/extlinks.py:82 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: ext/doctest.py:115 #, python-format -msgid "display latex %r: %s" -msgstr "" +msgid "missing '+' or '-' in '%s' option." +msgstr "nedostaje '+' ili '-' u '%s' opciji." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/doctest.py:120 #, python-format -msgid "inline latex %r: %s" -msgstr "" +msgid "'%s' is not a valid option." +msgstr "'%s' nije valjana opcija." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: ext/doctest.py:134 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' nije valjana pyversion opcija" + +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/doctest.py:281 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:434 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:522 #, python-format -msgid "no Babel option known for language %r" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/graphviz.py:145 #, python-format -msgid "template %s not found; loading from legacy %s instead" -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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignoriranje \"graphviz\" direktive bez sadržaja." + +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: ext/graphviz.py:303 +#, python-format msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"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:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Fusnote" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/graphviz.py:313 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/graphviz.py:329 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "unknown index entry type %s found" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "[image: %s]" -msgstr "[slika: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[slika]" +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[graph]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 -#, python-format -msgid "numfig_format is not defined for %s" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/apidoc.py:85 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Abecedni popis" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:498 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: ext/apidoc.py:638 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/autosectionlabel.py:48 #, python-format -msgid "cannot copy image file %r: %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "cannot write image file %r: %s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgmath.py:159 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/imgmath.py:362 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Fusnote" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "writing %s file..." -msgstr "" +msgid "[image: %s]" +msgstr "[slika: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 -#, python-format -msgid "The XML files are in %(outdir)s." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[slika]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: writers/html5.py:415 #, python-format -msgid "error writing file %s: %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: writers/html5.py:427 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Abecedni popis" + +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: writers/texinfo.py:1300 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: writers/latex.py:364 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/latex.py:593 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/latex.py:1575 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/latex.py:1931 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "broken link: %s (%s)" -msgstr "" +msgid "environment variable; %s" +msgstr "varijabla okruženja; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: domains/std/__init__.py:111 #, python-format -msgid "Anchor '%s' not found" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: domains/std/__init__.py:234 #, python-format -msgid "no changes in version %s." +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: domains/std/__init__.py:305 +#, python-format +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Ugrađeni dijelovi" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Nivo modula" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "termin rječnika" + +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "token gramatike" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "referentna oznaka" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "varijabla okruženja" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "programske mogućnosti" + +#: domains/std/__init__.py:608 +msgid "document" +msgstr "dokument" + +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Popis modula" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Tražilica" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: domains/std/__init__.py:721 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: domains/std/__init__.py:934 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: domains/std/__init__.py:946 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: domains/std/__init__.py:1194 #, python-format -msgid "all of %d po files" +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:1196 #, python-format -msgid "targets for %d po files that are specified" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (u modulu %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -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 (u modulu %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: domains/python/__init__.py:169 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (ugrađene variable)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/python/__init__.py:194 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (ugrađen razred)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/python/__init__.py:195 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (razred u %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: domains/python/__init__.py:249 #, python-format -msgid "%d source files given on command line" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s metoda klase)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: domains/python/__init__.py:251 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s statična metoda)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: domains/python/__init__.py:428 #, python-format -msgid "%d found" +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python indeks modula" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "Moduli" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Zastarjelo" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "izuzetak" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "metoda klase" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "statična metoda" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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." +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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." +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/python/__init__.py:698 #, 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." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/python/__init__.py:817 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (zastarjelo)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametri" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Varijable" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Podiže" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/c/__init__.py:199 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 -#, python-format -msgid "processing %s" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "član" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (u " +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "varijabla" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makro" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerator" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tip" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "Neispravan navod: %s" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Parametri predloška" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/cpp/__init__.py:277 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Ne mogu se istovremeno koristiti *%s* i *%s* opcije" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" -msgstr "Include datoteka %r nije pronađena ili se ne može pročitati" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "Encoding %r za čitanje import datoteke %r nije ispravan, pokušajte dodati :encoding: opciju" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "Objekt %r nije pronađen u include datoteci %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Ne može se koristiti \"lineno-match\" sa nespojivom grupom \"lines\"" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Specifikacija retka %r: nema redaka preuzetih iz include datoteke %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "koncept" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Sadržaj" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autor sekcije: " +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autor modula: " +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Autor koda:" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Traži" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor:" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Prikaži izvorni kod" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Sakrij pomoćnu traku" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigacija" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: themes/basic/layout.html:115 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Traži između %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "O ovim dokumentima" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Sva prava zadržana" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:201 #, 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" +msgid "Last updated on %(last_updated)s." +msgstr "Zadnji put ažurirano %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:204 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%r reference target not found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Traži" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Traži" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Prikaži izvorni kod" +#: themes/basic/genindex-single.html: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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Sadržaj" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indeksiraj stranice po slovu" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Sakrij pomoćnu traku" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "može biti ogromno" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Traži %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Brzo pretraživanje" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Trenutna stranica" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Pregled" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Dobro došli! Ovo je" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "dokumentacija za" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "posljednja promjena" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Kazala i tablice:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Detaljni sadržaj" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "prikaži sve sekcije i podsekcije" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Tražilica" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "traži po dokumentaciji" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Općeniti popis modula" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "brz dostup do svih modula" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Opceniti abecedni indeks" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "sve funkcije, razredi, izrazi" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Potpun indeks na jednoj stranici" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Prijašnja tema" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "Prijašnje poglavlje" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Sljedeća tema" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "sljedeće poglavlje" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Brzo pretraživanje" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "traži" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Trenutna stranica" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Indeksiraj stranice po slovu" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "može biti ogromno" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigacija" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Traži između %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "O ovim dokumentima" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Sva prava zadržana" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Prijašnja tema" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "Prijašnje poglavlje" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Zadnji put ažurirano %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Sljedeća tema" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "sljedeće poglavlje" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Pokaži pomoćnu traku" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "Promjene u verziji %(version)s — %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/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 "Automatski generirani popis promjena u verziji %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Promjene lib-ova" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API promjene" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Ostale promjene" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Rezultati pretrage" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "Zadanim uvjetima nije pronađen dokument. Molim provjerite točnost upisanih riječi i odabir označenih kategija." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Pretraživanje" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Priprema pretrage..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", u " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: environment/collectors/toctree.py:258 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: environment/adapters/toctree.py:318 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "pogledajte %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "Dodatne informacije: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simboli" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Parametri predloška" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametri" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "član" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tip" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "koncept" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enum" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerator" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Varijable" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Podiže" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (u modulu %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (u modulu %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (ugrađene variable)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (ugrađen razred)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (razred u %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s metoda klase)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statična metoda)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python indeks modula" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "Moduli" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Zastarjelo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "izuzetak" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "metoda klase" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statična metoda" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (zastarjelo)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "pogledajte %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "varijabla okruženja; %s" +msgid "see also %s" +msgstr "Dodatne informacije: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: 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)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:113 #, python-format -msgid "%s command line option" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "termin rječnika" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "token gramatike" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "abecedni indeks" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "referentna oznaka" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "varijabla okruženja" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "naprijed" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "programske mogućnosti" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "nazad" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "dokument" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Popis modula" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "varijabla" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "nastavak sa prethodne stranice" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "stranica" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Distribucija" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Primjeri" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Argumenti" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1349 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1372 #, python-format -msgid "(in %s v%s)" -msgstr "(u %s v%s)" +msgid "favicon file %r does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1384 #, python-format -msgid "(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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s %s documentation" +msgstr "%s %s dokumentacija" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:485 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:117 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"\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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Distribucija" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, 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" + +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Primjeri" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Argumenti" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 +#: ext/napoleon/docstring.py:1015 #, 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 "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:257 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 -#, python-format -msgid "Bases: %s" -msgstr "Osnovice: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3804,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3819,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(u %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "abecedni indeks" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "naprijed" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "nazad" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" +msgid "Bases: %s" +msgstr "Osnovice: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "nastavak sa prethodne stranice" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentacija" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "stranica" diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.js b/sphinx/locale/hu/LC_MESSAGES/sphinx.js index 95e2a3dffa9..048808a988e 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "Keres\u00e9s", "Search Page": "Keres\u00e9s", "Search Results": "Keres\u00e9si Eredm\u00e9nyek", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "Keres\u00e9s k\u00f6zt\u00fck: %(docstitle)s", "Searching": "Keres\u00e9s folyamatban", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/hu/LC_MESSAGES/sphinx.mo b/sphinx/locale/hu/LC_MESSAGES/sphinx.mo index 98f02146732..c8a62efd048 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 04b70376964..d14ebc18b65 100644 --- a/sphinx/locale/hu/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/hu/LC_MESSAGES/sphinx.po @@ -13,389 +13,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+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.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: hu\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "%s. bekezdés" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "%s. ábra" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "%s. táblázat" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "%s. felsorlás" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nem található a forráskönyvtár (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "A forráskönyvtár és célkönyvtár nem lehet azonos" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx %s verzió futtatása" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "kimeneti könyvtár elkészítése" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "a(z) %s kiterjesztés beállításakor:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "fordítások betöltése [%s]…" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "kész" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "nem érhető el beépített üzenetekhez" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "pickle-t környezet betöltése" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "sikertelen: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Nincs összeállító kiválasztva, az alapértelmezett használata: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "sikerült" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "problémákkal befejeződött" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "%s összeállítás, %s figyelmeztetés (a figyelmeztetések hibákként való kezelésével)" +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "%s összeállítás, %s figyelmeztetés (a figyelmeztetések hibákként való kezelésével)" +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "%s összeállítás, %s figyelmeztetés." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "%s összeállítás, %s figyelmeztetés." +msgid "build finished with problems, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "%s összeállítás." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -403,12 +167,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -416,311 +180,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Fejlesztési Javaslatok; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, 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:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "%s. bekezdés" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "%s. ábra" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "%s. táblázat" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "%s. felsorlás" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktíva)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (szerepkör)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "direktíva" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "szerepkör" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (beépített függvény)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metódus)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (osztály)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globális változó vagy konstans)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribútum)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumentum" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Dob" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Visszatérési érték" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Visszatérés típusa" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "függvény" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metódus" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "osztály" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "adat" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "attribútum" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modul" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "A %s verzióban változott" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Elavult a(z) %s verzió óta" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "forrás mappa megváltozott" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Figyelem" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Figyelem" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Veszély" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Hiba" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Tipp" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Fontos" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Megjegyzés" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Lásd még" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Javaslat" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Figyelem" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -729,15 +1004,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -747,21 +1022,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -769,93 +1044,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -865,208 +1138,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1085,805 +1345,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/xml.py:38 #, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:49 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:90 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (" + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:313 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/__init__.py:324 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "" + +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:471 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:507 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:516 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:527 #, python-format -msgid "reading error: %s, %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:534 #, python-format -msgid "writing error: %s, %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:686 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/__init__.py:845 #, python-format -msgid "default role %s not found" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/epub3.py:83 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Figyelem" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Figyelem" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Veszély" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Hiba" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Tipp" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Fontos" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Megjegyzés" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Lásd még" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Javaslat" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Figyelem" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "forrás mappa megváltozott" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (beépített függvény)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metódus)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (osztály)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globális változó vagy konstans)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribútum)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumentum" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Dob" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Beépített" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Visszatérési érték" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Modul szint" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Visszatérés típusa" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "függvény" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metódus" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "osztály" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "adat" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "attribútum" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modul" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/docfields.py:95 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/osutil.py:130 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:419 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:487 #, python-format -msgid "Added in version %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:701 #, python-format -msgid "Changed in version %s" -msgstr "A %s verzióban változott" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "Elavult a(z) %s verzió óta" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:91 #, python-format -msgid "Removed in version %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:170 #, python-format -msgid "%s (directive)" -msgstr "%s (direktíva)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:185 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:283 #, python-format -msgid "%s (role)" -msgstr "%s (szerepkör)" +msgid "unknown directive or role name: %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "direktíva" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "szerepkör" +#: util/display.py:88 +msgid "failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[source]" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[docs]" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Modul forráskód" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:84 #, python-format -msgid "

Source code for %s

" -msgstr "

%s forráskódja

" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Áttekintés: modul forráskód" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +msgid "Invalid caption: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Tennivaló" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:211 #, python-format -msgid "TODO entry found: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:228 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "eredeti bejegyzés" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/code.py:270 #, python-format -msgid "Would create file %s." +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: 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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "%s nem mappa" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: transforms/__init__.py:313 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graph]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[source]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1891,8 +2239,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1902,1897 +2249,1558 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[docs]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Modul forráskód" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

%s forráskódja

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Áttekintés: modul forráskód" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Tennivaló" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/todo.py:104 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/todo.py:165 #, python-format -msgid "no Babel option known for language %r" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "" +#: ext/todo.py:175 +msgid "original entry" +msgstr "eredeti bejegyzés" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/extlinks.py:82 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Lábjegyzetek" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/doctest.py:115 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/doctest.py:120 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/doctest.py:134 #, python-format -msgid "unknown index entry type %s found" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" -msgstr "[image: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[image]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/doctest.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/doctest.py:434 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Tárgymutató" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:329 #, python-format -msgid "unimplemented node type: %r" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: 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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:396 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/apidoc.py:638 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +msgid "%s is not a directory." +msgstr "%s nem mappa" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "error writing file %s: %s" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/autosectionlabel.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:159 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:174 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Lábjegyzetek" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[image: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[image]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Tárgymutató" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Beépített" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Modul szint" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: writers/texinfo.py:1300 #, python-format -msgid "could not read %r for changelog creation" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: writers/latex.py:364 #, python-format -msgid "The text files are in %(outdir)s." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:593 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: writers/latex.py:1575 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "" +msgid "environment variable; %s" +msgstr "környezeti változó; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "szójegyzék" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "nyelvtani jel" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "referencia cimke" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "környezeti változó" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "program opció" + +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Modulok" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Keresés" + +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:934 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:960 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:963 #, 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 "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:1194 #, 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 "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (%s modulban)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -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 modulban)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (beépített változó)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/python/__init__.py:194 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (beépített osztály)" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (osztály %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s osztály metódus)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:251 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s statikus metódus)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:389 #, python-format -msgid "processing %s" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python Modul Mutató" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "modulok" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Elavult" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "kivétel" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "osztály szintű metódus" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "statikus metódus" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:698 #, python-format -msgid "Invalid caption: %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/python/__init__.py:817 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (elavult)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Paraméterek" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Változók" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Kivétel" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: domains/c/__init__.py:199 #, python-format -msgid "Include file %r not found or reading it failed" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "tag" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "változó" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makró" + +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enumeráció" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerátor" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "típus" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Sablonparaméterek" + +#: domains/cpp/__init__.py:277 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Fejezet szerző: " +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Modul szerző: " +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Tartalom" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Kód szerző: " +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Szerző: " +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ok" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Forrás megtekintése" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Oldalsáv összezárása" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigáció" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: themes/basic/layout.html:115 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Keresés köztük: %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Névjegy ezekről a dokumentumokról" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Minden jog fenntartva" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:201 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Utolsó frissítés %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/layout.html:204 #, python-format -msgid "%r reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Keresés" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Ok" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Forrás megtekintése" +#: themes/basic/genindex-single.html: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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Tartalom" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Oldalak ABC sorrendben" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Oldalsáv összezárása" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "nagy lehet" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Keresés %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Gyorskeresés" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ez az Oldal" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Áttekintés" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Üdvözöljük! Ez a" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "dokumentáció" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "utoljára frissítve" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Tárgymutató és táblázatok" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Teljes tartalomjegyzék" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "kilistázza az összes fejezetet és alfejezetet" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Keresés" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "keresés ebben a dokumentációban" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Teljes modul tárgymutató" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "gyors hozzáférés az összes modulhoz" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Általános tárgymutató" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "összes funkció, osztály és kifejezés" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Teljes tárgymutató egy oldalon" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Előző témakör" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "előző fejezet" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Következő témakör" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "következő fejezet" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Gyorskeresés" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "keresés" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Ez az Oldal" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Oldalak ABC sorrendben" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "nagy lehet" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigáció" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Keresés köztük: %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Névjegy ezekről a dokumentumokról" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Minden jog fenntartva" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Előző témakör" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "előző fejezet" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Utolsó frissítés %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Következő témakör" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "következő fejezet" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Oldalsáv kinyitása" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "Automatikusan generált változáslista a(z) %(version)s változathoz" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Könyvtár változások" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API változások" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Egyéb változások" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Keresési Találatok Elrejtése" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Keresési Eredmények" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 keresése nem hozott eredményt. Ellenőrizze, a megadott kulcsszavakat és azt, hogy megfelelő számú kategória van-e kiválasztva." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Keresés folyamatban" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Felkészülés a keresésre..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "lásd %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "lásd még %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Szimbólumok" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Sablonparaméterek" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Paraméterek" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "tag" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "típus" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enumeráció" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerátor" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Változók" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Kivétel" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s modulban)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s modulban)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (beépített változó)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (beépített osztály)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (osztály %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s osztály metódus)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statikus metódus)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python Modul Mutató" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "modulok" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Elavult" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "kivétel" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "osztály szintű metódus" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statikus metódus" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (elavult)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "lásd %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "környezeti változó; %s" +msgid "see also %s" +msgstr "lásd még %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: 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)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:113 #, python-format -msgid "%s command line option" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "szójegyzék" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "nyelvtani jel" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "nyitóoldal" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "referencia cimke" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "környezeti változó" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "következő" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "program opció" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "előző" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Modulok" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "változó" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makró" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "folytatás az előző oldalról" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "oldal" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Kiadás" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1372 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1384 #, python-format -msgid "malformed string literal (missing closing quote): %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1414 #, python-format -msgid "(in %s v%s)" -msgstr "(%s v%s)" +msgid "%s %s documentation" +msgstr "%s %s dokumentáció" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/latex/transforms.py:119 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/transforms.py:485 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/__init__.py:117 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Kiadás" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "" + +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3800,7 +3808,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3815,347 +3823,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(%s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "nyitóoldal" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "következő" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "előző" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s dokumentáció" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "oldal" diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.js b/sphinx/locale/id/LC_MESSAGES/sphinx.js index 9aec3cebd7c..1bc0712e97b 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.js @@ -36,7 +36,9 @@ Documentation.addTranslations({ "Search": "Pencarian", "Search Page": "Pencarian Halaman", "Search Results": "Hasil Pencarian", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "" + ], "Search within %(docstitle)s": "Pencarian dalam %(docstitle)s", "Searching": "Pencarian", "Searching for multiple words only shows matches that contain\n all words.": "Mencari beberapa kata hanya menunjukkan kecocokan yang mengandung\n \u00a0\u00a0 semua kata.", diff --git a/sphinx/locale/id/LC_MESSAGES/sphinx.mo b/sphinx/locale/id/LC_MESSAGES/sphinx.mo index bc06e42c61d..2cbfa2f26fe 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 0ceeacb39fe..4a13ee2bdae 100644 --- a/sphinx/locale/id/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/id/LC_MESSAGES/sphinx.po @@ -13,389 +13,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: oon arfiandwi (OonID) , 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" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: id\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "opsi tema yang tidak didukung %r diberikan" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Nama Pygments lexer %r tidak diketahui" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Event %r sudah ada" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Nama event tidak dikenal: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "direktori konfigurasi tidak berisi berkas conf.py (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "nomor %r yang salah untuk konfigurasi nilai %r, mengabaikan" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "nilai konfigurasi %r yang tidak dikenal pada penulisan ulang, mengabaikan" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Nilai konfigurasi %r sudah ada" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Ada kesalahan sintaksis dalam file konfigurasi Anda: %s\n" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -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()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Bab %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Gambar. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tabel %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Daftar %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -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." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Nilai konfigurasi `{name}' memiliki tipe `{current.__name__}'; diharapkan {permitted}." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "Nilai konfigurasi `{name}` bertipe `{current.__name__}', default menjadi `{default.__name__}'." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r tidak ditemukan, diabaikan." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Tidak dapat menemukan direktori sumber (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Direktori keluaran (%s) bukan direktori" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Direktori sumber dan direktori tujuan tidak boleh sama" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Menjalankan Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "membuat direktori keluaran" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "saat menyiapkan ekstensi %s:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "memuat terjemahan [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "selesai" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "tidak tersedia untuk built-in messages" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "memuat lingkungan yang diawetkan" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "gagal: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Tidak ada builder yang dipilih, menggunakan default: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "berhasil" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "selesai with masalah" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "bangun %s, %s peringatan (dengan peringatan dianggap sebagai kesalahan)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "build %s, %s peringatan." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "build %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "kelas simpul %r sudah terdaftar, pengunjungnya akan diganti" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "pengarahan %r sudah terdaftar, itu akan diganti" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "peran %r sudah terdaftar, itu akan diganti" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -403,12 +167,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "ekstensi %s tidak aman untuk pembacaan paralel" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -416,1474 +180,2058 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "ekstensi %s tidak aman untuk penulisan paralel" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "mengerjakan serial %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "nomor PEP %s tidak valid" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "nomor RFC tidak valid %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Class Builder %s tidak punya atribut \"name\"" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r sudah ada (di modul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Nama Builder %s todal terdaftar atau tersedia melalui entry point" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Nama Builder %s tidak terdaftar" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "domain %s telah terdaftar" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "domain %s belum didaftarkan" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Pengarahan %r sudah terdaftar di domain %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Peran %r sudah terdaftar di domain %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Indeks %r sudah terdaftar ke domain %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "object_type %r telah didaftarkan" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "crossref_type %r telah didaftarkan" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r telah didaftarkan" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser untuk %r telah didaftarkan" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "Parser sumber untuk %s tidak terdaftar" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "Penerjemah untuk %r sudah ada" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r telah terdaftar" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "ekstensi %r telah digabungkan dengan Sphinx sejak versi %s; ekstensi diabaikan." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Eksepsi orisinal:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "Tidak dapat mengimpor ekstensi %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "ekstensi %r tidak memiliki fungsi setup(); apa itu benar-benar sebuah modul ekstensi Sphinx?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "masukkan docstrings secara otomatis dari modules" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "uji snippet kode secara otomatis pada blok doctest" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Nama Pygments lexer %r tidak diketahui" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "tautkan antara dokumentasi Sphinx dari berbagai proyek" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "tulis entri \"todo\" yang dapat ditampilan atau disembunyikan dalam build" +#: extension.py:55 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "periksa coverage dokumentasi" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "masukkan math, yang dirender sebagai gambar PNG atau SVG" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "masukkan math, yang dirender di perambah sebagai gambar PNG atau SVG" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "inklusi bersyarat untuk isi berdasarkan nilai konfig" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" -msgstr "masukkan tautan ke sumber kode untuk objek Python yang terdokumentasi" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "buat berkas .nojekyll untuk menerbitkannya di halaman GitHub" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." -msgstr "Mohon masukkan nama path yang sah." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." -msgstr "Mohon masukan teks." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:142 #, python-format -msgid "Please enter one of %s." -msgstr "Mohon masukkan satu dari %s." +msgid "unsupported theme option %r given" +msgstr "opsi tema yang tidak didukung %r diberikan" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "Mohon ketik salah satu dari 'y' atau 'n'." +#: theming.py:215 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Mohon masukkan satu suffiks berkas, contohnya '.rst' atau '.txt'." +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:276 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Selamat datang ke alat quickstart Sphinx %s." +msgid "The %r theme has circular inheritance" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: theming.py:283 +#, 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 "Silakan masukkan nilai untuk pengaturan berikut (cukup tekan Enter to\nmenerima nilai bawaan, jika diberikan dalam tanda kurung)." +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:290 #, python-format -msgid "Selected root path: %s" +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." -msgstr "Masukkan jalur root untuk dokumentasi." +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" -msgstr "Root path dokumentasi" +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -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." +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart tidak akan menulis ulang proyek Sphinx yang ada." +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Silakan masukkan root path baru (atau tekan Enter untuk keluar)" +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 -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." +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" -msgstr "Pisahkan direktori source dan build (y/n)" +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "direktori konfigurasi tidak berisi berkas conf.py (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: config.py:323 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." +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" -msgstr "Nama prefiks untuk dir templat dan static" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: config.py:346 +#, python-format 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" -msgstr "Nama proyek" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" -msgstr "Nama(-nama) pembuat" +"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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 -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 "" +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "nomor %r yang salah untuk konfigurasi nilai %r, mengabaikan" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" -msgstr "Versi proyek" +#: config.py:361 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" -msgstr "Rilis proyek" +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "nilai konfigurasi %r yang tidak dikenal pada penulisan ulang, mengabaikan" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 -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." +#: config.py:435 +#, python-format +msgid "No such config value: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" -msgstr "Bahasa proyek" +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Nilai konfigurasi %r sudah ada" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: config.py:494 +#, 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." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "Akhiran berkas sumber" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Ada kesalahan sintaksis dalam file konfigurasi Anda: %s\n" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:534 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" -msgstr "Nama dokumen master Anda (tanpa akhiran)" +"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()" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:541 #, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart tidak akan menimpa berkas yang sudah ada." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 -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" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "Terdapat kesalahan programmable dalam berkas konfigurasi anda:\n\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Tunjukkan ekstensi Sphinx berikut mana yang harus diaktifkan:" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 -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." +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: config.py:593 +#, 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." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" -msgstr "Buat Makefile? (y/n)" +#: config.py:612 +#, python-format +msgid "Section %s" +msgstr "Bab %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" -msgstr "Buat berkas perintah Windows? (y/n)" +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Gambar. %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: config.py:614 #, python-format -msgid "Creating file %s." -msgstr "Membuat file %s." +msgid "Table %s" +msgstr "Tabel %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: config.py:615 #, python-format -msgid "File %s already exists, skipping." -msgstr "File %s sudah ada, lewati." +msgid "Listing %s" +msgstr "Daftar %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." -msgstr "Selesai: Struktur direktori awal telah dibuat." +#: config.py:722 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 -#, python-format +#: config.py:746 msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Nilai konfigurasi `{name}' memiliki tipe `{current.__name__}'; diharapkan {permitted}." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: config.py:759 msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "Nilai konfigurasi `{name}` bertipe `{current.__name__}', default menjadi `{default.__name__}'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: config.py:770 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r tidak ditemukan, diabaikan." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: config.py:782 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." +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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" +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktif)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" -msgstr "mode diam" +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (role)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "root proyek" +#: domains/rst.py:223 +msgid "directive" +msgstr "direktif" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "Opsi struktur" +#: domains/rst.py:224 +msgid "directive-option" +msgstr "opsi-direktif" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" -msgstr "jika ditentukan, pisahkan direktori sumber dan pembangunan" +#: domains/rst.py:225 +msgid "role" +msgstr "role" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." -msgstr "pengganti dot di _templates dll." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" -msgstr "Opsi dasar proyek" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" -msgstr "nama proyek" +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (fungsi built-in)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" -msgstr "nama penulis" +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (method %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" -msgstr "versi proyek" +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (class)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" -msgstr "rilis proyek" +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variabel global atau konstan)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" -msgstr "bahasa dokumen" +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" -msgstr "akhiran berkas sumber" +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumen" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" -msgstr "nama dokumen utama" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Throws" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" -msgstr "gunakan epub" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Kembali" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" -msgstr "Opsi ekstensi" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Return type" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/javascript.py:334 #, python-format -msgid "enable %s extension" -msgstr "aktifkan ekstensi %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" -msgstr "aktifkan ekstensi berubah-ubah" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" -msgstr "Pembuatan Makefile dan Batchfile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" -msgstr "buat makefile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" -msgstr "jangan membuat makefile" +msgid "%s (module)" +msgstr "%s (module)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" -msgstr "buat batchfile" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "fungsi" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" -msgstr "jangan membuat batchfile" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "method" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" -msgstr "gunakan mode-make untuk Makefile/make.bat" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "class" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" -msgstr "Membuat templat proyek" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "data" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" -msgstr "direktori templat untuk berkas templat" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atribut" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" -msgstr "mendefinisikan variabel templat" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modul" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\" ditentukan, tetapi tidak ada \"project\" atau \"author\" yang ditentukan." +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Kesalahan: jalur yang ditentukan bukan direktori, atau file sphinx sudah ada." +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart hanya menghasilkan direktori kosong. Silakan tentukan jalur utama baru." +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Berubah pada versi %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: domains/changeset.py:27 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variabel templat tidak valid: %s" +msgid "Deprecated since version %s" +msgstr "Ditinggalkan sejak versi %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "Eksepsi terjadi saat membangun, memulai debugger:" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "Diinterupsi" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "markup reST salah:" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "kutipan rangkap %s, contoh lain dalam %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "Kesalahan encoding:" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Kutipan [%s] tidak dirujuk." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: domains/math.py:63 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "Traceback lengkap telah disimpan di %s, bila ingin melaporkan masalah ini kepada developer." +msgid "duplicate label of equation %s, other instance in %s" +msgstr "duplikasi label persamaan %s, misalnya di %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "Kesalahan rekursi:" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Math_eqref_format tidak valid: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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 "" +#: environment/__init__.py:86 +msgid "new config" +msgstr "konfigurasi baru" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "Terjadi eksepsi:" +#: environment/__init__.py:87 +msgid "config changed" +msgstr "konfigurasi berubah" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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 "Mohon juga melaporkan hal ini jika sebuah kesalahan pengguna sehingga lain kali perintah salah yang lebih baik dapat disediakan." +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "ekstensi berubah" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "Laporan bug dapat diisi pada tracker di . Terima kasih!" +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "membangun lingkungan bukan versi saat ini" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "job number seharusnya sebuah bilangan positif" +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "direktori sumber telah berubah" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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" +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" -msgstr "path ke berkas sumber" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" -msgstr "path ke direktori output" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" -msgstr "opsi umum" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: environment/__init__.py:364 msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Lingkungan ini tidak kompatibel dengan pembangun yang dipilih, silakan pilih direktori doctree lain." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" -msgstr "tulis semua berkas (default: hanya tulis berkas yang baru dan diubah)" +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "Gagal memindai dokumen dalam %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" -msgstr "jangan pakai saved environment, selalu baca semua berkas" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "Domain %r tidak terdaftar" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" -msgstr "" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "dokumen tidak termasuk dalam toctree" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "totree referensikan sendiri ditemukan. Diabaikan" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Pehatian" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" -msgstr "override sebuah aturan di berkas konfigurasi" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Hati-hati" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" -msgstr "masukkan sebuah nilai ke templat HTML" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Bahaya" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "define tag: masukkan blok \"only\" dengan TAG" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Kesalahan" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Petunjuk" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" -msgstr "opsi output konsol" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Penting" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" -msgstr "tingkatkan verbosity (dapat diulang)" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Catatan" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" -msgstr "tanpa output pada stdout, hanya peringatan pada stderr" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Lihat juga" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" -msgstr "tanpa output sama sekali, peringatan sekalipun" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "siarkan output berwarna (default: auto-detect)" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Peringatan" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" -msgstr "jangan siarkan output berwarna (default: auto-detect)" +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "masukkan docstrings secara otomatis dari modules" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" -msgstr "" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "uji snippet kode secara otomatis pada blok doctest" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "tulis peringatan (dan galat) pada berkas terpilih" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "tautkan antara dokumentasi Sphinx dari berbagai proyek" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "ubah peringatan menjadi galat" +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "tulis entri \"todo\" yang dapat ditampilan atau disembunyikan dalam build" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "periksa coverage dokumentasi" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" -msgstr "tampilkan traceback penuh pada eksepsi" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "masukkan math, yang dirender sebagai gambar PNG atau SVG" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" -msgstr "jalankan Pdb pada eksepsi" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "masukkan math, yang dirender di perambah sebagai gambar PNG atau SVG" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "tidak dapat menggabungkan opsi -a dan nama berkas" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "inklusi bersyarat untuk isi berdasarkan nilai konfig" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" -msgstr "tidak dapat membuka berkas peringatan %r: %s" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "masukkan tautan ke sumber kode untuk objek Python yang terdokumentasi" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" -msgstr "argumen opsi -D harus dalam bentuk name=value" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "buat berkas .nojekyll untuk menerbitkannya di halaman GitHub" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" -msgstr "argumen opsi -A harus dalam bentuk name=value" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "Mohon masukkan nama path yang sah." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -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}" +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "Mohon masukan teks." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referensi yang tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" +#: cmd/quickstart.py:117 +#, python-format +msgid "Please enter one of %s." +msgstr "Mohon masukkan satu dari %s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "referensi kutipan tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." +msgstr "Mohon ketik salah satu dari 'y' atau 'n'." + +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Mohon masukkan satu suffiks berkas, contohnya '.rst' atau '.txt'." + +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Selamat datang ke alat quickstart Sphinx %s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: cmd/quickstart.py:217 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}" +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: cmd/quickstart.py:225 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +msgid "Selected root path: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." +msgstr "Masukkan jalur root untuk dokumentasi." + +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" +msgstr "Root path dokumentasi" + +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Galat: berkas conf.py telah ditemukan dalam root path terpilih." + +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart tidak akan menulis ulang proyek Sphinx yang ada." + +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Silakan masukkan root path baru (atau tekan Enter untuk keluar)" + +#: cmd/quickstart.py:256 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" +msgstr "Pisahkan direktori source dan build (y/n)" + +#: cmd/quickstart.py:269 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" +msgstr "Nama prefiks untuk dir templat dan static" + +#: cmd/quickstart.py:280 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" +"The project name will occur in several places in the built documentation." +msgstr "Nama proyek akan muncul di beberapa tempat dalam dokumentasi yang dibuat." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Catatan kaki [%s] tidak dirujuk." +#: cmd/quickstart.py:284 +msgid "Project name" +msgstr "Nama proyek" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "Catatan kaki [#] tidak dirujuk." +#: cmd/quickstart.py:286 +msgid "Author name(s)" +msgstr "Nama(-nama) pembuat" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 -#, python-format +#: cmd/quickstart.py:291 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: cmd/quickstart.py:299 +msgid "Project version" +msgstr "Versi proyek" + +#: cmd/quickstart.py:301 +msgid "Project release" +msgstr "Rilis proyek" + +#: cmd/quickstart.py:306 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: cmd/quickstart.py:315 +msgid "Project language" +msgstr "Bahasa proyek" + +#: cmd/quickstart.py:322 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format +#: cmd/quickstart.py:327 +msgid "Source file suffix" +msgstr "Akhiran berkas sumber" + +#: cmd/quickstart.py:332 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"One document is 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree berisi ref ke berkas yang tidak ada %r" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" +msgstr "Nama dokumen master Anda (tanpa akhiran)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: cmd/quickstart.py:350 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "pengecualian saat mengevaluasi hanya ekspresi pengarahan: %s" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart tidak akan menimpa berkas yang sudah ada." + +#: cmd/quickstart.py:360 msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Tunjukkan ekstensi Sphinx berikut mana yang harus diaktifkan:" + +#: cmd/quickstart.py:379 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"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." + +#: cmd/quickstart.py:389 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "kesalahan membaca: %s, %s" +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" +msgstr "Buat Makefile? (y/n)" + +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" +msgstr "Buat berkas perintah Windows? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "writing error: %s, %s" -msgstr "kesalahan menulis: %s, %s" +msgid "Creating file %s." +msgstr "Membuat file %s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "File %s already exists, skipping." +msgstr "File %s sudah ada, lewati." + +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." +msgstr "Selesai: Struktur direktori awal telah dibuat." -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: cmd/quickstart.py:502 #, 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" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: cmd/quickstart.py:513 #, python-format -msgid "unknown node type: %r" -msgstr "tipe simpul tidak dikenal: %r" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "peran bawaan %s tidak ditemukan" +#: cmd/quickstart.py:520 +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." + +#: cmd/quickstart.py:555 +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:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "" + +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "mode diam" + +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "root proyek" + +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "Opsi struktur" + +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "jika ditentukan, pisahkan direktori sumber dan pembangunan" + +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "pengganti dot di _templates dll." + +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "Opsi dasar proyek" + +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "nama proyek" + +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "nama penulis" + +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "versi proyek" + +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "rilis proyek" + +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "bahasa dokumen" + +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "akhiran berkas sumber" + +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "nama dokumen utama" + +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "gunakan epub" + +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "Opsi ekstensi" + +#: cmd/quickstart.py:654 ext/apidoc.py:578 +#, python-format +msgid "enable %s extension" +msgstr "aktifkan ekstensi %s" + +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "aktifkan ekstensi berubah-ubah" + +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "Pembuatan Makefile dan Batchfile" + +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "buat makefile" + +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "jangan membuat makefile" + +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "buat batchfile" + +#: cmd/quickstart.py:689 +msgid "do not create batchfile" +msgstr "jangan membuat batchfile" + +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" +msgstr "gunakan mode-make untuk Makefile/make.bat" + +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "Membuat templat proyek" + +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" +msgstr "direktori templat untuk berkas templat" + +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "mendefinisikan variabel templat" + +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"quiet\" ditentukan, tetapi tidak ada \"project\" atau \"author\" yang ditentukan." + +#: cmd/quickstart.py:768 +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." + +#: cmd/quickstart.py:775 +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." + +#: cmd/quickstart.py:793 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Variabel templat tidak valid: %s" + +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" +msgstr "Eksepsi terjadi saat membangun, memulai debugger:" + +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" +msgstr "Diinterupsi" + +#: cmd/build.py:67 +msgid "reST markup error:" +msgstr "markup reST salah:" + +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" +msgstr "Kesalahan encoding:" + +#: 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 "Traceback lengkap telah disimpan di %s, bila ingin melaporkan masalah ini kepada developer." + +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" +msgstr "Kesalahan rekursi:" + +#: _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 "" + +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" +msgstr "Terjadi eksepsi:" + +#: _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 "Mohon juga melaporkan hal ini jika sebuah kesalahan pengguna sehingga lain kali perintah salah yang lebih baik dapat disediakan." + +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "Laporan bug dapat diisi pada tracker di . Terima kasih!" + +#: cmd/build.py:144 +msgid "job number should be a positive number" +msgstr "job number seharusnya sebuah bilangan positif" + +#: 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 "" + +#: cmd/build.py:180 +msgid "path to documentation source files" +msgstr "path ke berkas sumber" + +#: cmd/build.py:183 +msgid "path to output directory" +msgstr "path ke direktori output" + +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" + +#: cmd/build.py:194 +msgid "general options" +msgstr "opsi umum" + +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "" + +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" + +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" +msgstr "tulis semua berkas (default: hanya tulis berkas yang baru dan diubah)" + +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" +msgstr "jangan pakai saved environment, selalu baca semua berkas" + +#: cmd/build.py:230 +msgid "path options" +msgstr "" + +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" + +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" + +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" +msgstr "" + +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "override sebuah aturan di berkas konfigurasi" + +#: cmd/build.py:275 +msgid "pass a value into HTML templates" +msgstr "masukkan sebuah nilai ke templat HTML" + +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "define tag: masukkan blok \"only\" dengan TAG" + +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "" + +#: cmd/build.py:294 +msgid "console output options" +msgstr "opsi output konsol" + +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" +msgstr "tingkatkan verbosity (dapat diulang)" + +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" +msgstr "tanpa output pada stdout, hanya peringatan pada stderr" + +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "tanpa output sama sekali, peringatan sekalipun" + +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" +msgstr "siarkan output berwarna (default: auto-detect)" + +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "jangan siarkan output berwarna (default: auto-detect)" + +#: cmd/build.py:334 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" +msgstr "tulis peringatan (dan galat) pada berkas terpilih" + +#: cmd/build.py:347 +msgid "turn warnings into errors" +msgstr "ubah peringatan menjadi galat" + +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "tampilkan traceback penuh pada eksepsi" + +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "jalankan Pdb pada eksepsi" + +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "tidak dapat menggabungkan opsi -a dan nama berkas" + +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "tidak dapat membuka berkas peringatan %r: %s" + +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" +msgstr "argumen opsi -D harus dalam bentuk name=value" + +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" +msgstr "argumen opsi -A harus dalam bentuk name=value" + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Builder contoh tidak menghasilkan berkas apapun." + +#: builders/linkcheck.py:60 +#, 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" + +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "tautan rusak: %s (%s)" + +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Anchor '%s' tidak ditemukan" + +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Halaman HTML berada di %(outdir)s." + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "merakit dokumen tunggal" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "penulisan" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "menulis file tambahan" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Halaman manual berada di %(outdir)s." + +#: builders/manpage.py:47 +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:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" nilai konfigurasi mengacu pada dokumen tidak diketahui %s" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Berkas teks berada di %(outdir)s." + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "kesalahan menulis berkas %s: %s" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Berkas XML berada di %(outdir)s." + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Berkas pseudo-XML berada di %(outdir)s." + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Berkas Texinfo berada di %(outdir)s." + +#: 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 "\nJalankan 'make' di direktori tersebut untuk menjalankannya melalui makeinfo\n(gunakan 'make info' di sini untuk melakukannya secara otomatis)." + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "tidak ditemukan nilai konfigurasi \"texinfo_documents\"; dokumen tidak akan ditulis" + +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "nilai konfigurasi \"texinfo_documents\" mereferensikan dokumen yang tidak dikenal %s" + +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "memroses %s" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "memecahkan referensi..." + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (dalam " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "menyalin gambar... " + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "tidak dapat menyalin berkas gambar %r: %s" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "menyalin berkas pendukung Texinfo" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "kesalahan menulis berkas Makefile: %s" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Katalog pesan berada di %(outdir)s." + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "membangun [%s]: " + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "target untuk %d berkas templat" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "membaca templat... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "menulis katalog pesan... " + +#: builders/__init__.py:200 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "karakter sumber undecodable, menggantinya dengan \"?\": %r" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "dilewati" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "gagal" +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "membangun [mo]: " -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Pehatian" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "menulis keluaran... " -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Hati-hati" +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "semua dari %d berkas po" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Bahaya" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "target untuk %d berkas po yang telah ditetapkan" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Kesalahan" +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "target untuk %d berkas po telah usang" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Petunjuk" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "semua berkas sumber" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Penting" +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Catatan" +#: builders/__init__.py:313 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Lihat juga" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Tip" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" +msgstr "%d berkas sumber diberikan di command line" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Peringatan" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "target untuk %d berkas sumber yang telah usang" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "konfigurasi baru" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "mencari berkas yang kini-usang... " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "konfigurasi berubah" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "%d ditemukan" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "ekstensi berubah" +#: builders/__init__.py:388 +msgid "none found" +msgstr "tidak ditemukan apapun" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "membangun lingkungan bukan versi saat ini" +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "lingkungan pengawetan" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "direktori sumber telah berubah" +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "memeriksa konsistensi" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "tidak ada target yang usang." + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "memperbarui lingkungan:" + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s ditambahkan, %s diubah, %s dihapus" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 +#: builders/__init__.py:507 +#, python-format 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." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/__init__.py:516 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Gagal memindai dokumen dalam %s: %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/__init__.py:527 #, python-format -msgid "Domain %r is not registered" -msgstr "Domain %r tidak terdaftar" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "dokumen tidak termasuk dalam toctree" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "totree referensikan sendiri ditemukan. Diabaikan" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "membaca sumber... " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 +#: builders/__init__.py:686 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "kutipan rangkap %s, contoh lain dalam %s" +msgid "docnames to write: %s" +msgstr "docnames yang akan ditulis: %s" + +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "menyiapkan dokumen" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" + +#: builders/__init__.py:845 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "Kutipan [%s] tidak dirujuk." +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "karakter sumber undecodable, menggantinya dengan \"?\": %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/epub3.py:83 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (fungsi built-in)" +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 "" + +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "nilai conf \"epub_language\" (atau \"language\") tidak seharsunya kosong untuk EPUB3" + +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "nilai conf \"epub_uid\" harus berupa XML NAME untuk EPUB3" + +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "nilai conf \"epub_title\" (atau \"html_title\") tidak seharusnya kosong untuk EPUB3" + +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "nilai conf \"epub_author\" tidak seharusnya kosong untuk EPUB3" + +#: 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" + +#: 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" + +#: 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" + +#: builders/epub3.py:255 +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" + +#: 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" + +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "bilai conf \"version\" tidak seharusnya kosong untuk EPUB3" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (method %s)" +msgid "invalid css_file: %r, ignored" +msgstr "css_file yang salah: %r, mengabaikan" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:220 #, python-format -msgid "%s() (class)" -msgstr "%s() (class)" +msgid "duplicated ToC entry found: %s" +msgstr "entri ToC ganda ditemukan: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/_epub_base.py:432 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variabel global atau konstan)" +msgid "cannot read image file %r: copying it instead" +msgstr "tidak dapat membaca berkas gambar %r: menyalin gambar sebagai gantinya" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/_epub_base.py:463 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" +msgid "cannot write image file %r: %s" +msgstr "tidak dapat menulis berkas gambar %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumen" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "Pillow tidak ditemukan - menyalin berkas gambar" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Throws" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Kembali" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Return type" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/_epub_base.py:585 #, python-format -msgid "%s (module)" -msgstr "%s (module)" +msgid "unknown mimetype for %s, ignoring" +msgstr "mimetype yang tidak dikenal untuk %s, mengabaikan" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "fungsi" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "method" +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." +msgstr "menulis %s berkas..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "class" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Berkas tinjauan berada di %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "data" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." +msgstr "tidak ada pengubahan dalam versi %s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atribut" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "menulis berkas ringkasan..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modul" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Modul Internal" + +#: builders/changes.py:79 +msgid "Module level" +msgstr "Level Modul" + +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "menyalin berkas sumber..." + +#: builders/changes.py:140 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "tidak dapat membaca %r untuk pembuatan changelog" + +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "peran bawaan %s tidak ditemukan" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/docfields.py:95 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/osutil.py:130 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "duplikasi label persamaan %s, misalnya di %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:419 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Math_eqref_format tidak valid: %r" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:487 #, python-format -msgid "Added in version %s" -msgstr "" +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree berisi ref ke berkas yang tidak ada %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:701 #, python-format -msgid "Changed in version %s" -msgstr "Berubah pada versi %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "pengecualian saat mengevaluasi hanya ekspresi pengarahan: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "Ditinggalkan sejak versi %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:91 #, python-format -msgid "Removed in version %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:170 #, python-format -msgid "%s (directive)" -msgstr "%s (direktif)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:185 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:283 #, python-format -msgid "%s (role)" -msgstr "%s (role)" +msgid "unknown directive or role name: %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "direktif" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "tipe simpul tidak dikenal: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "opsi-direktif" +#: util/display.py:83 +msgid "skipped" +msgstr "dilewati" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "role" +#: util/display.py:88 +msgid "failed" +msgstr "gagal" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +msgid "reading error: %s, %s" +msgstr "kesalahan membaca: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "writing error: %s, %s" +msgstr "kesalahan menulis: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[sumber]" +#: util/i18n.py:236 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "menyoroti kode modul..." +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[docs]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Kode modul" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "Keterangan tidak valid: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" -msgstr "

Kode sumber untuk %s

" +msgid "line number spec is out of range(1-%d): %r" +msgstr "spesifikasi nomor baris di luar kisaran (1-%d): %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Tinjauan: kode modul" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Tidak dapat menggunakan kedua opsi \"%s\" dan \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Semua modul dimana kode tersedia

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "Berkas yang disertakan %r tidak ditemukan atau gagal membacanya" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Todo" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "Pengkodean %r yang digunakan untuk membaca file yang disertakan %r tampaknya salah, mencoba berikan opsi :encoding:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" -msgstr "Entri TODO ditemukan: %s" +msgid "Object named %r not found in include file %r" +msgstr "Objek bernama %r tidak ditemukan disertakan di berkas %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Tidak dapat menggunakan \"lineno-match\" dengan rangkaian \"baris\" yang terpisah" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> terletak di %s, baris %d.)" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Spesifikasi baris %r: tidak ada baris yang ditarik dari berkas %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "entri asli" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "Would create file %s." -msgstr "Akan membuat berkas %s." +msgid "toctree contains reference to excluded document %r" +msgstr "toctree berisi referensi ke dokumen yang dikecualikan %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree berisi referensi ke dokumen yang tidak ada %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "jalur ke modul ke dokumen" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "Berkas gaya-fnmatch dan/atau pola direktori untuk dikecualikan dari pembuatan" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Penyusun bagian:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "direktori untuk menempatkan semua keluaran" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Penyusun modul: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "kedalaman maksimum submodul untuk ditampilkan di TOC (bawaan: 4)" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Penulis kode:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "menimpa file yang ada" +#: directives/other.py:210 +msgid "Author: " +msgstr "Penyusun: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "ikuti tautan simbolik. Berdaya bila digabungkan dengan collective.recipe.omelette." +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "operasikan skrip tanpa membuat file" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "letakkan dokumentasi untuk setiap modul di halamannya sendiri" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "termasuk modul \"_private\"" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "nama file daftar isi (bawaan: modul)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "jangan membuat berkas daftar isi" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -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)" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "letakkan dokumentasi modul sebelum dokumentasi submodul" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "menafsirkan jalur modul sesuai dengan spesifikasi namespaces implisit PEP-0420" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "akhiran berkas (bawaan: rst)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "menghasilkan proyek penuh dengan sphinx-quickstart" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "menambahkan module_path ke sys.path, digunakan ketika --full diberikan" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "nama proyek (bawaan: nama modul utama)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "penulis-(penulis) proyek, digunakan ketika --full diberikan" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "versi proyek, digunakan ketika --full diberikan" +#: _cli/__init__.py:194 +msgid "Show the version and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "rilis proyek, digunakan ketika --full diberikan, bawaan ke --doc-version" +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "opsi ekstensi" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." -msgstr "%s bukan direktori." +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Pengarahan Graphviz tidak dapat memiliki konten dan argumen nama berkas sekaligus" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "Berkas Graphviz eksternal %r tidak ditemukan atau gagal dibaca" +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Mengabaikan pengarahan \"graphviz\" tanpa konten." +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "%b %d, %Y" +msgstr "%d %b, %Y" + +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, 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" +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: transforms/__init__.py:267 #, 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" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: transforms/__init__.py:313 #, python-format +msgid "Footnote [%s] is not referenced." +msgstr "Catatan kaki [%s] tidak dirujuk." + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "Catatan kaki [#] tidak dirujuk." + +#: transforms/i18n.py:229 transforms/i18n.py:304 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" +"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}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format harus salah satu dari 'png', 'svg', tetapi %r" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referensi yang tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "kode dot %r: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "referensi kutipan tidak konsisten dalam pesan yang diterjemahkan. asli: {0}, diterjemahkan: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" +#: transforms/i18n.py:346 +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}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graph]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[sumber]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1891,8 +2239,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1902,1897 +2249,1557 @@ msgid "" "%r" msgstr "convert keluar dengan kesalahan: \n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== durasi membaca paling lambat =======================" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "tidak ada '+' atau '-' dalam opsi '%s'." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' bukan opsi yang valid." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' bukan opsi pyversion yang valid" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "menyoroti kode modul..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "tipe TestCode tidak valid" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[docs]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -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/viewcode.py:305 +msgid "Module code" +msgstr "Kode modul" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "tidak ada kode/keluaran dalam blok %s pada %s:%s" +msgid "

Source code for %s

" +msgstr "

Kode sumber untuk %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "mengabaikan kode dokumen yang tidak valid: %r" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Tinjauan: kode modul" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Semua modul dimana kode tersedia

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "regex tidak valid %r dalam %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "modul %s tidak dapat diimpor: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "Pengujian cakupan di sumber selesai, lihat hasilnya dalam %(outdir)spython.txt." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "%r regex tidak valid di coverage_c_regexes" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "tampilkan latex %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "inline latex %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "label rangkap %s, contoh lain dalam %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "%r toplevel_sectioning tidak diketahui untuk kelas %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 -#, python-format -msgid "no Babel option known for language %r" -msgstr "tidak ada opsi Babel yang dikenal untuk bahasa %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: terlalu besar, diabaikan." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 -#, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "judul dokumen bukan simpul Text tunggal" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Catatan kaki" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 -#, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "opsi tabularcolumns dan :widths: opsi diberikan bersamaan. :widths: diabaikan." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "unit dimensi %s tidak valid. Diabaikan" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" -msgstr "entri indeks tidak diketahui ditemukan tipe %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" -msgstr "[gambar: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[gambar]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format tidak didefinisikan untuk %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Tidak ada ID apa pun yang ditugaskan untuk simpul %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Tidak dapat memperoleh ukuran gambar. :scale: option diabaikan." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Indeks" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "keterangan tidak di dalam gambar." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" -msgstr "tipe simpul tidak diterapkan: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Todo" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: ext/todo.py:104 +#, python-format +msgid "TODO entry found: %s" +msgstr "Entri TODO ditemukan: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "" +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> terletak di %s, baris %d.)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: ext/todo.py:175 +msgid "original entry" +msgstr "entri asli" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: ext/doctest.py:115 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "entri ToC ganda ditemukan: %s" +msgid "missing '+' or '-' in '%s' option." +msgstr "tidak ada '+' atau '-' dalam opsi '%s'." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "menyalin gambar... " +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' bukan opsi yang valid." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: ext/doctest.py:134 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "tidak dapat membaca berkas gambar %r: menyalin gambar sebagai gantinya" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' bukan opsi pyversion yang valid" + +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "tipe TestCode tidak valid" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/doctest.py:281 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "tidak dapat menyalin berkas gambar %r: %s" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/doctest.py:434 #, python-format -msgid "cannot write image file %r: %s" -msgstr "tidak dapat menulis berkas gambar %r: %s" +msgid "no code/output in %s block at %s:%s" +msgstr "tidak ada kode/keluaran dalam blok %s pada %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "Pillow tidak ditemukan - menyalin berkas gambar" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "mengabaikan kode dokumen yang tidak valid: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Pengarahan Graphviz tidak dapat memiliki konten dan argumen nama berkas sekaligus" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." -msgstr "" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Berkas Graphviz eksternal %r tidak ditemukan atau gagal dibaca" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." -msgstr "" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Mengabaikan pengarahan \"graphviz\" tanpa konten." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/graphviz.py:268 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "mimetype yang tidak dikenal untuk %s, mengabaikan" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/graphviz.py:303 #, python-format -msgid "writing %s file..." -msgstr "menulis %s berkas..." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/graphviz.py:310 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Berkas XML berada di %(outdir)s." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/graphviz.py:313 #, python-format -msgid "error writing file %s: %s" -msgstr "kesalahan menulis berkas %s: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot tidak menghasilkan berkas output: \n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/graphviz.py:329 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Berkas pseudo-XML berada di %(outdir)s." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format harus salah satu dari 'png', 'svg', tetapi %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Halaman manual berada di %(outdir)s." +msgid "dot code %r: %s" +msgstr "kode dot %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "tidak ditemukan nilai konfigurasi \"man_pages\"; halaman manual tidak akan ditulis" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[graph: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "penulisan" +#: 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" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/apidoc.py:85 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" nilai konfigurasi mengacu pada dokumen tidak diketahui %s" +msgid "Would create file %s." +msgstr "Akan membuat berkas %s." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Builder contoh tidak menghasilkan berkas apapun." +#: 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 "\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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Berkas ePub berada di %(outdir)s." +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "jalur ke modul ke dokumen" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "Berkas gaya-fnmatch dan/atau pola direktori untuk dikecualikan dari pembuatan" + +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "direktori untuk menempatkan semua keluaran" + +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "kedalaman maksimum submodul untuk ditampilkan di TOC (bawaan: 4)" + +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "menimpa file yang ada" + +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "ikuti tautan simbolik. Berdaya bila digabungkan dengan collective.recipe.omelette." + +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "operasikan skrip tanpa membuat file" + +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "letakkan dokumentasi untuk setiap modul di halamannya sendiri" + +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "termasuk modul \"_private\"" + +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "nama file daftar isi (bawaan: modul)" + +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "jangan membuat berkas daftar isi" + +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "jangan membuat judul untuk paket modul/paket (mis. ketika docstrings sudah berisi hal tersebut)" + +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "letakkan dokumentasi modul sebelum dokumentasi submodul" + +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "menafsirkan jalur modul sesuai dengan spesifikasi namespaces implisit PEP-0420" + +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "akhiran berkas (bawaan: rst)" + +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -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" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "menghasilkan proyek penuh dengan sphinx-quickstart" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "nilai conf \"epub_uid\" harus berupa XML NAME untuk EPUB3" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "menambahkan module_path ke sys.path, digunakan ketika --full diberikan" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -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" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "nama proyek (bawaan: nama modul utama)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_author\" tidak seharusnya kosong untuk EPUB3" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "penulis-(penulis) proyek, digunakan ketika --full diberikan" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_contributor\" tidak seharusnya kosong untuk EPUB3" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "versi proyek, digunakan ketika --full diberikan" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_description\" tidak seharusnya kosong untuk EPUB3" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "rilis proyek, digunakan ketika --full diberikan, bawaan ke --doc-version" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_publisher\" tidak seharusnya kosong untuk EPUB3" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "opsi ekstensi" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "nilai conf \"epub_copyright\" (atau \"copyright\") tidak seharusnya kosong untuk EPUB3" +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." +msgstr "%s bukan direktori." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "nilai conf \"epub_identifier\" tidak seharusnya kosong untuk EPUB3" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "bilai conf \"version\" tidak seharusnya kosong untuk EPUB3" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" + +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "label rangkap %s, contoh lain dalam %s" + +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== durasi membaca paling lambat =======================" + +#: ext/imgmath.py:159 +#, python-format +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" + +#: ext/imgmath.py:174 +#, python-format +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/imgmath.py:328 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file yang salah: %r, mengabaikan" +msgid "display latex %r: %s" +msgstr "tampilkan latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: ext/imgmath.py:362 #, 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 "inline latex %r: %s" +msgstr "inline latex %r: %s" + +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Catatan kaki" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "broken link: %s (%s)" -msgstr "tautan rusak: %s (%s)" +msgid "[image: %s]" +msgstr "[gambar: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[gambar]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" + +#: writers/html5.py:415 #, python-format -msgid "Anchor '%s' not found" -msgstr "Anchor '%s' tidak ditemukan" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format tidak didefinisikan untuk %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: writers/html5.py:427 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "Any IDs not assigned for %s node" +msgstr "Tidak ada ID apa pun yang ditugaskan untuk simpul %s" + +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Berkas tinjauan berada di %(outdir)s." +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" + +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "no changes in version %s." -msgstr "tidak ada pengubahan dalam versi %s." +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "menulis berkas ringkasan..." +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Modul Internal" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Level Modul" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "menyalin berkas sumber..." +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Tidak dapat memperoleh ukuran gambar. :scale: option diabaikan." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "tidak dapat membaca %r untuk pembuatan changelog" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Indeks" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Berkas teks berada di %(outdir)s." +#: writers/latex.py:746 writers/texinfo.py:642 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Katalog pesan berada di %(outdir)s." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "keterangan tidak di dalam gambar." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: writers/texinfo.py:1300 #, python-format -msgid "building [%s]: " -msgstr "membangun [%s]: " +msgid "unimplemented node type: %r" +msgstr "tipe simpul tidak diterapkan: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:364 #, python-format -msgid "targets for %d template files" -msgstr "target untuk %d berkas templat" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "%r toplevel_sectioning tidak diketahui untuk kelas %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "membaca templat... " +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" +msgstr "tidak ada opsi Babel yang dikenal untuk bahasa %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "menulis katalog pesan... " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: terlalu besar, diabaikan." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: writers/latex.py:593 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s (%s)" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "gambar yang sesuai untuk builder %s tidak ditemukan: %s" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "judul dokumen bukan simpul Text tunggal" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "membangun [mo]: " +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "opsi tabularcolumns dan :widths: opsi diberikan bersamaan. :widths: diabaikan." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "menulis keluaran... " +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "unit dimensi %s tidak valid. Diabaikan" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" -msgstr "semua dari %d berkas po" +msgid "unknown index entry type %s found" +msgstr "entri indeks tidak diketahui ditemukan tipe %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "target untuk %d berkas po yang telah ditetapkan" +msgid "environment variable; %s" +msgstr "variabel environment; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "target untuk %d berkas po telah usang" +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "semua berkas sumber" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, 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" +"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\"" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "%d berkas sumber diberikan di command line" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "opsi baris perintah" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "target untuk %d berkas sumber yang telah usang" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "Daftar Istilah kata sulit harus didahului dengan baris kosong" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "mencari berkas yang kini-usang... " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "Daftar istilah kata sulit tidak boleh dipisahkan oleh garis kosong" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "%d ditemukan" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "Daftar istilah kata sulit tampaknya salah format, periksa indentasi" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "tidak ditemukan apapun" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "daftar istilah" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "lingkungan pengawetan" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "token grammar" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "memeriksa konsistensi" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "label referensi" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "tidak ada target yang usang." +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "variabel environment" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "memperbarui lingkungan:" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "opsi program" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s ditambahkan, %s diubah, %s dihapus" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "dokumen" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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 "" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Indeks Modul" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Pencarian Halaman" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:721 #, 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 %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig dinonaktifkan. :numref: diabaikan." + +#: domains/std/__init__.py:934 #, 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 "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:946 #, 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 "the link has no caption: %s" +msgstr "tautan tidak memiliki teks: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "membaca sumber... " +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format tidak valid: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:963 #, python-format -msgid "docnames to write: %s" -msgstr "docnames yang akan ditulis: %s" +msgid "invalid numfig_format: %s" +msgstr "numfig_format tidak valid: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "menyiapkan dokumen" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" +msgstr "label yang tidak ditentukan: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Berkas Texinfo berada di %(outdir)s." +msgid "%s() (in module %s)" +msgstr "%s() (di modul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "\nJalankan 'make' di direktori tersebut untuk menjalankannya melalui makeinfo\n(gunakan 'make info' di sini untuk melakukannya secara otomatis)." +#: 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 (di modul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "tidak ditemukan nilai konfigurasi \"texinfo_documents\"; dokumen tidak akan ditulis" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (variabel built-in)" + +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (class built-in)" + +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (class di %s)" + +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (method class %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:251 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "nilai konfigurasi \"texinfo_documents\" mereferensikan dokumen yang tidak dikenal %s" +msgid "%s() (%s static method)" +msgstr "%s() (method static %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:389 #, python-format -msgid "processing %s" -msgstr "memroses %s" +msgid "%s (%s property)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "memecahkan referensi..." +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (dalam " +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Indeks Modul Python" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "menyalin berkas pendukung Texinfo" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "modul" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "kesalahan menulis berkas Makefile: %s" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Akan ditinggalkan" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Halaman HTML berada di %(outdir)s." +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "eksepsi" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "merakit dokumen tunggal" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "method class" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "menulis file tambahan" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "method static" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/python/__init__.py:637 +msgid "property" +msgstr "property" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:698 #, python-format -msgid "Invalid caption: %s" -msgstr "Keterangan tidak valid: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "spesifikasi nomor baris di luar kisaran (1-%d): %r" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: domains/python/__init__.py:817 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Tidak dapat menggunakan kedua opsi \"%s\" dan \"%s\"" +msgid "more than one target found for cross-reference %r: %s" +msgstr "lebih dari satu target ditemukan untuk referensi silang %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" -msgstr "Berkas yang disertakan %r tidak ditemukan atau gagal membacanya" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (obsolet)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "Pengkodean %r yang digunakan untuk membaca file yang disertakan %r tampaknya salah, mencoba berikan opsi :encoding:" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parameter" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "Objek bernama %r tidak ditemukan disertakan di berkas %r" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variabel" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Tidak dapat menggunakan \"lineno-match\" dengan rangkaian \"baris\" yang terpisah" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Raises" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/c/__init__.py:199 #, 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" +msgid "%s (C %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree berisi referensi ke dokumen yang dikecualikan %r" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "Nilai kembalian" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree berisi referensi ke dokumen yang tidak ada %r" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "anggota" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variabel" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Penyusun bagian:" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "macro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Penyusun modul: " +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "struct" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Penulis kode:" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "union" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Penyusun: " +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerator" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tipe" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%d]" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Parameter Templat" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%s]" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "Unknown image format: %s..." -msgstr "Format gambar tidak dikenal: %s..." - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, 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/cpp/__init__.py:857 +msgid "concept" +msgstr "konsep" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Konten" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/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 "Daftar Isi" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "Pencarian" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "Go" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "Lihat Sumber" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Konten" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "Tutup sidebar" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Index penuh dalam satu halaman" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Index halaman berdasarkan huruf" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "dapat menjadi besar" + +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Pencarian %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Pencarian cepat" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Halaman Ini" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Tinjauan" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Selamat Datang! Ini adalah" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "dokumentasi untuk" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "terakhir diperbarui" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Indeks dan tabel:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Daftar Isi Lengkap" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "daftar semua seksi dan subseksi" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Pencarian Halaman" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "pencarian pada dokumentasi ini" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Index Modul Global" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "akses cepat semua modul" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Indeks Umum" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "semua fungsi, class, term" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Index penuh dalam satu halaman" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Topik sebelumnya" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "bab sebelum" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Topik berikutnya" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "bab berikutnya" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Pencarian cepat" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Tolong aktifkan JavaScript untuk melakukan pencarian.\n " -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "pencarian" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Halaman Ini" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Index halaman berdasarkan huruf" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "dapat menjadi besar" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigasi" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Pencarian dalam %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Tentang dokumen ini" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Hak Cipta" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Topik sebelumnya" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "bab sebelum" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Terakhir diperbarui pada %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Topik berikutnya" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "bab berikutnya" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Buka sidebar" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 "Daftar perubahan dibuat otomatis untuk versi %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Perubahan library" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Perubahan API C" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Perubahan lain" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Sembunyikan Hasil Pencarian" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Hasil Pencarian" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "Tidak ada dokumen yang cocok dengan pencarian anda. Pastikan semua kata ditulis dengan benar dan sudah memilih cukup kategori." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Pencarian" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Penyiapkan pencarian..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", di" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "berkas gambar tidak dapat dibaca: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "berkas gambar %s tidak dapat dibaca: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "berkas unduhan tidak dapat dibaca: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: environment/collectors/toctree.py:258 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "%s sudah diberi nomor bagian (penomoran bersarang toctree?)" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: environment/adapters/toctree.py:318 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "referensi toctree melingkar terdeteksi, mengabaikan: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: environment/adapters/toctree.py:342 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: environment/adapters/toctree.py:357 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: environment/adapters/indexentries.py:126 #, python-format msgid "see %s" msgstr "lihat %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: environment/adapters/indexentries.py:136 #, python-format msgid "see also %s" msgstr "lihat juga %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: environment/adapters/indexentries.py:144 #, python-format msgid "unknown index entry type %r" msgstr "tipe entri indeks tidak dikenal %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 msgid "Symbols" msgstr "Simbol" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Parameter Templat" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parameter" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "Nilai kembalian" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "union" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "anggota" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tipe" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "konsep" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enum" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerator" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variabel" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Raises" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (di modul %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (di modul %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (variabel built-in)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (class built-in)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (class di %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (method class %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: builders/html/__init__.py:113 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (method static %s)" +msgid "The HTML pages are in %(outdir)s." +msgstr "Halaman HTML berada di %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: builders/html/__init__.py:340 #, python-format -msgid "%s (%s property)" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "Gagal membaca berkas info build: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Indeks Modul Python" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "modul" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Akan ditinggalkan" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "eksepsi" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "method class" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "method static" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "property" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: builders/html/__init__.py:374 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "lebih dari satu target ditemukan untuk referensi silang %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (obsolet)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 -#, python-format -msgid "environment variable; %s" -msgstr "variabel environment; %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 -#, python-format -msgid "%s; configuration value" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, 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\"" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "index" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:547 #, python-format -msgid "%s command line option" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "opsi baris perintah" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "Daftar Istilah kata sulit harus didahului dengan baris kosong" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "Daftar istilah kata sulit tidak boleh dipisahkan oleh garis kosong" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "Daftar istilah kata sulit tampaknya salah format, periksa indentasi" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "daftar istilah" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "token grammar" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "label referensi" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "variabel environment" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "opsi program" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "dokumen" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "berikut" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Indeks Modul" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "sebelum" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "menghasilkan indeks" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig dinonaktifkan. :numref: diabaikan." +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "menulis halaman tambahan" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:772 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" -msgstr "tautan tidak memiliki teks: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 -#, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format tidak valid: %s (%r)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format tidak valid: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" -msgstr "label yang tidak ditentukan: %r" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "menyalin berkas yang dapat diunduh... " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgid "cannot copy downloadable file %r: %s" +msgstr "tidak dapat menyalin berkas yang dapat diunduh %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:843 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:861 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variabel" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "macro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "struct" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "lanjutan dari halaman sebelumnya" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "berlanjut ke halaman berikutnya" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "menyalin file statis" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Non-abjad" +#: builders/html/__init__.py:912 +#, python-format +msgid "cannot copy static file %r" +msgstr "tidak dapat menyalin berkas statik %r" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Angka" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "menyalin berkas tambahan" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "laman" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" +msgstr "tidak dapat menyalin berkas ekstra %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Rilis" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "Gagal menulis berkas info build: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Contoh" +#: builders/html/__init__.py:982 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Contoh-contoh" +#: builders/html/__init__.py:1027 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Argumen Kata Kunci" +#: builders/html/__init__.py:1188 +#, python-format +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "kesalahan Unicode terjadi saat render halaman %s. Silakan pastikan semua nilai konfigurasi yang berisi konten non-ASCII adalah string Unicode." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Catatan" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Kesalahan terjadi saat render halaman %s.\nAlasan: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Parameter lainnya" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "menyisihkan persediaan obyek" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "Referensi" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "js_file yang salah: %r, mengabaikan" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Peringatkan" +#: builders/html/__init__.py:1312 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "Hasil" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "math_renderer %r yang tidak diketahui diberikan." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1325 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "entri html_extra_path %r tidak ada" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1342 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "entri html_static_path %r tidak ada" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1349 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "(in %s v%s)" -msgstr "(di %s v%s)" +msgid "logo file %r does not exist" +msgstr "berkas logo %r tidak ada" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1372 #, python-format -msgid "(in %s)" -msgstr "(dalam %s)" +msgid "favicon file %r does not exist" +msgstr "berkas favicon %r tidak ada" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1384 #, python-format -msgid "inventory '%s': multiple matches found for %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "%s %s documentation" +msgstr "Dokumentasi %s %s" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" +msgstr "Gagal mendapatkan docname!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:119 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/transforms.py:485 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Berkas LaTeX berada di %(outdir)s." + +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +"\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)." + +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "tidak ditemukan nilai konfigurasi \"latex_documents\"; dokumen tidak akan ditulis" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "nilai konfigurasi \"latex_documents\" mereferensikan dokumen yang tidak dikenal %s" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Rilis" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "menyalin berkas pendukung TeX" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "menyalin berkas tambahan" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 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:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "gagal mencapai salah satu inventaris dengan masalah berikut:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "pengimpanan intersphinx telah dipindahkan: %s -> %s" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Tidak dapat mengambil gambar jarak jauh: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "Unknown image format: %s..." +msgstr "Format gambar tidak dikenal: %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "tanda tangan tidak valid untuk outo %s (%r)" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Contoh" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "kesalahan saat memformat argumen untuk %s: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Contoh-contoh" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Argumen Kata Kunci" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Catatan" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Parameter lainnya" + +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "Referensi" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Peringatkan" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "Hasil" + +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" dalam nama automodule tidak masuk akal" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "argumen tanda tangan atau anotasi kembalian diberikan untuk automodule %s" +msgid "malformed string literal (missing closing quote): %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, 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__" +msgid "malformed string literal (missing opening quote): %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" -msgstr "Basis: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" -msgstr "atribut hilang %s dalam objek %s" +msgid "failed to parse name %s" +msgstr "gagal mengurai nama %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" -msgstr "" +msgid "failed to import object %s" +msgstr "gagal mengimpor objek %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] menghasilkan autosummary untuk: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] menulis ke %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3800,7 +3807,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3815,347 +3822,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\nHasilkan ReStructuredText menggunakan pengarahan autosummary.\n\nsphinx-autogen adalah tampilan depan ke sphinx.ext.autosummary.generate. Ini menghasilkan \nfile reStructuredText dari pengarahan autosummary yang terkandung dalam \nfile input yang diberikan.\n\nFormat pengarahan autosummary didokumentasikan dalam \nmodul ``sphinx.ext.autosummary`` dan dapat dibaca menggunakan::\n\n pydoc sphinx.ext.autosummary\n" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "berkas sumber untuk menghasilkan file rST untuk" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "direktori untuk menempatkan semua keluaran dalam" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "akhiran bawaan untuk berkas (bawaan: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "direktori templat ubahsuai (bawaan: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "mendokumentasikan anggota yang diimpor (bawaan: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(di %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" +msgid "(in %s)" +msgstr "(dalam %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" -msgstr "gagal mengurai nama %s" +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" -msgstr "gagal mengimpor objek %s" +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_load.py:70 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:92 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "%r doesn't have \"%s\" setting" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Gagal mendapatkan docname!" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Berkas LaTeX berada di %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/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 "\nJalankan 'make' di direktori tersebut untuk menjalankannya melalui (pdf)latex\n(gunakan 'make latexpdf' di sini untuk melakukannya secara otomatis)." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "tidak ditemukan nilai konfigurasi \"latex_documents\"; dokumen tidak akan ditulis" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "nilai konfigurasi \"latex_documents\" mereferensikan dokumen yang tidak dikenal %s" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "menyalin berkas pendukung TeX" +#: ext/intersphinx/_load.py:265 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "menyalin berkas tambahan" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "gagal mencapai salah satu inventaris dengan masalah berikut:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "logo file %r does not exist" -msgstr "berkas logo %r tidak ada" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "pengimpanan intersphinx telah dipindahkan: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 -#, python-format -msgid "build info file is broken: %r" -msgstr "berkas info build rusak: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Halaman HTML berada di %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Gagal membaca berkas info build: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "index" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 -#, python-format -msgid "Logo of %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "berikut" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "sebelum" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "menghasilkan indeks" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "menulis halaman tambahan" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "menyalin berkas yang dapat diunduh... " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "tidak dapat menyalin berkas yang dapat diunduh %r: %s" +msgid "invalid signature for auto%s (%r)" +msgstr "tanda tangan tidak valid untuk outo %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "error while formatting arguments for %s: %s" +msgstr "kesalahan saat memformat argumen untuk %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "menyalin file statis" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "tidak dapat menyalin berkas statik %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "menyalin berkas tambahan" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" -msgstr "tidak dapat menyalin berkas ekstra %r" +msgid "A mocked object is detected: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Gagal menulis berkas info build: %r" +msgid "error while formatting signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -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." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" dalam nama automodule tidak masuk akal" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "halaman %s sebanding dengan dua pola dalam html_sidebars: %r dan %r" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "argumen tanda tangan atau anotasi kembalian diberikan untuk automodule %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, python-format msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." -msgstr "kesalahan Unicode terjadi saat render halaman %s. Silakan pastikan semua nilai konfigurasi yang berisi konten non-ASCII adalah string Unicode." +"__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__" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Kesalahan terjadi saat render halaman %s.\nAlasan: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "menyisihkan persediaan obyek" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file yang salah: %r, mengabaikan" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -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." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "math_renderer %r yang tidak diketahui diberikan." +msgid "Bases: %s" +msgstr "Basis: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "entri html_extra_path %r tidak ada" +msgid "missing attribute %s in object %s" +msgstr "atribut hilang %s dalam objek %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "entri html_static_path %r tidak ada" +msgid "alias of TypeVar(%s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "berkas favicon %r tidak ada" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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`." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "lanjutan dari halaman sebelumnya" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "Dokumentasi %s %s" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "berlanjut ke halaman berikutnya" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Non-abjad" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Angka" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "laman" diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.js b/sphinx/locale/is/LC_MESSAGES/sphinx.js index 744782b4e1c..0e3da9103d0 100644 --- a/sphinx/locale/is/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/is/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "Leit", "Search Page": "Leitars\u00ed\u00f0a", "Search Results": "Leitarni\u00f0urst\u00f6\u00f0ur", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "Leita \u00ed %(docstitle)s", "Searching": "Leitar", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/is/LC_MESSAGES/sphinx.mo b/sphinx/locale/is/LC_MESSAGES/sphinx.mo index 55a8a478c88..7d3242fad4b 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 47ead6be6f0..7d20f9e7ee8 100644 --- a/sphinx/locale/is/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/is/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+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.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: is\n" "Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Kafli %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Mynd %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tafla %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Listi %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,657 +175,1153 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." +msgid "no theme configuration file found in %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:350 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/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)." +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:358 #, python-format -msgid "Selected root path: %s" +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 -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." +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 -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." +#: config.py:435 +#, python-format +msgid "No such config value: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" +#: config.py:458 +#, python-format +msgid "Config value %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: config.py:494 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:541 +#, 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." +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: config.py:593 +#, 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." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" -msgstr "" +#: config.py:612 +#, python-format +msgid "Section %s" +msgstr "Kafli %s" -#: /home/runner/work/sphinx/sphinx/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 "" +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Mynd %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "" +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tafla %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Listi %s" + +#: config.py:722 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." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 -#, python-format +#: config.py:759 msgid "" -"Error: the master file %s has already been found in the selected root path." +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: config.py:782 msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" +#: domains/rst.py:223 +msgid "directive" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/rst.py:247 #, python-format -msgid "Creating file %s." +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/javascript.py:165 #, python-format -msgid "File %s already exists, skipping." +msgid "%s() (built-in function)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/javascript.py:168 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "%s() (class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/javascript.py:172 domains/python/__init__.py:338 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "%s (%s attribute)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/javascript.py:255 +msgid "Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -msgid "" -"\n" -"Generate required files for a Sphinx project.\n" -"\n" -"sphinx-quickstart is an interactive tool that asks some questions about your\n" -"project and then generates a complete documentation directory and sample\n" -"Makefile to be used with sphinx-build.\n" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/math.py:63 #, python-format -msgid "enable %s extension" +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" +#: environment/__init__.py:86 +msgid "new config" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" +#: environment/__init__.py:87 +msgid "config changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" +#: environment/__init__.py:88 +msgid "extensions changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" +#: environment/__init__.py:249 +msgid "build environment version not current" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" +#: environment/__init__.py:251 +msgid "source directory has changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +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" + +#: 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" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 +#, 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'." +msgstr "" + +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "" + +#: cmd/quickstart.py:217 +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:225 +#, python-format +msgid "Selected root path: %s" +msgstr "" + +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." +msgstr "" + +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" +msgstr "" + +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "" + +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "" + +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "" + +#: cmd/quickstart.py:256 +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:263 +msgid "Separate source and build directories (y/n)" +msgstr "" + +#: cmd/quickstart.py:269 +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:275 +msgid "Name prefix for templates and static dir" +msgstr "" + +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "" + +#: cmd/quickstart.py:284 +msgid "Project name" +msgstr "" + +#: cmd/quickstart.py:286 +msgid "Author name(s)" +msgstr "" + +#: cmd/quickstart.py:291 +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:299 +msgid "Project version" +msgstr "" + +#: cmd/quickstart.py:301 +msgid "Project release" +msgstr "" + +#: cmd/quickstart.py:306 +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:315 +msgid "Project language" +msgstr "" + +#: cmd/quickstart.py:322 +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:327 +msgid "Source file suffix" +msgstr "" + +#: cmd/quickstart.py:332 +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:340 +msgid "Name of your master document (without suffix)" +msgstr "" + +#: cmd/quickstart.py:350 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "" + +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "" + +#: cmd/quickstart.py:360 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: cmd/quickstart.py:379 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "" + +#: cmd/quickstart.py:389 +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:395 +msgid "Create Makefile? (y/n)" +msgstr "" + +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" +msgstr "" + +#: cmd/quickstart.py:451 ext/apidoc.py:92 +#, python-format +msgid "Creating file %s." +msgstr "" + +#: cmd/quickstart.py:456 ext/apidoc.py:89 +#, python-format +msgid "File %s already exists, skipping." +msgstr "" + +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." +msgstr "" + +#: cmd/quickstart.py:502 +#, python-format +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "" + +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "" + +#: cmd/quickstart.py:513 +#, 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:520 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: cmd/quickstart.py:555 +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:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "" + +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "" + +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "" + +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "" + +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "" + +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "" + +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "" + +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:654 ext/apidoc.py:578 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:689 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1080,805 +1340,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/xml.py:38 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/xml.py:110 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:49 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/texinfo.py:90 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/texinfo.py:233 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/gettext.py:230 #, python-format -msgid "reading error: %s, %s" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "writing error: %s, %s" +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/gettext.py:252 #, python-format -msgid "locale_dir %s does not exist" +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: builders/__init__.py:313 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:324 #, python-format -msgid "unknown directive or role name: %s:%s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:339 #, python-format -msgid "unknown node type: %r" +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/__init__.py:354 #, python-format -msgid "default role %s not found" +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:386 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Athugið" +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Aðgát" +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Hætta" +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Villa" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: builders/__init__.py:507 +#, 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:516 +#, 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:527 +#, 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:534 +#, 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:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Ábending" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Mikilvægt" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Athugasemd" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Sjá einnig" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Ábending" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Aðvörun" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: builders/_epub_base.py:220 #, python-format -msgid "Citation [%s] is not referenced." +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:432 #, python-format -msgid "%s() (built-in function)" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 +#: builders/_epub_base.py:463 #, python-format -msgid "%s() (%s method)" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:33 #, python-format -msgid "%s (module)" +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/changes.py:140 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/rst.py:72 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/docfields.py:95 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/osutil.py:130 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:419 #, python-format -msgid "Added in version %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:487 #, python-format -msgid "Changed in version %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/nodes.py:701 #, python-format -msgid "Deprecated since version %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:76 #, python-format -msgid "Removed in version %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/fileutil.py:91 #, python-format -msgid "%s (directive)" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:170 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/inventory.py:185 #, python-format -msgid "%s (role)" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/display.py:88 +msgid "failed" +msgstr "" + +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "Would create file %s." +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: transforms/__init__.py:313 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1886,8 +2234,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1897,1897 +2244,1558 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: ext/viewcode.py:285 +msgid "[docs]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:104 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/todo.py:165 #, python-format -msgid "inline latex %r: %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/extlinks.py:82 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:115 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:120 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:134 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: ext/doctest.py:281 +#, python-format msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/doctest.py:522 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/graphviz.py:145 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:268 #, python-format -msgid "[image: %s]" -msgstr "[mynd: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[mynd]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:303 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:310 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Yfirlit" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/apidoc.py:85 #, python-format -msgid "unimplemented node type: %r" +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:437 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "writing %s file..." +msgid "duplicate label %s, other instance in %s" +msgstr "" + +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/imgmath.py:159 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/imgmath.py:174 #, python-format -msgid "error writing file %s: %s" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/imgmath.py:328 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/imgmath.py:362 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" +msgid "[image: %s]" +msgstr "[mynd: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[mynd]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: writers/html5.py:415 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Yfirlit" + +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/texinfo.py:1300 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/latex.py:364 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "broken link: %s (%s)" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: writers/latex.py:593 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: writers/latex.py:1575 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: writers/latex.py:1931 #, python-format -msgid "no changes in version %s." +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: domains/std/__init__.py:86 domains/std/__init__.py:103 +#, python-format +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: domains/std/__init__.py:234 #, python-format -msgid "could not read %r for changelog creation" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: domains/std/__init__.py:305 #, python-format -msgid "The text files are in %(outdir)s." +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Leitarsíða" + +#: domains/std/__init__.py:721 #, python-format -msgid "targets for %d po files that are out of date" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: domains/std/__init__.py:934 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:960 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: domains/std/__init__.py:963 #, python-format -msgid "%d source files given on command line" +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: domains/std/__init__.py:1194 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: domains/std/__init__.py:1196 #, python-format -msgid "%d found" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/python/__init__.py:249 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/python/__init__.py:251 #, 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 static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/python/__init__.py:389 #, 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 property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/python/__init__.py:428 #, 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 (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:698 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:817 #, python-format -msgid "processing %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/c/__init__.py:199 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, 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." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/cpp/__init__.py:277 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: themes/basic/layout.html:115 #, python-format -msgid "Unknown image format: %s..." +msgid "Search within %(docstitle)s" +msgstr "Leita í %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:201 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/layout.html:204 #, python-format -msgid "%r reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "Efnisyfirlit" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Leit" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: themes/basic/genindex-single.html: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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Leita í %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Flýtileit" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Atriðaskrá og töflur:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Heildarefnisyfirlit" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Leitarsíða" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "leita" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Almennt yfirlit" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Fyrra efni" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "fyrri kafli" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Næsta efni" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "næsti kafli" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Flýtileit" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "leita" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Leita í %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Fyrra efni" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "fyrri kafli" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Næsta efni" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "næsti kafli" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Fela leitarniðurstöður" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Leitarniðurstöður" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Leitar" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Undirbýr leit..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "sjá %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "sjá einnig %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: environment/collectors/asset.py:95 #, python-format -msgid "%s() (%s static method)" +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: environment/collectors/asset.py:123 #, python-format -msgid "%s (%s property)" +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: environment/collectors/asset.py:160 #, python-format -msgid "%s (type alias in %s)" +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: environment/adapters/toctree.py:342 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/adapters/toctree.py:357 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "sjá %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" +msgstr "sjá einnig %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: builders/html/__init__.py:113 #, python-format -msgid "environment variable; %s" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: builders/html/__init__.py:340 #, python-format -msgid "%s; configuration value" +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: builders/html/__init__.py:374 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "yfirlit" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "næsta" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "fyrri" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:861 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:912 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:927 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:933 #, python-format -msgid "invalid numfig_format: %s" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:1027 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:1188 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:1197 #, python-format -msgid "%s (C %s)" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "framhald frá fyrri síðu" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "framhald á næstu síðu" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Útgáfa" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1414 +#, python-format +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/latex/transforms.py:485 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/__init__.py:117 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/latex/__init__.py:169 #, python-format -msgid "(in %s)" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Útgáfa" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/__init__.py:543 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:551 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format +#: _cli/util/errors.py:172 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3803,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "yfirlit" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "næsta" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "fyrri" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1743 +#, python-format +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.js b/sphinx/locale/it/LC_MESSAGES/sphinx.js index 25201577b5e..f5625c8d4ea 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "Cerca", "Search Page": "Cerca", "Search Results": "Risultati della ricerca", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "" + ], "Search within %(docstitle)s": "Cerca in %(docstitle)s", "Searching": "Cerca", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/it/LC_MESSAGES/sphinx.mo b/sphinx/locale/it/LC_MESSAGES/sphinx.mo index cbe5286bbf0..096f76014f4 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 4fb7830be36..b26a08fb23f 100644 --- a/sphinx/locale/it/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/it/LC_MESSAGES/sphinx.po @@ -14,389 +14,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Alessandro Cucci , 2024\n" "Language-Team: Italian (http://app.transifex.com/sphinx-doc/sphinx-1/language/it/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: it\n" "Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Sezione %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tabella %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Listato %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "il primary_domain %r non è stato trovato, tralasciato." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Impossibile trovare la cartella sorgente ( %s )" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "La cartella di output (%s) non è una cartella" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "La cartella sorgente e la cartella di destinazione non possono essere identiche" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Sto eseguendo Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "sto creando la cartella di output" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "caricamento traduzioni [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "fatto" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "terminato con problemi" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "" + +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -404,12 +168,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -417,311 +181,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." -msgstr "" +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "Sezione %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tabella %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Listato %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "il primary_domain %r non è stato trovato, tralasciato." + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (direttiva)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (ruolo)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "direttiva" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "ruolo" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (funzione built-in)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metodo)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (classe)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variabile globale o costante)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attributo)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Parametri" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Solleva" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Ritorna" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Tipo di ritorno" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modulo)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funzione" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metodo" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "classe" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "dati" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "attributo" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modulo" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Cambiato nella versione %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Deprecato dalla versione %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "etichetta dell'equazione %s duplicata, altra istanza in %s" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Attenzione" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Attenzione" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Pericolo" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Errore" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Suggerimento" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Vedi anche" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Suggerimento" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Avvertimento" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -730,15 +1005,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -748,21 +1023,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -770,93 +1045,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -866,208 +1139,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "Template di progetto" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1086,805 +1346,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/xml.py:38 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/xml.py:110 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:49 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/texinfo.py:90 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (in " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:313 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:324 #, python-format -msgid "reading error: %s, %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:339 #, python-format -msgid "writing error: %s, %s" +msgid "%d source files given on command line" +msgstr "" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "" + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "" + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "" + +#: builders/__init__.py:507 +#, 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:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:527 #, python-format -msgid "locale_dir %s does not exist" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:534 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:686 #, python-format -msgid "unknown node type: %r" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "" + +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Attenzione" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Attenzione" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Pericolo" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Errore" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Suggerimento" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Importante" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Nota" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Vedi anche" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Suggerimento" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Avvertimento" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funzione built-in)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metodo)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variabile globale o costante)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attributo)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Parametri" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Solleva" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Builtins" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Ritorna" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Al livello del modulo" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Tipo di ritorno" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (modulo)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funzione" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metodo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "classe" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "dati" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "attributo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modulo" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/rst.py:72 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/docfields.py:95 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "etichetta dell'equazione %s duplicata, altra istanza in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/osutil.py:130 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:419 #, python-format -msgid "Added in version %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:487 #, python-format -msgid "Changed in version %s" -msgstr "Cambiato nella versione %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/nodes.py:701 #, python-format -msgid "Deprecated since version %s" -msgstr "Deprecato dalla versione %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:76 #, python-format -msgid "Removed in version %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/fileutil.py:91 #, python-format -msgid "%s (directive)" -msgstr "%s (direttiva)" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:170 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/inventory.py:185 #, python-format -msgid "%s (role)" -msgstr "%s (ruolo)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "direttiva" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "ruolo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/docutils.py:283 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/docutils.py:746 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "unknown node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[sorgente]" +#: util/display.py:88 +msgid "failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[documenti]" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Codice del modulo" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: util/i18n.py:236 #, python-format -msgid "

Source code for %s

" -msgstr "

Codice sorgente per %s

" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Vista generale: codice del modulo" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Tutti i moduli di cui è disponibile il codice

" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Da fare" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "Didascalia non valida: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "TODO entry found: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Impossibile usare contemporaneamente le opzioni \"%s\" e \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:225 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(L'<> si trova in %s, linea %d.)" +msgid "Include file %r not found or reading it failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "riga originale" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/code.py:270 #, python-format -msgid "Would create file %s." +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autore della sezione: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autore del modulo: " + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Autore del codice: " + +#: directives/other.py:210 +msgid "Author: " +msgstr "Autore: " + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Opzioni" + +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "" +msgid "%b %d, %Y" +msgstr "%d %b %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: transforms/__init__.py:313 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[grafico: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[grafico]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[sorgente]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1892,8 +2240,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1903,1897 +2250,1559 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "manca '+' or'-' nell'opzione '%s'." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' non è un'opzione valida." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[documenti]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Codice del modulo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Codice sorgente per %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Vista generale: codice del modulo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Tutti i moduli di cui è disponibile il codice

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Da fare" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:104 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "" +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/todo.py:165 #, python-format -msgid "inline latex %r: %s" -msgstr "" +msgid "(The <> is located in %s, line %d.)" +msgstr "(L'<> si trova in %s, linea %d.)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: ext/todo.py:175 +msgid "original entry" +msgstr "riga originale" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/extlinks.py:82 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:115 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +msgid "missing '+' or '-' in '%s' option." +msgstr "manca '+' or'-' nell'opzione '%s'." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:120 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "" +msgid "'%s' is not a valid option." +msgstr "'%s' non è un'opzione valida." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:134 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Note a piè di pagina" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/doctest.py:281 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" -msgstr "[immagine: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[immagine]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/doctest.py:434 #, python-format -msgid "numfig_format is not defined for %s" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/doctest.py:522 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Indice" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "unimplemented node type: %r" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[grafico: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[grafico]" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "Opzioni" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:396 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/apidoc.py:638 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "error writing file %s: %s" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/autosectionlabel.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:159 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:174 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Note a piè di pagina" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[immagine: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[immagine]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Indice" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Builtins" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Al livello del modulo" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: writers/texinfo.py:1300 #, python-format -msgid "could not read %r for changelog creation" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: writers/latex.py:364 #, python-format -msgid "The text files are in %(outdir)s." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:593 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: writers/latex.py:1575 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "" +msgid "environment variable; %s" +msgstr "variabile d'ambiente, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "voce del glossario" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "elemento grammaticale" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "etichetta di riferimento" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "variabile d'ambiente" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "opzione del programma" + +#: domains/std/__init__.py:608 +msgid "document" +msgstr "documento" + +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Indice dei moduli" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Cerca" + +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:934 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:960 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:963 #, 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 "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:1194 #, 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 "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (nel modulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -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 (nel modulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (variabile built-in)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/python/__init__.py:194 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (classe built-in)" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (classe in %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s metodo della classe)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:251 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s metodo statico)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:389 #, python-format -msgid "processing %s" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (in " +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Indice del modulo Python" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "moduli" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Deprecato" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "eccezione" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "metodo della classe" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "metodo statico" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:698 #, python-format -msgid "Invalid caption: %s" -msgstr "Didascalia non valida: %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/python/__init__.py:817 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Impossibile usare contemporaneamente le opzioni \"%s\" e \"%s\"" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (deprecato)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametri" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variabili" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Solleva" + +#: domains/c/__init__.py:199 #, python-format -msgid "Include file %r not found or reading it failed" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "Valori restituiti" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "membro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variabile" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumeratore" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tipo" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Parametri del modello" + +#: domains/cpp/__init__.py:277 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autore della sezione: " - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autore del modulo: " +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "concetto" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Autore del codice: " +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autore: " +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Contenuti" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Vai" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Mostra sorgente" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Comprimi la barra laterale" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigazione" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: themes/basic/layout.html:115 #, python-format -msgid "Unknown image format: %s..." -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Cerca in %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "A proposito di questi documenti" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:201 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Ultimo aggiornamento %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/layout.html:204 #, python-format -msgid "%r reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Cerca" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Vai" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Mostra sorgente" +#: themes/basic/genindex-single.html: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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Contenuti" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indice delle pagine per lettera" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Comprimi la barra laterale" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "può essere enorme" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Cerca %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Ricerca veloce" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Questa pagina" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Sintesi" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Benvenuto! Questa è" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "la documentazione per" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "ultimo aggiornamento" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Indici e tabelle:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Tabella dei contenuti completa" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "elenca l'insieme delle sezioni e sottosezioni" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Cerca" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "cerca in questa documentazione" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Indice dei moduli" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "accesso veloce ai moduli" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Indice generale" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "tutte le funzioni, classi e moduli" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Indice completo in una pagina" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Argomento precedente" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "capitolo precedente" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Argomento successivo" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "capitolo successivo" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Ricerca veloce" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Attiva JavaScript per abilitare la funzione⏎\ndi ricerca." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "cerca" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Questa pagina" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Indice delle pagine per lettera" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "può essere enorme" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigazione" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Cerca in %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "A proposito di questi documenti" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Argomento precedente" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capitolo precedente" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Ultimo aggiornamento %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Argomento successivo" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "capitolo successivo" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Espandi la barra laterale" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 "Lista delle modifiche generata automaticamente nella versione %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Modifiche nella libreria" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Modifiche nelle API C" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Altre modifiche" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Nascondi i risultati della ricerca" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Risultati della ricerca" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Cerca" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Preparo la ricerca..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", in " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: environment/collectors/toctree.py:258 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: environment/adapters/toctree.py:318 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: environment/adapters/toctree.py:342 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "vedi %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "vedi anche %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simboli" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Parametri del modello" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametri" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "Valori restituiti" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "membro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tipo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "concetto" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enum" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumeratore" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variabili" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Solleva" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (nel modulo %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (nel modulo %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (variabile built-in)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (classe built-in)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (classe in %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s metodo della classe)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s metodo statico)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Indice del modulo Python" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "moduli" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Deprecato" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "eccezione" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "metodo della classe" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "metodo statico" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (deprecato)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "vedi %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "variabile d'ambiente, %s" +msgid "see also %s" +msgstr "vedi anche %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: 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)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:113 #, python-format -msgid "%s command line option" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "voce del glossario" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "elemento grammaticale" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "indice" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "etichetta di riferimento" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "variabile d'ambiente" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "successivo" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "opzione del programma" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "precedente" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "documento" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Indice dei moduli" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variabile" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "macro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continua dalla pagina precedente" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "pagina" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Release" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Esempio" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Esempi" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Argomenti parole chiave" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Note" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1325 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1342 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1349 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "(in %s v%s)" -msgstr "(in %s v%s)" +msgid "logo file %r does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1372 #, python-format -msgid "(in %s)" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1384 #, python-format -msgid "inventory '%s': multiple matches found for %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "%s %s documentation" +msgstr "Documentazione %s %s " + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:119 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/transforms.py:485 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"\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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Release" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Esempio" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Esempi" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Argomenti parole chiave" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Note" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 +#: ext/napoleon/docstring.py:1015 #, 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 "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:257 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 -#, python-format -msgid "Bases: %s" -msgstr " Basi: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3801,7 +3810,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3816,347 +3825,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(in %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "indice" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "successivo" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "precedente" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" +msgid "Bases: %s" +msgstr " Basi: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "Documentazione %s %s " +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "pagina" diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.js b/sphinx/locale/ja/LC_MESSAGES/sphinx.js index df5af81b644..635b0818d91 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.js @@ -36,7 +36,9 @@ Documentation.addTranslations({ "Search": "\u691c\u7d22", "Search Page": "\u691c\u7d22\u30da\u30fc\u30b8", "Search Results": "\u691c\u7d22\u7d50\u679c", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "" + ], "Search within %(docstitle)s": "%(docstitle)s \u5185\u3092\u691c\u7d22", "Searching": "\u691c\u7d22\u4e2d", "Searching for multiple words only shows matches that contain\n all words.": "\u8907\u6570\u306e\u5358\u8a9e\u3092\u691c\u7d22\u3059\u308b\u3068\u3001\u6b21\u3092\u542b\u3080\u4e00\u81f4\u306e\u307f\u304c\u8868\u793a\u3055\u308c\u307e\u3059\n \u00a0\u00a0\u00a0 \u3059\u3079\u3066\u306e\u7528\u8a9e\u3002", diff --git a/sphinx/locale/ja/LC_MESSAGES/sphinx.mo b/sphinx/locale/ja/LC_MESSAGES/sphinx.mo index 21a6b6e4173..ba03e20ddda 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 c2ef3e47972..762f8c2845c 100644 --- a/sphinx/locale/ja/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ja/LC_MESSAGES/sphinx.po @@ -14,7 +14,7 @@ # shirou - しろう , 2017 # Taizo Ito , 2019 # Takayuki SHIMIZUKAWA , 2013-2016 -# Takayuki SHIMIZUKAWA , 2016-2017,2019 +# Takayuki SHIMIZUKAWA , 2016-2017,2019,2024 # Komiya Takeshi , 2016-2017,2019,2022 # Tetsuo Koyama , 2020-2023 # tomo, 2019 @@ -24,389 +24,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Tetsuo Koyama , 2020-2023\n" +"Last-Translator: Takayuki SHIMIZUKAWA , 2016-2017,2019,2024\n" "Language-Team: Japanese (http://app.transifex.com/sphinx-doc/sphinx-1/language/ja/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: ja\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "設定 %s.%s がテーマ設定にありません" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "サポートされていないテーマオプション %r が指定されました" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "テーマパス上のファイル %r は正しいzipファイルではないか、テーマを含んでいません" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments に %r というlexerがありません" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "needs_extensions設定で %s 拡張が要求されていますが、その拡張がありません。" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)ではビルドできません。" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "イベント %r はすでに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "不明なイベント名: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "イベント %r のハンドラ %r で例外が発生しました。" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "conf.py が設定ディレクトリに存在しません (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "無効な設定値が見つかりました: 'language = None' 。設定を有効な言語コードに更新してください。 'en' (英語)にフォールバックしています。" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "設定値の辞書 %r は上書きないため無視されました (%r を使って個別に設定してください)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "%r は設定値 %r の正しい値ではないため無視されました" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "%r は正しい型ではないため無視されました" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "不明な設定値 %r による上書きは無視されました" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "設定値 %r は既に登録済みです" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "設定ファイルに文法エラーが見つかりました: %s\n" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "設定ファイル(あるいはインポートしたどれかのモジュール)がsys.exit()を呼びました" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "設定ファイルにプログラム上のエラーがあります:\n\n%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "%s 章" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "図 %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "表 %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "リスト %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr " 設定値 `{name}` に `{current}` が指定されましたが、 {candidates} のいずれかを指定してください。" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されていますが、 {permitted} 型を指定してください。" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されています。デフォルト値は `{default.__name__}' です。" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r が見つかりません。無視します。" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -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'\" を追加してください。" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "ソースディレクトリが存在しません (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "出力先ディレクトリ (%s) はディレクトリではありません" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "出力先ディレクトリにはソースディレクトリと異なるディレクトリを指定してください" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s を実行中" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "このプロジェクトはSphinx v%s以降のバージョンでなければビルドできません。" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "出力先ディレクトリを作成しています" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "拡張機能のセットアップ中 %s:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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拡張として動作するのに必要です。" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "翻訳カタログをロードしています [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "完了" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "翻訳が用意されていません" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "保存された環境データを読み込み中" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "失敗: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "ビルダーが選択されていないので、デフォルトの html を使用します" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "成功" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "完了(問題あり)" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "警告%s、%sをビルドします(警告はエラーとして扱われます)。" +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "警告%s、%sをビルドします(警告はエラーとして扱われます)。" +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "ビルド %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "ビルド %s, %s 警告." +msgid "build finished with problems, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "ビルド %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "nodeクラス %r は既に登録されています。visitor関数は上書きされます" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "ディレクティブ %r は既に登録されています。ディレクティブは上書きされます" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "ロール %r は既に登録されています。ロールは上書きされます" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -414,12 +178,12 @@ msgid "" "explicit" msgstr "拡張 %s は並列読み込みが可能かどうかを宣言していないため、おそらく並列読み込みに対応していないでしょう。拡張の実装者に連絡して、明示してもらってください。" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s拡張は並列読み込みに対して安全ではありません" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -427,311 +191,822 @@ msgid "" "explicit" msgstr "拡張 %s は並列書き込みが可能かどうかを宣言していないため、おそらく並列書き込みに対応していないでしょう。拡張の実装者に連絡して、明示してもらってください。" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s拡張は並列書き込みに対して安全ではありません" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "直列で %sします" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "無効なPEP番号 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "無効なRFC番号 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "ビルダークラス %s には\"name\"属性がありません" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "ビルダー %r (モジュール %s) がすでに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "ビルダー名 %s は登録されておらず、entry pointにもありません" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "ビルダー名 %s は登録されていません" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "ドメイン %s はすでに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "ドメイン %s はまだ登録されていません" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "ディレクティブ %r は既に%sドメインに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "ロール %r は既にドメイン%sに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "インデックス %r はすでに%sドメインに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "object_type %r はすでに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "classref_type %r はすでに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r はすでに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "%r のsource_parserはすでに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "%s のsource_parserは登録されていません" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "%r のTranslatorはすでに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "add_node() のキーワード引数は (visit, depart) の形式で関数をタプルで指定してください: %r=%r" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r はすでに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "math renderer %s はすでに登録されています" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "拡張 %r はSphinxのバージョン%sでSphinxに統合されています。この拡張は無視されます。" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "元の例外:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "拡張 %s をimportできません" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "拡張 %r には setup() 関数がありません。これは本当にSphinx拡張ですか?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 以降が必要なため、現在のバージョンではビルドできません。" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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またはメタデータ辞書を返してください" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "モジュールから自動的に docstring を挿入する" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments に %r というlexerがありません" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "doctest ブロック内のコードスニペットを自動的にテストする" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "異なるプロジェクトのSphinxドキュメント間のリンク" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "needs_extensions設定で %s 拡張が要求されていますが、その拡張がありません。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "ビルド時に表示または非表示にできる \"todo\" エントリを書く" +#: extension.py:76 +#, 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)ではビルドできません。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "ドキュメントの適用範囲を確認する" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "PNG または SVG 画像としてレンダリングされた数学を含む" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "設定 %s.%s がテーマ設定にありません" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "サポートされていないテーマオプション %r が指定されました" + +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "テーマパス上のファイル %r は正しいzipファイルではないか、テーマを含んでいません" + +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" + +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "conf.py が設定ディレクトリに存在しません (%s)" + +#: config.py:323 +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:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "設定値の辞書 %r は上書きないため無視されました (%r を使って個別に設定してください)" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "%r は設定値 %r の正しい値ではないため無視されました" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "%r は正しい型ではないため無視されました" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "不明な設定値 %r による上書きは無視されました" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "設定値 %r は既に登録済みです" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "設定ファイルに文法エラーが見つかりました: %s\n" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "設定ファイル(あるいはインポートしたどれかのモジュール)がsys.exit()を呼びました" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "設定ファイルにプログラム上のエラーがあります:\n\n%s" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "%s 章" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "図 %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "表 %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "リスト %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr " 設定値 `{name}` に `{current}` が指定されましたが、 {candidates} のいずれかを指定してください。" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されていますが、 {permitted} 型を指定してください。" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "設定値 `{name}' に `{current.__name__}' 型が指定されています。デフォルト値は `{default.__name__}' です。" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r が見つかりません。無視します。" + +#: config.py:782 +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'\" を追加してください。" + +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (ディレクティブ)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (ディレクティブオプション)" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (ロール)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "ディレクティブ" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "ディレクティブオプション" + +#: domains/rst.py:225 +msgid "role" +msgstr "ロール" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s の記述 %s はすでに %s で使われています" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (組み込み関数)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s のメソッド)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (クラス)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (グローバル変数または定数)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s の属性)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "引数" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "例外" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "戻り値" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "戻り値の型" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (モジュール)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "の関数" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "メソッド" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "クラス" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "データ" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "の属性" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "モジュール" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "%s の記述 %s はすでに %s で %s が使われています" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "バージョン %s で変更" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "バージョン %s で非推奨" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "引用 %s はすでに %s で使われています" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "引用 [%s] は参照されていません。" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "数式 %s のラベルはすでに %s で使われています" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "無効な math_eqref_format: %r" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "新しい設定" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "変更された設定" + +#: environment/__init__.py:88 +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 "ソースディレクトリが変更されました" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "この環境は選択したビルダーと互換性がありません。別の doctree ディレクトリーを選択してください。" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "%s のドキュメントをスキャンできませんでした: %r " + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "ドメイン %r はまだ登録されていません" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "ドキュメントはどの toctree にも含まれていません" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "自己参照している toctree が見つかりました。無視します。" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "Tip" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "警告" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "モジュールから自動的に docstring を挿入する" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "doctest ブロック内のコードスニペットを自動的にテストする" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "異なるプロジェクトのSphinxドキュメント間のリンク" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "ビルド時に表示または非表示にできる \"todo\" エントリを書く" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "ドキュメントの適用範囲を確認する" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "PNG または SVG 画像としてレンダリングされた数学を含む" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "MathJax によってブラウザにレンダリングされた数学を含む" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 +#: cmd/quickstart.py:50 msgid "conditional inclusion of content based on config values" msgstr "設定値に基づくコンテンツの条件付き包含" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 +#: cmd/quickstart.py:51 msgid "include links to the source code of documented Python objects" msgstr "文書化された Python オブジェクトのソースコードへのリンクを含める" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 +#: cmd/quickstart.py:52 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "GitHub ページにドキュメントを公開するための .nojekyll ファイルを作成する" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "有効なパス名を入力してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "何か入力してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "%sのいずれかを入力してください。 " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "'y' または 'n' を入力してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "ファイルの拡張子を入力してください。例: '.rst' または '.txt'。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Sphinx %s クイックスタートユーティリティへようこそ。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 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かっこで囲まれた値をデフォルト値として受け入れます)。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "選択されたルートパス: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "ドキュメントのルートパスを入力してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "ドキュメントのルートパス" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "エラー:選択されたルートパスに既存の conf.py が見つかりました。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart は、既存の Sphinx プロジェクトを上書きしません。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "新しいルートパスを入力してください(または Enter を押すことで終了します)。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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\" ディレクトリを分ける方法です。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "ソースディレクトリとビルドディレクトリを分ける(y / n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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これらのディレクトリは \"_\" で始まっていますが、別の文字(\".\"など)で始まるように指定できます。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "テンプレートと静的ディレクトリの名前プレフィックス" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "プロジェクト名は、ビルドされたドキュメントのいくつかの場所にあります。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "プロジェクト名" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "著者名(複数可)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -740,15 +1015,15 @@ msgid "" "just set both to the same value." msgstr "Sphinx には、ソフトウェアに対して \"バージョン\" と \"リリース\" という概念が\nあります。各バージョンは複数のリリースを持つことができます。\n例えば、Python だとバージョンが 2.5 や 3.0 のように分かれているように、\nリリースも 2.5.1 や 3.0a1 のように分けて持つことができます。もしこのような多重構成が必要ない場合は、\n両方を同じ値に設定するだけです。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "プロジェクトのバージョン" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "プロジェクトのリリース" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -758,21 +1033,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "ドキュメントを英語以外の言語で書く場合は、\n 言語コードで言語を選択できます。Sphinx は生成したテキストをその言語に翻訳します。\n\nサポートされているコードのリストについては、\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language を参照してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "プロジェクトの言語" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 \"のどちらかです。この拡張子を持つファイルだけがドキュメントとみなされます。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "ソース・ファイルサフィックス" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -780,93 +1055,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "1つのドキュメントは、\"コンテンツツリー\"の最上位ノードと\n見なされるという点で特別です。つまり、それはドキュメントにおける階層構造のルートである\nということです。通常、これは \"index\" ですが、\n\"index\" ドキュメントがカスタムテンプレートの場合、これを別のファイル名に設定することもできます。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "マスター文書の名前(拡張子を除く)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "エラー:マスタファイル %s は、選択されたルートパス上で既に存在します。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart は既存のファイルを上書きしません。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "新しいファイル名を入力するか、既存のファイルの名前を変更してEnterキーを押してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "次の Sphinx 拡張機能のうちどれを有効にするかを指定します。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "注:imgmath と mathjax を同時に有効にすることはできません。 imgmath は未選択になります。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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実行します。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "Makefile を作成しますか? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "Windows コマンドファイルを作成しますか?(y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "ファイル %s を作成しています。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "ファイル %s は既に存在しますのでスキップします。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "終了:初期ディレクトリ構造が作成されました。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "マスターファイル %s を作成して\n他のドキュメントソースファイルを作成します。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "次のように Makefile を使ってドキュメントを作成します。\n make builder" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "\"builder\" はサポートされているビルダーの 1 つです。 例: html, latex, または linkcheck。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -876,208 +1149,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nSphinx プロジェクトに必要なファイルを生成します。\n\nsphinx-quickstart は、いくつかの質問であなたの\nプロジェクトを生成するためのディレクトリと、sphinx-build と一緒に使える\nサンプルのMakefileを作成してくれるインタラクティブなツールです。\n" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "詳しくは、を見てください。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "Quiet モード" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "project root" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "構成オプション" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "記述した場合、ソースとビルドのディレクトリを分割します。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "指定された場合、ソースディレクトリの下にビルドディレクトリを作成します。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "_templates などのドットの置き換え" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "プロジェクトの基本オプション" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "プロジェクト名" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "著者名" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "プロジェクトのバージョン" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "プロジェクトのリリース" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "ドキュメント言語" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "ソース・ファイルサフィックス" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "マスタードキュメント名" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "epubを利用する" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "拡張オプション" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "%s 拡張を有効にする" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "任意の拡張を有効にする" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "Makefileとbatファイルの生成オプション" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "makefileを作成する" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "makefileを作成しない" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "batファイルを作成する" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "batファイルを作成しない" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "Makefile / make.bat 向けに make-mode を使う" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "プロジェクトテンプレート" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "テンプレートファイルのテンプレートディレクトリ" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "テンプレート変数の定義" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "\"quiet\" が指定されていますが、 \"project\" または \"author\" のいずれも指定されていません。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "エラー:指定されたパスはディレクトリではないか、または sphinx ファイルが既に存在します。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "sphinx-quickstart は空のディレクトリにのみ生成します。新しいルートパスを指定してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "無効なテンプレート変数: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "ビルド中に例外が発生しました。デバッガを起動します:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "割り込まれました!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "reST マークアップエラー:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "エンコードエラー:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "完全なトレースバックを%sに保存しました。問題を開発者に報告するときに添付してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "再起呼び出しエラー:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 で、Python のデフォルトの再帰回数制限である 1000 を、例えば次のように慎重に増やすことができます: " -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "例外が発生しました" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "次期バージョンでのエラーメッセージ改善のために、ユーザーエラーの場合にも報告してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "バグ報告はこちらにお願いします 。ご協力ありがとうございます!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "ジョブ番号は正数でなければなりません" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1096,805 +1356,893 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "ドキュメントソースファイルへのパス" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "出力先ディレクトリへのパス" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "一般的なオプション" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "すべてのファイルに書き込む(デフォルト: 新規ファイルまたは変更されたファイルのみ)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "保存された環境は使わず、常に全てのファイルを読み込む" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "設定ファイルの設定を上書きする" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "HTMLテンプレートに値を渡す" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "定義タグ: TAG ブロック\"のみ\"含む" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "コンソール出力オプション" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "精度の増加(繰り返し可能)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "標準出力には出力せず、標準エラー出力に警告を出すのみ" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "何も出力せず、警告もしない" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "色分けで出力する(デフォルト:自動検出)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "色分けの出力をしない(デフォルト:自動検出)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "指定ファイルに警告(およびエラー)を書き込む" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "警告をエラーとして扱う" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "例外時にフルトレースバックを表示する" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "例外が発生したときにPdbを実行する" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "-aオプションとファイル名を組み合わせることはできません" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "警告ファイル %r を開けません: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "-Dオプション引数は name = value の形式でなければなりません" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "-Aオプション引数は name = value の形式でなければなりません" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "翻訳されたメッセージの footnote 参照が矛盾しています。原文: {0}、翻訳: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "dummyビルダーはファイルを出力しません" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "翻訳されたメッセージの参照が矛盾しています。原文: {0}、翻訳: {1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "上記の出力結果、または %(outdir)s /output.txt を見てエラーを確認してください" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "翻訳されたメッセージの引用参照が矛盾しています。原文: {0}、翻訳: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "リンクが切れています: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "翻訳されたメッセージの用語参照が矛盾しています。原文: {0}、翻訳: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "アンカー '%s' が見つかりません" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%Y年%m月%d日" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "linkcheck_allowed_redirects 内の正規表現のコンパイルに失敗しました: %r %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML ページは%(outdir)sにあります。" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "ドキュメントを1ページにまとめています" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "書き込み中" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "追加のファイルを出力" + +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4列ベースのインデックスが見つかりました。あなたが使っている拡張子のバグかもしれません: %r" +msgid "The manual pages are in %(outdir)s." +msgstr "マニュアルページは %(outdir)s にあります。" + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "設定値 \"man_pages\" が見つかりません。マニュアルページは書かれません" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Footnote [%s] は参照されていません。" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "設定値 \"man_pages\" が不明なドキュメント %s を参照しています" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "Footnote [#] は参照されていません。" +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "テキストファイルは%(outdir)sにあります。" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "error writing file %s: %s" +msgstr "ファイル書き込みエラー %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/xml.py:38 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "The XML files are in %(outdir)s." +msgstr "XMLファイルは%(outdir)sにあります。" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/xml.py:110 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "pseudo-XMLファイルは%(outdir)sにあります。" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfoファイルは%(outdir)sにあります。" + +#: builders/texinfo.py:49 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nmakeinfo コマンドで処理するため、そのディレクトリで 'make' を実行してください。\n(これを自動的に行うには、ここで 'make info' を使用してください)。" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "設定値 \"texinfo_documents\" が見つかりません。ドキュメントは書き込まれません" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/texinfo.py:90 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree に存在しないファイルへの参照が含まれています %r" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "設定値 \"texinfo_documents\" は、不明なドキュメント %s を参照しています" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "only ディレクティブの条件式の評価中に例外が発生しました: %s" +msgid "processing %s" +msgstr "処理中 %s" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "参照を解決しています..." + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (in " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "画像をコピー中... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +msgid "cannot copy image file %r: %s" +msgstr "画像ファイル %r をコピーできません: %s" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "Texinfo 関連ファイルをコピーしています" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "Makefile の書き込みエラー: %s" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "メッセージカタログは%(outdir)sにあります。" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "ビルド中 [%s]: " + +#: builders/gettext.py:252 +#, 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 "メッセージカタログを出力中... " + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%sビルダー向けの画像形式が見つかりません: %s (%s)" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "%sビルダー向けの画像形式が見つかりません: %s" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "ビルド中 [mo]: " + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "出力中..." + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "全%d件のpoファイル" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "指定された %d 件のpoファイル" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "更新された %d 件のpoファイル" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "全てのソースファイル" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "コマンドラインに指定されたファイル %r がないため, " -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:313 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"file %r given on command line is not under the source directory, ignoring" +msgstr "コマンドラインに指定されたファイル %r はソースディレクトリ以下にないため無視されます" + +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:339 #, python-format -msgid "reading error: %s, %s" -msgstr "読み取りエラー: %s, %s" +msgid "%d source files given on command line" +msgstr "コマンドラインで指定された%d件のソースファイル" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "更新された %d 件のソースファイル" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "更新されたファイルを探しています... " + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "%d 件見つかりました" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "見つかりませんでした" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "環境データを保存中" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "整合性をチェック中" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "更新が必要な対象はありませんでした" + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "環境データを更新中" + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s 件追加, %s 件更新, %s 件削除" + +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:516 #, python-format -msgid "writing error: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:527 #, python-format -msgid "locale_dir %s does not exist" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:534 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "日付形式が無効です。直接出力したい場合は、文字列を一重引用符で囲みます: %s" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "不明なディレクティブまたはロール名: %s:%s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "ソースを読み込み中..." -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:686 #, python-format -msgid "unknown node type: %r" -msgstr "不明なノードタイプ: %r" +msgid "docnames to write: %s" +msgstr "書き込むdocname: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "デフォルトのロール %s が見つかりません" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "ドキュメントの出力準備中" + +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "デコードできないソース文字です。\"?\" に置き換えます: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "スキップしました" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "失敗しました" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "注意" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "注意" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "危険" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "ePubファイルは%(outdir)sにあります。" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "エラー" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml を書き込み中..." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "ヒント" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_language\" (あるいは \"language\") の指定が必要です" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "重要" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "EPUB3では設定値 \"epub_uid\" はXML NAMEにするべきです" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "注釈" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_title\" (あるいは \"html_title\") の指定が必要です" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "参考" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_author\" の指定が必要です" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Tip" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_contributor\" が必要です" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "警告" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_description\" が必要です" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "新しい設定" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_publisher\" の指定が必要です" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "変更された設定" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_copyright\" (あるいは \"copyright\") の指定が必要です" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "変更された拡張" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"epub_identifier\" の指定が必要です" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "ビルド環境のバージョンが最新ではありません" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "EPUB3出力では設定値 \"version\" が必要です" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "ソースディレクトリが変更されました" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "無効な css_file %r は無視されました" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "この環境は選択したビルダーと互換性がありません。別の doctree ディレクトリーを選択してください。" +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "Tocエントリーが重複しています: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "%s のドキュメントをスキャンできませんでした: %r " +msgid "cannot read image file %r: copying it instead" +msgstr "画像ファイル %r をPILで読み込めないため、そのままコピーします" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" -msgstr "ドメイン %r はまだ登録されていません" +msgid "cannot write image file %r: %s" +msgstr "画像ファイル %r を書き込めません: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "ドキュメントはどの toctree にも含まれていません" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "Pillowがインストールされていません。代わりに画像をコピーします" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "自己参照している toctree が見つかりました。無視します。" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "mimetype を書き込み中..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "引用 %s はすでに %s で使われています" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "META-INF/container.xml を書き込み中..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "引用 [%s] は参照されていません。" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "content.opf を書き込み中..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (組み込み関数)" +msgid "unknown mimetype for %s, ignoring" +msgstr "不明なmimetype %sのため無視します" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s のメソッド)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "tox.ncx を書き込み中..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (クラス)" +msgid "writing %s file..." +msgstr "ファイル %s を書き込み中..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (グローバル変数または定数)" +msgid "The overview file is in %(outdir)s." +msgstr "ファイルは%(outdir)sにあります" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s の属性)" +msgid "no changes in version %s." +msgstr "バージョン %s での変更はありません" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "引数" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "概要ファイルを書き出し中..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "例外" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "組み込み" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "戻り値" +#: builders/changes.py:79 +msgid "Module level" +msgstr "モジュールレベル" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "戻り値の型" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "ソースファイルをコピー中..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (モジュール)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "の関数" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "メソッド" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "クラス" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "データ" +msgid "could not read %r for changelog creation" +msgstr "Changelog作成中に %r を読み込めませんでした" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "の属性" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "デフォルトのロール %s が見つかりません" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -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." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/osutil.py:130 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "%s の記述 %s はすでに %s で %s が使われています" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/nodes.py:419 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "数式 %s のラベルはすでに %s で使われています" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:487 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "無効な math_eqref_format: %r" +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree に存在しないファイルへの参照が含まれています %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:701 #, python-format -msgid "Added in version %s" -msgstr "" +msgid "exception while evaluating only directive expression: %s" +msgstr "only ディレクティブの条件式の評価中に例外が発生しました: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/fileutil.py:76 #, python-format -msgid "Changed in version %s" -msgstr "バージョン %s で変更" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:91 #, python-format -msgid "Deprecated since version %s" -msgstr "バージョン %s で非推奨" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/inventory.py:170 #, python-format -msgid "Removed in version %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:185 #, python-format -msgid "%s (directive)" -msgstr "%s (ディレクティブ)" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/docutils.py:283 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (ディレクティブオプション)" +msgid "unknown directive or role name: %s:%s" +msgstr "不明なディレクティブまたはロール名: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:746 #, python-format -msgid "%s (role)" -msgstr "%s (ロール)" +msgid "unknown node type: %r" +msgstr "不明なノードタイプ: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "ディレクティブ" +#: util/display.py:83 +msgid "skipped" +msgstr "スキップしました" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "ディレクティブオプション" +#: util/display.py:88 +msgid "failed" +msgstr "失敗しました" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "ロール" +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" +msgstr "読み取りエラー: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:112 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "%s の記述 %s はすでに %s で使われています" +msgid "writing error: %s, %s" +msgstr "書き込みエラー: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:141 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[ソース]" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "日付形式が無効です。直接出力したい場合は、文字列を一重引用符で囲みます: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -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." +msgstr "csv-table ディレクティブの \":file:\" オプションは、絶対パスをソースディレクトリからの相対パスとして認識するようになりました。ドキュメントを更新してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[ドキュメント]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "デデントによる空白の除去" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "モジュールコード" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "不正な caption です: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" -msgstr "

%s のソースコード

" +msgid "line number spec is out of range(1-%d): %r" +msgstr "行番号の指定が範囲外です (1-%d): %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "概要: モジュールコード" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "\"%s\" と \"%s\" のオプションは同時に使用できません" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "インクルードファイル %r が見つからないか読み込めません" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "課題" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "エンコーディング %r はインクルードファイル %r の読み込みに適さないようです。:encoding: オプションを追加してみてください" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" -msgstr "TODO エントリーが見つかりました: %s" +msgid "Object named %r not found in include file %r" +msgstr "%r という名前のオブジェクトがインクルードファイル %r 内に見つかりません" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr " \"lineno-match\" は不連続な \"lines\" に対して使用できません" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> は、 %s の %d 行目です)" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "指定された %r に一致する行がインクルードファイル %r にありませんでした" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "元のエントリ" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "toctree グローブ・パターン %r はどのドキュメントにもマッチしませんでした。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "Would create file %s." -msgstr "ファイル %s を作成したものとします。" +msgid "toctree contains reference to excluded document %r" +msgstr "toctree に除外したドキュメントへの参照が含まれています %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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注:デフォルトでは、このスクリプトはすでに作成されているファイルを上書きしません。" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree に存在しないドキュメントへの参照が含まれています %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "ドキュメントへのモジュールパス" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "toctree で重複したエントリが見つかりました: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "生成処理から除外するための、ファイル、ディレクトリ、または両方のパターンを記した fnmatch-style 形式" +#: directives/other.py:204 +msgid "Section author: " +msgstr "この節の作者: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "すべての生成データを配置するディレクトリ" +#: directives/other.py:206 +msgid "Module author: " +msgstr "モジュールの作者: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "目次に表示するサブモジュールの最大深度 (デフォルト: 4)" +#: directives/other.py:208 +msgid "Code author: " +msgstr "コードの作者: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "存在するファイルは上書きする" +#: directives/other.py:210 +msgid "Author: " +msgstr "作者: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "シンボリックリンクをたどります。collective.recipe.omeletteと組み合わせると強力です。" +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "ファイルを作成せずにスクリプトを実行する" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "各モジュールのドキュメントをそれぞれのページに配置する" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "\"_private\" モジュールを含めます。" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "目次のファイル名 (デフォルト: モジュール)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "目次ファイルを生成しない" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "module/package パッケージの見出しを生成しない (例: docstring にすでにそれらが含まれている場合など)" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "オプション" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "サブモジュールのドキュメントの前に、モジュールのドキュメントを置く" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "PEP-0420 暗黙の名前空間の指定に従って、モジュールパスを解釈する" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "ファイルの拡張子 (デフォルト: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "sphinx-quickstart を使って完全なプロジェクトを生成する" +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "module_pathを sys.path に追加します。--full が与えられたときに使用されます。" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "プロジェクト名 (デフォルト: ルートモジュール名)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "プロジェクト著者名(複数可)。--full が与えられたときに使用されます。" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "プロジェクトバージョン。--full が与えられたときに使用されます。" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "プロジェクトのリリースバージョン。--full が与えられたときに使用されます。デフォルトは --doc-version" +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "拡張オプション" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "%s はディレクトリではありません。" +msgid "%b %d, %Y" +msgstr "%Y年%m月%d日" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz ディレクティブはコンテンツとファイル名の両方の引数を持つことは出来ません" +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "外部の Graphviz ファイル %r が見つからないか読み込めません" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "コンテンツのない \"graphviz\" ディレクティブを無視します" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4列ベースのインデックスが見つかりました。あなたが使っている拡張子のバグかもしれません: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: transforms/__init__.py:313 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Footnote [%s] is not referenced." +msgstr "Footnote [%s] は参照されていません。" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "dot コマンド %r は実行できません (graphviz 出力のために必要です)。graphviz_dot の設定を確認してください" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "Footnote [#] は参照されていません。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "翻訳されたメッセージの footnote 参照が矛盾しています。原文: {0}、翻訳: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format は %r ではなく 'png' か 'svg' でなければなりません" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "翻訳されたメッセージの参照が矛盾しています。原文: {0}、翻訳: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "dot コード %r: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "翻訳されたメッセージの引用参照が矛盾しています。原文: {0}、翻訳: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[グラフ: %s]" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "翻訳されたメッセージの用語参照が矛盾しています。原文: {0}、翻訳: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[グラフ]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[ソース]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1902,8 +2250,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1913,1897 +2260,1557 @@ msgid "" "%r" msgstr "変換処理はエラー終了しました:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "convert コマンド %r は実行できません。image_converter の設定を確認してください" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== 最も遅い読み取り時間 =======================" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "'%s' オプション内に '+' または '-' が不足しています" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' は正しいオプションではありません" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' は正しい pyversion オプションではありません" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "モジュールコードをハイライトしています..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "無効な TestCode タイプ" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[ドキュメント]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "ソース内の doctests のテストが終了したら、%(outdir)s/output.txt の結果を確認してください。" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "モジュールコード" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "%sブロックにあるコード/出力 が %s にありません: %s" +msgid "

Source code for %s

" +msgstr "

%s のソースコード

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "無効な doctest コードは無視されます: %r" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "概要: モジュールコード" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "ハードコードされたリンク %r は 拡張リンクに置き換えられる可能性があります (代わりに %r を使用してみてください)。" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "無効な正規表現 %r が %s 内に見つかりました" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "モジュール %s をインポートできませんでした: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "ソース内のカバレッジのテストが終了したら、%(outdir)spython.txt の結果を確認してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "coverage_c_regexes 内に無効な正規表現 %r があります" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "LaTeX コマンド %r を実行できません (数式表示のために必要です)。imgmath_latex の設定を確認してください" +#: ext/todo.py:71 +msgid "Todo" +msgstr "課題" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:104 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s コマンド %r を実行できません (数式表示のために必要です)。imgmath_%s の設定を確認してください" +msgid "TODO entry found: %s" +msgstr "TODO エントリーが見つかりました: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:165 #, python-format -msgid "display latex %r: %s" -msgstr "latex の表示 %r: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> は、 %s の %d 行目です)" + +#: ext/todo.py:175 +msgid "original entry" +msgstr "元のエントリ" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/extlinks.py:82 #, python-format -msgid "inline latex %r: %s" -msgstr "latex のインライン表示 %r: %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "ハードコードされたリンク %r は 拡張リンクに置き換えられる可能性があります (代わりに %r を使用してみてください)。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: ext/doctest.py:115 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +msgid "missing '+' or '-' in '%s' option." +msgstr "'%s' オプション内に '+' または '-' が不足しています" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/doctest.py:120 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "ラベル %s はすでに %s で使われています" +msgid "'%s' is not a valid option." +msgstr "'%s' は正しいオプションではありません" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:134 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "不明なクラス %r の toplevel_sectioning %r" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' は正しい pyversion オプションではありません" + +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "無効な TestCode タイプ" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:281 #, python-format -msgid "no Babel option known for language %r" -msgstr "%r 言語向けの 既知の Babel オプションはありません" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "ソース内の doctests のテストが終了したら、%(outdir)s/output.txt の結果を確認してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: が大きすぎるので無視されます。" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "%sブロックにあるコード/出力 が %s にありません: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:522 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "ignoring invalid doctest code: %r" +msgstr "無効な doctest コードは無視されます: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "ドキュメントのタイトルは、単一の Text ノードではありません" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz ディレクティブはコンテンツとファイル名の両方の引数を持つことは出来ません" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "セクション、トピック、表、訓戒またはサイドバーにないタイトルノードが見つかりました。" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "外部の Graphviz ファイル %r が見つからないか読み込めません" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "注記" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "コンテンツのない \"graphviz\" ディレクティブを無視します" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/graphviz.py:268 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: ext/graphviz.py:303 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "tabularcolumns と :widths: オプションの両方が設定されています。:widths: は無視されます。" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "dot コマンド %r は実行できません (graphviz 出力のために必要です)。graphviz_dot の設定を確認してください" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/graphviz.py:310 #, python-format -msgid "dimension unit %s is invalid. Ignored." -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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/graphviz.py:313 #, python-format -msgid "unknown index entry type %s found" -msgstr "不明なインデックスエントリタイプ %s が見つかりました" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dotは出力ファイルを生成しませんでした:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:329 #, python-format -msgid "[image: %s]" -msgstr "[画像: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[画像]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format は %r ではなく 'png' か 'svg' でなければなりません" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "%s に numfig_format は定義されていません" +msgid "dot code %r: %s" +msgstr "dot コード %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "いくつかの ID が %s ノードに割り当てられていません" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" +msgid "[graph: %s]" +msgstr "[グラフ: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[グラフ]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." +msgstr "ファイル %s を作成したものとします。" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -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 内を再帰的に調べてPython のモジュールとパッケージ、\n後は1つのreST ファイルを 内にあるパッケージ毎の automodule ディレクティブに作成します。\n\n は、ファイル、またはディレクトリ、または両方のパターンを\n生成処理から除外することができます。\n\n注:デフォルトでは、このスクリプトはすでに作成されているファイルを上書きしません。" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "ドキュメントへのモジュールパス" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "画像サイズを取得できませんでした。:scale: オプションは無視されます。" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "生成処理から除外するための、ファイル、ディレクトリ、または両方のパターンを記した fnmatch-style 形式" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "索引" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "すべての生成データを配置するディレクトリ" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "キャプションは図の中にはありません。" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "目次に表示するサブモジュールの最大深度 (デフォルト: 4)" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" -msgstr "未実装のノードタイプ: %r" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "存在するファイルは上書きする" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "シンボリックリンクをたどります。collective.recipe.omeletteと組み合わせると強力です。" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "ファイルを作成せずにスクリプトを実行する" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr "" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "各モジュールのドキュメントをそれぞれのページに配置する" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "\"_private\" モジュールを含めます。" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "オプション" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "目次のファイル名 (デフォルト: モジュール)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "目次ファイルを生成しない" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:481 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "module/package パッケージの見出しを生成しない (例: docstring にすでにそれらが含まれている場合など)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "サブモジュールのドキュメントの前に、モジュールのドキュメントを置く" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "PEP-0420 暗黙の名前空間の指定に従って、モジュールパスを解釈する" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "ファイルの拡張子 (デフォルト: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart を使って完全なプロジェクトを生成する" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "module_pathを sys.path に追加します。--full が与えられたときに使用されます。" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "プロジェクト名 (デフォルト: ルートモジュール名)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "プロジェクト著者名(複数可)。--full が与えられたときに使用されます。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "Tocエントリーが重複しています: %s" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "プロジェクトバージョン。--full が与えられたときに使用されます。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "画像をコピー中... " +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "プロジェクトのリリースバージョン。--full が与えられたときに使用されます。デフォルトは --doc-version" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "画像ファイル %r をPILで読み込めないため、そのままコピーします" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "拡張オプション" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/apidoc.py:638 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "画像ファイル %r をコピーできません: %s" +msgid "%s is not a directory." +msgstr "%s はディレクトリではありません。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "cannot write image file %r: %s" -msgstr "画像ファイル %r を書き込めません: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "Pillowがインストールされていません。代わりに画像をコピーします" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "mimetype を書き込み中..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." -msgstr "META-INF/container.xml を書き込み中..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." -msgstr "content.opf を書き込み中..." +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/autosectionlabel.py:48 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "不明なmimetype %sのため無視します" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." -msgstr "tox.ncx を書き込み中..." +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "writing %s file..." -msgstr "ファイル %s を書き込み中..." +msgid "duplicate label %s, other instance in %s" +msgstr "ラベル %s はすでに %s で使われています" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XMLファイルは%(outdir)sにあります。" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== 最も遅い読み取り時間 =======================" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/imgmath.py:159 #, python-format -msgid "error writing file %s: %s" -msgstr "ファイル書き込みエラー %s: %s" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "LaTeX コマンド %r を実行できません (数式表示のために必要です)。imgmath_latex の設定を確認してください" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/imgmath.py:174 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "pseudo-XMLファイルは%(outdir)sにあります。" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s コマンド %r を実行できません (数式表示のために必要です)。imgmath_%s の設定を確認してください" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/imgmath.py:328 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "マニュアルページは %(outdir)s にあります。" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "設定値 \"man_pages\" が見つかりません。マニュアルページは書かれません" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "書き込み中" +msgid "display latex %r: %s" +msgstr "latex の表示 %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:362 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "設定値 \"man_pages\" が不明なドキュメント %s を参照しています" +msgid "inline latex %r: %s" +msgstr "latex のインライン表示 %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "dummyビルダーはファイルを出力しません" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "注記" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePubファイルは%(outdir)sにあります。" +msgid "[image: %s]" +msgstr "[画像: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "nav.xhtml を書き込み中..." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[画像]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_language\" (あるいは \"language\") の指定が必要です" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "EPUB3では設定値 \"epub_uid\" はXML NAMEにするべきです" +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "%s に numfig_format は定義されていません" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_title\" (あるいは \"html_title\") の指定が必要です" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "いくつかの ID が %s ノードに割り当てられていません" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_author\" の指定が必要です" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_contributor\" が必要です" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_description\" が必要です" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_publisher\" の指定が必要です" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_copyright\" (あるいは \"copyright\") の指定が必要です" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"epub_identifier\" の指定が必要です" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "EPUB3出力では設定値 \"version\" が必要です" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "無効な css_file %r は無視されました" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "画像サイズを取得できませんでした。:scale: オプションは無視されます。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "上記の出力結果、または %(outdir)s /output.txt を見てエラーを確認してください" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "索引" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" -msgstr "リンクが切れています: %s (%s)" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "セクション、トピック、表、訓戒またはサイドバーにないタイトルノードが見つかりました。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" -msgstr "アンカー '%s' が見つかりません" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "キャプションは図の中にはありません。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: writers/texinfo.py:1300 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "linkcheck_allowed_redirects 内の正規表現のコンパイルに失敗しました: %r %s" +msgid "unimplemented node type: %r" +msgstr "未実装のノードタイプ: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: writers/latex.py:364 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "ファイルは%(outdir)sにあります" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "不明なクラス %r の toplevel_sectioning %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "no changes in version %s." -msgstr "バージョン %s での変更はありません" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "概要ファイルを書き出し中..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "組み込み" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "モジュールレベル" +msgid "no Babel option known for language %r" +msgstr "%r 言語向けの 既知の Babel オプションはありません" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "ソースファイルをコピー中..." +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: が大きすぎるので無視されます。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: writers/latex.py:593 #, python-format -msgid "could not read %r for changelog creation" -msgstr "Changelog作成中に %r を読み込めませんでした" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "テキストファイルは%(outdir)sにあります。" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "ドキュメントのタイトルは、単一の Text ノードではありません" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "メッセージカタログは%(outdir)sにあります。" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "tabularcolumns と :widths: オプションの両方が設定されています。:widths: は無視されます。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: writers/latex.py:1575 #, python-format -msgid "building [%s]: " -msgstr "ビルド中 [%s]: " +msgid "dimension unit %s is invalid. Ignored." +msgstr "ディメンション単位 %s が無効です。無視されます。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:1931 #, python-format -msgid "targets for %d template files" -msgstr "指定された %d 件のテンプレートファイル" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "テンプレートの読み込み中..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "メッセージカタログを出力中... " +msgid "unknown index entry type %s found" +msgstr "不明なインデックスエントリタイプ %s が見つかりました" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "%sビルダー向けの画像形式が見つかりません: %s (%s)" +msgid "environment variable; %s" +msgstr "環境変数; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: domains/std/__init__.py:111 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "%sビルダー向けの画像形式が見つかりません: %s" +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "ビルド中 [mo]: " +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "出力中..." +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: domains/std/__init__.py:234 #, python-format -msgid "all of %d po files" -msgstr "全%d件のpoファイル" +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\" のようになります。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:305 #, python-format -msgid "targets for %d po files that are specified" -msgstr "指定された %d 件のpoファイル" +msgid "%s command line option" +msgstr "%s コマンドラインオプション" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "更新された %d 件のpoファイル" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "コマンドラインオプション" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "全てのソースファイル" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "用語集の前に空行が必要です" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "コマンドラインに指定されたファイル %r がないため, " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "用語集の用語は空行で区切ってはいけません" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "コマンドラインに指定されたファイル %r はソースディレクトリ以下にないため無視されます" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "用語集のフォーマットが間違っているようです。インデントを確認してください" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "用語集の項目" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "コマンドラインで指定された%d件のソースファイル" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "文法トークン" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "更新された %d 件のソースファイル" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "参照ラベル" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "更新されたファイルを探しています... " +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "環境変数" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "%d 件見つかりました" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "プログラムオプション" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "見つかりませんでした" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "document" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "環境データを保存中" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "モジュール索引" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "整合性をチェック中" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "検索ページ" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "更新が必要な対象はありませんでした" +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "%s の記述 %s はすでに %s で使われています" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "環境データを更新中" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig は無効です。:numref: は無視されます。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:934 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s 件追加, %s 件更新, %s 件削除" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "クロスリファレンスの作成に失敗しました。番号が割り当てられていません: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." -msgstr "" +msgid "the link has no caption: %s" +msgstr "リンクにキャプションがありません: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:960 #, 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 "invalid numfig_format: %s (%r)" +msgstr "無効な numfig_format: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:963 #, 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 "invalid numfig_format: %s" +msgstr "無効な numfig_format: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:1194 #, 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 "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "ソースを読み込み中..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:1196 #, python-format -msgid "docnames to write: %s" -msgstr "書き込むdocname: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "ドキュメントの出力準備中" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfoファイルは%(outdir)sにあります。" - -#: /home/runner/work/sphinx/sphinx/sphinx/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 "\nmakeinfo コマンドで処理するため、そのディレクトリで 'make' を実行してください。\n(これを自動的に行うには、ここで 'make info' を使用してください)。" +msgid "%s() (in module %s)" +msgstr "%s() (%s モジュール)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "設定値 \"texinfo_documents\" が見つかりません。ドキュメントは書き込まれません" +#: 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 モジュール)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:169 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "設定値 \"texinfo_documents\" は、不明なドキュメント %s を参照しています" +msgid "%s (built-in variable)" +msgstr "%s (組み込み変数)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:194 #, python-format -msgid "processing %s" -msgstr "処理中 %s" +msgid "%s (built-in class)" +msgstr "%s (組み込みクラス)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "参照を解決しています..." +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (%s のクラス)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (in " +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s のクラスメソッド)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "Texinfo 関連ファイルをコピーしています" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (%s の静的メソッド)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/python/__init__.py:389 #, python-format -msgid "error writing file Makefile: %s" -msgstr "Makefile の書き込みエラー: %s" +msgid "%s (%s property)" +msgstr "%s (%s のプロパティ)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/python/__init__.py:428 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML ページは%(outdir)sにあります。" +msgid "%s (type alias in %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "ドキュメントを1ページにまとめています" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Pythonモジュール索引" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "追加のファイルを出力" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "モジュール" -#: /home/runner/work/sphinx/sphinx/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 "csv-table ディレクティブの \":file:\" オプションは、絶対パスをソースディレクトリからの相対パスとして認識するようになりました。ドキュメントを更新してください。" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "非推奨" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "デデントによる空白の除去" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "例外" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "不正な caption です: %s" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "クラスメソッド" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "行番号の指定が範囲外です (1-%d): %r" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "の静的メソッド" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "\"%s\" と \"%s\" のオプションは同時に使用できません" +#: domains/python/__init__.py:637 +msgid "property" +msgstr "プロパティ" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" -msgstr "インクルードファイル %r が見つからないか読み込めません" +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:698 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "エンコーディング %r はインクルードファイル %r の読み込みに適さないようです。:encoding: オプションを追加してみてください" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/python/__init__.py:817 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "%r という名前のオブジェクトがインクルードファイル %r 内に見つかりません" +msgid "more than one target found for cross-reference %r: %s" +msgstr "相互参照 %r に複数のターゲットが見つかりました: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr " \"lineno-match\" は不連続な \"lines\" に対して使用できません" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (非推奨)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "指定された %r に一致する行がインクルードファイル %r にありませんでした" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "パラメータ" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "toctree グローブ・パターン %r はどのドキュメントにもマッチしませんでした。" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "変数" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree に除外したドキュメントへの参照が含まれています %r" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "例外" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/c/__init__.py:199 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree に存在しないドキュメントへの参照が含まれています %r" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "toctree で重複したエントリが見つかりました: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "この節の作者: " +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "戻り値" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "モジュールの作者: " +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "のメンバ変数" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "コードの作者: " +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "変数" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "作者: " +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "のマクロ" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "struct" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "union" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "列挙型" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerator" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "のデータ型" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "リモート画像を取得できませんでした: %s [%d]" +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "関数パラメータ" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "リモート画像を取得できませんでした: %s [%s]" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "テンプレートパラメータ" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Unknown image format: %s..." -msgstr "不明な画像フォーマット: %s..." +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "相互参照用のフォールバックテキストを決定できませんでした。バグかもしれません。" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "'any' クロスリファレンス %r のターゲットが1つ以上みつかりました。 %s に参照を設定します。" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "コンセプト" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s 参照先が見つかりません: %s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "テンプレート・パラメータ" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r 参照先が見つかりません: %s" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "コンテンツ" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/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 "目次" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "検索" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "検索" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "ソースコードを表示" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "コンテンツ" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "サイドバーをたたむ" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "総索引" + +#: themes/basic/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 #, python-format msgid "Search %(docstitle)s" msgstr "%(docstitle)s 内を検索" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "クイック検索" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "このページ" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "概要" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Welcome! This is" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "the documentation for" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "最終更新" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "索引と表一覧:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "総合目次" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "章/節一覧" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "検索ページ" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "ドキュメントを検索" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "モジュール総索引" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "全モジュール早見表" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "総合索引" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "関数、クラスおよび用語総覧" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "総索引" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "前のトピックへ" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "前の章へ" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "次のトピックへ" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "次の章へ" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "クイック検索" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "検索機能を使うには JavaScript を有効にしてください。" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "複数の単語を検索すると、次を含む一致のみが表示されます\n     すべての用語。" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "検索" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "このページ" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "頭文字別索引" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "大きい場合があるので注意" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "ナビゲーション" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s 内を検索" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "このドキュメントについて" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "著作権" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "前のトピックへ" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "前の章へ" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "最終更新: %(last_updated)s" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "次のトピックへ" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "次の章へ" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "サイドバーを展開" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 の変更点(このリストは自動生成されています)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "ライブラリに関する変更" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API に関する変更" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "その他の変更" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "検索結果を隠す" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "検索結果" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "検索した文字列はどの文書にも見つかりませんでした。すべての単語が正確に記述されているか、あるいは、十分なカテゴリーが選択されているか確認してください。" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" -msgstr "検索中" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "検索を準備しています..." - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr ", in " - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "画像ファイルが読み込めません: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "画像ファイル %s が読み込めません: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "ダウンロードファイルが読み込めません: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s はすでにセクション番号が割り当てられています (入れ子になった番号の toctree ?)" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "循環参照している toctree が検出されましたので無視します: %s <- %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree にはタイトルのないドキュメント %r への参照が含まれています: リンクは生成されません" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "%sを参照" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "%sも参照" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "不明なインデックスエントリタイプ %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "記号" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "テンプレートパラメータ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "パラメータ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "戻り値" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "union" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "のメンバ変数" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "のデータ型" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "コンセプト" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "列挙型" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerator" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "関数パラメータ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "テンプレート・パラメータ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "例外" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" +msgstr "検索中" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s モジュール)" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." +msgstr "検索を準備しています..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s モジュール)" +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ", in " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: environment/collectors/asset.py:95 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (組み込み変数)" +msgid "image file not readable: %s" +msgstr "画像ファイルが読み込めません: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: environment/collectors/asset.py:123 #, python-format -msgid "%s (built-in class)" -msgstr "%s (組み込みクラス)" +msgid "image file %s not readable: %s" +msgstr "画像ファイル %s が読み込めません: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: environment/collectors/asset.py:160 #, python-format -msgid "%s (class in %s)" -msgstr "%s (%s のクラス)" +msgid "download file not readable: %s" +msgstr "ダウンロードファイルが読み込めません: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: environment/collectors/toctree.py:258 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s のクラスメソッド)" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s はすでにセクション番号が割り当てられています (入れ子になった番号の toctree ?)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: environment/adapters/toctree.py:318 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s の静的メソッド)" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "循環参照している toctree が検出されましたので無視します: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: environment/adapters/toctree.py:342 #, python-format -msgid "%s (%s property)" -msgstr "%s (%s のプロパティ)" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree にはタイトルのないドキュメント %r への参照が含まれています: リンクは生成されません" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: environment/adapters/toctree.py:357 #, python-format -msgid "%s (type alias in %s)" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Pythonモジュール索引" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "モジュール" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "非推奨" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "例外" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "%sを参照" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "クラスメソッド" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" +msgstr "%sも参照" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "の静的メソッド" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" +msgstr "不明なインデックスエントリタイプ %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "プロパティ" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "記号" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "相互参照 %r に複数のターゲットが見つかりました: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (非推奨)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: builders/html/__init__.py:113 #, python-format -msgid "environment variable; %s" -msgstr "環境変数; %s" +msgid "The HTML pages are in %(outdir)s." +msgstr "HTMLページは%(outdir)sにあります。" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: builders/html/__init__.py:340 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "build info ファイルの読み込みに失敗しました: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: builders/html/__init__.py:374 #, 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\" のようになります。" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" -msgstr "%s コマンドラインオプション" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "コマンドラインオプション" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "用語集の前に空行が必要です" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "索引" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "用語集の用語は空行で区切ってはいけません" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "用語集のフォーマットが間違っているようです。インデントを確認してください" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "次へ" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "用語集の項目" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "前へ" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "文法トークン" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "索引を生成中" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "参照ラベル" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "追加のページを出力中" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "環境変数" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "プログラムオプション" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "ダウンロードファイルをコピー中..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "document" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "ダウンロードファイル %r をコピーできません: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "モジュール索引" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:861 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "%s の記述 %s はすでに %s で使われています" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "html_static_file 内のファイルのコピーに失敗しました: %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig は無効です。:numref: は無視されます。" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "静的ファイルをコピー中" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:912 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "クロスリファレンスの作成に失敗しました。番号が割り当てられていません: %s" +msgid "cannot copy static file %r" +msgstr "静的ファイル %r をコピーできません" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" -msgstr "リンクにキャプションがありません: %s" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "extraファイルをコピー中" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:927 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "無効な numfig_format: %s (%r)" +msgid "cannot copy extra file %r" +msgstr "extraファイル %r をコピーできませんでした" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:933 #, python-format -msgid "invalid numfig_format: %s" -msgstr "無効な numfig_format: %s" +msgid "Failed to write build info file: %r" +msgstr "build info ファイル %r の出力に失敗しました" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" -msgstr "" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "検索インデックスを読み込めず、ドキュメントビルドの一部が不完全です。" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:1027 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "ページ %s がhtml_sidebarsの複数のパターンに一致しました: %r と %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:1188 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -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の読み込み中にUnicodeエラーが発生しました。非アスキー文字を含む設定値は全てUnicode文字列にしてください。" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:1197 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "変数" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "のマクロ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "struct" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "前のページからの続き" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "次のページに続く" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "アルファベット以外" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "番号" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "ページ" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "リリース" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "サンプル" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "サンプル" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "キーワード引数" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "メモ" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "%sページのレンダリング中にエラーが発生しました。\n理由: %r " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "その他のパラメータ" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "オブジェクト インベントリを出力" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "受け取る" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" +msgstr "%s の検索インデックスを出力" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "参照" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "無効な js_file %r は無視されました" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "警告" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "複数の math_renderer が登録されています。しかし math_renderer は選択されていません。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "列挙" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "不明な math_renderer %r が指定されました。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1325 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "無効な値セット (終了括弧がありません): %s" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path %r が見つかりません" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "無効な値セット (開始括弧がありません): %s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path %r がoutdir内に配置されます" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1342 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "不正な文字列リテラル (終了引用符がありません): %s" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path %r が見つかりません" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1349 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "不正な文字列リテラル (開始引用符がありません): %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path %r がoutdir内に配置されます" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "(in %s v%s)" -msgstr "(in %s v%s)" +msgid "logo file %r does not exist" +msgstr "ロゴファイル %r がありません" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1372 #, python-format -msgid "(in %s)" -msgstr "(in %s)" +msgid "favicon file %r does not exist" +msgstr "favicon ファイル %r がありません" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1384 #, python-format -msgid "inventory '%s': multiple matches found for %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "%s %s documentation" +msgstr "%s %s ドキュメント" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:119 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/transforms.py:485 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeXファイルは%(outdir)sにあります。" + +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\n(pdf)latex コマンドで処理するために、そのディレクトリで 'make' を実行してください。\n(これを自動的に行うには、ここで 'make latexpdf' を使用してください)。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "設定値 \"latex_documents\" が見つかりません。ドキュメントは書き込まれません" + +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "設定値 \"latex_documents\" は、不明なドキュメント %s を参照しています" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "リリース" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "TeX 関連ファイルをコピーしています" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "追加のファイルをコピーしています" + +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "不明な設定値 latex_elements[%r] は無視されました。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "不明なテーマオプション latex_theme_options[%r] は無視されました。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" +msgstr "%r に \"theme\" 設定がありません" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r に \"%s\" 設定がありません" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "いくつかのインベントリでいくつかの問題に遭遇しましたが、代替手段を持っていました:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "以下の問題があるため、いくつかのインベントリは到達できませんでした:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "相互参照用のフォールバックテキストを決定できませんでした。バグかもしれません。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx インベントリは移動しました: %s -> %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "'any' クロスリファレンス %r のターゲットが1つ以上みつかりました。 %s に参照を設定します。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "%r のシグネチャの更新に失敗しました: パラメータが見つかりません: %s。" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s 参照先が見つかりません: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "%rのtype_commentを解析できませんでした: %s" +msgid "%r reference target not found: %s" +msgstr "%r 参照先が見つかりません: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "%r の既定の引数値の解析に失敗しました: %s。" +msgid "Could not fetch remote image: %s [%s]" +msgstr "リモート画像を取得できませんでした: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "member-order オプションに無効な値があります: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "リモート画像を取得できませんでした: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "class-doc-from オプションに無効な値があります: %s" +msgid "Unknown image format: %s..." +msgstr "不明な画像フォーマット: %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "auto%s (%r) の署名が無効です" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "サンプル" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "%sの引数のフォーマット中にエラーが発生しました: %s " +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "サンプル" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "キーワード引数" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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/napoleon/docstring.py:768 +msgid "Notes" +msgstr "メモ" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "モックオブジェクトが検出されました: %r" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "その他のパラメータ" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "%s のシグネチャをフォーマット中にエラーが発生しました: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "受け取る" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "automodule 名の \"::\" は意味がありません" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "参照" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "警告" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "列挙" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "automodule に与えられた署名引数、または戻り値となるアノテーション %s" +msgid "invalid value set (missing closing brace): %s" +msgstr "無効な値セット (終了括弧がありません): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ は文字列のリストでなければなりません。%r (%s モジュールの中) ではないです -- ignoring __all__" +msgid "invalid value set (missing opening brace): %s" +msgstr "無効な値セット (開始括弧がありません): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "members: オプションで指定された属性がありません: モジュール %s、属性 %s" +msgid "malformed string literal (missing closing quote): %s" +msgstr "不正な文字列リテラル (終了引用符がありません): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "%s の関数シグネチャの取得に失敗しました: %s" +msgid "malformed string literal (missing opening quote): %s" +msgstr "不正な文字列リテラル (開始引用符がありません): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "%s のコンストラクタ署名の取得に失敗しました: %s" +msgid "autosummary references excluded document %r. Ignored." +msgstr "autosummary は除外したドキュメント %r を参照しています。無視されます。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Bases: %s" -msgstr "ベースクラス: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "autosummary: stubファイルが見つかりません%r。autosummary_generate設定を確認してください。" + +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "キャプション付きオートサマリーには :toctree: オプションが必要です。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "missing attribute %s in object %s" -msgstr "オブジェクト %s に属性 %s がありません" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "alias of %s" -msgstr "%sの別名です。" +msgid "failed to parse name %s" +msgstr "%sの名前を解析できませんでした " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "TypeVar(%s)のエイリアスです。" +msgid "failed to import object %s" +msgstr "%sオブジェクトをインポートできませんでした " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "%s のメソッド・シグネチャの取得に失敗しました: %s" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "無効な __slots__ が %s で見つかりました。無視されました。" +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: ファイルが見つかりません: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "" + +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "autosummary: ドキュメント化する %r の決定に失敗しました。次の例外が発生しました:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] %s の autosummary を生成中" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] %s に書き込み中" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3811,7 +3818,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3826,347 +3833,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\nautosummary ディレクティブを使って ReStructuredText を生成します。\n\nsphinx-autogen は sphinx.ext.autosummary.generate のフロントエンドです。\n入力されたファイルを含む autosummary ディレクティブから reStructuredText ファイルを\n生成します。\n\nautosummary ディレクティブのフォーマットは\n``sphinx.ext.autosummary`` に記載されています。Pythonモジュールと :: を使って読むことができます。\n\npydoc sphinx.ext.autosummary\n" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "rST ファイルを生成するためのソースファイル" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "すべての生成データを配置するディレクトリ" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "ファイルのデフォルト拡張子 (デフォルト: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "カスタムテンプレートディレクトリ (デフォルト: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "インポートしたメンバーのドキュメント (デフォルト: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "モジュール __all__ 属性に含まれるメンバーのみを対象としたドキュメントを作成します。(デフォルト: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 +#, python-format +msgid "(in %s v%s)" +msgstr "(in %s v%s)" + +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s)" +msgstr "(in %s)" + +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" + +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "autosummary は除外したドキュメント %r を参照しています。無視されます。" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "autosummary: stubファイルが見つかりません%r。autosummary_generate設定を確認してください。" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "キャプション付きオートサマリーには :toctree: オプションが必要です。" +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "failed to parse name %s" -msgstr "%sの名前を解析できませんでした " +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "failed to import object %s" -msgstr "%sオブジェクトをインポートできませんでした " +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_load.py:59 #, python-format msgid "" -"Summarised items should not include the current module. Replace %r with %r." +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: ファイルが見つかりません: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:120 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r に \"theme\" 設定がありません" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r に \"%s\" 設定がありません" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeXファイルは%(outdir)sにあります。" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:117 +#: ext/intersphinx/_load.py:265 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' を使用してください)。" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "設定値 \"latex_documents\" が見つかりません。ドキュメントは書き込まれません" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "設定値 \"latex_documents\" は、不明なドキュメント %s を参照しています" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "TeX 関連ファイルをコピーしています" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "いくつかのインベントリでいくつかの問題に遭遇しましたが、代替手段を持っていました:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "追加のファイルをコピーしています" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "以下の問題があるため、いくつかのインベントリは到達できませんでした:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "logo file %r does not exist" -msgstr "ロゴファイル %r がありません" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx インベントリは移動しました: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "不明な設定値 latex_elements[%r] は無視されました。" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r のシグネチャの更新に失敗しました: パラメータが見つかりません: %s。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "不明なテーマオプション latex_theme_options[%r] は無視されました。" +msgid "Failed to parse type_comment for %r: %s" +msgstr "%rのtype_commentを解析できませんでした: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "build info file is broken: %r" -msgstr "build info ファイルが壊れています: %r" +msgid "invalid value for member-order option: %s" +msgstr "member-order オプションに無効な値があります: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTMLページは%(outdir)sにあります。" +msgid "invalid value for class-doc-from option: %s" +msgstr "class-doc-from オプションに無効な値があります: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "Failed to read build info file: %r" -msgstr "build info ファイルの読み込みに失敗しました: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "索引" +msgid "invalid signature for auto%s (%r)" +msgstr "auto%s (%r) の署名が無効です" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "次へ" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "前へ" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "索引を生成中" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "追加のページを出力中" +msgid "error while formatting arguments for %s: %s" +msgstr "%sの引数のフォーマット中にエラーが発生しました: %s " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "ダウンロードファイルをコピー中..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "ダウンロードファイル %r をコピーできません: %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 "ドキュメントの自動生成 %r のためにどのモジュールをインポートするのか分かりません (ドキュメントに \"module\"または \"currentmodule\"ディレクティブを配置するか、明示的なモジュール名を指定してください)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "A mocked object is detected: %r" +msgstr "モックオブジェクトが検出されました: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "html_static_file 内のファイルのコピーに失敗しました: %s: %r" +msgid "error while formatting signature for %s: %s" +msgstr "%s のシグネチャをフォーマット中にエラーが発生しました: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "静的ファイルをコピー中" +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "automodule 名の \"::\" は意味がありません" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "cannot copy static file %r" -msgstr "静的ファイル %r をコピーできません" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "extraファイルをコピー中" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "automodule に与えられた署名引数、または戻り値となるアノテーション %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:1036 #, python-format -msgid "cannot copy extra file %r" -msgstr "extraファイル %r をコピーできませんでした" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ は文字列のリストでなければなりません。%r (%s モジュールの中) ではないです -- ignoring __all__" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:1102 #, python-format -msgid "Failed to write build info file: %r" -msgstr "build info ファイル %r の出力に失敗しました" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "検索インデックスを読み込めず、ドキュメントビルドの一部が不完全です。" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "members: オプションで指定された属性がありません: モジュール %s、属性 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "ページ %s がhtml_sidebarsの複数のパターンに一致しました: %r と %r" +msgid "Failed to get a function signature for %s: %s" +msgstr "%s の関数シグネチャの取得に失敗しました: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." -msgstr "ページ%sの読み込み中にUnicodeエラーが発生しました。非アスキー文字を含む設定値は全てUnicode文字列にしてください。" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "%s のコンストラクタ署名の取得に失敗しました: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "%sページのレンダリング中にエラーが発生しました。\n理由: %r " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "オブジェクト インベントリを出力" +msgid "Bases: %s" +msgstr "ベースクラス: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "dumping search index in %s" -msgstr "%s の検索インデックスを出力" +msgid "missing attribute %s in object %s" +msgstr "オブジェクト %s に属性 %s がありません" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "無効な js_file %r は無視されました" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "複数の math_renderer が登録されています。しかし math_renderer は選択されていません。" +msgid "alias of %s" +msgstr "%sの別名です。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "不明な math_renderer %r が指定されました。" +msgid "alias of TypeVar(%s)" +msgstr "TypeVar(%s)のエイリアスです。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path %r が見つかりません" +msgid "Failed to get a method signature for %s: %s" +msgstr "%s のメソッド・シグネチャの取得に失敗しました: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path %r がoutdir内に配置されます" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "無効な __slots__ が %s で見つかりました。無視されました。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path %r が見つかりません" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "%r の既定の引数値の解析に失敗しました: %s。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path %r がoutdir内に配置されます" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "前のページからの続き" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" -msgstr "favicon ファイル %r がありません" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "次のページに続く" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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 "" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "アルファベット以外" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "番号" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s ドキュメント" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "ページ" diff --git a/sphinx/locale/ka/LC_MESSAGES/sphinx.js b/sphinx/locale/ka/LC_MESSAGES/sphinx.js index e3e2a6a267c..06d905ceaeb 100644 --- a/sphinx/locale/ka/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ka/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "\u10eb\u10d4\u10d1\u10dc\u10d0", "Search Page": "\u10eb\u10d4\u10d1\u10dc\u10d8\u10e1 \u10d2\u10d5\u10d4\u10e0\u10d3\u10d8", "Search Results": "\u10eb\u10d4\u10d1\u10dc\u10e1 \u10e8\u10d4\u10d3\u10d4\u10d2\u10d4\u10d1\u10d8", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "%(docstitle)s-\u10e8\u10d8 \u10eb\u10d4\u10d1\u10dc\u10d0", "Searching": "\u10eb\u10d4\u10d1\u10dc\u10d0", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/ka/LC_MESSAGES/sphinx.mo b/sphinx/locale/ka/LC_MESSAGES/sphinx.mo index 36056a3b7e5..7af277fe530 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 dcce3492f8e..df4269301b0 100644 --- a/sphinx/locale/ka/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ka/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Georgian (http://app.transifex.com/sphinx-doc/sphinx-1/language/ka/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: ka\n" "Plural-Forms: nplurals=2; plural=(n!=1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "პარამეტრი %s.%s თემის კონფიგურაციებში აღმოჩენილი არაა" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "თემის პარამეტრი %r მხარდაჭერილი არაა" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments lexer-ის სახელი %r უცნობია" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "%s გაფართოება საჭიროა needs_extensons პარამეტრის მიერ, მაგრამ ჩატვირთული არაა." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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) აგებული ვერ იქნება." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "მოვლენა %r უკვე არსებობს" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "უცნობი მოვლენის სახელი: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "დამმუშავებელმა %r მოვლენისთვის %r გამონაკლისი გადმოგვცა" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "კონფიგურაციის საქაღალდე ფაილს conf.py არ შეიცავს (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "აღმოჩენილია არასწორი კონფიგურაციის მნიშვნელობა: 'language = None'. განაახლეთ კონფიგურაცია და მიუთითეთ სწორი ენა. გადაირთვება 'en'-ზე (ინგლისური)." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "ლექსიკონის კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება (ინდივიდუალური ელემენტების დასაყენებლად გამოიყენეთ %r)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "რიცხვი %r კონფიგურაციის მნიშვნელობისთვის %r არასწორია. ის გამოტოვებული იქნება" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "მხარდაუჭერელი ტიპის მქონე კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "გადაფარვაში მითითებული კონფიგურაციის მნიშვნელობა %r უცნობია. ის გამოტოვებული იქნება" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "კონფიგურაციის მნიშვნელობა %r უკვე არსებობს" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "თქვენს კონფიგურაციის ფაილში აღმოჩენილია შეცდომა: %s\n" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "კონფგურაციის ფაილმა (ან მოდულმა, რომელის მან შემოიტანა) sys.exit() გამოიძახა" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "თქვენს კონფიგურაციის ფაილში პროგრამირებადი შეცდომაა:\n\n%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "სექცია %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "ნახ. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "ცხრილი %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "ჩამონათვალი %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "კონფიგურაციის მნიშვნელობა `{name}` შეიძლება იყოს ერთ-ერთ სიიდან `{candidates}`, თქვენ კი `{current}` მიუთითეთ." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, მე კი {permitted}-ს ველოდებოდი." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, ნაგულისხმებია `{default.__name__}`." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r ვერ ვიპოვე. ის გამოტოვებული იქნება." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "Sphinx v2.0-ის შემდეგ root_doc-ს ნაგულისხმევად \"index\"-ს იყენებს. დაამატეთ თქვენს conf.py-ში 'root_doc = 'contents'\"." - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "წყარო საქაღალდე ვერ ვიპოვე (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "გამოტანის საქაღალდე (%s) საქაღალდე არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "საწყისი და სამიზნე საქაღალდე ერთი და იგივე არ შეიძლება, იყოს" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "გაშვებულია Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "პროექტს Sphinx-ის მინიმალური v%s სჭირდება და ამიტომ ამ ვერსიით ვერ აიგება." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "გამოტანის საქაღალდის შექმნა" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "გაფართოების %s მორგებისას:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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-ის გაფართოება, მოიქცეს." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "თარგმანების ჩატვირთვა [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "შესრულებულია" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "ჩაშენებული შეტყობინებებისთვის ხელმისაწვდომი არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "დამჟავებული გარემოს ჩატვირთვა" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "შეცდომით: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "ამგები არჩეული არაა. ვიყენებ ნაგულისხმევს: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "წარმატებული" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "დასრულდა პრობლემებით" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "აგება %s, %s გაფრთხილება (გაფრთხილებები აღქმული იქნება, როგორც შეცდომები)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "%s-ის აგება, %s გაფრთხილება." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "%s-ის აგება, %s გაფრთხილება." +msgid "build finished with problems, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "%s-ის აგება." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "კვანძის კლასი %r უკვე რეგისტრირებულია. მისი მნახველები გადაფარული იქნება" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "დირექტივა %r უკვე რეგისტრირებულია. ის გადაფარული იქნება" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "როლი %r უკვე რეგისტრირებულია. ის გადაფარული იქნება" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "გაფართოება %s არ აღწერს, არის თუ არა ის უსაფრთხო პარალელური წაკითხვისთვის. ვთვლით, რომ არა - კითხეთ გაფართოების ავტორს და აშკარად აღწერეთ ის" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s გაფართოება პარალელური წაკითხვისთვის უსაფრთხო არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "გაფართოება %s არ აღწერს, არის თუ არა ის უსაფრთხო პარალელური ჩაწერისთვის. ვთვლით, რომ არა - კითხეთ გაფართოების ავტორს და აშკარად აღწერეთ ის" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s გაფართოება პარალელური ჩაწერისთვის უსაფრთხო არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "ვაკეთებ სერიულს %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python-ის განვითარების შეთავაზებები; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "არასწორი PEP ნომერი %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "არასწორი RFC ნომერი %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "ამგებ კლასს %s \"name\" ატრიბუტი არ გააჩნია" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "ამგები %r უკვე არსებობს (მოდულში %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "ამგების სახელი %s რეგისტრირებული არაა ან შესვლის წერტილში ხელმისაწვდომი არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "ამგების სახელი %s რეგისტრირებული არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "დომენი %s უკვე რეგისტრირებულია" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "დომენის %s ჯერ რეგისტრირებული არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r დირექტივა დომენისთვის %s უკვე რეგისტრირებულია" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r როლი დომენისთვის %s უკვე რეგისტრირებულია" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r ინდექსი დომენისთვის %s უკვე რეგისტრირებულია" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "%r ობიექტის ტიპი უკვე რეგისტრირებულია" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r ჯვარედინი მიმართვის ტიპი უკვე რეგისტრირებულია" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r უკვე რეგისტრირებულია" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser %r-სთვის უკვე რეგისტრირებულია" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "წყაროს დამმუშავებელი %s-სთვის რეგისტრირებული არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "მთარგმნელი %r-სთვის უკვე არსებობს" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "kwarg-ები add_node()-სთვის (შემომავალი, გამავალი) ფუნქციის კორტეჟი უნდა იყოს: %r=%r" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r უკვე რეგისტრირებულია" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "მათემატიკის რენდერერი %s უკვე რეგისტრირებულია" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "გაფართოება %r %s ვერსიის შემდეგ Sphinx-ის ნაწილია. გაფართოება გამოტოვებულია." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "საწყისი გამონაკლისი:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "გაფართოების (%s) შემოტანა შეუძლებელია" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "გაფართოებას %r ფუნქცია setup() არ აქვს. დარწმუნებული ბრძანდებით, რომ ეს ნამდვილად Sphinx-ის გაფართოების მოდულია?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 სჭირდება. ამიტომ მას ამ ვერსიით ვერ ააგებთ." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "გაფართოებამ %r setup() ფუნქციიდან მხარდაუჭერელი ობიექტი დააბრუნა. მან ან არაფერი, ან მეტამონაცემების ლექსიკონი უნდა დააბრუნოს" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments lexer-ის სახელი %r უცნობია" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "%s გაფართოება საჭიროა needs_extensons პარამეტრის მიერ, მაგრამ ჩატვირთული არაა." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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) აგებული ვერ იქნება." + +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "დოკუმენტაციის დაფარვის შემოწმება" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "პარამეტრი %s.%s თემის კონფიგურაციებში აღმოჩენილი არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "მათემატიკის ჩასმა, რომელიც PNG ან SVG გამოსახულების სახითაა დარენდერებული" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "თემის პარამეტრი %r მხარდაჭერილი არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "ბრაუზერში MathJax-ის მიერ დარენდერებული მათემატიკის ჩასმა" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "" + +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" + +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "კონფიგურაციის საქაღალდე ფაილს conf.py არ შეიცავს (%s)" + +#: config.py:323 +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:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "ლექსიკონის კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება (ინდივიდუალური ელემენტების დასაყენებლად გამოიყენეთ %r)" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "რიცხვი %r კონფიგურაციის მნიშვნელობისთვის %r არასწორია. ის გამოტოვებული იქნება" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "მხარდაუჭერელი ტიპის მქონე კონფიგურაციის პარამეტრის %r გადაფარვა შეუძლებელია. ის გამოტოვებული იქნება" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "გადაფარვაში მითითებული კონფიგურაციის მნიშვნელობა %r უცნობია. ის გამოტოვებული იქნება" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "კონფიგურაციის მნიშვნელობა %r უკვე არსებობს" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "თქვენს კონფიგურაციის ფაილში აღმოჩენილია შეცდომა: %s\n" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "კონფგურაციის ფაილმა (ან მოდულმა, რომელის მან შემოიტანა) sys.exit() გამოიძახა" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "თქვენს კონფიგურაციის ფაილში პროგრამირებადი შეცდომაა:\n\n%s" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "სექცია %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "ნახ. %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "ცხრილი %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "ჩამონათვალი %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "კონფიგურაციის მნიშვნელობა `{name}` შეიძლება იყოს ერთ-ერთ სიიდან `{candidates}`, თქვენ კი `{current}` მიუთითეთ." + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, მე კი {permitted}-ს ველოდებოდი." + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "კონფიგურაციის მნიშვნელობის `{name}` ტიპია `{current.__name__}`, ნაგულისხმებია `{default.__name__}`." + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r ვერ ვიპოვე. ის გამოტოვებული იქნება." + +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "Sphinx v2.0-ის შემდეგ root_doc-ს ნაგულისხმევად \"index\"-ს იყენებს. დაამატეთ თქვენს conf.py-ში 'root_doc = 'contents'\"." + +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (დირექტივა)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (დირექტივის პარამეტრი)" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (როლი)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "დირექტივა" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "დირექტივის-პარამეტრი" + +#: domains/rst.py:225 +msgid "role" +msgstr "როლები" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s %s-ის დუბლირებული აღწერა. სხვა ასლი %s-შია" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s () (ჩაშენებული ფუნქცია)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s () (%s მეთოდი)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s () (კლასი)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (გლობალური ცვლადი ან მუდმივა)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s ატრიბუტი)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "არგუმენტები" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "ისვრის" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "აბრუნებს" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "დაბრუნების ტიპი" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (მოდული)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "ფუნქცია" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "მეთოდი" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "კლასი" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "მონაცემები" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "ატრიბუტი" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "მოდული" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "ცვლილებები ვერსიაში %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "მოძველებულია ვერსიაში %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "არასწორი math_eqref_format: %r" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "ახალი კონფიგურაცია" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "კონფიგურაცია შეიცვალა" + +#: environment/__init__.py:88 +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 "საწყისი საქაღალდე შეიცვალა" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "გარემო არჩეულ ამგებთან თავსებადი არაა. აირჩიეთ სხვა დოკუმენტების ხის საქაღალდე." + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "%s-ში დოკუმენტების სკანირება შეუძლებელია: %r" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "დომენი %r რეგისტრირებული არაა" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "დოკუმენტი არც ერთ სარჩევის ხეში ჩასმული არაა" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "აღმოჩენილია თვითმიმართვადი სარჩევის ხე. გამოტოვებულია." + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "ყურადღება" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "დოკუმენტაციის დაფარვის შემოწმება" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "მათემატიკის ჩასმა, რომელიც PNG ან SVG გამოსახულების სახითაა დარენდერებული" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "ბრაუზერში MathJax-ის მიერ დარენდერებული მათემატიკის ჩასმა" + +#: cmd/quickstart.py:50 msgid "conditional inclusion of content based on config values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 +#: cmd/quickstart.py:51 msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 +#: cmd/quickstart.py:52 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "გთხოვთ შეიყვანოთ ბილიკის სწორი სახელი." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "შეიყვანეთ რაიმე ტექსტი." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "შეიყვანეთ %s-დან ერთ-ერთი." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "შეიყვანეთ 'y' (დიახ) ან 'n' (არა)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "მიუთითეთ ფაილის სუფიქსი. მაგ: '.rst' ან '.txt'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "მოგესალმებით Sphinx %s-ის სწრაფი მორგების პროგრამა." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "არჩეული root ბილიკი: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "შეიყვანეთ დოკუმენტაციის ძირითადი ბილიკი." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "დოკუმენტაციის ძირითადი ბილიკი" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "შეცდომა: არჩეულ ძირითად ბილიკზე აღმოჩენილია არსებული conf.py ფაილი." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart-ი არსებულ Sphinx-ის პროექტებს თავზე არ გადააწერს." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "შეიყვანეთ ახალი საწყისი ბილიკი (გასასვლელად უბრალოდ დააწექით ღილაკს 'Enter')" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "კოდის და აგების საქაღალდეები განსხვავდება? (y(დიახ)/n(არა))" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "სახელის პრეფიქსი ნიმუშებისა და სტატიკის საქაღალდეებისთვის" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "პროექტს სახელი აგებულ დოკუმენტაციაში რამდენიმე ადგილას გამოჩნდება." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "პროექტის სახელი" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "ავტორის სახელები" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "პროექტის ვერსია" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "პროექტის რელიზი" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "პროექტის ენა" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "თქვენი მთავარი დოკუმენტის სახელი (სუფიქსს გარეშე)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart არსებულ ფაილებს თავზე არ გადააწერს." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "შევქმნა Makefile? (y(დიახ)/n(არა))" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "შევქმნა Windows-ის ბრძანებების ფაილი? (y(დიახ)/n(არა))" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "ფაილის შექმნა %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "ფაილი %s უკვე არსებობს. ის გამოტოვებული იქნება." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "დასრულდა: საწყისი საქაღალდეების სტრუქტურა შეიქმნა." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "მეტი ინფორმაციის მისაღებად ეწვიეთ ." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "ჩუმი რეჟიმი" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "პროექტის საწყისი საქაღალდე" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "სტრუქტურის მორგება" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "თუ მითითებულია, კოდის და აგების საქაღალდეები ცალ-ცალკე იქნება" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "თუ მითითებულია, აგების საქაღალდე კოდის საქაღალდეში იქნება" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "პროექტის ძირითადი პარამეტრები" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "პროექტის დასახელება" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "ავტორის სახელები" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "პროექტის ვერსია" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "პროექტის რელიზი" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "დოკუმენტის ენა" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "წყაროს ფაილის სუფიქსი" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "მთავარი დოკუმენტის სახელი" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "epub-ის გამოყენება" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "გაფართოების პარამეტრები" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "%s გაფართოების ჩართვა" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "Makefile და Batchfile-ის შექმნა" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "makefile-ის შექმნა" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "makefile-ის არ შეიქმნება" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "batchfile-ის შექმნა" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "batchfile-ი არ შეიქმნება" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "პროექტის ნიმუშები" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "ნიმუშების საქაღალდე ნიმუშის ფაილებისთვის" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "აღწერეთ სანიმუშე ცვლადი" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "არასწორი ნიმუშის ცვლადი: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "აგებისას აღმოჩენილია გამონაკლისი. მიმდინარეობს გამმართველის გაშვება:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "შეწყდა!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "reST მარკაფის შეცდომა:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "კოდირების შეცდომა:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "რეკურსიის შეცდომა:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "აღმოჩენილი გამონაკლისი:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "დავალების ნომერი დადებითი რიცხვი უნდა იყოს" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,805 +1339,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "ბილიკი დოკუმენტაციის კოდის ფაილებამდე" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "ბილიკი გამოტანის საქაღალდემდე" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "ზოგადი პარამეტრები" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "ყველა ფაილის ჩაწერა (ნაგულისხმევი: მხოლოდ ახალი და შეცვლილი ფაილების ჩაწერა)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "შენახული გარემო გამოყენებული არ იქნება. ყოველთვის მოხდება ყველა ფაილის წაკითხვა" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "კონფიგურაციის ფაილის პარამეტრის გადაფარვა" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "მნიშვნელობის გადაცემა HTML ნიმუშებში" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "კონსოლის გამოტანის პარამეტრები" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "დიაგნოსტიკური შეტყობინებების სიხშირის გაზრდა (შეგიძლიათ, გაიმეოროთ)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "stdout-ზე გამოტანილი არაფერი იქნება. მხოლოდ გაფრთხილებები, stderr-ზე" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "არაფრი გამოტანა. გაფრთხილებებისაც კი" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "ფერადი გამოტანის ჩართვა (ნაგულისხმევი: ავტომატურად-აღმოჩენა)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "ფერადი გამოტანის გამორთვა (ნაგულისხმევი: ავტომატურად-აღმოჩენა)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "გაფრთხილებების (და შეცდომების) მითითებულ ფაილში ჩაწერა" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "გაფრთხილებების შეცდომად აღქმა" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "გამონაკლისისას Pdb-ის გაშვება" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "-a პარამეტრის და ფაილის სახელების ერთად მითითება შეუძლებელია" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "გაფრთხილებების ფაილის %r გახსნის შეცდომა: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "სულელი ამგები, რომელიც ფაილებს არ აგენერირებს." + +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "გაფუჭებული ბმული: %s (%s)" + +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "მიმაგრება '%s' ვერ ვიპოვე" + +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML გვერდის საქაღალდეა %(outdir)s." + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "ერთი დოკუმენტის აწყობა" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "ჩაწერა" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "დამატებითი ფაილების ჩაწერა" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "სახელმძღვანელოს გვერდების საქაღალდეა %(outdir)s." + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" პარამეტრის მნიშვნელობა უცნობ დოკუმენტზე %s მიუთითებს" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "ტექსტური ფაილების საქაღლდეა %(outdir)s." + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "შეცდომა '%s' ფაილის ჩაწერისას: %s" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML ფაილების საქაღალდეა %(outdir)s." + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "ფსევდო-XML ფაილებს საქაღალდეა %(outdir)s." + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo-ის ფაილების საქაღალდეა %(outdir)s." + +#: builders/texinfo.py:49 msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "კონფიგურაციის პარამეტრის \"texinfo_documents\" მნიშვნელობა მითითებული არაა. დოკუმენტების ჩაწერი არ იქნება" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/texinfo.py:90 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" კონფიგურაციის პარამეტრი მიუთითებს უცნობ დოკუმენტზე %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "დამუშავება %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "მიმართვების ამოხსნა..." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " ( " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "გამოსახულებების კოპირება... " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "ნაკვალევი [%s] მიმართული არაა." +msgid "cannot copy image file %r: %s" +msgstr "გამოსახულების ფაილის %r კოპირების შეცდომა: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "ნაკვალევი [#] მიმართული არაა." +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "მიმდინარეობს Texinfo-ის მხარდაჭერის ფაილების კოპირება" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/texinfo.py:233 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +msgid "error writing file Makefile: %s" +msgstr "შეცდომა Makefile-ის ჩაწერისას: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/gettext.py:230 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "The message catalogs are in %(outdir)s." +msgstr "შეტყობინების კატალოგების საქაღალდეა %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "building [%s]: " +msgstr "აგება [%s]: " -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/gettext.py:252 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" +msgid "targets for %d template files" +msgstr "%d ნიმუშის ფაილის სამიზნეები" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "ნიმუშების კითხვა... " + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "შეტყობინების კატალოგების ჩაწერა... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:200 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:208 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "აგება [mo]: " + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "გამოტანის ჩაწერა... " + +#: builders/__init__.py:251 #, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +msgid "all of %d po files" +msgstr "სულ %d po ფაილი" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:273 #, python-format -msgid "reading error: %s, %s" -msgstr "წაკითხვის შეცდომა: %s, %s" +msgid "targets for %d po files that are specified" +msgstr "%d po ფაილისთვის სამიზნე მითითებული არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:285 #, python-format -msgid "writing error: %s, %s" -msgstr "ჩაწერის შეცდომა: %s, %s" +msgid "targets for %d po files that are out of date" +msgstr "%d po ფაილისთვის სამიზნე მოძველებულია" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "ყველა კოდის ფაილი" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:307 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "file %r given on command line does not exist, " +msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r არ არსებობს. " -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:313 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r კოდის საქაღალდეში არაა. გამოტოვება" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:324 #, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "უცნობი დირექტივა ან როლის სახელი: %s:%s" +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r სწორი დოკუმენტი არაა. გამოტოვება" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:339 #, python-format -msgid "unknown node type: %r" -msgstr "უცნობი კვანძის ტიპი: %r" +msgid "%d source files given on command line" +msgstr "ბრძანების სტრიქონში მითითებულია %d კოდის ფაილი" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/__init__.py:354 #, python-format -msgid "default role %s not found" -msgstr "ნაგულისხმევი როლი %s ვერ ვიპოვე" +msgid "targets for %d source files that are out of date" +msgstr "%d კოდის ფაილის სამიზნე მოძველებულია" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "მოძველებული ფაილების ძებნა... " -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:386 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "%d found" +msgstr "ნაპოვნია %d" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "გამოტოვებული" +#: builders/__init__.py:388 +msgid "none found" +msgstr "არაფერია ნაპოვნი" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "შეცდომით" +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "დამჟავების გარემო" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "ყურადღება" +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "თანმიმდევრულობის შემოწმება" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "გაფრთხილება" +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "მოძველებული სამიზნეები აღმოჩენილი არაა." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "საფრთხე" +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "გარემოს განახლება: " -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "შეცდომა" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s დაემატა, %s შეიცვალა, %s წაიშალა" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "მინიშნება" +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "მნიშვნელოვანი" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "ნოტი" +#: builders/__init__.py:527 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "ასევე იხილეთ" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "რჩევა" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "წყაროების კითხვა... " -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "ყურადღება" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" +msgstr "ჩასაწერი დოკუმენტის სახელები: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "ახალი კონფიგურაცია" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "დოკუმენტების მომზადება" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "კონფიგურაცია შეიცვალა" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "გაფართოებები შეიცვალა" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "აგების გარემოს ვერსია მიმდინარე არაა" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "EPub ფაილი %(outdir)s-შია." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "საწყისი საქაღალდე შეიცვალა" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml ფაილის ჩაწერა..." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "გარემო არჩეულ ამგებთან თავსებადი არაა. აირჩიეთ სხვა დოკუმენტების ხის საქაღალდე." +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_language\" (ან \"language\") EPUB3-სთვის ცარიელი არ უნდა ყოფილიყო" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "%s-ში დოკუმენტების სკანირება შეუძლებელია: %r" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_uid\" EPUB3-სთვის XML NAME უნდა იყოს" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "დომენი %r რეგისტრირებული არაა" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_title\" (ან \"html_title\") EPUB3-სთვის ცარიელი არ უნდა იყოს" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "დოკუმენტი არც ერთ სარჩევის ხეში ჩასმული არაა" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_author\" EPUB3-სთვის ცარიელი არ უნდა იყოს" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "აღმოჩენილია თვითმიმართვადი სარჩევის ხე. გამოტოვებულია." +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_contributor\" EPUB3-სთვის ცარიელი არ უნდა იყოს" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_description\" EPUB3-სთვის ცარიელი არ უნდა იყოს" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "კონფიგურაციის მნიშვნელობა \"epub_publisher\" EPUB3-სთვის ცარიელი არ უნდა იყოს" + +#: builders/epub3.py:255 +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-სთვის ცარიელი არ უნდა იყოს" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "%s() (built-in function)" -msgstr "%s () (ჩაშენებული ფუნქცია)" +msgid "invalid css_file: %r, ignored" +msgstr "არასწორი css_file: %r. გამოტოვება" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 +#: builders/_epub_base.py:220 #, python-format -msgid "%s() (%s method)" -msgstr "%s () (%s მეთოდი)" +msgid "duplicated ToC entry found: %s" +msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:432 #, python-format -msgid "%s() (class)" -msgstr "%s () (კლასი)" +msgid "cannot read image file %r: copying it instead" +msgstr "გამოსახულების ფაილი %r ვერ წავიკითხე: ის, სამაგიეროდ, დაკოპირდება" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/_epub_base.py:463 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (გლობალური ცვლადი ან მუდმივა)" +msgid "cannot write image file %r: %s" +msgstr "გამოსახულების ფაილის %r ჩაწერის შეცდომა: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s ატრიბუტი)" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "Pillow ვერ ვიპოვე - სურათის ფაილების კოპირება" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "არგუმენტები" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "mimetype ფაილის ჩაწერა..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "ისვრის" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "მიმდინარეობს META-INF/container.xml ფაილის ჩაწერა..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "აბრუნებს" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "content.opf ფაილის ჩაწერა..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "დაბრუნების ტიპი" +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "უცნობი mimetype ფაილისთვის %s. გამოტოვება" + +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "toc.ncx ფაილის ჩაწერა..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/_epub_base.py:785 #, python-format -msgid "%s (module)" -msgstr "%s (მოდული)" +msgid "writing %s file..." +msgstr "%s ფაილის ჩაწერა..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "ფუნქცია" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "გადახედვის ფაილის მდებარეობაა %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "მეთოდი" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." +msgstr "ვერსიაში %s ცვლილებები არაა." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "კლასი" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "შეჯამების ფაილის ჩაწერა..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "მონაცემები" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "ჩაშენებულები" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "ატრიბუტი" +#: builders/changes.py:79 +msgid "Module level" +msgstr "მოდულის დონე" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "მოდული" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "კოდის ფაილების კოპირება..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/changes.py:140 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/osutil.py:130 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:419 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "არასწორი math_eqref_format: %r" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:487 #, python-format -msgid "Added in version %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:701 #, python-format -msgid "Changed in version %s" -msgstr "ცვლილებები ვერსიაში %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "მოძველებულია ვერსიაში %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:91 #, python-format -msgid "Removed in version %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:170 #, python-format -msgid "%s (directive)" -msgstr "%s (დირექტივა)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:185 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (დირექტივის პარამეტრი)" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:283 #, python-format -msgid "%s (role)" -msgstr "%s (როლი)" +msgid "unknown directive or role name: %s:%s" +msgstr "უცნობი დირექტივა ან როლის სახელი: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "დირექტივა" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "უცნობი კვანძის ტიპი: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "დირექტივის-პარამეტრი" +#: util/display.py:83 +msgid "skipped" +msgstr "გამოტოვებული" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "როლები" +#: util/display.py:88 +msgid "failed" +msgstr "შეცდომით" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "%s %s-ის დუბლირებული აღწერა. სხვა ასლი %s-შია" +msgid "reading error: %s, %s" +msgstr "წაკითხვის შეცდომა: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "writing error: %s, %s" +msgstr "ჩაწერის შეცდომა: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -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." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "მოდულის კოდი" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "არასწორი წარწერა: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "გადახედვა: მოდულის კოდი" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "\"%s\" და \"%s\" პარამეტრების ერთდროული გამოყენება შეუძლებელია" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "განრიგის სია" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "ჩასასმელი ფაილი %r ვერ ვიპოვე ან მისი წაკითხვა შეუძლებელია" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:228 #, python-format -msgid "TODO entry found: %s" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<<საწყისი ჩანაწერი>>" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "ობიექტი სახელად %r ჩასასმელი ფაილში %r აღმოჩენილი არაა" + +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "საწყისი ჩანაწერი" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "Would create file %s." -msgstr "შეიქმნებოდა ფაილი %s." +msgid "toctree contains reference to excluded document %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "ბილიკი მოდულიდან დოკუმენტამდე" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "სექციის ავტორი: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "" +#: directives/other.py:206 +msgid "Module author: " +msgstr "მოდულის ავტორი: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: directives/other.py:208 +msgid "Code author: " +msgstr "კოდის ავტორი: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "არსებულ ფაილებზე გადაწერა" +#: directives/other.py:210 +msgid "Author: " +msgstr "ავტორი: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "სკრიპტის ფაილების შექმნის გარეშე გაშვება" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "\"_private\" მოდულების ჩასმა" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "სარჩევის ფაილი არ შეიქმნება" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "ფაილის სუფიქსი (ნაგულისხმევი: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "sphinx-quickstart-ით სრული პროექტის გენარაცია" +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "როცა მითითებულია --full, module_path-ი sys.path-ის ბოლოში მიეწერება" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "პროექტის სახელი (ნაგულისხმევი: ძირითადი მოდულის სახელი)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "პროექტის ავტორ(ებ)-ი. გამოიყენება, როცა მიუთითებთ პარამეტრს --full" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "პროექტის ვერსია. გამოიყენება, როცა მითითებულია --full" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "პროექტის რელიზი. გამოიყენება, როცა მითითებულია --full. ნაგულისხმებ მნიშვნელობაა იგივე, რაც --doc-version" +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "გაფართოების პარამეტრები" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "%s საქაღალდეს არ წარმოადგენს." +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "გარე Graphviz ფაილი %r ვერ ვიპოვე ან მისი წაკითხვა შეუძლებელია" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "\"graphviz\" დირექტივა, რომელსაც შემცველობა არ აქვს, იგნორირებულია." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: transforms/__init__.py:313 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Footnote [%s] is not referenced." +msgstr "ნაკვალევი [%s] მიმართული არაა." + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "ნაკვალევი [#] მიმართული არაა." + +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:274 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:324 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[გრაფიკი: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[გრაფიკი]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1885,8 +2233,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1896,1897 +2243,1558 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "მოდულის კოდის გამოკვეთა... " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." +#: ext/viewcode.py:285 +msgid "[docs]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' სწორი პარამეტრი არაა." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' სწორი pyversion-ის პარამეტრი არაა" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "არასწორი TestCode ტიპი" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "მოდულის კოდი" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "გადახედვა: მოდულის კოდი" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "არასწორი რეგულარული გამოსახულება %r %s-ში" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "სექცია \"%s\" მიიღებს ჭდეს \"%s\"" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "დუბლირებული ჭდე %s. სხვა აღწერა %s-შია" +#: ext/todo.py:71 +msgid "Todo" +msgstr "განრიგის სია" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/todo.py:104 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 -#, python-format -msgid "no Babel option known for language %r" -msgstr "ენისთვის %r Babel-ის პარამეტრი ცნობილი არაა" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "ძალიან დიდი :maxdepth:. გამოტოვება." +#: ext/todo.py:163 +msgid "<>" +msgstr "<<საწყისი ჩანაწერი>>" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/todo.py:165 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "დოკუმენტის სათაური ერთი ტექსტური კვანძი არაა" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "სქოლიოები" +#: ext/todo.py:175 +msgid "original entry" +msgstr "საწყისი ჩანაწერი" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/extlinks.py:82 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "ზომის ერთეული %s არასწორია. გამოტოვება." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" -msgstr "აღმოჩენილია ინდექსის ჩანაწერის უცნობი ტიპი %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" -msgstr "[გამოსახულება: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 -#, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format-ი %s-სთვის აღწერილი არაა" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "ნებისმიერი ID, რომელიც %s კვანძზე მინიჭებული არაა" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "გამოსახულების ზომის მიღება შეუძლებელია. :scale: მოხდება პარამეტრის გამოტოვება." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "ინდექსი" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "წარწერა ფიგურის შიგნით არაა." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" -msgstr "განუხორციელებელი კვანძის ტიპი: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." +msgstr "'%s' სწორი პარამეტრი არაა." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' სწორი pyversion-ის პარამეტრი არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "არასწორი TestCode ტიპი" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/doctest.py:281 +#, python-format msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "გარე Graphviz ფაილი %r ვერ ვიპოვე ან მისი წაკითხვა შეუძლებელია" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "\"graphviz\" დირექტივა, რომელსაც შემცველობა არ აქვს, იგნორირებულია." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: ext/graphviz.py:313 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "გამოსახულებების კოპირება... " +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: ext/graphviz.py:329 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "გამოსახულების ფაილი %r ვერ წავიკითხე: ის, სამაგიეროდ, დაკოპირდება" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format უნდა იყოს ერთ-ერთი სიიდან: 'png', 'svg'. მაგრამ არის %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "გამოსახულების ფაილის %r კოპირების შეცდომა: %s" +msgid "dot code %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "cannot write image file %r: %s" -msgstr "გამოსახულების ფაილის %r ჩაწერის შეცდომა: %s" +msgid "[graph: %s]" +msgstr "[გრაფიკი: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "Pillow ვერ ვიპოვე - სურათის ფაილების კოპირება" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[გრაფიკი]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "mimetype ფაილის ჩაწერა..." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." -msgstr "მიმდინარეობს META-INF/container.xml ფაილის ჩაწერა..." +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." +msgstr "შეიქმნებოდა ფაილი %s." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." -msgstr "content.opf ფაილის ჩაწერა..." +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "უცნობი mimetype ფაილისთვის %s. გამოტოვება" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "ბილიკი მოდულიდან დოკუმენტამდე" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." -msgstr "toc.ncx ფაილის ჩაწერა..." +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." -msgstr "%s ფაილის ჩაწერა..." +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML ფაილების საქაღალდეა %(outdir)s." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 -#, python-format -msgid "error writing file %s: %s" -msgstr "შეცდომა '%s' ფაილის ჩაწერისას: %s" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "არსებულ ფაილებზე გადაწერა" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "ფსევდო-XML ფაილებს საქაღალდეა %(outdir)s." +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "სახელმძღვანელოს გვერდების საქაღალდეა %(outdir)s." +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "სკრიპტის ფაილების შექმნის გარეშე გაშვება" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "ჩაწერა" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "\"_private\" მოდულების ჩასმა" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" პარამეტრის მნიშვნელობა უცნობ დოკუმენტზე %s მიუთითებს" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "სულელი ამგები, რომელიც ფაილებს არ აგენერირებს." +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "სარჩევის ფაილი არ შეიქმნება" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "EPub ფაილი %(outdir)s-შია." +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "nav.xhtml ფაილის ჩაწერა..." +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_language\" (ან \"language\") EPUB3-სთვის ცარიელი არ უნდა ყოფილიყო" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_uid\" EPUB3-სთვის XML NAME უნდა იყოს" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "ფაილის სუფიქსი (ნაგულისხმევი: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_title\" (ან \"html_title\") EPUB3-სთვის ცარიელი არ უნდა იყოს" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_author\" EPUB3-სთვის ცარიელი არ უნდა იყოს" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart-ით სრული პროექტის გენარაცია" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_contributor\" EPUB3-სთვის ცარიელი არ უნდა იყოს" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "როცა მითითებულია --full, module_path-ი sys.path-ის ბოლოში მიეწერება" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_description\" EPUB3-სთვის ცარიელი არ უნდა იყოს" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "პროექტის სახელი (ნაგულისხმევი: ძირითადი მოდულის სახელი)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_publisher\" EPUB3-სთვის ცარიელი არ უნდა იყოს" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "პროექტის ავტორ(ებ)-ი. გამოიყენება, როცა მიუთითებთ პარამეტრს --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_copyright\" (ან \"copyright\") EPUB3-სთვის ცარიელი არ უნდა იყოს" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "პროექტის ვერსია. გამოიყენება, როცა მითითებულია --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"epub_identifier\" EPUB3-სთვის ცარიელი არ უნდა იყოს" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "პროექტის რელიზი. გამოიყენება, როცა მითითებულია --full. ნაგულისხმებ მნიშვნელობაა იგივე, რაც --doc-version" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "კონფიგურაციის მნიშვნელობა \"version\" EPUB3-სთვის ცარიელი არ უნდა იყოს" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "გაფართოების პარამეტრები" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/apidoc.py:638 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "არასწორი css_file: %r. გამოტოვება" +msgid "%s is not a directory." +msgstr "%s საქაღალდეს არ წარმოადგენს." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/autosectionlabel.py:48 #, python-format -msgid "broken link: %s (%s)" -msgstr "გაფუჭებული ბმული: %s (%s)" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "სექცია \"%s\" მიიღებს ჭდეს \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Anchor '%s' not found" -msgstr "მიმაგრება '%s' ვერ ვიპოვე" +msgid "duplicate label %s, other instance in %s" +msgstr "დუბლირებული ჭდე %s. სხვა აღწერა %s-შია" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "გადახედვის ფაილის მდებარეობაა %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/imgmath.py:159 #, python-format -msgid "no changes in version %s." -msgstr "ვერსიაში %s ცვლილებები არაა." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "შეჯამების ფაილის ჩაწერა..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "ჩაშენებულები" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "მოდულის დონე" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "კოდის ფაილების კოპირება..." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: ext/imgmath.py:174 #, python-format -msgid "could not read %r for changelog creation" -msgstr "ცვლილებების ჟურნალის შესაქმნელად %r-ის წაკითხვა შეუძლებელია" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/imgmath.py:328 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "ტექსტური ფაილების საქაღლდეა %(outdir)s." +msgid "display latex %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: ext/imgmath.py:362 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "შეტყობინების კატალოგების საქაღალდეა %(outdir)s." +msgid "inline latex %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " -msgstr "აგება [%s]: " +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "სქოლიოები" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "targets for %d template files" -msgstr "%d ნიმუშის ფაილის სამიზნეები" +msgid "[image: %s]" +msgstr "[გამოსახულება: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "ნიმუშების კითხვა... " +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "შეტყობინების კატალოგების ჩაწერა... " +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: writers/html5.py:415 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format-ი %s-სთვის აღწერილი არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: writers/html5.py:427 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Any IDs not assigned for %s node" +msgstr "ნებისმიერი ID, რომელიც %s კვანძზე მინიჭებული არაა" + +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "აგება [mo]: " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "გამოტანის ჩაწერა... " +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "all of %d po files" -msgstr "სულ %d po ფაილი" +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "%d po ფაილისთვის სამიზნე მითითებული არაა" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "%d po ფაილისთვის სამიზნე მოძველებულია" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "ყველა კოდის ფაილი" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r არ არსებობს. " +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "გამოსახულების ზომის მიღება შეუძლებელია. :scale: მოხდება პარამეტრის გამოტოვება." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "ინდექსი" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r კოდის საქაღალდეში არაა. გამოტოვება" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "წარწერა ფიგურის შიგნით არაა." + +#: writers/texinfo.py:1300 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "ბრძანების სტრიქონში მითითებული ფაილი %r სწორი დოკუმენტი არაა. გამოტოვება" +msgid "unimplemented node type: %r" +msgstr "განუხორციელებელი კვანძის ტიპი: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: writers/latex.py:364 #, python-format -msgid "%d source files given on command line" -msgstr "ბრძანების სტრიქონში მითითებულია %d კოდის ფაილი" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d კოდის ფაილის სამიზნე მოძველებულია" +msgid "no Babel option known for language %r" +msgstr "ენისთვის %r Babel-ის პარამეტრი ცნობილი არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "მოძველებული ფაილების ძებნა... " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "ძალიან დიდი :maxdepth:. გამოტოვება." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: writers/latex.py:593 #, python-format -msgid "%d found" -msgstr "ნაპოვნია %d" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "არაფერია ნაპოვნი" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "დამჟავების გარემო" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "დოკუმენტის სათაური ერთი ტექსტური კვანძი არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "თანმიმდევრულობის შემოწმება" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "მოძველებული სამიზნეები აღმოჩენილი არაა." +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "ზომის ერთეული %s არასწორია. გამოტოვება." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "გარემოს განახლება: " +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" +msgstr "აღმოჩენილია ინდექსის ჩანაწერის უცნობი ტიპი %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s დაემატა, %s შეიცვალა, %s წაიშალა" +msgid "environment variable; %s" +msgstr "გარემოს ცვლადი; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:111 #, 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; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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." +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.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." +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:234 #, 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." +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "წყაროების კითხვა... " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:305 #, python-format -msgid "docnames to write: %s" -msgstr "ჩასაწერი დოკუმენტის სახელები: %s" +msgid "%s command line option" +msgstr "%s ბრძანების სტრიქონის პარამეტრი" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "დოკუმენტების მომზადება" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "ბრძანების სტრიქონის ვარიანტი" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "სარჩევის ელემენტებს წინ ცარიელი ხაზი უნდა იყოს" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo-ის ფაილების საქაღალდეა %(outdir)s." +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "სარჩევის ელემენტები ცარიელი ხაზებით უნდა გამოყოთ" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "სარჩევის ფორმატი არასწორია. გადაამოწმეთ შეწევა" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "კონფიგურაციის პარამეტრის \"texinfo_documents\" მნიშვნელობა მითითებული არაა. დოკუმენტების ჩაწერი არ იქნება" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "სარჩევის ელემენტი" + +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "გრამატიკის კოდი" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "მიმართვის ჭდე" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "გარემოს ცვლადი" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "პროგრამის პარამეტრი" + +#: domains/std/__init__.py:608 +msgid "document" +msgstr "დოკუმენტი" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "მოდულის ინდექსი" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "ძებნის გვერდი" + +#: domains/std/__init__.py:721 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" კონფიგურაციის პარამეტრი მიუთითებს უცნობ დოკუმენტზე %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "დუბლირებული %s აღწერისთვის %s. სხვა ასლი %s-შია" + +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig გამორთულია. :numref: გამოტოვებული იქნება." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/std/__init__.py:934 #, python-format -msgid "processing %s" -msgstr "დამუშავება %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "მიმართვების ამოხსნა..." +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" +msgstr "ბმულს წარწერა არ გააჩნია: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " ( " +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "არასწორი numfig_format: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "მიმდინარეობს Texinfo-ის მხარდაჭერის ფაილების კოპირება" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "არასწორი numfig_format: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/std/__init__.py:1194 #, python-format -msgid "error writing file Makefile: %s" -msgstr "შეცდომა Makefile-ის ჩაწერისას: %s" +msgid "undefined label: %r" +msgstr "აღუწერელი ჭდე: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/std/__init__.py:1196 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML გვერდის საქაღალდეა %(outdir)s." +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "ერთი დოკუმენტის აწყობა" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s () (მოდულში %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -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)" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (ჩაშენებული ცვლადი)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (ჩაშენებული კლასი)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:195 #, python-format -msgid "Invalid caption: %s" -msgstr "არასწორი წარწერა: %s" +msgid "%s (class in %s)" +msgstr "%s (კლასი %s-ში)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/python/__init__.py:249 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s () (%s კლასის მეთოდი)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: domains/python/__init__.py:251 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "\"%s\" და \"%s\" პარამეტრების ერთდროული გამოყენება შეუძლებელია" +msgid "%s() (%s static method)" +msgstr "%s () (%s სტატიკური მეთოდი)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: domains/python/__init__.py:389 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "ჩასასმელი ფაილი %r ვერ ვიპოვე ან მისი წაკითხვა შეუძლებელია" +msgid "%s (%s property)" +msgstr "%s (%s თვისება)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:428 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "ობიექტი სახელად %r ჩასასმელი ფაილში %r აღმოჩენილი არაა" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python-ის მოდულის ინდექსი" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "მოდულები" + +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "მოძველებულია" + +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "გამონაკლისი" + +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "კლასის მეთოდი" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "სტატიკური მეთოდი" + +#: domains/python/__init__.py:637 +msgid "property" +msgstr "თვისება" + +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/python/__init__.py:698 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/python/__init__.py:817 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (მოძველებული)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: 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 "გამონაკლისები" + +#: domains/c/__init__.py:199 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "აღმოჩენილია დუბლირებული სარჩევის ჩანაწერი: %s" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "დაბრუნებული მნიშვნელობები" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "სექციის ავტორი: " +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "წვერი" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "მოდულის ავტორი: " +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "ცვლადი" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "კოდის ავტორი: " +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "მაკრო" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "ავტორი: " +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "სტრუქტურა" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "გაერთიანება" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "ჩამონათვალი" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%d]" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "დამთვლელი" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%s]" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "ტიპი" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "ფუნქციის პარამეტრი" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "შაბლონის პარამეტრები" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Unknown image format: %s..." -msgstr "უცნობი გამოსახულების ფორმატი: %s..." +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "კონცეფცია" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s მიმართვის სამიზნე ვერ ვიპოვე: %s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "შაბლონის პარამეტრი" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r მიმართვის სამიზნე ვერ ვიპოვე: %s" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "შიგთავსი" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/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 "სარჩევი" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "ძებნა" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "გადასვლა" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "წყაროს ჩვენება" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "შიგთავსი" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "გვერდითი ზოლის ჩაკეცვა" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "სრული ინდექსი ერთ გვერდზე" + +#: themes/basic/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 #, python-format msgid "Search %(docstitle)s" msgstr "%(docstitle)s-შ ძებნა" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "სწრაფი ძებნა" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "ეს გვერდი" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "მიმოხილვა" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "კეთილი იყოს თქვენი მობრძანება" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "ინდექსები და ცხრილები:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "სრული სარჩევი" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "სექციებისა და ქვესექციების ჩამონათვალი" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "ძებნის გვერდი" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "ამ დოკუმენტაციაში ძებნა" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "გლობალური მოდულების ინდექსი" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "სწრაფი წვდომა ყველა მოდულთან" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "ზოგადი ინდექსი" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "ყველა ფუნქცია, კლასი, წესი" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "სრული ინდექსი ერთ გვერდზე" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "წინა თემა" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "წინა თავი" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "შემდეგი თემა" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "შემდეგი თავი" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "სწრაფი ძებნა" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "ძებნა" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "ეს გვერდი" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "ინდექსის გვერდები ასოების მიხედვით" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "შეიძლება უზარმაზარი იყოს" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "ნავიგაცია" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s-ში ძებნა" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "ამ დოკუმენტების შესახებ" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "საავტორო უფლებები" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "წინა თემა" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "წინა თავი" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "ბოლო განახლების დრო %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "შემდეგი თემა" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "შემდეგი თავი" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "გვერდითი ზოლის გაფართოება" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "ბიბლიოთეკის ცვლილებები" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API ცვლილებები" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "სხვა ცვლილებები" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "ძებნის დამთხვევების დამალვა" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "ძებნს შედეგები" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "ძებნა" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "ძებნის მომზადება..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "გამოსახულების ფაილი წაკითხვადი არაა: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "გამოსახულების ფაილი %s წაკითხვადი არაა: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "გადმოწერილი ფაილი წაკითხვადი არაა: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: environment/collectors/toctree.py:258 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: environment/adapters/toctree.py:318 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "აღმოჩენილია სარჩევის ხის წრიული მიმართვები. გამოტოვებული იქნება: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: environment/adapters/toctree.py:342 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "სარჩევის ხე შეიცავს მიმართვას დოკუმენტამდე %r, რომელსაც სათაური არ გააჩნია. ბმული არ შეიქმნება" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: environment/adapters/toctree.py:357 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "სარჩევის ხე არ-ჩართულ დოკუმენტამდე, %r, მიმართვას შეიცავს" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: environment/adapters/indexentries.py:126 #, python-format msgid "see %s" msgstr "იხილეთ %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: environment/adapters/indexentries.py:136 #, python-format msgid "see also %s" msgstr "აგრეთვე იხილეთ %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: environment/adapters/indexentries.py:144 #, python-format msgid "unknown index entry type %r" msgstr "უცნობი ინდექსის ჩანაწერის ტიპი %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 msgid "Symbols" msgstr "სიმბოლოები" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "შაბლონის პარამეტრები" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "პარამეტრები" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "დაბრუნებული მნიშვნელობები" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "გაერთიანება" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "წვერი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "ტიპი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "კონცეფცია" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "ჩამონათვალი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "დამთვლელი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "ფუნქციის პარამეტრი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "შაბლონის პარამეტრი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "ცვლადები" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "გამონაკლისები" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s () (მოდულში %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (მოდულში %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (ჩაშენებული ცვლადი)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (ჩაშენებული კლასი)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (კლასი %s-ში)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s () (%s კლასის მეთოდი)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s () (%s სტატიკური მეთოდი)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "%s (%s თვისება)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python-ის მოდულის ინდექსი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "მოდულები" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "მოძველებულია" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "გამონაკლისი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "კლასის მეთოდი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "სტატიკური მეთოდი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "თვისება" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (მოძველებული)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: builders/html/__init__.py:113 #, python-format -msgid "environment variable; %s" -msgstr "გარემოს ცვლადი; %s" +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML გვერდების საქაღალდეა %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: builders/html/__init__.py:340 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "აგების ინფორმაციის ფაილის წაკითხვის შეცდომა: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: builders/html/__init__.py:374 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" -msgstr "%s ბრძანების სტრიქონის პარამეტრი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "ბრძანების სტრიქონის ვარიანტი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "სარჩევის ელემენტებს წინ ცარიელი ხაზი უნდა იყოს" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "სარჩევის ელემენტები ცარიელი ხაზებით უნდა გამოყოთ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "სარჩევის ფორმატი არასწორია. გადაამოწმეთ შეწევა" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "სარჩევის ელემენტი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "გრამატიკის კოდი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "მიმართვის ჭდე" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "გარემოს ცვლადი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "პროგრამის პარამეტრი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "დოკუმენტი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "მოდულის ინდექსი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "დუბლირებული %s აღწერისთვის %s. სხვა ასლი %s-შია" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig გამორთულია. :numref: გამოტოვებული იქნება." +#: builders/html/__init__.py:499 +msgid "index" +msgstr "ინდექსი" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:547 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" -msgstr "ბმულს წარწერა არ გააჩნია: %s" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "შემდეგი" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 -#, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "არასწორი numfig_format: %s (%r)" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "წინა" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" -msgstr "არასწორი numfig_format: %s" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "ინდექსების გენერაცია" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" -msgstr "აღუწერელი ჭდე: %r" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "დამატებითი გვერდების ჩაწერა" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:772 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "გადმოწერადი ფაილების კოპირება... " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:796 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "ცვლადი" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "მაკრო" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "სტრუქტურა" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "წინა გვერდიდან" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "გრძელდება შემდეგ გვერდზე" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "არაანბანური" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "რიცხვები" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "პანელი" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "გამოცემა" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "მაგალითი" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "მაგალითები" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "საკვანძო სიტყვების არგუმენტები" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "ჩანაწერები" +msgid "cannot copy downloadable file %r: %s" +msgstr "გადმოწერადი ფაილის %r კოპირების შეცდომა:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "სხვა პარამეტრები" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "იღებს" +#: builders/html/__init__.py:861 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "ფაილის html_static_file-ში კოპირებს შეცდომა: %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "ბმები" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "სტატიკური ფაილების კოპირება" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "გაფრთხილებები" +#: builders/html/__init__.py:912 +#, python-format +msgid "cannot copy static file %r" +msgstr "სტატიკური ფაილის %r კოპირების შეცდომა" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "დამატებითი ფაილების კოპირება" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:927 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია დამხურავი ფრჩხილი): %s" +msgid "cannot copy extra file %r" +msgstr "დამატებითი ფაილის %r კოპირების შეცდომა" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:933 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია გამხსნელი ფრჩხილი): %s" +msgid "Failed to write build info file: %r" +msgstr "აგების ინფორმაციის ფაილის ჩაწერის შეცდომა: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "ძებნის ინდექსის ჩატვირთვა შეუძლებელია, მაგრამ ყველა დოკუმენტის აგება არ მოხდება: ინდექსი დაუსრულებელი იქნება." + +#: builders/html/__init__.py:1027 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1188 #, python-format -msgid "malformed string literal (missing opening quote): %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1197 #, python-format -msgid "(in %s v%s)" -msgstr "(%s v%s-ში)" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "შეცდომა %s გვერდის რენდერისას.\nმიზეზი: %r" + +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "ობიექტის ინვენტარის დამპი" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1237 #, python-format -msgid "(in %s)" -msgstr "" +msgid "dumping search index in %s" +msgstr "%s-ში არსებული ძებნის ინდექსის დამპი" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1279 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "invalid js_file: %r, ignored" +msgstr "არასწორი js_file: %r, გამოტოვებულია" + +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1317 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "მითითებული math_renderer %r უცნობია." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1325 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path ჩანაწერი %r არ არსებობს" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:1332 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path ჩანაწერი %r გამოტანის საქაღალდეშია" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/html/__init__.py:1342 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path ჩანაწერი %r არ არსებობს" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/html/__init__.py:1349 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path ჩანაწერი %r გამოტანის საქაღალდეშია" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "logo file %r does not exist" +msgstr "ლოგოს ფაილი %r არ არსებობს" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/html/__init__.py:1372 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "favicon file %r does not exist" +msgstr "favicon ფაილი %r არ არსებობს" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/html/__init__.py:1384 #, python-format msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format +#: builders/html/__init__.py:1397 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/html/__init__.py:1414 #, 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 documentation" +msgstr "%s %s დოკუმენტაცია" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/latex/transforms.py:119 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: builders/latex/transforms.py:485 +#, python-format +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: builders/latex/__init__.py:117 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX-ის ფაილების საქაღალდეა %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: builders/latex/__init__.py:119 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: builders/latex/__init__.py:169 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "%r-სთვის ხელმოწერის განახლების შეცდომა: პარამეტრი ვერ ვიპოვე: %s" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "გამოცემა" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "მიმდინარეობს TeX-ის მხარდაჭერის ფაილების კოპირება" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "დამატებითი ფაილების კოპირება" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: builders/latex/__init__.py:543 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "უცნობი კონფიგურაციის პარამეტრი: latex_elements[%r]. გამოტოვება." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: builders/latex/__init__.py:551 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "%r-სთვის ნაგულისხმევი არგუმენტის მნიშვნელობის დამუშავების შეცდომა: %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "უცნობი თემის პარამეტრი: latex_theme_options[%r]. გამოტოვება." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: builders/latex/theming.py:87 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r-ს პარამეტრი \"theme\" არ აქვს" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: builders/latex/theming.py:90 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r-ს \"%s\" პარამეტრი არ აქვს" + +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format +#: _cli/util/errors.py:172 msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, python-format +#: transforms/post_transforms/__init__.py:124 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)" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "A mocked object is detected: %r" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s მიმართვის სამიზნე ვერ ვიპოვე: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" +msgstr "%r მიმართვის სამიზნე ვერ ვიპოვე: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%s]" + +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "დაშორებული გამოსახულების მიღების შეცდომა: %s [%d]" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "უცნობი გამოსახულების ფორმატი: %s..." + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "მაგალითი" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "მაგალითები" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "საკვანძო სიტყვების არგუმენტები" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "ჩანაწერები" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "სხვა პარამეტრები" + +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "იღებს" + +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "ბმები" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "გაფრთხილებები" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "invalid value set (missing closing brace): %s" +msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია დამხურავი ფრჩხილი): %s" + +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" +msgstr "არასწორი მნიშვნელობების ნაკრები (აკლია გამხსნელი ფრჩხილი): %s" + +#: ext/napoleon/docstring.py:1029 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "" + +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" -msgstr "ძირითადი კლასები: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" -msgstr "ატრიბუტი %s ობიექტში %s აღმოჩენილი არაა" +msgid "failed to parse name %s" +msgstr "სახელის %s დამუშავების შეცომა" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" -msgstr "" +msgid "failed to import object %s" +msgstr "ობიექტის %s შემოტანის შეცდომა" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "მეტსახელი TypeVar(%s)-სთვის" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "%s-სთვის მეთოდის ხელმოწერის მიღება შეუძლებელია: %s" +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: ფაილი ვერ ვიპოვე: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "%s-ზე აღმოჩენილია არასწორი __slots__: გამოტოვებულია." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] %s-ში ჩაწერა" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3802,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3817,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "rST ფაილების დასაგენერირებელიკოდის ფაილები" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "გამოტანის ჩასაწერი საქაღალდე" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "ფაილის ნაგულიხმევი სუფიქსი (ნაგულისხმევი: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "მომხმარებლის ნიმუშების საქაღალდე (ნაგულისხმევი: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(%s v%s-ში)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" -msgstr "სახელის %s დამუშავების შეცომა" +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" -msgstr "ობიექტის %s შემოტანის შეცდომა" +msgid "invalid external cross-reference suffix: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: ფაილი ვერ ვიპოვე: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +#: ext/intersphinx/_load.py:59 +#, python-format +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_load.py:70 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:92 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r-ს პარამეტრი \"theme\" არ აქვს" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r-ს \"%s\" პარამეტრი არ აქვს" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" + +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX-ის ფაილების საქაღალდეა %(outdir)s." +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:117 +#: ext/intersphinx/_load.py:265 msgid "" -"\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "მიმდინარეობს TeX-ის მხარდაჭერის ფაილების კოპირება" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "დამატებითი ფაილების კოპირება" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "logo file %r does not exist" -msgstr "ლოგოს ფაილი %r არ არსებობს" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "უცნობი კონფიგურაციის პარამეტრი: latex_elements[%r]. გამოტოვება." +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r-სთვის ხელმოწერის განახლების შეცდომა: პარამეტრი ვერ ვიპოვე: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "უცნობი თემის პარამეტრი: latex_theme_options[%r]. გამოტოვება." +msgid "Failed to parse type_comment for %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "build info file is broken: %r" -msgstr "აგების ინფორმაციის ფაილი გაფუჭებულია: %r" +msgid "invalid value for member-order option: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML გვერდების საქაღალდეა %(outdir)s." +msgid "invalid value for class-doc-from option: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "Failed to read build info file: %r" -msgstr "აგების ინფორმაციის ფაილის წაკითხვის შეცდომა: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "ინდექსი" +msgid "invalid signature for auto%s (%r)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Logo of %s" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "შემდეგი" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "წინა" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "ინდექსების გენერაცია" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "დამატებითი გვერდების ჩაწერა" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "გადმოწერადი ფაილების კოპირება... " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "გადმოწერადი ფაილის %r კოპირების შეცდომა:%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "ფაილის html_static_file-ში კოპირებს შეცდომა: %s: %r" +msgid "error while formatting signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "სტატიკური ფაილების კოპირება" +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "cannot copy static file %r" -msgstr "სტატიკური ფაილის %r კოპირების შეცდომა" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "დამატებითი ფაილების კოპირება" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:1036 #, python-format -msgid "cannot copy extra file %r" -msgstr "დამატებითი ფაილის %r კოპირების შეცდომა" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:1102 #, python-format -msgid "Failed to write build info file: %r" -msgstr "აგების ინფორმაციის ფაილის ჩაწერის შეცდომა: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "ძებნის ინდექსის ჩატვირთვა შეუძლებელია, მაგრამ ყველა დოკუმენტის აგება არ მოხდება: ინდექსი დაუსრულებელი იქნება." +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1616 #, 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 get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "შეცდომა %s გვერდის რენდერისას.\nმიზეზი: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "ობიექტის ინვენტარის დამპი" +msgid "Bases: %s" +msgstr "ძირითადი კლასები: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "dumping search index in %s" -msgstr "%s-ში არსებული ძებნის ინდექსის დამპი" +msgid "missing attribute %s in object %s" +msgstr "ატრიბუტი %s ობიექტში %s აღმოჩენილი არაა" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "არასწორი js_file: %r, გამოტოვებულია" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "მითითებული math_renderer %r უცნობია." +msgid "alias of TypeVar(%s)" +msgstr "მეტსახელი TypeVar(%s)-სთვის" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path ჩანაწერი %r არ არსებობს" +msgid "Failed to get a method signature for %s: %s" +msgstr "%s-სთვის მეთოდის ხელმოწერის მიღება შეუძლებელია: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path ჩანაწერი %r გამოტანის საქაღალდეშია" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "%s-ზე აღმოჩენილია არასწორი __slots__: გამოტოვებულია." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path ჩანაწერი %r არ არსებობს" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "%r-სთვის ნაგულისხმევი არგუმენტის მნიშვნელობის დამუშავების შეცდომა: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path ჩანაწერი %r გამოტანის საქაღალდეშია" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "წინა გვერდიდან" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" -msgstr "favicon ფაილი %r არ არსებობს" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "გრძელდება შემდეგ გვერდზე" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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 "" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "არაანბანური" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "რიცხვები" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s დოკუმენტაცია" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "პანელი" diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.js b/sphinx/locale/ko/LC_MESSAGES/sphinx.js index 4cfc8ce09db..58fdf54c5ad 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.js @@ -36,7 +36,9 @@ Documentation.addTranslations({ "Search": "\uac80\uc0c9", "Search Page": "\uac80\uc0c9 \ud398\uc774\uc9c0", "Search Results": "\uac80\uc0c9 \uacb0\uacfc", - "Search finished, found ${resultCount} page(s) matching the search query.": "\uac80\uc0c9\uc774 \uc644\ub8cc\ub418\uc5c8\uc73c\uba70, \uac80\uc0c9\uc5b4\uc640 \uc77c\uce58\ud558\ub294 ${resultCount} \uac1c \ud398\uc774\uc9c0\ub97c \ucc3e\uc558\uc2b5\ub2c8\ub2e4.", + "Search finished, found one page matching the search query.": [ + "" + ], "Search within %(docstitle)s": "%(docstitle)s\uc5d0\uc11c \ucc3e\uae30", "Searching": "\uac80\uc0c9 \uc911", "Searching for multiple words only shows matches that contain\n all words.": "\uc5ec\ub7ec \ub2e8\uc5b4\ub97c \uac80\uc0c9\ud558\uba74 \ubaa8\ub4e0 \ub2e8\uc5b4\uac00 \ud3ec\ud568\ub41c \uc77c\uce58 \ud56d\ubaa9\ub9cc \ud45c\uc2dc\ub429\ub2c8\ub2e4.", diff --git a/sphinx/locale/ko/LC_MESSAGES/sphinx.mo b/sphinx/locale/ko/LC_MESSAGES/sphinx.mo index 0c88caec46a..973b9f01005 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 31b5ee099bd..47d3803a9d9 100644 --- a/sphinx/locale/ko/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ko/LC_MESSAGES/sphinx.po @@ -9,389 +9,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: YT H , 2019-2022\n" "Language-Team: Korean (http://app.transifex.com/sphinx-doc/sphinx-1/language/ko/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: ko\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "검색된 테마 구성에서 %s.%s 설정이 존재하지 않습니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "지원하지 않는 테마 옵션 %r을(를) 설정했습니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "테마 경로의 %r 파일이 유효한 ZIP 파일이 아니거나 테마를 포함하지 않습니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments 구문 분석기 이름 %r을(를) 확인할 수 없습니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "%s 확장 기능은 needs_extensions 설정에 따라 필요하지만, 로드되지 않았습니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)으로 빌드 할 수 없습니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "이벤트 %r이(가) 이미 존재합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "알 수 없는 이벤트 이름: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "처리기 %r (이벤트 %r에 대한) 에서 예외를 발생했습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "설정 디렉토리에 conf.py 파일이 없습니다 (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "잘못된 구성 값을 찾았습니다: 'language = None'. 유효한 언어 코드로 구성을 업데이트하십시오. 대신 'en'(영어)을 사용합니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "Dictionary 구성 설정 %r을(를) 재정의할 수 없으며, 무시합니다 (개별 요소를 설정하기 위해 %r 사용)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "숫자 %r이(가) 설정값 %r에 대해 유효하지 않으며, 무시합니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "지원되지 않는 유형의 구성 설정 %r을(를) 재정의 할 수 없으며, 무시합니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "재정의 중 알 수 없는 설정값 %r, 무시합니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "설정값 %r이(가) 이미 존재합니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "구성 파일에 구문 오류가 있습니다: %s\n" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "구성 파일(또는 가져온 모듈 중 하나)에서 sys.exit()을 호출했습니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "구성 파일에 프로그램 오류가 있습니다:\n\n%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "제 %s 절" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "그림 %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "표 %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "예시 %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "설정값 `{name}`은(는) {candidates} 중 하나여야 하지만, `{current}`이(가) 지정되었습니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, {permitted} 유형을 기대했습니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, 기본값은 `{default.__name__}'입니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r(이)가 없으므로, 무시합니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "2.0 버전부터 Sphinx는 기본적으로 \"index\"를 root_doc으로 사용합니다. conf.py에 \"root_doc = 'contents'\"를 추가하십시오." - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "원본 디렉토리를 찾을 수 없습니다 (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "출력 디렉토리 %s은(는) 디렉토리가 아닙니다." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "원본 디렉토리와 대상 디렉토리는 같을 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx 버전 %s 실행 중" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "이 프로젝트는 최소 Sphinx 버전 %s이(가) 필요하므로 현재 버전으로 빌드할 수 없습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "출력 디렉토리 만드는 중" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "확장 기능 %s 설정 중:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 확장 기능으로 동작하는 데 필요합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "번역을 불러오는 중 [%s]… " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "완료" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "기본 제공 메시지를 사용할 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "pickle로 저장된 환경을 불러오는 중" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "실패: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "선택한 빌더가 없으므로, 기본값인 html을 사용합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "성공" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "완료했으나 문제점 발견" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "빌드 %s, 경고가 %s 개 발생했습니다 (경고를 오류로 처리)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "빌드 %s, 경고가 %s 개 발생했습니다 (경고를 오류로 처리)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "빌드 %s, 경고가 %s 개 발생했습니다." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "빌드 %s, 경고가 %s 개 발생했습니다." +msgid "build finished with problems, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "빌드 %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "%r 노드 클래스가 이미 등록되어 있으며, 방문자를 무시합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "%r 지시문이 이미 등록되어 있으며, 재정의됩니다" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "%r 역할이 이미 등록되어 있으며, 재정의됩니다" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -399,12 +163,12 @@ msgid "" "explicit" msgstr "%s 확장 기능은 병렬 읽기에 안전한지 선언하지 않았으므로, 그렇지 않다고 가정합니다. 확장 기능 작성자에게 확인하고 명시하도록 요청하십시오" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s 확장 기능은 병렬 읽기에 안전하지 않습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -412,311 +176,822 @@ msgid "" "explicit" msgstr "%s 확장 기능은 병렬 쓰기에 안전한지 선언하지 않았으므로, 그렇지 않다고 가정합니다. 확장 기능 작성자에게 확인하고 명시하도록 요청하십시오" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s 확장 기능은 병렬 쓰기에 안전하지 않습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "병렬 %s 처리" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python 향상 제안; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "잘못된 PEP 번호 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "잘못된 RFC 번호 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "빌더 클래스 %s에 \"name\" 속성이 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "%r 빌더가 이미 존재합니다 (%s 모듈에 있음)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "빌더 이름 %s이(가) 등록되지 않았거나 진입점을 통해서만 사용할 수 있습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "빌더 이름 %s이(가) 등록되지 않았습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "%s 영역이 이미 등록되었습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "%s 영역이 아직 등록되지 않았습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r 지시문이 %s 영역에 이미 등록되었습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r 역할이 %s 영역에 이미 등록되었습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r 색인이 %s 영역에 이미 등록되었습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type이 이미 등록되었습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type이 이미 등록되었습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r이(가) 이미 등록되었습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "%r에 대한 source_parser가 이미 등록되었습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "%s에 대한 소스 해석기가 등록되지 않았습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "%r에 대한 변환기가 이미 존재합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "add_node()에 대한 kwargs는 반드시 (visit, depart)의 함수 튜플이어야 합니다: %r=%r" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r이(가) 이미 등록되었습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "수식 렌더러 %s이(가) 이미 등록되었습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "%r 확장 기능은 Sphinx에 버전 %s 이후로 이미 병합되었습니다. 이 확장 기능은 무시됩니다." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "원래 예외:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "확장 기능 %s을(를) 가져올 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "확장 기능 %r에 setup() 함수가 없습니다. Sphinx 확장 모듈이 맞습니까?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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이(가) 필요합니다. 따라서 이 버전으로 빌드 할 수 없습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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를 반환해야 합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "모듈에서 자동으로 docstring 삽입" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments 구문 분석기 이름 %r을(를) 확인할 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "doctest 블록의 코드 조각을 자동으로 테스트" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "다른 프로젝트의 Sphinx 문서 간 링크" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "%s 확장 기능은 needs_extensions 설정에 따라 필요하지만, 로드되지 않았습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "빌드 시 표시하거나 숨길 수 있는 \"할 일\" 항목 작성" +#: extension.py:76 +#, 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)으로 빌드 할 수 없습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "문서의 커버리지 확인" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "PNG나 SVG 이미지로 렌더링 된 수식 포함" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "검색된 테마 구성에서 %s.%s 설정이 존재하지 않습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "지원하지 않는 테마 옵션 %r을(를) 설정했습니다" + +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "테마 경로의 %r 파일이 유효한 ZIP 파일이 아니거나 테마를 포함하지 않습니다" + +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" + +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "설정 디렉토리에 conf.py 파일이 없습니다 (%s)" + +#: config.py:323 +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:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "Dictionary 구성 설정 %r을(를) 재정의할 수 없으며, 무시합니다 (개별 요소를 설정하기 위해 %r 사용)" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "숫자 %r이(가) 설정값 %r에 대해 유효하지 않으며, 무시합니다" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "지원되지 않는 유형의 구성 설정 %r을(를) 재정의 할 수 없으며, 무시합니다" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "재정의 중 알 수 없는 설정값 %r, 무시합니다" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "설정값 %r이(가) 이미 존재합니다" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "구성 파일에 구문 오류가 있습니다: %s\n" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "구성 파일(또는 가져온 모듈 중 하나)에서 sys.exit()을 호출했습니다" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "구성 파일에 프로그램 오류가 있습니다:\n\n%s" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "제 %s 절" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "그림 %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "표 %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "예시 %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "설정값 `{name}`은(는) {candidates} 중 하나여야 하지만, `{current}`이(가) 지정되었습니다." + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, {permitted} 유형을 기대했습니다." + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "설정값 `{name}'은(는) `{current.__name__}' 유형이지만, 기본값은 `{default.__name__}'입니다." + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r(이)가 없으므로, 무시합니다." + +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "2.0 버전부터 Sphinx는 기본적으로 \"index\"를 root_doc으로 사용합니다. conf.py에 \"root_doc = 'contents'\"를 추가하십시오." + +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (지시문)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (지시문 옵션)" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (역할)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "지시문" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "지시문 옵션" + +#: domains/rst.py:225 +msgid "role" +msgstr "역할" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "중복된 %s %s 설명, 다른 인스턴스는 %s에 있음" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (내장 함수)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s 메서드)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (클래스)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (전역 변수 또는 상수)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s의 속성)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "인수" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "예외" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "반환" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "반환 형식" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (모듈)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "함수" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "메서드" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "클래스" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "데이터" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "속성" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "모듈" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "중복된 %s 설명 (%s에 대한), 다른 항목은 %s (%s)에 있음" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "버전 %s에서 변경" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "버전 %s부터 폐지됨" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "중복 인용 %s, 다른 인스턴스는 %s에 있음" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "인용 [%s]이(가) 참조되지 않았습니다." + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "중복 레이블의 수식 %s, 다른 인스턴스는 %s에 있음" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "잘못된 math_eqref_format: %r" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "새로운 설정" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "설정이 변경됨" + +#: environment/__init__.py:88 +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 "원본 디렉토리가 변경됨" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "이 환경은 선택한 빌더와 호환되지 않습니다. 다른 doctree 디렉토리를 선택하십시오." + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "%s에서 문서를 탐색하지 못했습니다: %r" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "%r 영역이 등록되지 않았습니다" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "문서가 어느 toctree에도 포함되어 있지 않음" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "자체 참조된 toctree가 발견되었습니다. 무시합니다." + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "경고" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "모듈에서 자동으로 docstring 삽입" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "doctest 블록의 코드 조각을 자동으로 테스트" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "다른 프로젝트의 Sphinx 문서 간 링크" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "빌드 시 표시하거나 숨길 수 있는 \"할 일\" 항목 작성" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "문서의 커버리지 확인" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "PNG나 SVG 이미지로 렌더링 된 수식 포함" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "MathJax로 브라우저에서 렌더링 하는 수식 포함" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 +#: cmd/quickstart.py:50 msgid "conditional inclusion of content based on config values" msgstr "설정값을 기반으로 콘텐츠를 조건부 포함" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 +#: cmd/quickstart.py:51 msgid "include links to the source code of documented Python objects" msgstr "문서화 된 Python 객체의 소스 코드에 대한 링크 포함" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 +#: cmd/quickstart.py:52 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "GitHub 페이지에 문서를 게시하기 위해 .nojekyll 파일 생성" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "유효한 경로 이름을 입력하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "텍스트를 입력하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "%s 중 하나를 입력하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "'y' 또는 'n'을 입력하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "파일 접미사를 입력하십시오 (예: '.rst' 또는 '.txt')." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Sphinx %s 빠른 시작 유틸리티에 오신 것을 환영합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 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를 누릅니다)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "선택한 루트 경로: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "문서의 루트 경로를 입력하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "문서의 루트 경로" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "오류: 선택한 루트 경로에서 기존 conf.py 파일이 발견되었습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart는 기존 Sphinx 프로젝트를 덮어 쓰지 않습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "새 루트 경로를 입력하십시오 (또는 Enter를 눌러 종료)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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\" 디렉토리로 분리합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "원본과 빌드 디렉토리 분리 (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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입니다. 다른 접두사(\".\" 과 같은)를 입력하여 밑줄 문자를 변경할 수 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "템플릿 및 정적 디렉토리의 이름 접두사" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "프로젝트 이름은 빌드 된 문서의 여러 위치에 표시됩니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "프로젝트 이름" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "작성자 이름" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -725,15 +1000,15 @@ msgid "" "just set both to the same value." msgstr "Sphinx는 소프트웨어에 대한 \"버전\"과 \"릴리스\"라는 개념을 가지고 있습니다.\n각 버전에는 여러 릴리스가 있을 수 있습니다. 예를 들어 Python의 경우 버전은\n2.5나 3.0과 같은 반면 릴리스는 2.5.1 또는 3.0a1과 같습니다.\n이러한 이중 구조가 필요하지 않으면 둘 다 동일한 값으로 설정하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "프로젝트 버전" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "프로젝트 릴리스" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -743,21 +1018,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "문서를 영어 이외의 언어로 작성하려는 경우, 여기에서 해당 언어 코드로 언어를\n선택할 수 있습니다. 그러면 Sphinx가 생성한 텍스트를 해당 언어로 번역합니다.\n\n지원되는 코드 목록은\nhttps://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language\n를 참조하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "프로젝트 언어" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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있는 파일만 문서로 간주됩니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "원본 파일 접미사" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -765,93 +1040,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "한 문서는 \"컨텐츠 트리\"의 최상위 노드, 즉 문서 계층 구조의 루트로 간주된다는\n점에서 특별합니다. 일반적으로 이 값은 \"index\" 이지만, \"index\" 문서가\n사용자 정의 템플릿일 경우 이를 다른 파일 이름으로 설정할 수도 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "마스터 문서의 이름 (접미사 없이)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "오류: 선택한 루트 경로에 마스터 파일 %s이(가) 이미 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart는 기존 파일을 덮어 쓰지 않습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "새 파일 이름을 입력하거나 기존 파일의 이름을 바꾸고, Enter를 누르십시오" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "다음 Sphinx 확장 기능 중 사용 설정해야 하는 항목을 지정하십시오:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "참고: imgmath와 mathjax는 동시에 활성화 할 수 없습니다. imgmath가 선택 취소되었습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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'을 실행하기만 하면 됩니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "Makefile을 만드시겠습니까? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "Windows 명령 파일을 만드시겠습니까? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "%s 파일을 만드는 중입니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "%s 파일이 이미 존재하여, 건너뜁니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "완료됨: 초기 디렉토리 구조가 생성되었습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "이제 마스터 파일 %s을(를) 채우고 다른 원본 문서 파일을 만들어야 합니다. " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "Makefile을 사용하여 다음과 같이 문서를 빌드하십시오:\n make builder" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "여기서 \"builder\"는 지원되는 빌더 중 하나(예: html, latex, linkcheck)입니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -861,208 +1134,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "\nSphinx 프로젝트에 필요한 파일을 생성합니다.\n\nsphinx-quickstart는 대화형 도구로서, 프로젝트에 대한 몇 가지 질문을 한 다음\n완전한 문서 디렉토리와 (sphinx-build와 함께 사용할 수 있는) 견본 Makefile을 생성합니다.\n" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "자세한 내용은 를 참조하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "조용한 모드" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "프로젝트 루트 디렉토리" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "구조 옵션" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "지정된 경우, 원본과 빌드 디렉토리를 구분합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "지정된 경우, 원본 디렉토리 아래에 빌드 디렉토리를 만듭니다" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "_templates 등에서 마침표의 대체 문자" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "프로젝트 기본 옵션" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "프로젝트 이름" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "작성자 이름" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "프로젝트의 버전" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "프로젝트의 릴리스" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "문서 언어" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "원본 파일의 접미사" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "마스터 문서 이름" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "EPUB 사용" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "확장 기능 옵션" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "%s 확장 기능 사용" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "임의의 확장 기능 사용" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "Makefile과 배치 파일 생성" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "makefile 생성" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "makefile을 생성하지 않음" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "배치 파일 생성" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "배치 파일을 생성하지 않음" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "Makefile/make.bat에서 make 모드 사용" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "프로젝트 템플릿" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "템플릿 파일에 대한 템플릿 디렉토리" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "템플릿 변수 정의" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "\"quiet\"이 지정되었지만, \"project\" 또는 \"author\"가 정의되지 않았습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "오류: 지정된 경로가 디렉토리가 아니거나, Sphinx 파일이 이미 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "sphinx-quickstart는 빈 디렉토리에만 생성됩니다. 새 루트 경로를 지정하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "잘못된 템플릿 변수: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "빌드하는 동안 예외 발생, 디버거 시작:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "중단되었습니다!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "reST 마크업 오류:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "인코딩 오류:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "개발자에게 문제를 보고할 경우를 위해, 전체 역추적 정보가 %s에 저장되었습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "재귀 오류:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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에서 Python 재귀 제한 기본값 1000을 늘릴 수 있습니다 (주의):" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "예외 발생:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "사용자 오류인 경우에도 이를 보고하여, 다음에 더 나은 오류 메시지를 제공할 수 있도록 해 주십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "버그 보고서는 의 트래커에 제출할 수 있습니다. 감사합니다!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "작업 숫자는 양수여야 합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1081,805 +1341,893 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "문서 원본 파일의 경로" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "출력 디렉토리 경로" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "일반 옵션" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "모든 파일 기록 (기본값: 새 파일과 변경된 파일만 기록)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "저장된 환경을 사용하지 않고, 항상 모든 파일 읽기" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "구성 파일의 설정 무시" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "HTML 템플릿에 값 전달" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "태그를 정의: 태그가 있는 \"only\" 블록을 포함" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "콘솔 출력 옵션" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "상세도 높임 (반복 가능)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "stdout에 출력하지 않고, stderr에 경고만 표시" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "경고를 포함하여 아무 출력도 하지 않음" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "컬러 출력 허용 (기본값: 자동 감지)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "컬러 출력을 허용하지 않음 (기본값: 자동 감지)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "주어진 파일에 경고(및 오류)를 기록" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "경고를 오류로 바꿈" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "예외 발생 시 전체 추적 표시" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "예외 발생 시 Pdb 실행" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "-a 옵션과 파일 이름을 함께 사용할 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "경고 기록 파일 %r을(를) 열 수 없습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "-D 옵션 인수는 name=value 형식이어야 합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "-A 옵션 인수는 name=value 형식이어야 합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "번역된 메시지의 각주 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "더미 빌더는 파일을 생성하지 않습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "번역된 메시지의 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "위의 출력 또는 %(outdir)s/output.txt 파일에서 오류를 확인하십시오" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "번역된 메시지의 인용 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "끊어진 링크: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "번역된 메시지의 용어 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "앵커 '%s'을(를) 찾을 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%Y년 %m월 %d일" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "linkcheck_allowed_redirects에서 정규식을 컴파일하지 못했습니다: %r %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML 페이지는 %(outdir)s에 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "단일 문서 조합 중" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "작성 중" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "추가 파일 작성 중" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "4 개 열 기반 색인을 찾았습니다. 사용하고 있는 확장 기능의 버그일 수 있습니다: %r" +msgid "The manual pages are in %(outdir)s." +msgstr "매뉴얼 페이지는 %(outdir)s에 있습니다." + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "\"man_pages\" 설정값이 없으므로, 매뉴얼 페이지를 작성하지 않습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "각주 [%s]이(가) 참조되지 않았습니다." +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "각주 [#]이 참조되지 않았습니다." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "텍스트 파일은 %(outdir)s에 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "%s 영역에서 문제 발생: 필드가 '%s' 역할을 사용해야 하지만, 해당 역할이 도메인에 없습니다." +msgid "error writing file %s: %s" +msgstr "%s 파일 쓰기 오류: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/xml.py:38 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +msgid "The XML files are in %(outdir)s." +msgstr "XML 파일은 %(outdir)s에 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/xml.py:110 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "의사 XML 파일은 %(outdir)s에 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo 파일은 %(outdir)s에 있습니다." + +#: builders/texinfo.py:49 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nmakeinfo를 통해 작업하려면 해당 디렉토리에서 'make'를 실행하십시오\n(자동으로 수행하려면 여기에서 'make info'를 사용하십시오)." + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "\"texinfo_documents\" 설정값이 없으므로, 문서를 작성하지 않습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/texinfo.py:90 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree에 존재하지 않는 파일 %r에 대한 참조가 있음" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "only 지시문 식을 평가하는 동안 예외 발생: %s" +msgid "processing %s" +msgstr "%s 처리 중" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "참조 처리 중…" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (문서 " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "이미지를 복사하는 중… " -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "cannot copy image file %r: %s" +msgstr "이미지 파일 %r을(를) 복사할 수 없습니다: %s" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "Texinfo 지원 파일을 복사하는 중" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "Makefile 쓰기 오류: %s" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "메시지 카탈로그는 %(outdir)s에 있습니다." + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "빌드 중 [%s]: " + +#: builders/gettext.py:252 +#, 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 "메시지 카탈로그 작성 중… " + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s (%s)" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "빌드 중 [mo]: " + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "출력을 쓰는 중… " + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "모든 %d 개의 po 파일" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "지정된 %d 개의 po 파일 대상" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "오래된 %d 개의 po 파일 대상" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "모든 원본 파일" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:313 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"file %r given on command line is not under the source directory, ignoring" +msgstr "명령줄에 지정된 파일 %r이(가) 원본 디렉토리에 있지 않으므로, 무시합니다" + +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:339 #, python-format -msgid "reading error: %s, %s" -msgstr "읽기 오류: %s, %s" +msgid "%d source files given on command line" +msgstr "명령줄에 지정된 %d 개의 원본 파일" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:354 #, python-format -msgid "writing error: %s, %s" -msgstr "쓰기 오류: %s, %s" +msgid "targets for %d source files that are out of date" +msgstr "오래된 %d 개의 원본 파일 대상" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "오래된 파일을 찾는 중… " -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:386 #, python-format -msgid "locale_dir %s does not exist" +msgid "%d found" +msgstr "%d 개 찾음" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "찾은 것이 없음" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "pickle로 환경을 저장하는 중" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "일관성 확인 중" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "오래된 대상이 없습니다." + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "환경을 갱신하는 중: " + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s 개 추가됨, %s 개 변경됨, %s 개 제거됨" + +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:516 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "잘못된 날짜 형식입니다. 바로 출력하려면 작은 따옴표로 문자열을 인용하십시오: %s" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:527 #, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "알 수 없는 지시문 또는 역할 이름: %s:%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 "" + +#: builders/__init__.py:534 +#, 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:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "원본을 읽는 중… " -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:686 #, python-format -msgid "unknown node type: %r" -msgstr "알 수 없는 노드 유형: %r" +msgid "docnames to write: %s" +msgstr "기록할 문서 이름: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "기본 역할 %s을(를) 찾을 수 없음" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "문서 준비 중" + +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "디코드 할 수 없는 원본 문자이며, \"?\"로 대체합니다: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "건너뜀" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "실패" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "주의" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "조심" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "위험" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "ePub 파일은 %(outdir)s에 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "오류" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml 파일 쓰는 중…" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "힌트" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "설정값 \"epub_language\"(또는 \"language\")는 EPUB3의 경우 비워 둘 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "중요" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "설정값 \"epub_uid\"는 EPUB3의 경우 XML 이름이어야 합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "참고" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "설정값 \"epub_title\"은 EPUB3의 경우 비워 둘 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "더 보기" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "설정값 \"epub_author\"는 EPUB3의 경우 비워 둘 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "팁" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "설정값 \"epub_contributor\"는 EPUB3의 경우 비워 둘 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "경고" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "설정값 \"epub_description\"은 EPUB3의 경우 비워 둘 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "새로운 설정" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "설정값 \"epub_publisher\"는 EPUB3의 경우 비워 둘 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "설정이 변경됨" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "설정값 \"epub_copyright\"(또는 \"copyright\")는 EPUB3의 경우 비워 둘 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "확장 기능이 변경됨" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "설정값 \"epub_identifier\"는 EPUB3의 경우 비워 둘 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "빌드 환경 버전이 최신이 아님" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "설정값 \"version\"은 EPUB3의 경우 비워 둘 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "원본 디렉토리가 변경됨" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "잘못된 css_file: %r, 무시합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "이 환경은 선택한 빌더와 호환되지 않습니다. 다른 doctree 디렉토리를 선택하십시오." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "중복된 목차 항목 발견: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "%s에서 문서를 탐색하지 못했습니다: %r" +msgid "cannot read image file %r: copying it instead" +msgstr "이미지 파일 %r을(를) 읽을 수 없으며, 대신 복사합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" -msgstr "%r 영역이 등록되지 않았습니다" +msgid "cannot write image file %r: %s" +msgstr "이미지 파일 %r을(를) 기록할 수 없습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "문서가 어느 toctree에도 포함되어 있지 않음" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "Pillow를 찾을 수 없습니다 - 이미지 파일을 복사합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "자체 참조된 toctree가 발견되었습니다. 무시합니다." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "mimetype 파일 쓰는 중…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "중복 인용 %s, 다른 인스턴스는 %s에 있음" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "META-INF/container.xml 파일 쓰는 중…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "인용 [%s]이(가) 참조되지 않았습니다." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "content.opf 파일 쓰는 중…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (내장 함수)" +msgid "unknown mimetype for %s, ignoring" +msgstr "%s은(는) 알 수 없는 MIME 유형이며, 무시합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s 메서드)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "toc.ncx 파일 쓰는 중…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (클래스)" +msgid "writing %s file..." +msgstr "%s 파일을 기록하는 중…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (전역 변수 또는 상수)" +msgid "The overview file is in %(outdir)s." +msgstr "개요 파일은 %(outdir)s에 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s의 속성)" +msgid "no changes in version %s." +msgstr "버전 %s에는 변경 사항이 없습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "인수" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "요약 파일 작성 중…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "예외" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "내장" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "반환" +#: builders/changes.py:79 +msgid "Module level" +msgstr "모듈 수준" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "반환 형식" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "원본 파일을 복사하는 중…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (모듈)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "함수" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "메서드" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "클래스" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "데이터" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "속성" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "모듈" +msgid "could not read %r for changelog creation" +msgstr "변경 로그 생성을 위해 %r을(를) 읽을 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/rst.py:72 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "중복된 %s 설명 (%s에 대한), 다른 항목은 %s (%s)에 있음" +msgid "default role %s not found" +msgstr "기본 역할 %s을(를) 찾을 수 없음" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/docfields.py:95 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "중복 레이블의 수식 %s, 다른 인스턴스는 %s에 있음" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "%s 영역에서 문제 발생: 필드가 '%s' 역할을 사용해야 하지만, 해당 역할이 도메인에 없습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/osutil.py:130 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "잘못된 math_eqref_format: %r" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:419 #, python-format -msgid "Added in version %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:487 #, python-format -msgid "Changed in version %s" -msgstr "버전 %s에서 변경" +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree에 존재하지 않는 파일 %r에 대한 참조가 있음" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/nodes.py:701 #, python-format -msgid "Deprecated since version %s" -msgstr "버전 %s부터 폐지됨" +msgid "exception while evaluating only directive expression: %s" +msgstr "only 지시문 식을 평가하는 동안 예외 발생: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:76 #, python-format -msgid "Removed in version %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/fileutil.py:91 #, python-format -msgid "%s (directive)" -msgstr "%s (지시문)" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:170 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (지시문 옵션)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/inventory.py:185 #, python-format -msgid "%s (role)" -msgstr "%s (역할)" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "지시문" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "알 수 없는 지시문 또는 역할 이름: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "지시문 옵션" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "알 수 없는 노드 유형: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "역할" +#: util/display.py:83 +msgid "skipped" +msgstr "건너뜀" + +#: util/display.py:88 +msgid "failed" +msgstr "실패" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "중복된 %s %s 설명, 다른 인스턴스는 %s에 있음" +msgid "reading error: %s, %s" +msgstr "읽기 오류: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "writing error: %s, %s" +msgstr "쓰기 오류: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[소스]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "모듈 코드 강조 중… " +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "잘못된 날짜 형식입니다. 바로 출력하려면 작은 따옴표로 문자열을 인용하십시오: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -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." +msgstr "csv-table 지시문의 \":file:\" 옵션은 이제 절대 경로를 소스 디렉토리의 상대 경로로 인식합니다. 문서를 업데이트하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "모듈 코드" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "내어쓰기에 의해 비 공백 문자가 제거됨" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:84 #, python-format -msgid "

Source code for %s

" -msgstr "

%s의 소스 코드

" +msgid "Invalid caption: %s" +msgstr "잘못된 캡션: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "개요: 모듈 코드" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "줄 번호 지정이 범위를 벗어남 (1-%d): %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "\"%s\"과(와) \"%s\" 옵션을 모두 사용할 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "할 일" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "포함 파일 %r을(를) 찾을 수 없거나 읽지 못했습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:228 #, python-format -msgid "TODO entry found: %s" -msgstr "TODO 항목 발견: %s" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "포함 파일 %r을 읽는데 사용한 %r 인코딩이 잘못된 것 같습니다. :encoding: 옵션을 지정해 보십시오" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<<원래 항목>>" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "포함 파일 %r에서 이름이 %r 인 객체를 찾을 수 없습니다" + +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "분리된 \"lines\" 집합과 함께 \"lineno-match\"를 사용할 수 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<<원래 항목>>은 %s 파일, %d 행에 있습니다.)" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "행 지정 %r: 포함 파일 %r에서 가져온 줄이 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "원래 항목" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "toctree glob 패턴 %r 이(가) 어느 문서와도 일치하지 않습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "Would create file %s." -msgstr "%s 파일을 작성합니다." +msgid "toctree contains reference to excluded document %r" +msgstr "toctree에 제외된 문서 %r에 대한 참조가 있음" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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참고: 기본적으로이 스크립트는 이미 생성된 파일을 덮어 쓰지 않습니다." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree에 존재하지 않는 문서 %r에 대한 참조가 있음" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "문서에 대한 모듈 경로" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "toctree에서 중복 항목이 발견됨: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "생성에서 제외할 fnmatch 형식의 파일 또는 디렉토리 패턴" +#: directives/other.py:204 +msgid "Section author: " +msgstr "구역 작성자: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "모든 출력을 저장할 디렉토리" +#: directives/other.py:206 +msgid "Module author: " +msgstr "모듈 작성자: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "목차에 표시할 하위 모듈의 최대 깊이 (기본값: 4)" +#: directives/other.py:208 +msgid "Code author: " +msgstr "코드 작성자: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "기존 파일 덮어쓰기" +#: directives/other.py:210 +msgid "Author: " +msgstr "작성자: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "심볼릭 링크를 따라갑니다. collective.recipe.omelette과 결합하면 강력합니다." +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr ".. acks 내용이 목록이 아닙니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "파일을 생성하지 않고 스크립트 실행" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr ".. hlist 내용이 목록이 아닙니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "각 모듈에 대한 문서를 개별 페이지에 배치" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "\"_private\" 모듈 포함" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "목차의 파일 이름 (기본값: modules)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "목차 파일을 만들지 않음" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "모듈/패키지에 대한 제목을 만들지 않음 (예: docstring에 이미 포함된 경우)" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "서브 모듈 문서 앞에 모듈 문서를 넣음" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "PEP-0420 암시적 네임 스페이스 사양에 따라 모듈 경로 해석" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "파일 확장자 (기본값: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "sphinx-quickstart로 전체 프로젝트 생성" +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "--full이 주어졌을 때, sys.path에 module_path 추가" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "프로젝트 이름 (기본값: 루트 모듈 이름)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "--full이 주어졌을 때, 프로젝트 작성자" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "--full이 주어졌을 때, 프로젝트 버전" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "--full이 주어졌을 때, 프로젝트의 릴리스이며 기본값은 --doc-version 값과 같음" +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "확장 기능 옵션" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "%s은(는) 디렉토리가 아닙니다." +msgid "%b %d, %Y" +msgstr "%Y년 %m월 %d일" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz 지시문에 내용과 파일 이름 인수를 모두 지정할 수 없습니다" +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "외부 Graphviz 파일 %r을(를) 찾을 수 없거나 읽지 못했습니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "내용이 없는 \"graphviz\" 지시문을 무시합니다." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "4 개 열 기반 색인을 찾았습니다. 사용하고 있는 확장 기능의 버그일 수 있습니다: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: transforms/__init__.py:313 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Footnote [%s] is not referenced." +msgstr "각주 [%s]이(가) 참조되지 않았습니다." + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "dot 명령 %r을(를) 실행할 수 없습니다 (graphviz 출력에 필요). graphviz_dot 설정을 확인하십시오." +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "각주 [#]이 참조되지 않았습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot이 오류와 함께 종료되었습니다:\n[stderr]\n%r\n[stdout]\n%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "번역된 메시지의 각주 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 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" - -#: /home/runner/work/sphinx/sphinx/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 입니다" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "번역된 메시지의 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "dot 코드 %r: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "번역된 메시지의 인용 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[그래프: %s]" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "번역된 메시지의 용어 참조가 일치하지 않습니다. 원본: {0}, 번역: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[그래프]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[소스]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1887,8 +2235,7 @@ msgid "" "Traceback: %s" msgstr "이미지 변환 명령 %r을(를) 실행할 수 없습니다. 'sphinx.ext.imgconverter'에는 기본적으로 ImageMagick이 필요합니다. 해당 프로그램이 설치되어 있는지 확인하거나, 'image_converter' 옵션을 사용자 정의 변환 명령으로 설정하십시오.\n\n역추적: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1898,1897 +2245,1557 @@ msgid "" "%r" msgstr "convert가 오류와 함께 종료되었습니다:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "변환 명령 %r을(를) 실행할 수 없습니다. image_converter 설정을 확인하십시오." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== 가장 느린 읽기 시간 =======================" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "'%s' 옵션에 '+'나 '-'가 없습니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s'은(는) 유효한 옵션이 아닙니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s'은(는) 유효한 pyversion 옵션이 아닙니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "잘못된 TestCode 유형" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: ext/imgconverter.py:68 #, 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 에서 결과를 확인하십시오." +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "변환 명령 %r을(를) 실행할 수 없습니다. image_converter 설정을 확인하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "%s 블록(%s:%s)에 코드/출력 없음" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "모듈 코드 강조 중… " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "잘못된 doctest 코드 무시: %r" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[문서]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "모듈 코드" + +#: ext/viewcode.py:311 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "하드코딩 된 링크 %r은(는) extlink로 대체할 수 있습니다 (대신 %r을(를) 사용해 보십시오)" +msgid "

Source code for %s

" +msgstr "

%s의 소스 코드

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "개요: 모듈 코드" + +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" + +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "잘못된 정규식 %r (%s에서)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "%s 모듈을 가져올 수 없습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "소스에서 커버리지 테스트가 완료되었으며, %(outdir)s/python.txt 에서 결과를 확인하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "coverage_c_regexes의 잘못된 정규표현식 %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "문서화되지 않은 C API: %s [%s], 파일 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "문서화되지 않은 Python 함수: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "문서화되지 않은 Python 클래스: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "문서화되지 않은 Python 메소드: %s :: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "LaTeX 명령 %r을(를) 실행할 수 없습니다 (수식 표시에 필요). imgmath_latex 설정을 확인하십시오" +#: ext/todo.py:71 +msgid "Todo" +msgstr "할 일" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:104 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s 명령 %r을(를) 실행할 수 없습니다 (수식 표시에 필요). imgmath_%s 설정을 확인하십시오" +msgid "TODO entry found: %s" +msgstr "TODO 항목 발견: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "표시 LaTeX %r: %s" +#: ext/todo.py:163 +msgid "<>" +msgstr "<<원래 항목>>" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/todo.py:165 #, python-format -msgid "inline latex %r: %s" -msgstr "인라인 LaTeX %r: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<<원래 항목>>은 %s 파일, %d 행에 있습니다.)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: ext/todo.py:175 +msgid "original entry" +msgstr "원래 항목" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/extlinks.py:82 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "중복 레이블 %s, 다른 인스턴스는 %s에 있음" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "하드코딩 된 링크 %r은(는) extlink로 대체할 수 있습니다 (대신 %r을(를) 사용해 보십시오)" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:115 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "알 수 없는 %r toplevel_sectioning (클래스 %r)" +msgid "missing '+' or '-' in '%s' option." +msgstr "'%s' 옵션에 '+'나 '-'가 없습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:120 #, python-format -msgid "no Babel option known for language %r" -msgstr "%r 언어에 대해 알려진 Babel 옵션이 없습니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth:가 너무 크며, 무시합니다." +msgid "'%s' is not a valid option." +msgstr "'%s'은(는) 유효한 옵션이 아닙니다." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:134 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "문서 제목이 단일 텍스트 노드가 아님" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "구역, 주제, 표, 조언, 사이드바 안에 있지 않은 제목 노드가 발견됨" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s'은(는) 유효한 pyversion 옵션이 아닙니다" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "각주" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "잘못된 TestCode 유형" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/doctest.py:281 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "tabularcolumns와 :widths: 옵션이 모두 설정되었습니다. :widths:는 무시됩니다." +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "소스에서 doctest 테스트가 완료되었으며, %(outdir)s/output.txt 에서 결과를 확인하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/doctest.py:434 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "치수 단위 %s이(가) 잘못되었습니다. 무시합니다." +msgid "no code/output in %s block at %s:%s" +msgstr "%s 블록(%s:%s)에 코드/출력 없음" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/doctest.py:522 #, python-format -msgid "unknown index entry type %s found" -msgstr "알 수 없는 색인 항목 유형 %s이(가) 발견됨" +msgid "ignoring invalid doctest code: %r" +msgstr "잘못된 doctest 코드 무시: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz 지시문에 내용과 파일 이름 인수를 모두 지정할 수 없습니다" + +#: ext/graphviz.py:145 #, python-format -msgid "[image: %s]" -msgstr "[그림: %s]" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "외부 Graphviz 파일 %r을(를) 찾을 수 없거나 읽지 못했습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[그림]" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "내용이 없는 \"graphviz\" 지시문을 무시합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:303 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format이 %s에 대해 정의되지 않음" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "dot 명령 %r을(를) 실행할 수 없습니다 (graphviz 출력에 필요). graphviz_dot 설정을 확인하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:310 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "%s 노드에 할당되지 않은 ID" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot이 오류와 함께 종료되었습니다:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" +#: ext/graphviz.py:313 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "" +#: 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 입니다" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" +msgstr "dot 코드 %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[그래프: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[그래프]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "이미지 크기를 얻어올 수 없습니다. :scale: 옵션을 무시합니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "색인" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "캡션이 그림 안에 있지 않습니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/apidoc.py:85 #, python-format -msgid "unimplemented node type: %r" -msgstr "구현되지 않은 노드 유형: %r" +msgid "Would create file %s." +msgstr "%s 파일을 작성합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -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에서 Python 모듈 및 패키지를 재귀적으로 찾고\nautomodule 지시문이 있는 패키지 당 하나의 reST 파일을 에 만듭니다.\n\n은 생성에서 제외할 파일 또는 디렉토리 패턴일 수 있습니다.\n\n참고: 기본적으로이 스크립트는 이미 생성된 파일을 덮어 쓰지 않습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "문서에 대한 모듈 경로" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr "" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "생성에서 제외할 fnmatch 형식의 파일 또는 디렉토리 패턴" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "모든 출력을 저장할 디렉토리" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "목차에 표시할 하위 모듈의 최대 깊이 (기본값: 4)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "기존 파일 덮어쓰기" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:437 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "심볼릭 링크를 따라갑니다. collective.recipe.omelette과 결합하면 강력합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "파일을 생성하지 않고 스크립트 실행" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "각 모듈에 대한 문서를 개별 페이지에 배치" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "\"_private\" 모듈 포함" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "목차의 파일 이름 (기본값: modules)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "목차 파일을 만들지 않음" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "모듈/패키지에 대한 제목을 만들지 않음 (예: docstring에 이미 포함된 경우)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "중복된 목차 항목 발견: %s" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "서브 모듈 문서 앞에 모듈 문서를 넣음" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "이미지를 복사하는 중… " +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "PEP-0420 암시적 네임 스페이스 사양에 따라 모듈 경로 해석" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "이미지 파일 %r을(를) 읽을 수 없으며, 대신 복사합니다" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "파일 확장자 (기본값: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "이미지 파일 %r을(를) 복사할 수 없습니다: %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "이미지 파일 %r을(를) 기록할 수 없습니다: %s" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart로 전체 프로젝트 생성" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "Pillow를 찾을 수 없습니다 - 이미지 파일을 복사합니다" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "--full이 주어졌을 때, sys.path에 module_path 추가" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "mimetype 파일 쓰는 중…" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "프로젝트 이름 (기본값: 루트 모듈 이름)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." -msgstr "META-INF/container.xml 파일 쓰는 중…" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "--full이 주어졌을 때, 프로젝트 작성자" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." -msgstr "content.opf 파일 쓰는 중…" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "--full이 주어졌을 때, 프로젝트 버전" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "%s은(는) 알 수 없는 MIME 유형이며, 무시합니다" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "--full이 주어졌을 때, 프로젝트의 릴리스이며 기본값은 --doc-version 값과 같음" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." -msgstr "toc.ncx 파일 쓰는 중…" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "확장 기능 옵션" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/apidoc.py:638 #, python-format -msgid "writing %s file..." -msgstr "%s 파일을 기록하는 중…" +msgid "%s is not a directory." +msgstr "%s은(는) 디렉토리가 아닙니다." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML 파일은 %(outdir)s에 있습니다." +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/autosectionlabel.py:48 #, python-format -msgid "error writing file %s: %s" -msgstr "%s 파일 쓰기 오류: %s" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "의사 XML 파일은 %(outdir)s에 있습니다." +msgid "duplicate label %s, other instance in %s" +msgstr "중복 레이블 %s, 다른 인스턴스는 %s에 있음" + +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== 가장 느린 읽기 시간 =======================" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/imgmath.py:159 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "매뉴얼 페이지는 %(outdir)s에 있습니다." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "LaTeX 명령 %r을(를) 실행할 수 없습니다 (수식 표시에 필요). imgmath_latex 설정을 확인하십시오" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "\"man_pages\" 설정값이 없으므로, 매뉴얼 페이지를 작성하지 않습니다" +#: 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 설정을 확인하십시오" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "작성 중" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" +msgstr "표시 LaTeX %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:362 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" +msgid "inline latex %r: %s" +msgstr "인라인 LaTeX %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "더미 빌더는 파일을 생성하지 않습니다." +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "각주" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePub 파일은 %(outdir)s에 있습니다." +msgid "[image: %s]" +msgstr "[그림: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "nav.xhtml 파일 쓰는 중…" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[그림]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "설정값 \"epub_language\"(또는 \"language\")는 EPUB3의 경우 비워 둘 수 없습니다" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "설정값 \"epub_uid\"는 EPUB3의 경우 XML 이름이어야 합니다" +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" +msgstr "numfig_format이 %s에 대해 정의되지 않음" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "설정값 \"epub_title\"은 EPUB3의 경우 비워 둘 수 없습니다" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "%s 노드에 할당되지 않은 ID" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "설정값 \"epub_author\"는 EPUB3의 경우 비워 둘 수 없습니다" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "설정값 \"epub_contributor\"는 EPUB3의 경우 비워 둘 수 없습니다" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "설정값 \"epub_description\"은 EPUB3의 경우 비워 둘 수 없습니다" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "설정값 \"epub_publisher\"는 EPUB3의 경우 비워 둘 수 없습니다" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "설정값 \"epub_copyright\"(또는 \"copyright\")는 EPUB3의 경우 비워 둘 수 없습니다" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "설정값 \"epub_identifier\"는 EPUB3의 경우 비워 둘 수 없습니다" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "설정값 \"version\"은 EPUB3의 경우 비워 둘 수 없습니다" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "잘못된 css_file: %r, 무시합니다" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "이미지 크기를 얻어올 수 없습니다. :scale: 옵션을 무시합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "위의 출력 또는 %(outdir)s/output.txt 파일에서 오류를 확인하십시오" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "색인" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" -msgstr "끊어진 링크: %s (%s)" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "구역, 주제, 표, 조언, 사이드바 안에 있지 않은 제목 노드가 발견됨" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" -msgstr "앵커 '%s'을(를) 찾을 수 없습니다" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "캡션이 그림 안에 있지 않습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: writers/texinfo.py:1300 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "linkcheck_allowed_redirects에서 정규식을 컴파일하지 못했습니다: %r %s" +msgid "unimplemented node type: %r" +msgstr "구현되지 않은 노드 유형: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: writers/latex.py:364 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "개요 파일은 %(outdir)s에 있습니다." +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "알 수 없는 %r toplevel_sectioning (클래스 %r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "no changes in version %s." -msgstr "버전 %s에는 변경 사항이 없습니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "요약 파일 작성 중…" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "내장" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "모듈 수준" +msgid "no Babel option known for language %r" +msgstr "%r 언어에 대해 알려진 Babel 옵션이 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "원본 파일을 복사하는 중…" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth:가 너무 크며, 무시합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: writers/latex.py:593 #, python-format -msgid "could not read %r for changelog creation" -msgstr "변경 로그 생성을 위해 %r을(를) 읽을 수 없습니다" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "텍스트 파일은 %(outdir)s에 있습니다." +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "문서 제목이 단일 텍스트 노드가 아님" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "메시지 카탈로그는 %(outdir)s에 있습니다." +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "tabularcolumns와 :widths: 옵션이 모두 설정되었습니다. :widths:는 무시됩니다." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: writers/latex.py:1575 #, python-format -msgid "building [%s]: " -msgstr "빌드 중 [%s]: " +msgid "dimension unit %s is invalid. Ignored." +msgstr "치수 단위 %s이(가) 잘못되었습니다. 무시합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:1931 #, python-format -msgid "targets for %d template files" -msgstr "%d 개의 템플릿 파일 대상" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "템플릿을 읽는 중… " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "메시지 카탈로그 작성 중… " +msgid "unknown index entry type %s found" +msgstr "알 수 없는 색인 항목 유형 %s이(가) 발견됨" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s (%s)" +msgid "environment variable; %s" +msgstr "환경 변수; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: domains/std/__init__.py:111 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "%s 빌더에 적합한 이미지를 찾을 수 없음: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "빌드 중 [mo]: " +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "출력을 쓰는 중… " +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" -msgstr "모든 %d 개의 po 파일" +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:234 #, python-format -msgid "targets for %d po files that are specified" -msgstr "지정된 %d 개의 po 파일 대상" +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\"와 같은 형식이어야 합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:305 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "오래된 %d 개의 po 파일 대상" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "모든 원본 파일" +msgid "%s command line option" +msgstr "%s 명령줄 옵션" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "명령줄 옵션" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "명령줄에 지정된 파일 %r이(가) 원본 디렉토리에 있지 않으므로, 무시합니다" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "용어 앞에는 빈 줄이 와야 합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "용어 정의는 빈 줄로 구분하면 안됩니다." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "명령줄에 지정된 %d 개의 원본 파일" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "용어 정의 형식이 잘못된 것 같습니다. 들여쓰기를 확인하십시오" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "오래된 %d 개의 원본 파일 대상" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "용어 항목" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "오래된 파일을 찾는 중… " +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "문법 토큰" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "%d 개 찾음" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "참조 레이블" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "찾은 것이 없음" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "환경 변수" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "pickle로 환경을 저장하는 중" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "프로그램 옵션" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "일관성 확인 중" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "문서" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "오래된 대상이 없습니다." +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "모듈 목록" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "환경을 갱신하는 중: " +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "검색 페이지" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:721 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s 개 추가됨, %s 개 변경됨, %s 개 제거됨" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "중복된 %s 설명 (%s에 대한), 다른 인스턴스는 %s에 있음" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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 "" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig가 비활성화되었습니다. :numref:는 무시됩니다." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:934 #, 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 "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "상호 참조를 생성하지 못했습니다. 어떤 번호도 할당되지 않았습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:946 #, 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 "the link has no caption: %s" +msgstr "링크에 캡션이 없습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:960 #, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "원본을 읽는 중… " +msgid "invalid numfig_format: %s (%r)" +msgstr "잘못된 numfig_format: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:963 #, python-format -msgid "docnames to write: %s" -msgstr "기록할 문서 이름: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "문서 준비 중" +msgid "invalid numfig_format: %s" +msgstr "잘못된 numfig_format: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" +msgstr "정의되지 않은 레이블: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/std/__init__.py:1196 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo 파일은 %(outdir)s에 있습니다." +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "상호 참조를 생성하지 못했습니다. 제목 또는 캡션을 찾을 수 없습니다: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "\nmakeinfo를 통해 작업하려면 해당 디렉토리에서 'make'를 실행하십시오\n(자동으로 수행하려면 여기에서 'make info'를 사용하십시오)." +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (%s 모듈)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "\"texinfo_documents\" 설정값이 없으므로, 문서를 작성하지 않습니다" +#: 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 모듈)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:169 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" +msgid "%s (built-in variable)" +msgstr "%s (내장 변수)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:194 #, python-format -msgid "processing %s" -msgstr "%s 처리 중" +msgid "%s (built-in class)" +msgstr "%s (내장 클래스)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "참조 처리 중…" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (%s 클래스)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (문서 " +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s의 클래스 메서드)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "Texinfo 지원 파일을 복사하는 중" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (%s의 정적 메서드)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/python/__init__.py:389 #, python-format -msgid "error writing file Makefile: %s" -msgstr "Makefile 쓰기 오류: %s" +msgid "%s (%s property)" +msgstr "%s (%s의 특성)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/python/__init__.py:428 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML 페이지는 %(outdir)s에 있습니다." +msgid "%s (type alias in %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "단일 문서 조합 중" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python 모듈 목록" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "추가 파일 작성 중" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "모듈" -#: /home/runner/work/sphinx/sphinx/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 "csv-table 지시문의 \":file:\" 옵션은 이제 절대 경로를 소스 디렉토리의 상대 경로로 인식합니다. 문서를 업데이트하십시오." +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "폐지됨" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "내어쓰기에 의해 비 공백 문자가 제거됨" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "예외" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "잘못된 캡션: %s" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "클래스 메서드" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "줄 번호 지정이 범위를 벗어남 (1-%d): %r" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "정적 메서드" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "\"%s\"과(와) \"%s\" 옵션을 모두 사용할 수 없습니다" +#: domains/python/__init__.py:637 +msgid "property" +msgstr "특성" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" -msgstr "포함 파일 %r을(를) 찾을 수 없거나 읽지 못했습니다" +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:698 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "포함 파일 %r을 읽는데 사용한 %r 인코딩이 잘못된 것 같습니다. :encoding: 옵션을 지정해 보십시오" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/python/__init__.py:817 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "포함 파일 %r에서 이름이 %r 인 객체를 찾을 수 없습니다" +msgid "more than one target found for cross-reference %r: %s" +msgstr "상호 참조 %r에 대해 둘 이상의 대상을 찾았습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "분리된 \"lines\" 집합과 함께 \"lineno-match\"를 사용할 수 없습니다" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (폐지됨)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "행 지정 %r: 포함 파일 %r에서 가져온 줄이 없습니다" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "매개변수" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "toctree glob 패턴 %r 이(가) 어느 문서와도 일치하지 않습니다" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "변수" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree에 제외된 문서 %r에 대한 참조가 있음" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "예외 발생" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/c/__init__.py:199 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree에 존재하지 않는 문서 %r에 대한 참조가 있음" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "toctree에서 중복 항목이 발견됨: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "중복 C 선언이며, %s:%s에 정의되었습니다.\n선언은 '.. c:%s:: %s' 입니다." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "구역 작성자: " +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "반환값" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "모듈 작성자: " +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "멤버 변수" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "코드 작성자: " +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "변수" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "작성자: " +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "매크로" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr ".. acks 내용이 목록이 아닙니다" +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "구조체" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr ".. hlist 내용이 목록이 아닙니다" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "공용체" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "열거형" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "열거자" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "자료형" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "함수 매개변수" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "원격 이미지를 가져올 수 없습니다: %s [%d]" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "템플릿 매개변수" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "원격 이미지를 가져올 수 없습니다: %s [%s]" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "Unknown image format: %s..." -msgstr "알 수 없는 이미지 형식: %s…" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "상호 참조에 대한 대체 텍스트를 결정할 수 없습니다. 버그일 수 있습니다." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "중복 C++ 선언이며, %s:%s에 정의되었습니다.\n선언은 '.. cpp:%s:: %s' 입니다." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "'any' 상호 참조 %r에 대해 둘 이상의 대상이 발견되었습니다: %s 일 수 있습니다" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "콘셉트" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s 참조 대상을 찾을 수 없음: %s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "템플릿 매개변수" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r 참조 대상을 찾을 수 없음: %s" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "내용" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/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 "목차" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "검색" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "이동" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "소스 보기" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "내용" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "사이드바 닫기" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: 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 "Sphinx %(sphinx_version)s 버전으로 생성되었습니다." + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "한 페이지에 전체 색인 보기" + +#: themes/basic/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 #, python-format msgid "Search %(docstitle)s" msgstr "%(docstitle)s에서 찾기" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "빠른 검색" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "현재 문서" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "개요" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "환영합니다!" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "문서:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "최종 업데이트" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "색인 및 표 목록:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "종합 목차" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "모든 구역과 하위 구역 목록" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "검색 페이지" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "문서 검색" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "모듈 총 색인" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "모든 모듈 조견표" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "전체 색인" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "함수, 클래스 및 용어 개관" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "한 페이지에 전체 색인 보기" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "이전 항목" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "이전 장" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "다음 항목" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "다음 장" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "빠른 검색" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "검색 기능을 사용하려면 JavaScript를 활성화하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "여러 단어를 검색하면 모든 단어가 포함된 일치 항목만 표시됩니다." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "검색" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "현재 문서" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "알파벳별 색인" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "큰 경우가 있으므로 주의" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "탐색" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s에서 찾기" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "이 문서 정보" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "저작권" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "이전 항목" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "이전 장" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "최종 업데이트: %(last_updated)s" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "다음 항목" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Sphinx %(sphinx_version)s 버전으로 생성되었습니다." +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "다음 장" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "사이드바 열기" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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의 변경 사항 (자동으로 생성된 목록)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "라이브러리 변경 사항" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API 변경 사항" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "다른 변경 사항" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "검색 일치 숨기기" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "검색 결과" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "검색어와 일치하는 문서가 없습니다. 모든 단어의 철자가 올바른지, 충분한 카테고리를 선택했는지 확인하십시오." -#: /home/runner/work/sphinx/sphinx/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:123 +msgid "Search finished, found one page matching the search query." +msgid_plural "" +"Search finished, found ${resultCount} pages matching the search query." +msgstr[0] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "검색 중" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "검색 준비 중…" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", 문서 - " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "이미지 파일을 읽을 수 없음: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "이미지 파일 %s을(를) 읽을 수 없음: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "다운로드 가능 파일을 읽을 수 없음: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s에 이미 구역 번호가 할당되었습니다 (중첩된 번호 붙인 toctree?)" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "순환 toctree 참조가 감지되었으며, 무시합니다: %s <- %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree에 제목이 없는 문서 %r에 대한 참조가 있습니다. 링크가 생성되지 않습니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "%s 문서" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "%s 참조" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "알 수 없는 색인 항목 유형 %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "기호" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, 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' 입니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "템플릿 매개변수" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "매개변수" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "반환값" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "공용체" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "멤버 변수" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "자료형" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "콘셉트" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "열거형" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "열거자" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "함수 매개변수" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "템플릿 매개변수" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "변수" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "예외 발생" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s 모듈)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s 모듈)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: environment/collectors/asset.py:95 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (내장 변수)" +msgid "image file not readable: %s" +msgstr "이미지 파일을 읽을 수 없음: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: environment/collectors/asset.py:123 #, python-format -msgid "%s (built-in class)" -msgstr "%s (내장 클래스)" +msgid "image file %s not readable: %s" +msgstr "이미지 파일 %s을(를) 읽을 수 없음: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: environment/collectors/asset.py:160 #, python-format -msgid "%s (class in %s)" -msgstr "%s (%s 클래스)" +msgid "download file not readable: %s" +msgstr "다운로드 가능 파일을 읽을 수 없음: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: environment/collectors/toctree.py:258 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s의 클래스 메서드)" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s에 이미 구역 번호가 할당되었습니다 (중첩된 번호 붙인 toctree?)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: environment/adapters/toctree.py:318 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s의 정적 메서드)" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "순환 toctree 참조가 감지되었으며, 무시합니다: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: environment/adapters/toctree.py:342 #, python-format -msgid "%s (%s property)" -msgstr "%s (%s의 특성)" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree에 제목이 없는 문서 %r에 대한 참조가 있습니다. 링크가 생성되지 않습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: environment/adapters/toctree.py:357 #, python-format -msgid "%s (type alias in %s)" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python 모듈 목록" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "모듈" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "폐지됨" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "예외" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "%s 문서" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "클래스 메서드" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" +msgstr "%s 참조" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "정적 메서드" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" +msgstr "알 수 없는 색인 항목 유형 %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "특성" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "기호" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "상호 참조 %r에 대해 둘 이상의 대상을 찾았습니다: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (폐지됨)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: builders/html/__init__.py:113 #, python-format -msgid "environment variable; %s" -msgstr "환경 변수; %s" +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML 페이지는 %(outdir)s에 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: builders/html/__init__.py:340 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "빌드 정보 파일을 읽을 수 없습니다: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: builders/html/__init__.py:374 #, 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\"와 같은 형식이어야 합니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" -msgstr "%s 명령줄 옵션" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "명령줄 옵션" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "용어 앞에는 빈 줄이 와야 합니다" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "색인" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "용어 정의는 빈 줄로 구분하면 안됩니다." +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "용어 정의 형식이 잘못된 것 같습니다. 들여쓰기를 확인하십시오" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "다음" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "용어 항목" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "이전" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "문법 토큰" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "색인 생성 중" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "참조 레이블" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "추가 페이지 작성 중" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "환경 변수" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "프로그램 옵션" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "다운로드 가능한 파일을 복사하는 중… " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "문서" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "다운로드 가능한 파일 %r을(를) 복사할 수 없습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "모듈 목록" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:861 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "중복된 %s 설명 (%s에 대한), 다른 인스턴스는 %s에 있음" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "html_static_file에 있는 파일을 복사할 수 없습니다: %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig가 비활성화되었습니다. :numref:는 무시됩니다." +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "정적 파일을 복사하는 중" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:912 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "상호 참조를 생성하지 못했습니다. 어떤 번호도 할당되지 않았습니다: %s" +msgid "cannot copy static file %r" +msgstr "정적 파일을 복사할 수 없습니다: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" -msgstr "링크에 캡션이 없습니다: %s" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "추가 파일을 복사하는 중" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:927 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "잘못된 numfig_format: %s (%r)" +msgid "cannot copy extra file %r" +msgstr "추가 파일을 복사할 수 없습니다: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:933 #, python-format -msgid "invalid numfig_format: %s" -msgstr "잘못된 numfig_format: %s" +msgid "Failed to write build info file: %r" +msgstr "빌드 정보 파일 쓰기 실패: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" -msgstr "정의되지 않은 레이블: %r" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "검색 색인을 불러올 수 없지만 모든 문서가 작성되지는 않은 것은 아닙니다. 색인이 불완전합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:1027 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "상호 참조를 생성하지 못했습니다. 제목 또는 캡션을 찾을 수 없습니다: %r" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "%s 페이지가 html_sidebars의 두 패턴(%r 및 %r)과 일치합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:1188 #, 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' 입니다." +"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가 아닌 내용을 포함하는 모든 설정값이 유니코드 문자열인지 확인하십시오." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:1197 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "변수" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "매크로" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "구조체" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "이전 페이지에서 계속" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "다음 페이지에 계속" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "알파벳 이외" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "숫자" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "페이지" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "릴리스" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "예제" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "예제" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "키워드 매개변수" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "%s 페이지를 렌더링하는 중에 오류가 발생했습니다.\n원인: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "참고" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "객체 인벤토리 덤프 중" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "기타 매개변수" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" +msgstr "%s에서 검색 인덱스 덤프 중" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "수신" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "잘못된 js_file: %r, 무시합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "참조" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "여러 math_renderers가 등록되어 있습니다. 하지만 math_renderer가 선택되지 않았습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "경고" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "알 수 없는 math_renderer %r이(가) 지정되었습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "생성" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path 항목 %r이(가) 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "잘못된 값 세트 (닫는 중괄호 누락): %s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path 항목 %r이(가) outdir 안에 있습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "잘못된 값 세트 (여는 중괄호 누락): %s" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path 항목 %r이(가) 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1349 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "잘못된 문자열 리터럴 (닫는 따옴표 누락): %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path 항목 %r이(가) outdir 안에 있습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "잘못된 문자열 리터럴 (여는 따옴표 누락): %s" +msgid "logo file %r does not exist" +msgstr "로고 파일 %r이(가) 존재하지 않습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1372 #, python-format -msgid "(in %s v%s)" -msgstr "(%s v%s에서)" +msgid "favicon file %r does not exist" +msgstr "Favicon 파일 %r이(가) 존재하지 않습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1384 #, python-format -msgid "(in %s)" -msgstr "(%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s %s documentation" +msgstr "%s %s 문서" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:485 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:117 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "외부 %s:%s 참조 대상을 찾을 수 없음: %s" +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX 파일은 %(outdir)s에 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\n(pdf)latex을 통해 작업하려면 해당 디렉토리에서 'make'를 실행하십시오\n(자동으로 수행하려면 여기에서 'make latexpdf'를 사용하십시오)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "\"latex_documents\" 설정값이 없으므로, 문서를 작성하지 않습니다" + +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "릴리스" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "TeX 지원 파일을 복사하는 중" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "추가 파일을 복사하는 중" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "알 수 없는 설정 키: latex_elements[%r], 무시합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "알 수 없는 테마 옵션: latex_theme_options[%r], 무시합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" +msgstr "%r에 \"theme\" 설정이 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r에 \"%s\" 설정이 없습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "일부 인벤토리에서 몇 가지 문제가 발생했지만, 동작하는 대체 인벤토리로 처리했습니다:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "다음 문제가 있어 어느 인벤토리도 도달하지 못했습니다:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "상호 참조에 대한 대체 텍스트를 결정할 수 없습니다. 버그일 수 있습니다." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx 인벤토리가 이동함: %s -> %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "'any' 상호 참조 %r에 대해 둘 이상의 대상이 발견되었습니다: %s 일 수 있습니다" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "%r에 대한 서명을 업데이트하지 못했습니다. 매개변수를 찾을 수 없습니다: %s" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s 참조 대상을 찾을 수 없음: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "%r에 대한 type_comment를 해석하지 못했습니다: %s" +msgid "%r reference target not found: %s" +msgstr "%r 참조 대상을 찾을 수 없음: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "%r에 대한 기본 인수 값을 해석하지 못했습니다: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "원격 이미지를 가져올 수 없습니다: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "member-order 옵션에 대해 잘못된 값: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "원격 이미지를 가져올 수 없습니다: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "class-doc-from 옵션에 대해 잘못된 값: %s" +msgid "Unknown image format: %s..." +msgstr "알 수 없는 이미지 형식: %s…" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "auto%s (%r)에 대한 잘못된 서명" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "예제" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "%s에 대한 인수를 서식화하는 동안 오류 발생: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "예제" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, 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/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "키워드 매개변수" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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/napoleon/docstring.py:768 +msgid "Notes" +msgstr "참고" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "모의 객체가 감지되었습니다: %r" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "기타 매개변수" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "%s에 대한 서명을 서식화하는 동안 오류 발생: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "수신" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "automodule 이름의 \"::\"은 의미가 없음" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "참조" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "경고" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "생성" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "automodule %s에 대해 서명 인수 또는 반환 값 주석이 지정됨" +msgid "invalid value set (missing closing brace): %s" +msgstr "잘못된 값 세트 (닫는 중괄호 누락): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__은 %r이(가) 아닌 문자열의 목록이어야 합니다 (모듈 %s) -- __all__을 무시합니다" +msgid "invalid value set (missing opening brace): %s" +msgstr "잘못된 값 세트 (여는 중괄호 누락): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr ":members: 옵션에 언급된 속성이 없습니다: 모듈 %s, 속성 %s" +msgid "malformed string literal (missing closing quote): %s" +msgstr "잘못된 문자열 리터럴 (닫는 따옴표 누락): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "%s에 대한 함수 서명을 가져오지 못했습니다: %s" +msgid "malformed string literal (missing opening quote): %s" +msgstr "잘못된 문자열 리터럴 (여는 따옴표 누락): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "%s에 대한 생성자 서명을 가져오지 못했습니다: %s" +msgid "autosummary references excluded document %r. Ignored." +msgstr "autosummary가 제외된 문서 %r을(를) 참조합니다. 무시합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Bases: %s" -msgstr "기반 클래스: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "autosummary: 스텁 파일 %r을(를) 찾을 수 없습니다. autosummary_generate 설정을 확인하십시오." + +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "캡션이 있는 자동 요약에는 :toctree: 옵션이 필요합니다. 무시합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "missing attribute %s in object %s" -msgstr "%s 속성이 %s 객체에 없음" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "autosummary: %s을(를) import 하지 못했습니다.\n가능한 힌트:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "alias of %s" -msgstr "%s의 별칭" +msgid "failed to parse name %s" +msgstr "이름 %s을(를) 해석하지 못함" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "TypeVar(%s)의 별칭" +msgid "failed to import object %s" +msgstr "객체 %s을(를) import 하지 못함" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "%s에 대한 메소드 서명을 가져오지 못했습니다: %s" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "%s에서 잘못된 __slots__ 가 발견되었습니다. 무시합니다." +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: 파일을 찾을 수 없음: %s" + +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "autosummary: 문서화 할 %r을(를) 결정하지 못했으며, 다음 예외가 발생했습니다:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "[autosummary] 자동 요약 생성: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "[autosummary] %s에 기록" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3796,7 +3803,7 @@ msgid "" "%s" msgstr "[autosummary] %s을(를) import 하지 못했습니다.\n가능한 힌트:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3811,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "\nautosummary 지시문을 사용하여 ReStructuredText를 생성합니다.\n\nsphinx-autogen은 sphinx.ext.autosummary.generate의 프런트엔드입니다.\n주어진 입력 파일에 포함된 autosummary 지시문에서 reStructuredText 파일을 생성합니다.\n\nautosummary 지시문의 형식은 ``sphinx.ext.autosummary`` Python 모듈에 문서화되어 있으며 다음 명령을 사용하여 읽을 수 있습니다.\n\n pydoc sphinx.ext.autosummary\n" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "rST 파일을 생성할 원본 파일" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "모든 출력을 저장할 디렉토리" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "파일의 기본 확장자 (기본값: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "사용자 정의 템플릿 디렉토리 (기본값: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "가져온 멤버 문서화 (기본값: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 -#, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "모듈 __all__ 속성의 구성원만 정확히 문서화합니다. (기본값: %(default)s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 -#, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "autosummary가 제외된 문서 %r을(를) 참조합니다. 무시합니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "autosummary: 스텁 파일 %r을(를) 찾을 수 없습니다. autosummary_generate 설정을 확인하십시오." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "캡션이 있는 자동 요약에는 :toctree: 옵션이 필요합니다. 무시합니다." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/autosummary/generate.py:828 #, python-format msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "autosummary: %s을(를) import 하지 못했습니다.\n가능한 힌트:\n%s" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "모듈 __all__ 속성의 구성원만 정확히 문서화합니다. (기본값: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "failed to parse name %s" -msgstr "이름 %s을(를) 해석하지 못함" +msgid "(in %s v%s)" +msgstr "(%s v%s에서)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "failed to import object %s" -msgstr "객체 %s을(를) import 하지 못함" +msgid "(in %s)" +msgstr "(%s에서)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:103 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: 파일을 찾을 수 없음: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +#: ext/intersphinx/_resolve.py:359 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_resolve.py:367 +#, python-format +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_resolve.py:378 +#, python-format +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_resolve.py:585 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "외부 %s:%s 참조 대상을 찾을 수 없음: %s" + +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r에 \"theme\" 설정이 없습니다" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r에 \"%s\" 설정이 없습니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX 파일은 %(outdir)s에 있습니다." - -#: /home/runner/work/sphinx/sphinx/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(pdf)latex을 통해 작업하려면 해당 디렉토리에서 'make'를 실행하십시오\n(자동으로 수행하려면 여기에서 'make latexpdf'를 사용하십시오)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "\"latex_documents\" 설정값이 없으므로, 문서를 작성하지 않습니다" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" 설정값이 알 수 없는 문서 %s을(를) 참조합니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "TeX 지원 파일을 복사하는 중" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "추가 파일을 복사하는 중" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" -msgstr "로고 파일 %r이(가) 존재하지 않습니다" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "알 수 없는 설정 키: latex_elements[%r], 무시합니다." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "일부 인벤토리에서 몇 가지 문제가 발생했지만, 동작하는 대체 인벤토리로 처리했습니다:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "알 수 없는 테마 옵션: latex_theme_options[%r], 무시합니다." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "다음 문제가 있어 어느 인벤토리도 도달하지 못했습니다:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" -msgstr "빌드 정보 파일이 손상되었습니다: %r" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx 인벤토리가 이동함: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML 페이지는 %(outdir)s에 있습니다." +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r에 대한 서명을 업데이트하지 못했습니다. 매개변수를 찾을 수 없습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "빌드 정보 파일을 읽을 수 없습니다: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "색인" +msgid "Failed to parse type_comment for %r: %s" +msgstr "%r에 대한 type_comment를 해석하지 못했습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "다음" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "이전" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "색인 생성 중" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "추가 페이지 작성 중" +msgid "invalid value for member-order option: %s" +msgstr "member-order 옵션에 대해 잘못된 값: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "다운로드 가능한 파일을 복사하는 중… " +msgid "invalid value for class-doc-from option: %s" +msgstr "class-doc-from 옵션에 대해 잘못된 값: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "다운로드 가능한 파일 %r을(를) 복사할 수 없습니다: %s" +msgid "invalid signature for auto%s (%r)" +msgstr "auto%s (%r)에 대한 잘못된 서명" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "error while formatting arguments for %s: %s" +msgstr "%s에 대한 인수를 서식화하는 동안 오류 발생: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "html_static_file에 있는 파일을 복사할 수 없습니다: %s: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "정적 파일을 복사하는 중" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "정적 파일을 복사할 수 없습니다: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "추가 파일을 복사하는 중" +msgid "" +"don't know which module to import for autodocumenting %r (try placing a " +"\"module\" or \"currentmodule\" directive in the document, or giving an " +"explicit module name)" +msgstr "%r의 자동 문서화를 위해 가져올 모듈을 알 수 없습니다 (문서에 \"module\" 또는 \"currentmodule\" 지시문을 배치하거나, 명시적으로 모듈 이름을 지정해 보십시오)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" -msgstr "추가 파일을 복사할 수 없습니다: %r" +msgid "A mocked object is detected: %r" +msgstr "모의 객체가 감지되었습니다: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" -msgstr "빌드 정보 파일 쓰기 실패: %r" +msgid "error while formatting signature for %s: %s" +msgstr "%s에 대한 서명을 서식화하는 동안 오류 발생: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "검색 색인을 불러올 수 없지만 모든 문서가 작성되지는 않은 것은 아닙니다. 색인이 불완전합니다." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "automodule 이름의 \"::\"은 의미가 없음" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "%s 페이지가 html_sidebars의 두 패턴(%r 및 %r)과 일치합니다" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "automodule %s에 대해 서명 인수 또는 반환 값 주석이 지정됨" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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가 아닌 내용을 포함하는 모든 설정값이 유니코드 문자열인지 확인하십시오." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__은 %r이(가) 아닌 문자열의 목록이어야 합니다 (모듈 %s) -- __all__을 무시합니다" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "%s 페이지를 렌더링하는 중에 오류가 발생했습니다.\n원인: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "객체 인벤토리 덤프 중" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr ":members: 옵션에 언급된 속성이 없습니다: 모듈 %s, 속성 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" -msgstr "%s에서 검색 인덱스 덤프 중" +msgid "Failed to get a function signature for %s: %s" +msgstr "%s에 대한 함수 서명을 가져오지 못했습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "잘못된 js_file: %r, 무시합니다" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "여러 math_renderers가 등록되어 있습니다. 하지만 math_renderer가 선택되지 않았습니다." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "%s에 대한 생성자 서명을 가져오지 못했습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "알 수 없는 math_renderer %r이(가) 지정되었습니다." +msgid "Bases: %s" +msgstr "기반 클래스: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path 항목 %r이(가) 없습니다" +msgid "missing attribute %s in object %s" +msgstr "%s 속성이 %s 객체에 없음" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path 항목 %r이(가) outdir 안에 있습니다" +msgid "alias of %s" +msgstr "%s의 별칭" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path 항목 %r이(가) 없습니다" +msgid "alias of TypeVar(%s)" +msgstr "TypeVar(%s)의 별칭" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path 항목 %r이(가) outdir 안에 있습니다" +msgid "Failed to get a method signature for %s: %s" +msgstr "%s에 대한 메소드 서명을 가져오지 못했습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "Favicon 파일 %r이(가) 존재하지 않습니다" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "%s에서 잘못된 __slots__ 가 발견되었습니다. 무시합니다." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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 "" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "%r에 대한 기본 인수 값을 해석하지 못했습니다: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "이전 페이지에서 계속" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s 문서" +#: 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 "페이지" diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.js b/sphinx/locale/lt/LC_MESSAGES/sphinx.js index 5a90b52bbb6..ed53dc8d13f 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.js @@ -36,7 +36,12 @@ Documentation.addTranslations({ "Search": "Paie\u0161ka", "Search Page": "Paie\u0161kos puslapis", "Search Results": "Paie\u0161kos rezultatai", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "", + "" + ], "Search within %(docstitle)s": "Ie\u0161koti tarp %(docstitle)s", "Searching": "", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/lt/LC_MESSAGES/sphinx.mo b/sphinx/locale/lt/LC_MESSAGES/sphinx.mo index 47aa478518a..4c2196af5bd 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 d93ae92f0b9..345a8db981c 100644 --- a/sphinx/locale/lt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lt/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: DALIUS DOBRAVOLSKAS , 2010\n" "Language-Team: Lithuanian (http://app.transifex.com/sphinx-doc/sphinx-1/language/lt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: lt\n" "Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,1474 +175,2058 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgid "no theme configuration file found in %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:346 theming.py:399 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:350 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:323 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." +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 -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." +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 -msgid "" -"The project name will occur in several places in the built documentation." +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" +#: config.py:435 +#, python-format +msgid "No such config value: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" +#: config.py:458 +#, python-format +msgid "Config value %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:494 +#, 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." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: config.py:541 +#, 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" +"There is a programmable error in your configuration file:\n" "\n" -"For a list of supported codes, see\n" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:593 +#, 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." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" +#: config.py:612 +#, python-format +msgid "Section %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:613 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "Fig. %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." +#: config.py:614 +#, python-format +msgid "Table %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: config.py:615 +#, python-format +msgid "Listing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: config.py:746 msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: config.py:759 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." +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/rst.py:127 domains/rst.py:184 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "%s (directive)" +msgstr "%s (direktyva)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/rst.py:185 domains/rst.py:189 #, python-format -msgid "File %s already exists, skipping." +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rolė)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "direktyva" + +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/rst.py:225 +msgid "role" +msgstr "rolė" + +#: domains/rst.py:247 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (itaisytoji funkcija)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/javascript.py:166 domains/python/__init__.py:253 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s metodas)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasė)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globalus kintamasis arba konstanta)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." -msgstr "" +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atributas)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" -msgstr "" +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumentais" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Išmeta" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Grąžinamos reikšmės" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Grąžinamos reikšmės tipas" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modulis)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funkcija" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" -msgstr "" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metodas" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" -msgstr "" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "klasė" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" -msgstr "" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "duomenys" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" -msgstr "" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atribudas" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" -msgstr "" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modulis" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" -msgstr "" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Pakeista %s versijoje" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Nebepalaikoma nuo %s versijos" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/__init__.py:299 #, python-format -msgid "enable %s extension" -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" +#: environment/__init__.py:86 +msgid "new config" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" +#: environment/__init__.py:87 +msgid "config changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:88 +msgid "extensions changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" +#: environment/__init__.py:249 +msgid "build environment version not current" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" +#: environment/__init__.py:251 +msgid "source directory has changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: environment/__init__.py:364 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: environment/__init__.py:473 #, python-format -msgid "Invalid template variable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: environment/__init__.py:835 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Dėmesio" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Atsargiai" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Pavojinga" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Klaida" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Patarimas" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Svarbu" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Pastaba" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Taip pat žiūrėkite" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Patarimas" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Įspėjimas" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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.:" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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." +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -msgid "" -"\n" -"Generate documentation from source files.\n" -"\n" -"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" -"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" -"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" -"including 'conf.py'\n" -"\n" -"sphinx-build can create documentation in different formats. A format is\n" -"selected by specifying the builder name on the command line; it defaults to\n" -"HTML. Builders can also perform other tasks related to documentation\n" -"processing.\n" -"\n" -"By default, everything that is outdated is built. Output only for selected\n" -"files can be built by specifying individual filenames.\n" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:110 +msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:117 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/quickstart.py:217 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:225 +#, python-format +msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" +#: cmd/quickstart.py:256 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:269 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:284 +msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" +#: cmd/quickstart.py:286 +msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:291 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" +#: cmd/quickstart.py:299 +msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" +#: cmd/quickstart.py:301 +msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" +#: cmd/quickstart.py:306 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" +#: cmd/quickstart.py:315 +msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:322 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" +#: cmd/quickstart.py:327 +msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:332 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 +#: cmd/quickstart.py:350 +#, python-format msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 +#: cmd/quickstart.py:360 msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: cmd/quickstart.py:379 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%Y-%m-%d" +#: cmd/quickstart.py:389 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: cmd/quickstart.py:502 #, python-format msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: cmd/quickstart.py:513 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "" + +#: cmd/quickstart.py:520 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: cmd/quickstart.py:555 +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:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "" + +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "" + +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "" + +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "" + +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "" + +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "" + +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "" + +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:654 ext/apidoc.py:578 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:689 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:793 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" +msgstr "" + +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" +msgstr "" + +#: cmd/build.py:67 +msgid "reST markup error:" +msgstr "" + +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" +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." +msgstr "" + +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" +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 "" + +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" +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 "" + +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "" + +#: cmd/build.py:144 +msgid "job number should be a positive number" +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 "" + +#: cmd/build.py:180 +msgid "path to documentation source files" +msgstr "" + +#: cmd/build.py:183 +msgid "path to output directory" +msgstr "" + +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" + +#: cmd/build.py:194 +msgid "general options" +msgstr "" + +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "" + +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +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 "" + +#: cmd/build.py:230 +msgid "path options" +msgstr "" + +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" + +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" + +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" +msgstr "" + +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "" + +#: cmd/build.py:275 +msgid "pass a value into HTML templates" +msgstr "" + +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" + +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "" + +#: cmd/build.py:294 +msgid "console output options" +msgstr "" + +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" +msgstr "" + +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" +msgstr "" + +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "" + +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" +msgstr "" + +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" + +#: cmd/build.py:334 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" +msgstr "" + +#: cmd/build.py:347 +msgid "turn warnings into errors" +msgstr "" + +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "" + +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "" + +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "" + +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" + +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "" + +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)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 "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (kuris yra " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:313 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/__init__.py:324 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:339 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:354 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:386 #, python-format -msgid "reading error: %s, %s" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" +#: builders/__init__.py:388 +msgid "none found" +msgstr "" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "" + +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:471 #, python-format -msgid "locale_dir %s does not exist" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:507 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:516 #, python-format -msgid "unknown directive or role name: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:527 #, python-format -msgid "unknown node type: %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/__init__.py:534 #, python-format -msgid "default role %s not found" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Dėmesio" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Atsargiai" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Pavojinga" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Klaida" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Patarimas" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Svarbu" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Pastaba" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Taip pat žiūrėkite" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Patarimas" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Įspėjimas" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (itaisytoji funkcija)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metodas)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (klasė)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globalus kintamasis arba konstanta)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atributas)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumentais" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Išmeta" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Įtaisytieji" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Grąžinamos reikšmės" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Modulio lygis" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Grąžinamos reikšmės tipas" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (modulis)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funkcija" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metodas" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "klasė" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "duomenys" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atribudas" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modulis" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/rst.py:72 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/docfields.py:95 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/osutil.py:130 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:419 #, python-format -msgid "Added in version %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:487 #, python-format -msgid "Changed in version %s" -msgstr "Pakeista %s versijoje" +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/nodes.py:701 #, python-format -msgid "Deprecated since version %s" -msgstr "Nebepalaikoma nuo %s versijos" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:76 #, python-format -msgid "Removed in version %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/fileutil.py:91 #, python-format -msgid "%s (directive)" -msgstr "%s (direktyva)" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:170 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/inventory.py:185 #, python-format -msgid "%s (role)" -msgstr "%s (rolė)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "direktyva" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rolė" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/docutils.py:283 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/docutils.py:746 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[šaltinis]" +#: util/display.py:83 +msgid "skipped" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[dokumentai]" +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Modulio kodas" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: util/i18n.py:141 #, python-format -msgid "

Source code for %s

" -msgstr "

Kodas %s

" +msgid "locale_dir %s does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Apžvalga: modulio kodas" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Visi moduliai turintys kodą

" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Padaryti" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:84 #, python-format -msgid "TODO entry found: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:211 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "originalus įrašas" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/code.py:225 #, python-format -msgid "Would create file %s." +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: directives/code.py:228 +#, 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." +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Skyriaus autorius: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Modulio autorius: " + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Kodo autorius: " + +#: directives/other.py:210 +msgid "Author: " +msgstr "Autorius: " + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +msgid "%b %d, %Y" +msgstr "%Y-%m-%d" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: transforms/__init__.py:267 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: transforms/__init__.py:313 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[šaltinis]" + +#: 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" @@ -1886,8 +2234,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1897,1897 +2244,1560 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[dokumentai]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Modulio kodas" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Kodas %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Apžvalga: modulio kodas" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Visi moduliai turintys kodą

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Padaryti" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:104 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/todo.py:165 #, python-format -msgid "inline latex %r: %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: ext/todo.py:175 +msgid "original entry" +msgstr "originalus įrašas" + +#: ext/extlinks.py:82 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/doctest.py:115 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:120 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:134 #, python-format -msgid "no Babel option known for language %r" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:281 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Išnašos" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/graphviz.py:145 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/graphviz.py:268 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/graphviz.py:303 #, python-format -msgid "unknown index entry type %s found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:310 #, python-format -msgid "[image: %s]" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[paveiksliukas]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:329 #, python-format -msgid "numfig_format is not defined for %s" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Indeksas" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:481 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: ext/apidoc.py:638 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/autosectionlabel.py:48 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/imgmath.py:159 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/imgmath.py:328 #, python-format -msgid "writing %s file..." +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/imgmath.py:362 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Išnašos" + +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "error writing file %s: %s" +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[paveiksliukas]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: writers/html5.py:415 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Indeksas" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/texinfo.py:1300 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/latex.py:364 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/latex.py:593 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: writers/latex.py:1575 #, python-format -msgid "Anchor '%s' not found" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: writers/latex.py:1931 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "" +msgid "environment variable; %s" +msgstr "aplinkos kintamasis; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: domains/std/__init__.py:111 #, python-format -msgid "no changes in version %s." +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Įtaisytieji" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Modulio lygis" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: domains/std/__init__.py:234 #, python-format -msgid "could not read %r for changelog creation" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: domains/std/__init__.py:305 #, python-format -msgid "The text files are in %(outdir)s." +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "aiškinamasis terminas" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "gramatinė leksema" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "nuorodos požymis" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "aplinkos kintamasis" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "programos parinktis" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" -msgstr "" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Modulio indeksas" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Paieškos puslapis" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:721 #, python-format -msgid "targets for %d po files that are out of date" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: domains/std/__init__.py:934 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:960 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: domains/std/__init__.py:963 #, python-format -msgid "%d source files given on command line" +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: domains/std/__init__.py:1194 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: domains/std/__init__.py:1196 #, python-format -msgid "%d found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (modulyje %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -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 (modulje %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (įtaisytasis kintamasis)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (įtaisytoji klasė)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/python/__init__.py:195 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klasė iš %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/python/__init__.py:249 #, 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 class method)" +msgstr "%s() (%s klasės metodas)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/python/__init__.py:251 #, 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() (%s static method)" +msgstr "%s() (%s statinis metodas)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/python/__init__.py:389 #, 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 property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/python/__init__.py:428 #, 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 (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "moduliai" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Atmestas" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "išimtis" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "klasės metodas" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "statinis metodas" + +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:698 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:817 #, python-format -msgid "processing %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (atmestas)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (kuris yra " +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametrai" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Kintamieji" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Sukelia" + +#: domains/c/__init__.py:199 #, python-format -msgid "error writing file Makefile: %s" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "narys" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "kintamasis" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makrokomanda" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tipas" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Turinys" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Skyriaus autorius: " +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Modulio autorius: " +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Kodo autorius: " +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Pirmyn" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autorius: " +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Rodyti pirminį kodą" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Paslėpti šoninę juostą" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigacija" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: themes/basic/layout.html:115 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Ieškoti tarp %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Apie šiuos dokumentus" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Autoriaus teisės" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:201 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Paskutinis atnaujinimas %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:204 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%r reference target not found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Paieška" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Pirmyn" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Rodyti pirminį kodą" +#: themes/basic/genindex-single.html: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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Turinys" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indekso puslapiai pagal raidę" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Paslėpti šoninę juostą" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "gali būti didelis" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Ieškoti %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Greitoji paieška" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Šis puslapis" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Apžvalga" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Indeksai ir lentelės:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Pilnas Turinys" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "surašyti visus skyrius ir poskyrius" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Paieškos puslapis" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "ieškoti šiame dokumente" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Globalus Modulio Indeksas" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "greitas visų modulių pasiekimas" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Bendras indeksas" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "visos funkcijos, klasės ir terminai" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Pilnas indeksas viename puslapyje" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Praeita tema" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "praeita dalis" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Kita tema" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "kita dalis" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Greitoji paieška" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "ieškoti" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Šis puslapis" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Indekso puslapiai pagal raidę" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "gali būti didelis" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigacija" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Ieškoti tarp %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Apie šiuos dokumentus" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Autoriaus teisės" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Praeita tema" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "praeita dalis" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Paskutinis atnaujinimas %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Kita tema" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "kita dalis" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Išplėsti šoninę juostą" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "Automatiškai sugeneruotas pakeitimų %(version)s versijoje sąrašas" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Bibliotekos pakeitimai" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API pakeitimai" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Kiti pakeitimai" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Paslėpti paieškos rezultatus" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Paieškos rezultatai" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" +msgstr[3] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametrai" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "narys" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tipas" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Kintamieji" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Sukelia" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (modulyje %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (modulje %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (įtaisytasis kintamasis)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (įtaisytoji klasė)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasė iš %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klasės metodas)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statinis metodas)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "moduliai" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Atmestas" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "išimtis" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "klasės metodas" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statinis metodas" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/collectors/asset.py:95 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/collectors/asset.py:123 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (atmestas)" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/collectors/toctree.py:258 #, python-format -msgid "environment variable; %s" -msgstr "aplinkos kintamasis; %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/toctree.py:318 #, python-format -msgid "%s; configuration value" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/toctree.py:342 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: environment/adapters/toctree.py:357 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: environment/adapters/indexentries.py:126 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "%s command line option" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "aiškinamasis terminas" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "gramatinė leksema" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "nuorodos požymis" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "aplinkos kintamasis" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "programos parinktis" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Modulio indeksas" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "indeksas" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:547 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:572 +msgid "next" +msgstr "kitas" + +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "praeitas" + +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:772 #, python-format -msgid "the link has no caption: %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:796 #, python-format -msgid "invalid numfig_format: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:843 #, python-format -msgid "undefined label: %r" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:861 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:912 #, python-format -msgid "%s (C %s)" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "kintamasis" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makrokomanda" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "tęsinys iš praeito puslapio" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Leidimas" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1349 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1372 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1384 #, python-format -msgid "(in %s v%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:485 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:117 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"\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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Leidimas" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3805,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3820,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "indeksas" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "kitas" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "praeitas" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "tęsinys iš praeito puslapio" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.js b/sphinx/locale/lv/LC_MESSAGES/sphinx.js index 29d5e589405..b47d1706441 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "Mekl\u0113t", "Search Page": "Atlases lapa", "Search Results": "Atlases rezult\u0101ti", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "" + ], "Search within %(docstitle)s": "Mekl\u0113t iek\u0161 %(docstitle)s", "Searching": "", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/lv/LC_MESSAGES/sphinx.mo b/sphinx/locale/lv/LC_MESSAGES/sphinx.mo index f6a55ecf3c8..71aede17a46 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 e6074697569..cdb7c78acd9 100644 --- a/sphinx/locale/lv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/lv/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Latvian (http://app.transifex.com/sphinx-doc/sphinx-1/language/lv/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: lv\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,3383 +174,3628 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgid "no theme configuration file found in %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:346 theming.py:399 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:350 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:323 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." +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 -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." +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 -msgid "" -"The project name will occur in several places in the built documentation." +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" +#: config.py:435 +#, python-format +msgid "No such config value: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" +#: config.py:458 +#, python-format +msgid "Config value %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:494 +#, 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." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: config.py:541 +#, 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" +"There is a programmable error in your configuration file:\n" "\n" -"For a list of supported codes, see\n" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:593 +#, 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." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" +#: config.py:612 +#, python-format +msgid "Section %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:613 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "Fig. %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." +#: config.py:614 +#, python-format +msgid "Table %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: config.py:615 +#, python-format +msgid "Listing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: config.py:746 msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: config.py:759 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." +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/rst.py:127 domains/rst.py:184 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "%s (directive)" +msgstr "%s (direktīva)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/rst.py:185 domains/rst.py:189 #, python-format -msgid "File %s already exists, skipping." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/rst.py:213 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "%s (role)" +msgstr "%s (role)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/rst.py:223 +msgid "directive" +msgstr "direktīva" + +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/rst.py:225 +msgid "role" +msgstr "role" + +#: domains/rst.py:247 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (iebūvēta funkcija)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metods)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" -msgstr "" +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globālais mainīgais vai konstanta)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "" +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atributs)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumenti" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Izmet" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Atgriež" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Atgriežamais tips" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" -msgstr "" +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modulis)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" -msgstr "" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funkcija" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" -msgstr "" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metods" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" -msgstr "" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "klase" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" -msgstr "" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "dati" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" -msgstr "" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atributs" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" -msgstr "" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modulis" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" -msgstr "" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Mainīts versijā %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/changeset.py:27 #, python-format -msgid "enable %s extension" +msgid "Deprecated since version %s" +msgstr "Neieteicams no versijas %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" +#: environment/__init__.py:86 +msgid "new config" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" +#: environment/__init__.py:87 +msgid "config changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:88 +msgid "extensions changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" +#: environment/__init__.py:249 +msgid "build environment version not current" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" +#: environment/__init__.py:251 +msgid "source directory has changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: environment/__init__.py:364 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: environment/__init__.py:473 #, python-format -msgid "Invalid template variable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: environment/__init__.py:835 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Uzmanību" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Uzmanies" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Bīstami" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Kļūda" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Mājiens" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Svarīgi" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Piezīme" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Skat.arī" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Padoms" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Brīdinājums" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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.:" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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." +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -msgid "" -"\n" -"Generate documentation from source files.\n" -"\n" -"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" -"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" -"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" -"including 'conf.py'\n" -"\n" -"sphinx-build can create documentation in different formats. A format is\n" -"selected by specifying the builder name on the command line; it defaults to\n" -"HTML. Builders can also perform other tasks related to documentation\n" -"processing.\n" -"\n" -"By default, everything that is outdated is built. Output only for selected\n" -"files can be built by specifying individual filenames.\n" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:110 +msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:117 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/quickstart.py:217 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:225 +#, python-format +msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" +#: cmd/quickstart.py:256 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:269 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:284 +msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" +#: cmd/quickstart.py:286 +msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:291 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" +#: cmd/quickstart.py:299 +msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" +#: cmd/quickstart.py:301 +msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" +#: cmd/quickstart.py:306 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" +#: cmd/quickstart.py:315 +msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:322 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" +#: cmd/quickstart.py:327 +msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:332 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 +#: cmd/quickstart.py:350 +#, python-format msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 +#: cmd/quickstart.py:360 msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: cmd/quickstart.py:379 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%d.%m.%Y" +#: cmd/quickstart.py:389 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: cmd/quickstart.py:502 #, python-format msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: cmd/quickstart.py:513 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format +#: cmd/quickstart.py:520 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: cmd/quickstart.py:555 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: cmd/quickstart.py:575 +msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: cmd/quickstart.py:585 +msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" +#: cmd/quickstart.py:588 +msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: cmd/quickstart.py:609 +msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: cmd/quickstart.py:611 +msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: cmd/quickstart.py:614 +msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/quickstart.py:621 +msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: cmd/quickstart.py:628 +msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: cmd/quickstart.py:635 +msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Uzmanību" +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Uzmanies" +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Bīstami" +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Kļūda" +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Mājiens" +#: cmd/quickstart.py:654 ext/apidoc.py:578 +#, python-format +msgid "enable %s extension" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Svarīgi" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Piezīme" +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Skat.arī" +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Padoms" +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Brīdinājums" +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: cmd/quickstart.py:689 +msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 +#: cmd/quickstart.py:768 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: cmd/quickstart.py:793 #, python-format -msgid "Domain %r is not registered" +msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/build.py:67 +msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (iebūvēta funkcija)" +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metods)" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globālais mainīgais vai konstanta)" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atributs)" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumenti" +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Izmet" +#: cmd/build.py:144 +msgid "job number should be a positive number" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Atgriež" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Atgriežamais tips" +#: cmd/build.py:180 +msgid "path to documentation source files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 -#, python-format -msgid "%s (module)" -msgstr "%s (modulis)" +#: cmd/build.py:183 +msgid "path to output directory" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funkcija" +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metods" +#: cmd/build.py:194 +msgid "general options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "klase" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "dati" +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atributs" +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modulis" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/build.py:230 +msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "Mainīts versijā %s" +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "Neieteicams no versijas %s" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktīva)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 -#, python-format -msgid ":%s: (directive option)" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" -msgstr "%s (role)" +#: cmd/build.py:294 +msgid "console output options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "direktīva" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "role" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: cmd/build.py:334 +msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[kods]" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: cmd/build.py:347 +msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[dokumenti]" +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Moduļa teksts" +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 -#, python-format -msgid "

Source code for %s

" -msgstr "

%s izejas teksts

" +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Apskats: moduļa teksts" +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Visi moduļi, kuriem ir izejas teksti

" +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Jāizdara" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/linkcheck.py:60 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "sākotnējs ieraksts" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/linkcheck.py:137 #, python-format -msgid "Would create file %s." +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/texinfo.py:49 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (iekš " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/gettext.py:230 #, python-format -msgid "%s is not a directory." +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "Failed to remove %s: %s" +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: builders/__init__.py:200 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: builders/__init__.py:208 #, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/__init__.py:251 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/__init__.py:273 #, python-format -msgid "dot code %r: %s" +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/__init__.py:285 #, python-format -msgid "[graph: %s]" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/__init__.py:307 #, 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 "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: builders/__init__.py:313 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: builders/__init__.py:324 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/__init__.py:354 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/__init__.py:386 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/__init__.py:471 #, python-format -msgid "invalid regex %r in %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/__init__.py:507 #, python-format -msgid "module %s could not be imported: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: builders/__init__.py:516 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: builders/__init__.py:527 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: builders/__init__.py:534 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: builders/__init__.py:686 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: builders/__init__.py:845 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: builders/epub3.py:83 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 -#, python-format -msgid "no Babel option known for language %r" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Vēres" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: builders/_epub_base.py:220 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: builders/_epub_base.py:432 #, python-format -msgid "unknown index entry type %s found" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: builders/_epub_base.py:463 #, python-format -msgid "[image: %s]" -msgstr "[attēls: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[attēls]" +msgid "cannot write image file %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 -#, python-format -msgid "Any IDs not assigned for %s node" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Indekss" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Iebūvētie" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: builders/changes.py:79 +msgid "Module level" +msgstr "Moduļu līmenis" + +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: builders/changes.py:140 #, python-format -msgid "unimplemented node type: %r" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: util/nodes.py:419 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: util/fileutil.py:76 +#, python-format msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: util/inventory.py:170 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: util/i18n.py:141 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: directives/code.py:84 #, python-format -msgid "cannot write image file %r: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: directives/code.py:270 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: directives/code.py:308 #, python-format -msgid "writing %s file..." +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: directives/other.py:122 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "error writing file %s: %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: directives/other.py:171 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Sekcijas autors: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Moduļa autors: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Koda autors: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: directives/other.py:210 +msgid "Author: " +msgstr "Autors: " + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" + +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "%b %d, %Y" +msgstr "%d.%m.%Y" + +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" + +#: transforms/__init__.py:267 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: transforms/__init__.py:313 #, python-format -msgid "no changes in version %s." +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Iebūvētie" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Moduļu līmenis" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[kods]" + +#: ext/imgconverter.py:40 #, python-format -msgid "could not read %r for changelog creation" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format -msgid "The text files are in %(outdir)s." +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: ext/imgconverter.py:68 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "" + +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[dokumenti]" + +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Moduļa teksts" + +#: ext/viewcode.py:311 #, python-format -msgid "building [%s]: " +msgid "

Source code for %s

" +msgstr "

%s izejas teksts

" + +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Apskats: moduļa teksts" + +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Visi moduļi, kuriem ir izejas teksti

" + +#: ext/coverage.py:47 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "targets for %d template files" +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/coverage.py:141 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: ext/coverage.py:163 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: ext/coverage.py:177 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: ext/coverage.py:445 #, python-format -msgid "all of %d po files" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: ext/coverage.py:458 #, python-format -msgid "targets for %d po files that are specified" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: ext/todo.py:71 +msgid "Todo" +msgstr "Jāizdara" + +#: ext/todo.py:104 #, python-format -msgid "targets for %d po files that are out of date" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: ext/todo.py:165 #, python-format -msgid "file %r given on command line does not exist, " +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: ext/todo.py:175 +msgid "original entry" +msgstr "sākotnējs ieraksts" + +#: ext/extlinks.py:82 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: ext/doctest.py:115 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: ext/doctest.py:120 #, python-format -msgid "%d source files given on command line" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: ext/doctest.py:134 #, python-format -msgid "targets for %d source files that are out of date" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: ext/doctest.py:281 #, python-format -msgid "%d found" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/graphviz.py:268 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/graphviz.py:303 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: ext/graphviz.py:310 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: ext/graphviz.py:313 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/graphviz.py:329 #, 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 one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "docnames to write: %s" +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: ext/apidoc.py:85 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 +#: ext/apidoc.py:375 msgid "" "\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" +"\n" +"The s can be file 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 -#, python-format -msgid "processing %s" +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (iekš " +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "" + +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: ext/apidoc.py:481 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "" + +#: ext/apidoc.py:638 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: ext/autosectionlabel.py:48 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Sekcijas autors: " +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Moduļa autors: " +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Koda autors: " +#: ext/imgmath.py:159 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autors: " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Vēres" + +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "[image: %s]" +msgstr "[attēls: %s]" + +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[attēls]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: writers/html5.py:415 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: writers/html5.py:427 #, python-format -msgid "Unknown image format: %s..." +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "%r reference target not found: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Meklēt" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Izpildīt" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Rādīt izejas tekstu" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Saturs" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Indekss" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Savērst sānjoslu" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s meklēšana" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Ātra meklēšana" +#: writers/texinfo.py:1300 +#, python-format +msgid "unimplemented node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "Apskats" +#: writers/latex.py:364 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: writers/latex.py:593 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "Indeksi un tabulas:" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "Pilns saturs" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "rāda visas sekcijas un apakšsekcijas" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Atlases lapa" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "meklēt šajā dokumentācijā" +#: domains/std/__init__.py:86 domains/std/__init__.py:103 +#, python-format +msgid "environment variable; %s" +msgstr "apkārtnes mainīgais; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "Vispārējs moduļu indekss" +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "ātra piekļuve visiem moduliem" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Vispārējs indekss" +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "visas funkcijas, klases un termini" +#: domains/std/__init__.py:234 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/std/__init__.py:305 #, python-format -msgid "Index – %(key)s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Pilns indekss vienā lappusē" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "iepriekšēja tēma" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "iepriekšēja sadaļa" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "nākoša tēma" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "nākoša sadaļa" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "glosārija termins" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Lai iespējotu meklēšanu, lūdzu aktivizēt JavaScript." +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "gramatiskais marķieris" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "atsauces virsraksts" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "meklēt" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "apkārtnes mainīgais" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Šī lappuse" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "programmas opcija" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Lappušu indekss pēc burtiem" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "var būt milzīgs" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Moduļu indekss" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigācija" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Atlases lapa" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: domains/std/__init__.py:721 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Meklēt iekš %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Par šiem dokumentiem" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 +#: domains/std/__init__.py:934 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/std/__init__.py:946 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Pēdējas izmaiņas %(last_updated)s." +msgid "the link has no caption: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/std/__init__.py:960 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" -msgstr "Izplest sānjoslu" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: domains/std/__init__.py:1194 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: domains/std/__init__.py:1196 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Automātiski sagatavots izmaiņu saraksts versijai %(version)s" +msgid "%s() (in module %s)" +msgstr "%s() (moduļī %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Bibliotēkas izmaiņas" +#: 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 (moduļī %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Izmaiņas iekš C API" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (iebūvētais mainīgais)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Citas izmaiņas" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (iebūvēta klase)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Paslēpt atlases vārdus" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (klase iekš %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "Atlases rezultāti" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s klases metods)" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (%s statiskais metods)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "moduļi" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Nav ieteicams" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "izņēmums" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "klases metods" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "statiskais metods" + +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: domains/python/__init__.py:698 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: domains/python/__init__.py:817 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametri" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Mainīgie" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Ceļ" + +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "loceklis" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametri" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "mainīgais" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makross" + +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "loceklis" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 msgid "type" msgstr "tips" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: 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'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:862 msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Mainīgie" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Saturs" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Ceļ" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (moduļī %s)" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (moduļī %s)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Izpildīt" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (iebūvētais mainīgais)" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Rādīt izejas tekstu" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Savērst sānjoslu" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigācija" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: themes/basic/layout.html:115 #, python-format -msgid "%s (built-in class)" -msgstr "%s (iebūvēta klase)" +msgid "Search within %(docstitle)s" +msgstr "Meklēt iekš %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: 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 "%s (class in %s)" -msgstr "%s (klase iekš %s)" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/layout.html:201 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klases metods)" +msgid "Last updated on %(last_updated)s." +msgstr "Pēdējas izmaiņas %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: themes/basic/layout.html:204 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statiskais metods)" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s (%s property)" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: themes/basic/genindex-single.html: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: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/opensearch.xml:4 #, python-format -msgid "%s (type alias in %s)" +msgid "Search %(docstitle)s" +msgstr "%(docstitle)s meklēšana" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Šī lappuse" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Apskats" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "moduļi" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Nav ieteicams" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Indeksi un tabulas:" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "izņēmums" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Pilns saturs" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "klases metods" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "rāda visas sekcijas un apakšsekcijas" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statiskais metods" +#: 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:499 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/searchbox.html:4 +msgid "Quick search" +msgstr "Ātra meklēšana" + +#: 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/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/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Izplest sānjoslu" + +#: 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 "Automātiski sagatavots izmaiņu saraksts versijai %(version)s" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Bibliotēkas izmaiņas" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Izmaiņas iekš C API" + +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Citas izmaiņas" + +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: 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" + +#: 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 "" + +#: 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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr "" + +#: environment/collectors/asset.py:95 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/collectors/asset.py:123 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/collectors/toctree.py:258 #, python-format -msgid "environment variable; %s" -msgstr "apkārtnes mainīgais; %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/toctree.py:318 #, python-format -msgid "%s; configuration value" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/toctree.py:342 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: environment/adapters/toctree.py:357 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: environment/adapters/indexentries.py:126 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "%s command line option" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "glosārija termins" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "gramatiskais marķieris" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "atsauces virsraksts" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "apkārtnes mainīgais" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "programmas opcija" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Moduļu indekss" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "indekss" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:547 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:572 +msgid "next" +msgstr "nākošais" + +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "iepriekšējs" + +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:772 #, python-format -msgid "the link has no caption: %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:796 #, python-format -msgid "invalid numfig_format: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:843 #, python-format -msgid "undefined label: %r" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:861 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:912 #, python-format -msgid "%s (C %s)" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "mainīgais" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makross" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "turpinājums no iepriekšējās lappuses" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Izlaidums" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1349 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1372 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1384 #, python-format -msgid "(in %s v%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:485 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:117 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"\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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Izlaidums" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3803,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "indekss" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "nākošais" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "iepriekšējs" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "turpinājums no iepriekšējās lappuses" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.js b/sphinx/locale/mk/LC_MESSAGES/sphinx.js index 8bbf24e6373..44c8d6b9aec 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/mk/LC_MESSAGES/sphinx.mo b/sphinx/locale/mk/LC_MESSAGES/sphinx.mo index c578ff3a6b5..aa3ef9f460f 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 1974f732fa4..3b2097e33c8 100644 --- a/sphinx/locale/mk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/mk/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vasil Vangelovski , 2013\n" "Language-Team: Macedonian (http://app.transifex.com/sphinx-doc/sphinx-1/language/mk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: mk\n" "Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,311 +175,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Предлог за подобрување на Python; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (вградена функција)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s метод)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (класа)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Фрла" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Враќа" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Повратен тип" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "функција" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "класа" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -724,15 +999,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -742,21 +1017,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -764,93 +1039,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -860,208 +1133,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1080,2714 +1340,2462 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:60 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/linkcheck.py:137 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/linkcheck.py:526 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/linkcheck.py:726 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/singlehtml.py:36 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/manpage.py:39 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/manpage.py:76 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/text.py:34 #, python-format -msgid "reading error: %s, %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "writing error: %s, %s" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/xml.py:38 #, python-format -msgid "locale_dir %s does not exist" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/xml.py:110 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/texinfo.py:47 #, python-format -msgid "unknown directive or role name: %s:%s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/texinfo.py:90 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (во " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 +#: builders/texinfo.py:233 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: builders/gettext.py:230 #, python-format -msgid "Citation [%s] is not referenced." +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (вградена функција)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s метод)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (класа)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "%s (global variable or constant)" +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/gettext.py:252 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Фрла" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Враќа" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Повратен тип" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 -#, python-format -msgid "%s (module)" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "функција" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "класа" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/__init__.py:251 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/__init__.py:273 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/__init__.py:285 #, python-format -msgid "Added in version %s" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/__init__.py:307 #, python-format -msgid "Deprecated since version %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: builders/__init__.py:313 #, python-format -msgid "Removed in version %s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: builders/__init__.py:324 #, python-format -msgid "%s (directive)" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/__init__.py:339 #, python-format -msgid ":%s: (directive option)" +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/__init__.py:354 #, python-format -msgid "%s (role)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/__init__.py:386 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" -msgstr "%s %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:471 #, python-format -msgid "

Source code for %s

" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:527 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:534 #, python-format -msgid "TODO entry found: %s" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:686 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/_epub_base.py:432 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/changes.py:33 #, python-format -msgid "%s is not a directory." +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: builders/changes.py:60 #, python-format -msgid "Failed to remove %s: %s" +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Вградени" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/changes.py:79 +msgid "Module level" +msgstr "Ниво на модул" + +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: builders/changes.py:140 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: util/rst.py:72 #, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: util/docfields.py:95 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: util/osutil.py:130 #, python-format msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: util/nodes.py:419 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: util/nodes.py:487 #, python-format -msgid "dot code %r: %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: util/nodes.py:701 #, python-format -msgid "[graph: %s]" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: util/fileutil.py:76 #, 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" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: util/fileutil.py:91 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: util/inventory.py:170 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: util/docutils.py:283 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 +#: util/docutils.py:746 #, python-format -msgid "'%s' is not a valid option." +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: util/i18n.py:105 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: util/i18n.py:112 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 +#: util/i18n.py:141 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 +#: util/i18n.py:236 #, python-format msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %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." +msgstr "" + +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: directives/code.py:84 #, python-format -msgid "invalid regex %r in %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "module %s could not be imported: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: directives/code.py:211 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: directives/code.py:228 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: directives/code.py:270 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: directives/code.py:308 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: directives/other.py:122 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: directives/other.py:171 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -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 "Автор на код:" + +#: directives/other.py:210 +msgid "Author: " +msgstr "Автор: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 -#, python-format -msgid "no Babel option known for language %r" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: _cli/__init__.py:172 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 -#, python-format -msgid "unsupported rubric heading level: %s" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 -#, python-format -msgid "numfig_format is not defined for %s" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" +msgid "%b %d, %Y" +msgstr "%d %b, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: transforms/__init__.py:267 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: transforms/__init__.py:313 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/viewcode.py:285 +msgid "[docs]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/viewcode.py:311 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/coverage.py:47 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/coverage.py:134 ext/coverage.py:280 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/coverage.py:141 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/coverage.py:163 +#, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/coverage.py:177 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: ext/coverage.py:245 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: ext/coverage.py:445 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/coverage.py:458 #, python-format -msgid "cannot copy image file %r: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/todo.py:104 +#, python-format +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/extlinks.py:82 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/doctest.py:120 #, python-format -msgid "writing %s file..." +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/doctest.py:134 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 -#, python-format -msgid "error writing file %s: %s" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/doctest.py:281 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/doctest.py:434 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/graphviz.py:145 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/graphviz.py:268 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Вградени" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Ниво на модул" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: ext/apidoc.py:638 #, python-format -msgid "targets for %d po files that are specified" +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "targets for %d po files that are out of date" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "file %r given on command line does not exist, " +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/duration.py:85 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: ext/imgmath.py:159 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: ext/imgmath.py:174 #, python-format -msgid "%d source files given on command line" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: ext/imgmath.py:328 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: ext/imgmath.py:362 #, python-format -msgid "%d found" +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: writers/html5.py:427 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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." +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.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." +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/texinfo.py:1300 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/latex.py:364 #, python-format -msgid "processing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (во " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "error writing file Makefile: %s" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/latex.py:593 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: writers/latex.py:1178 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/latex.py:1931 #, python-format -msgid "Invalid caption: %s" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: domains/std/__init__.py:111 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/std/__init__.py:234 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/std/__init__.py:305 #, python-format -msgid "Object named %r not found in include file %r" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Автор на секцијата:" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Автор на модул:" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Автор на код:" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Автор: " +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Главна содржина" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:698 #, python-format -msgid "Index – %(key)s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Параметри" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "член" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "променлива" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "макро" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "тип" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: domains/cpp/__init__.py:277 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)s" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "image file %s not readable: %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: themes/basic/layout.html:201 #, python-format -msgid "download file not readable: %s" +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: themes/basic/layout.html:204 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +#: themes/basic/genindex-single.html: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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "погледни %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "погледни %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "unknown index entry type %r" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Симболи" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Параметри" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "член" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "тип" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Главна содржина" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s() (%s class method)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s() (%s static method)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/collectors/asset.py:95 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/collectors/asset.py:123 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/collectors/toctree.py:258 #, python-format -msgid "environment variable; %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/toctree.py:318 #, python-format -msgid "%s; configuration value" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/toctree.py:342 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: environment/adapters/toctree.py:357 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: environment/adapters/indexentries.py:126 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgid "see %s" +msgstr "погледни %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "%s command line option" +msgid "see also %s" +msgstr "погледни %s" + +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Симболи" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "содржина" + +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "следна" + +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "претходна" + +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "променлива" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "макро" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" +msgstr "%s %s документација" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/__init__.py:117 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:543 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:172 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3803,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "содржина" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "следна" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "претходна" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s документација" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js index 34e805c96cd..b71a4740795 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "S\u00f8k", "Search Page": "S\u00f8keside", "Search Results": "S\u00f8keresultat", - "Search finished, found ${resultCount} page(s) matching the search query.": "S\u00f8ket fullf\u00f8rt, fant ${resultCount} side(r) som samsvarer med s\u00f8kestrengen.", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "S\u00f8k blant %(docstitle)s", "Searching": "S\u00f8ker", "Searching for multiple words only shows matches that contain\n all words.": "S\u00f8k etter flere ord viser bare treff som inneholder\n\u00a0 alle ord", diff --git a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.mo index 1485473cf86..6a7a87a1275 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 82735d5717d..0c9614067fe 100644 --- a/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nb_NO/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Per Christian Gaustad, 2024\n" "Language-Team: Norwegian Bokmål (Norway) (http://app.transifex.com/sphinx-doc/sphinx-1/language/nb_NO/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: nb_NO\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,311 +175,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktiv)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rolle)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "direktiv" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "rolle" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (innebygd funksjon)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metode)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasse)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (global variabel eller konstant)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribut)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argument" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Kaster" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Returnere" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Retur type" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funksjon" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metode" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "klasse" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "data" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "attributt" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modul" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Endret i version %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Frarådet siden version %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Obs" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Advarsel" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Fare" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Feil" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Hint" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Viktig" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Merknad" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Se også" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tips" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Advarsel" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -724,15 +999,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -742,21 +1017,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -764,93 +1039,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -860,208 +1133,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1080,805 +1340,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%d. %b %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:49 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:90 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr "(i " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: builders/__init__.py:313 #, python-format msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "" + +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:471 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:507 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:516 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:527 #, python-format -msgid "reading error: %s, %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:534 #, python-format -msgid "writing error: %s, %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:686 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/__init__.py:845 #, python-format -msgid "default role %s not found" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/epub3.py:83 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Obs" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Advarsel" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Fare" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Feil" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Hint" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Viktig" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Merknad" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Se også" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Tips" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Advarsel" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (innebygd funksjon)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metode)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (klasse)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variabel eller konstant)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribut)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argument" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Kaster" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Innebygde" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Returnere" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Modulnivå" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Retur type" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funksjon" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metode" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "klasse" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "data" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "attributt" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modul" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/rst.py:72 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/docfields.py:95 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/osutil.py:130 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:419 #, python-format -msgid "Added in version %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:487 #, python-format -msgid "Changed in version %s" -msgstr "Endret i version %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/nodes.py:701 #, python-format -msgid "Deprecated since version %s" -msgstr "Frarådet siden version %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:76 #, python-format -msgid "Removed in version %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/fileutil.py:91 #, python-format -msgid "%s (directive)" -msgstr "%s (direktiv)" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:170 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/inventory.py:185 #, python-format -msgid "%s (role)" -msgstr "%s (rolle)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "direktiv" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rolle" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/docutils.py:283 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/docutils.py:746 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[kilde]" +#: util/display.py:83 +msgid "skipped" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[dokumentasjon]" +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Modul kildekode" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: util/i18n.py:141 #, python-format -msgid "

Source code for %s

" -msgstr "

Kildekode for %s

" +msgid "locale_dir %s does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Oversikt: modulkildekode" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Alla moduler hvor kildekode finnes

" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Todo" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:84 #, python-format -msgid "TODO entry found: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:211 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "opprinnelig oppføring" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/code.py:225 #, python-format -msgid "Would create file %s." +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: directives/code.py:228 +#, 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." +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Forfatter av avsnitt: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Forfatter av modul: " + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Forfatter av kildekode: " + +#: directives/other.py:210 +msgid "Author: " +msgstr "Forfatter: " + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +msgid "%b %d, %Y" +msgstr "%d. %b %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: transforms/__init__.py:267 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: transforms/__init__.py:313 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[kilde]" + +#: 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" @@ -1886,8 +2234,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1897,1897 +2244,1558 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[dokumentasjon]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Modul kildekode" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Kildekode for %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Oversikt: modulkildekode" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Alla moduler hvor kildekode finnes

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Todo" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/todo.py:104 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Fotnoter" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/todo.py:165 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: ext/todo.py:175 +msgid "original entry" +msgstr "opprinnelig oppføring" + +#: ext/extlinks.py:82 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/doctest.py:115 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/doctest.py:120 #, python-format -msgid "unknown index entry type %s found" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/doctest.py:134 #, python-format -msgid "[image: %s]" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[bilde]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/doctest.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/doctest.py:434 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Index" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "unimplemented node type: %r" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:396 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/apidoc.py:638 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "error writing file %s: %s" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/autosectionlabel.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:159 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:174 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Fotnoter" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[bilde]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/html5.py:415 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:427 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Innebygde" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Modulnivå" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Index" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/texinfo.py:1300 #, python-format -msgid "targets for %d template files" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: writers/latex.py:364 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: writers/latex.py:593 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1575 #, python-format -msgid "all of %d po files" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: writers/latex.py:1931 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are out of date" +msgid "environment variable; %s" +msgstr "miljøvariabel; %s" + +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "ordliste" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "grammatikk token" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "referanse-etikett" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "miljøvariabel" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "programvalg" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 -#, python-format -msgid "%s added, %s changed, %s removed" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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 "" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Modulindex" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Søkeside" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:721 #, 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 %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.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." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:934 #, 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 "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:960 #, python-format -msgid "docnames to write: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/std/__init__.py:1196 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (i modul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -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 (i modul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:169 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (innebygd variabel)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:194 #, python-format -msgid "processing %s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (innebygd klasse)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (klasse i %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr "(i " +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s klassemetode)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (%s statisk metode)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/python/__init__.py:389 #, python-format -msgid "error writing file Makefile: %s" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/python/__init__.py:428 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python Modulindex" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "moduler" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Foreldet" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "untak" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "klassemetode" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "statisk metode" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:698 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/python/__init__.py:817 #, python-format -msgid "Object named %r not found in include file %r" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (foreldet)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametere" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variabler" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Hever" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/c/__init__.py:199 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Forfatter av avsnitt: " +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Forfatter av modul: " +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "medlem" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Forfatter av kildekode: " +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variabel" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Forfatter: " +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "type" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/cpp/__init__.py:277 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Innhold" + +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "Søk" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "Gå" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "Vis kildekode" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Innhold" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "Skjul sidepanelet" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Hele registeret på én side" + +#: 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/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Søk %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Hurtigsøk" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Denne siden" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Oversikt" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Velkommen! Dette er" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "dokumentasjonen for" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "sist oppdatert" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Registre og tabeller" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Fullstendig innholdsfortegnelse" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "lister opp alle avsnitt og underavsnitt" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Søkeside" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "søk i denne dokumentasjonen" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Globalt modulregister" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "snarvei til alle moduler" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Hovedindex" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "alla funksjoner, klasser, termer" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Hele registeret på én side" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Forrige emne" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "forrige kapittel" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Neste emne" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "neste kapittel" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Hurtigsøk" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Vennligst aktiver JavaScript for å skru på søkefunksjonaliteten." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "søk" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Denne siden" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Registersider per bokstav" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "kan bli stor" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigering" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Søk blant %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Om disse dokumentene" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Opphavsrett" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Forrige emne" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "forrige kapittel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Sist oppdatert %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Neste emne" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Laget med Sphinx %(sphinx_version)s." +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "neste kapittel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Utvid sidepanelet" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 "Automatisk generert liste over endringer i versjon %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Endringer i biblioteket" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Endringer i C-API-et" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Andre endringer" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Skjul søkeresultat" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Søkeresultat" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "Søket fullført, fant ${resultCount} side(r) som samsvarer med søkestrengen." +#: 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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Søker" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Forbereder søk …" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", i " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "se %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "se også %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametere" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "medlem" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "type" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variabler" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Hever" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (i modul %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (i modul %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (innebygd variabel)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (innebygd klasse)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasse i %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klassemetode)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statisk metode)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python Modulindex" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "moduler" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Foreldet" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "untak" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "klassemetode" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statisk metode" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (foreldet)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "se %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "miljøvariabel; %s" +msgid "see also %s" +msgstr "se også %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "ordliste" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "grammatikk token" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "index" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "referanse-etikett" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "miljøvariabel" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "neste" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "programvalg" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "forrige" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Modulindex" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variabel" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "fortsettelse fra forrige side" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "fortsetter på neste side" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Ikke-alfabetisk" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Tall" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "side" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Utgivelse" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1349 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1372 #, python-format -msgid "(in %s v%s)" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1384 #, python-format -msgid "(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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:119 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/transforms.py:485 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "" + +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"\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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Utgivelse" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "" + +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for member-order option: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3803,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "index" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "neste" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "forrige" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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`." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "fortsettelse fra forrige side" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "fortsetter på neste side" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Ikke-alfabetisk" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Tall" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "side" diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.js b/sphinx/locale/ne/LC_MESSAGES/sphinx.js index 1fb80c44ee6..2a5bafbffd2 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "\u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d ", "Search Page": "\u092a\u093e\u0928\u093e\u092e\u093e \u0916\u094b\u091c\u094d\u0928\u0941\u0939\u094b\u0938\u094d", "Search Results": "\u0916\u094b\u091c\u0947\u0915\u094b \u0928\u0924\u093f\u091c\u093e", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/ne/LC_MESSAGES/sphinx.mo b/sphinx/locale/ne/LC_MESSAGES/sphinx.mo index e657096fab3..d40390e1f9a 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 bd58c800595..65d12aa8f77 100644 --- a/sphinx/locale/ne/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ne/LC_MESSAGES/sphinx.po @@ -9,389 +9,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2016\n" "Language-Team: Nepali (http://app.transifex.com/sphinx-doc/sphinx-1/language/ne/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: ne\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -399,12 +163,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -412,311 +176,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (निर्देशिक)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (भूमिका)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "निर्देशिक" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "भूमिका" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (built-in function)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s विधी)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (कक्षा)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (global variable or constant)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribute)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Arguments" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Throws" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Returns" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Return type" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (मडुल)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "फन्क्सन" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "विधी" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "कक्षा" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "data" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "attribute" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "मडुल" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "भर्सन %s मा बदलिएको" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Deprecated since version %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "Tip" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "साबधान" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -725,15 +1000,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -743,21 +1018,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -765,93 +1040,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -861,208 +1134,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1081,805 +1341,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:49 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/texinfo.py:90 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr "(in" + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: builders/__init__.py:313 #, python-format msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "" + +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/__init__.py:471 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:507 #, python-format -msgid "exception while evaluating only directive expression: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:516 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:527 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:534 #, python-format -msgid "reading error: %s, %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:686 #, python-format -msgid "locale_dir %s does not exist" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:845 #, python-format -msgid "unknown node type: %r" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/epub3.py:83 #, python-format -msgid "default role %s not found" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "ध्यानाकर्षण" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "होसियार " - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "खतरा" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "गलत" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "सङ्केत" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "जरुरी" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "टिप्पणी" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "पनि हेर्नुहोस" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Tip" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "साबधान" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (built-in function)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s विधी)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (कक्षा)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variable or constant)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribute)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Arguments" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Throws" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "बिइल्टिन्स" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Returns" +#: builders/changes.py:79 +msgid "Module level" +msgstr "मडुलको तह" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Return type" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (मडुल)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "फन्क्सन" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "विधी" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "कक्षा" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "data" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "attribute" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "मडुल" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/rst.py:72 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/docfields.py:95 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/osutil.py:130 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:419 #, python-format -msgid "Added in version %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:487 #, python-format -msgid "Changed in version %s" -msgstr "भर्सन %s मा बदलिएको" +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/nodes.py:701 #, python-format -msgid "Deprecated since version %s" -msgstr "Deprecated since version %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:76 #, python-format -msgid "Removed in version %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/fileutil.py:91 #, python-format -msgid "%s (directive)" -msgstr "%s (निर्देशिक)" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:170 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/inventory.py:185 #, python-format -msgid "%s (role)" -msgstr "%s (भूमिका)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "निर्देशिक" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "भूमिका" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/docutils.py:283 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/docutils.py:746 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[स्रोत]" +#: util/display.py:83 +msgid "skipped" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[docs]" +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Module code" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: util/i18n.py:141 #, python-format -msgid "

Source code for %s

" -msgstr "

Source code for %s

" +msgid "locale_dir %s does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "पुनरावलोकन: module code" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

All modules for which code is available

" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Todo" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:84 #, python-format -msgid "TODO entry found: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:211 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "मौलिक इन्ट्री" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/code.py:225 #, python-format -msgid "Would create file %s." +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: directives/code.py:228 +#, 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." +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "सेक्सनको लेखक" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: directives/other.py:206 +msgid "Module author: " +msgstr "मडुलको लेखक" + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Codeको लेखक " + +#: directives/other.py:210 +msgid "Author: " +msgstr "लेखक" + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: transforms/__init__.py:267 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: transforms/__init__.py:313 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: ext/linkcode.py:75 ext/viewcode.py:200 +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" @@ -1887,8 +2235,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1898,1897 +2245,1558 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[docs]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Module code" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Source code for %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "पुनरावलोकन: module code" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

All modules for which code is available

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Todo" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/todo.py:104 #, python-format -msgid "no Babel option known for language %r" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/todo.py:165 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "फूट्नोट्स" +#: ext/todo.py:175 +msgid "original entry" +msgstr "मौलिक इन्ट्री" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/extlinks.py:82 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/doctest.py:115 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/doctest.py:120 #, python-format -msgid "unknown index entry type %s found" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/doctest.py:134 #, python-format -msgid "[image: %s]" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[चित्र]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/doctest.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/doctest.py:434 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "अनुसुची" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "unimplemented node type: %r" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:396 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/apidoc.py:638 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "error writing file %s: %s" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/autosectionlabel.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:159 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:174 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "फूट्नोट्स" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[चित्र]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "अनुसुची" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "बिइल्टिन्स" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "मडुलको तह" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: writers/texinfo.py:1300 #, python-format -msgid "could not read %r for changelog creation" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: writers/latex.py:364 #, python-format -msgid "The text files are in %(outdir)s." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:593 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: writers/latex.py:1575 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "" +msgid "environment variable; %s" +msgstr "environment variable; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "शब्द-अर्थमा भएको" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "grammar token" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "सन्दर्व सामग्री" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "environment variable" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "कार्यक्रमका बिकल्प" + +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "मडुल अनुसुची" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "पानामा खोज्नुहोस्" + +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:934 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:960 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:963 #, 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 "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:1194 #, 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 "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (in मडुल %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -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 (in मडुल %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (built-in चल)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/python/__init__.py:194 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (built-in कक्षा)" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (कक्षा in %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s कक्षा विधी)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:251 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (%s static विधी)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:389 #, python-format -msgid "processing %s" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr "(in" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python Module Index" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "modules" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Deprecated" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "अपबाद" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "कक्षा विधी" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "static विधी" + +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: domains/python/__init__.py:698 +#, 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." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr "(deprecated)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parameters" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "चलहरू" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Raises" + +#: domains/c/__init__.py:199 #, python-format -msgid "Invalid caption: %s" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "सदस्य" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "चल" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "बृहत" + +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "किसिम" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/cpp/__init__.py:277 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "सेक्सनको लेखक" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "मडुलको लेखक" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "विषयसूची" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Codeको लेखक " +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "लेखक" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "खोज्नुहोस् " -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "जानुहोस्" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "स्रोत देखाउनुहोस् " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "साइडबर सानो बनाउनुहोस्" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "नेभिगेसन " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: themes/basic/layout.html:115 #, python-format -msgid "Unknown image format: %s..." +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -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 "कपिराइट " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:201 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "यो भन्दा अगाडी %(last_updated)s मा अपडेट भएको" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/layout.html:204 #, python-format -msgid "%r reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "खोज्नुहोस् " - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "जानुहोस्" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -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 "पुरा अनुसुची एकै पानामा" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "विषयसूची" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "अक्षर अनुसार अनुसुचीका पाना" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "साइडबर सानो बनाउनुहोस्" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "धेरै ठुलो हुन सक्छ" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "छिट्टो खोज्नुहोस्" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "यो पाना" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "पुनरावलोकन " -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "इन्डीसीस्स र तलिका" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "पुरा विषयसूची" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "सबै सेक्सन र सवसेक्सन देखाउनुहोस्" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "पानामा खोज्नुहोस्" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "यो डकुमेन्ट खोज्नुहोस्" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "ग्लोबल मडुल अनुसुची" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "सबै मोदुलेसमा छिटै जानुहोस्" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "सामान्य अनुसुची" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "सबै फन्क्सनस्, कक्षाहरू र टर्मस्" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "पुरा अनुसुची एकै पानामा" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "अघिल्लो विषय " - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "अघिल्लो खन्ड" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "पछिल्लो विषय" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "पछिल्लो खन्ड" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "छिट्टो खोज्नुहोस्" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "खोज्ने कार्य आगाडी बढाउनको लागि जाभास्कृप्ट चलाईदिनुहोस " -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "खोज्नुहोस्" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "यो पाना" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "अक्षर अनुसार अनुसुचीका पाना" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "धेरै ठुलो हुन सक्छ" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "नेभिगेसन " - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "यी डकुमेन्टहरुको बारेमा" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "कपिराइट " +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "अघिल्लो विषय " -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "अघिल्लो खन्ड" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "यो भन्दा अगाडी %(last_updated)s मा अपडेट भएको" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "पछिल्लो विषय" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "पछिल्लो खन्ड" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "साइडबर ठुलो बनाउनुहोस्" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 मा भएका फरक हरु आफै जेनेरेट भए " -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "लाईब्रेरीका परिवर्तनहरु" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API का परिवर्तनहरु " -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "अरु परिवर्तनहरु " -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "खोजेको नतिजाहरु लुकाउनुहोस्" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "खोजेको नतिजा" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "%s हेर्नुहोस्" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "%s पनि हेर्नुहोस् " - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parameters" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "सदस्य" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "किसिम" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "चलहरू" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Raises" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (in मडुल %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (in मडुल %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (built-in चल)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (built-in कक्षा)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (कक्षा in %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s कक्षा विधी)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s static विधी)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python Module Index" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "modules" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Deprecated" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "अपबाद" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "कक्षा विधी" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "static विधी" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr "(deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "%s हेर्नुहोस्" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "environment variable; %s" +msgid "see also %s" +msgstr "%s पनि हेर्नुहोस् " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "शब्द-अर्थमा भएको" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "grammar token" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "अनुसुची" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "सन्दर्व सामग्री" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "environment variable" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "पछिल्लो" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "कार्यक्रमका बिकल्प" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "अघिल्लो" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "मडुल अनुसुची" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "चल" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "बृहत" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "अघिल्लो पानासँग जोडीएको" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "रीलीज" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1372 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1384 #, python-format -msgid "invalid value set (missing opening brace): %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 -#, python-format -msgid "malformed string literal (missing closing quote): %s" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1414 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/latex/transforms.py:119 #, python-format -msgid "(in %s)" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/latex/transforms.py:485 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:117 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:169 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "रीलीज" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3796,7 +3804,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3811,347 +3819,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "अनुसुची" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "पछिल्लो" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "अघिल्लो" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.js b/sphinx/locale/nl/LC_MESSAGES/sphinx.js index c2db594ab9d..dfe5fbe835d 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "Zoeken", "Search Page": "Zoekpagina", "Search Results": "Zoekresultaten", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "Zoeken in %(docstitle)s", "Searching": "Bezig met zoeken", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/nl/LC_MESSAGES/sphinx.mo b/sphinx/locale/nl/LC_MESSAGES/sphinx.mo index 37db713cbc7..078f141338d 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 f80d9ea360e..fab50cafdbc 100644 --- a/sphinx/locale/nl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/nl/LC_MESSAGES/sphinx.po @@ -14,389 +14,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2021\n" "Language-Team: Dutch (http://app.transifex.com/sphinx-doc/sphinx-1/language/nl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: nl\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Gebeurtenis %r bestaat reeds" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Onbekende gebeurtenisnaam: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "configuratiemap bevat geen conf.py bestand (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "ongeldig getal %r voor configuratiewaarde %r, wordt genegeerd" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "onbekende configuratiewaarde %r tijdens overschrijven, wordt genegeerd" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Configuratiewaarde %r was reeds aangevoerd" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Sectie %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tabel %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Codefragment %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r onbekend, wordt genegeerd." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kan bronmap niet vinden (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Bron- en doelmap kunnen niet identiek zijn" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx v%s start op" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "aanmaken doelmap" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "laden van vertalingen [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "klaar" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "mislukt: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Geen bouwer geselecteerd, dus de standaardbouwer wordt gebruikt: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "gelukt" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "afgerond met problemen" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "bouwen %s, %s waarschuwing." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "bouwen %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -404,12 +168,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -417,311 +181,822 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "seriële verwerking van %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Bouwerklasse %s heeft geen \"name\"-attribuut" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Bouwer %r bestaat reeds (in module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Bouwernaam %s is niet geregistreerd of beschikbaar via entrypoint" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Bouwernaam %s is niet geregistreerd" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "domein %s was reeds geregistreerd" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "domein %s nog niet geregistreerd" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser voor %r is reeds geregistreerd" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "Broncode-parser voor %s is niet geregistreerd" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Oorspronkelijke exceptie:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "Kon extensie %s niet importeren" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, 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?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +#: extension.py:76 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: theming.py:215 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "configuratiemap bevat geen conf.py bestand (%s)" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, 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)" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "ongeldig getal %r voor configuratiewaarde %r, wordt genegeerd" + +#: config.py:361 +#, 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:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "onbekende configuratiewaarde %r tijdens overschrijven, wordt genegeerd" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Configuratiewaarde %r was reeds aangevoerd" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, 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:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "Sectie %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tabel %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Codefragment %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r onbekend, wordt genegeerd." + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (directive)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "directive" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "rol" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (ingebouwde functie)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s methode)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasse)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globale variabele of constante)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribuut)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumenten" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Werpt" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Returns" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Return type" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (module)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "functie" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "methode" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "klasse" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "data" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "attribuut" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "module" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Veranderd in versie %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Verouderd sinds versie %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "duplicaatlabel van formule %s, andere in %s" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "bronmap is gewijzigd" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Let op" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Pas op" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Gevaar" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Fout" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Hint" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Belangrijk" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Notitie" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Zie ook" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Waarschuwing" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "Naam van het project" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "Auteur(s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -730,15 +1005,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "Versie van het project" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "Release van het project" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -748,21 +1023,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -770,93 +1045,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "Bestandsnaam van het hoofddocument (zonder bestandsextensie)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "Afgerond: een beginstructuur van mappen is aangemaakt." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -866,208 +1139,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "release van project" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "documenttaal" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "bestandsextensie van bronbestanden" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "bestandsnaam van hoofddocument" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "sjabloonmap voor sjabloonbestanden" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1086,805 +1346,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "pad naar doelmap" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "" + +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/xml.py:38 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/xml.py:110 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:49 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/texinfo.py:90 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (in " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: builders/__init__.py:313 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"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:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:339 #, python-format -msgid "reading error: %s, %s" +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:354 #, python-format -msgid "writing error: %s, %s" +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:386 #, python-format -msgid "locale_dir %s does not exist" +msgid "%d found" +msgstr "" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "" + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "" + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:507 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:516 #, python-format -msgid "unknown directive or role name: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:527 #, python-format -msgid "unknown node type: %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." +msgstr "" + +#: builders/__init__.py:534 +#, 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:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "" + +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" +msgstr "" + +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Let op" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Pas op" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Gevaar" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Fout" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Hint" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Belangrijk" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Notitie" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Zie ook" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Tip" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Waarschuwing" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "bronmap is gewijzigd" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (ingebouwde functie)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s methode)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (klasse)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globale variabele of constante)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribuut)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumenten" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Werpt" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Builtins" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Returns" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Moduleniveau" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Return type" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (module)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "functie" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "methode" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "klasse" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "data" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "attribuut" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "module" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/docfields.py:95 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/osutil.py:130 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "duplicaatlabel van formule %s, andere in %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:419 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:487 #, python-format -msgid "Added in version %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:701 #, python-format -msgid "Changed in version %s" -msgstr "Veranderd in versie %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "Verouderd sinds versie %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:91 #, python-format -msgid "Removed in version %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:170 #, python-format -msgid "%s (directive)" -msgstr "%s (directive)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:185 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:283 #, python-format -msgid "%s (role)" -msgstr "%s (rol)" +msgid "unknown directive or role name: %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "directive" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rol" +#: util/display.py:88 +msgid "failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "writing error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[broncode]" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[documentatie]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Modulebroncode" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "Ongeldig onderschrift: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" -msgstr "

Broncode voor %s

" +msgid "line number spec is out of range(1-%d): %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Overzicht: module broncode" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Gebruik van zowel \"%s\" als \"%s\" opties is niet toegestaan" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Alle modules waarvoor de broncode beschikbaar is

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "Include bestand %r is niet gevonden of het lezen is mislukt" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Te doen" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "Encodering %r gebruikt voor het lezen van include-bestand %r lijkt verkeerd, probeer een :encoding: optie te specificeren" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" -msgstr "" +msgid "Object named %r not found in include file %r" +msgstr "Object met naam %r is niet gevonden in include bestand %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "\"lineno-match\" kan niet gebruikt worden met een disjuncte set \"lines\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(Het <> bevindt zich in %s, regel %d.)" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Regels %r: geen regels gebruikt uit include-bestand %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "originele item" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" +msgstr "" + +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "Would create file %s." +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Auteur van deze sectie: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Auteur van deze module: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Auteur van deze broncode:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:210 +msgid "Author: " +msgstr "Auteur: " + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: _cli/__init__.py:172 msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "bestandsextensie (standaardwaarde: rst)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 +#, python-format +msgid "%b %d, %Y" +msgstr "%b %d, %Y" + +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." -msgstr "%s is geen map." +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: transforms/__init__.py:267 #, python-format -msgid "Failed to remove %s: %s" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz directive mag niet zowel inhoud als een bestandsnaam argument hebben" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:313 #, 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" +msgid "Footnote [%s] is not referenced." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "\"graphviz\" directive zonder inhoud wordt genegeerd." +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:274 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:324 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format moet 'png' of 'svg' zijn, maar is %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[graaf: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graaf]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[broncode]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1892,8 +2240,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1903,1897 +2250,1558 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "ontbrekende '+' of '-' in optie '%s'." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' is geen geldige optie." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' is geen geldige pyversion optie" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[documentatie]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Modulebroncode" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Broncode voor %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Overzicht: module broncode" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Alle modules waarvoor de broncode beschikbaar is

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: ext/todo.py:71 +msgid "Todo" +msgstr "Te doen" + +#: ext/todo.py:104 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(Het <> bevindt zich in %s, regel %d.)" + +#: ext/todo.py:175 +msgid "original entry" +msgstr "originele item" + +#: ext/extlinks.py:82 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: ext/doctest.py:115 #, python-format -msgid "display latex %r: %s" -msgstr "" +msgid "missing '+' or '-' in '%s' option." +msgstr "ontbrekende '+' of '-' in optie '%s'." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/doctest.py:120 #, python-format -msgid "inline latex %r: %s" -msgstr "" +msgid "'%s' is not a valid option." +msgstr "'%s' is geen geldige optie." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: ext/doctest.py:134 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' is geen geldige pyversion optie" + +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/doctest.py:281 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:434 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:522 #, python-format -msgid "no Babel option known for language %r" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz directive mag niet zowel inhoud als een bestandsnaam argument hebben" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/graphviz.py:145 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Extern Graphviz bestand %r niet gevonden of het lezen is mislukt" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "\"graphviz\" directive zonder inhoud wordt genegeerd." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Voetnoten" +#: ext/graphviz.py:303 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/graphviz.py:310 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: ext/graphviz.py:313 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/graphviz.py:329 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format moet 'png' of 'svg' zijn, maar is %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "unknown index entry type %s found" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "[image: %s]" -msgstr "[afbeelding: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[afbeelding]" +msgid "[graph: %s]" +msgstr "[graaf: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[graaf]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 -#, python-format -msgid "numfig_format is not defined for %s" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/apidoc.py:85 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Index" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "onderschrift niet binnen figuur." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:498 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "bestandsextensie (standaardwaarde: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: ext/apidoc.py:638 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "" +msgid "%s is not a directory." +msgstr "%s is geen map." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/autosectionlabel.py:48 #, python-format -msgid "cannot copy image file %r: %s" +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "cannot write image file %r: %s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgmath.py:159 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/imgmath.py:362 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Voetnoten" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "writing %s file..." -msgstr "" +msgid "[image: %s]" +msgstr "[afbeelding: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 -#, python-format -msgid "The XML files are in %(outdir)s." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[afbeelding]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: writers/html5.py:415 #, python-format -msgid "error writing file %s: %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: writers/html5.py:427 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 -#, python-format -msgid "The ePub file is in %(outdir)s." +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Index" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "onderschrift niet binnen figuur." + +#: writers/texinfo.py:1300 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: writers/latex.py:364 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/latex.py:593 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/latex.py:1575 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/latex.py:1931 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "broken link: %s (%s)" -msgstr "" +msgid "environment variable; %s" +msgstr "omgevingsvariabele; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: domains/std/__init__.py:111 #, python-format -msgid "Anchor '%s' not found" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: domains/std/__init__.py:234 #, python-format -msgid "no changes in version %s." +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: domains/std/__init__.py:305 +#, python-format +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Builtins" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Moduleniveau" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "woordenlijstterm" + +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "grammaticatoken" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "verwijzingslabel" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "omgevingsvariabele" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "programmaoptie" + +#: domains/std/__init__.py:608 +msgid "document" +msgstr "document" + +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Module-index" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" -msgstr "" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Zoekpagina" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: domains/std/__init__.py:934 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: domains/std/__init__.py:946 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" +msgid "the link has no caption: %s" +msgstr "onderschrift ontbreekt voor link: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: domains/std/__init__.py:1194 #, python-format -msgid "all of %d po files" +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:1196 #, python-format -msgid "targets for %d po files that are specified" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (in module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -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 (in module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: domains/python/__init__.py:169 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (geïntegreerde variabele)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/python/__init__.py:194 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "bestand %r zoals gegeven op de opdrachtregel is niet aanwezig in de bronmap, wordt genegeerd" +msgid "%s (built-in class)" +msgstr "%s (geïntegreerde klasse)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/python/__init__.py:195 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klasse in %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: domains/python/__init__.py:249 #, python-format -msgid "%d source files given on command line" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s klassemethode)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: domains/python/__init__.py:251 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (statische methode van %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: domains/python/__init__.py:428 #, python-format -msgid "%d found" +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python-moduleïndex" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "modules" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Verouderd" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "exceptie" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "klassemethode" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "statische methode" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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." +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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." +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/python/__init__.py:698 #, 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." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/python/__init__.py:817 #, 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 "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (verouderd)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parameters" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variabelen" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Veroorzaakt" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/c/__init__.py:199 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 -#, python-format -msgid "processing %s" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "member" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (in " +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variabele" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "macro" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerator" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "type" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "Ongeldig onderschrift: %s" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Sjabloonparameters" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/cpp/__init__.py:277 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Gebruik van zowel \"%s\" als \"%s\" opties is niet toegestaan" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" -msgstr "Include bestand %r is niet gevonden of het lezen is mislukt" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "Encodering %r gebruikt voor het lezen van include-bestand %r lijkt verkeerd, probeer een :encoding: optie te specificeren" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "Object met naam %r is niet gevonden in include bestand %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "\"lineno-match\" kan niet gebruikt worden met een disjuncte set \"lines\"" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Regels %r: geen regels gebruikt uit include-bestand %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "concept" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Inhoudsopgave" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Auteur van deze sectie: " +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Auteur van deze module: " +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Zoeken" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Auteur van deze broncode:" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Zoek" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Auteur: " +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Broncode weergeven" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Zijpaneel inklappen" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigatie" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: themes/basic/layout.html:115 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Zoeken in %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Over deze documenten" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:201 #, 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 "Last updated on %(last_updated)s." +msgstr "Laatste aanpassing op %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:204 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%r reference target not found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Zoeken" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Zoek" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Broncode weergeven" +#: themes/basic/genindex-single.html: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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Inhoudsopgave" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Index pagineerd per letter" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Zijpaneel inklappen" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "kan heel groot zijn" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Zoek in %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Snel zoeken" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Deze pagina" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Overzicht" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Welkom! Dit is" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "de documentatie voor" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "laatst bijgewerkt" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Indices en tabellen:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Volledige inhoudsopgave" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "geeft alle secties en subsecties weer" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Zoekpagina" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "zoeken in deze documentatie" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Globale Module-index" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "sneltoegang naar alle modules" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Algemene index" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "alle functies, klasses en begrippen" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Volledige index op één pagina" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Vorig onderwerp" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "vorig hoofdstuk" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Volgend onderwerp" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "volgend hoofdstuk" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Snel zoeken" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Activeer JavaSscript om de zoekfunctionaliteit in te schakelen." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "zoeken" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Deze pagina" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Index pagineerd per letter" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "kan heel groot zijn" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigatie" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Zoeken in %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Over deze documenten" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Vorig onderwerp" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "vorig hoofdstuk" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Laatste aanpassing op %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Volgend onderwerp" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "volgend hoofdstuk" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Zijpaneel uitklappen" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 "Automatisch gegenereerde lijst van veranderingen in versie %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Veranderingen in de bibliotheek" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Veranderingen in de C-API" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Andere veranderingen" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Zoekresultaten verbergen" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Zoekresultaten" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Bezig met zoeken" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Zoeken aan het voorbereiden..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", in" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: environment/collectors/toctree.py:258 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: environment/adapters/toctree.py:318 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: environment/adapters/toctree.py:342 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: environment/adapters/toctree.py:357 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "zie %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "zie %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symbolen" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Sjabloonparameters" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parameters" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "member" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "type" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "concept" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enum" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerator" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variabelen" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Veroorzaakt" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (in module %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (in module %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (geïntegreerde variabele)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (geïntegreerde klasse)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasse in %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klassemethode)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (statische methode van %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python-moduleïndex" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "modules" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Verouderd" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "exceptie" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "klassemethode" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statische methode" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (verouderd)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:126 #, python-format -msgid "environment variable; %s" -msgstr "omgevingsvariabele; %s" +msgid "see %s" +msgstr "zie %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "%s; configuration value" +msgid "see also %s" +msgstr "zie %s" + +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symbolen" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:113 #, python-format -msgid "%s command line option" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "woordenlijstterm" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "grammaticatoken" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "index" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "verwijzingslabel" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "omgevingsvariabele" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "volgende" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "programmaoptie" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "vorige" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "document" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Module-index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" -msgstr "onderschrift ontbreekt voor link: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variabele" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "macro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "Vervolgd van vorige pagina" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "Vervolgt op volgende pagina" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "pagina" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Release" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Sleutelwoordargumenten" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "Verwijzingen" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1349 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1372 #, python-format -msgid "(in %s v%s)" -msgstr "(in %s v%s)" +msgid "favicon file %r does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1384 #, python-format -msgid "(in %s)" -msgstr "(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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "%s %s documentation" +msgstr "%s %s documentatie" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:485 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:117 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Release" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "" + +#: builders/latex/__init__.py:543 #, 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 "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/latex/theming.py:90 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "" + +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: _cli/util/errors.py:172 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Sleutelwoordargumenten" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "Verwijzingen" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1029 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:257 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 -#, python-format -msgid "Bases: %s" -msgstr "Basisklassen: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3801,7 +3809,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3816,347 +3824,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(in %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" +msgid "(in %s)" +msgstr "(in %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "index" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "volgende" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "vorige" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" +#: ext/autodoc/__init__.py:1743 +#, python-format +msgid "Bases: %s" +msgstr "Basisklassen: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "favicon file %r does not exist" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "Vervolgd van vorige pagina" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "Vervolgt op volgende pagina" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s documentatie" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "pagina" diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.js b/sphinx/locale/pl/LC_MESSAGES/sphinx.js index cd67d7b82b1..83e79f5a875 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.js @@ -36,7 +36,12 @@ Documentation.addTranslations({ "Search": "Szukaj", "Search Page": "Wyszukiwanie", "Search Results": "Wyniki wyszukiwania", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "", + "" + ], "Search within %(docstitle)s": "Szukaj po\u015br\u00f3d %(docstitle)s", "Searching": "Wyszukiwanie", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/pl/LC_MESSAGES/sphinx.mo b/sphinx/locale/pl/LC_MESSAGES/sphinx.mo index 0c5e7aa1243..41739042065 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 9835ea7d7d2..73211fdd098 100644 --- a/sphinx/locale/pl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pl/LC_MESSAGES/sphinx.po @@ -13,389 +13,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Adam C , 2023\n" "Language-Team: Polish (http://app.transifex.com/sphinx-doc/sphinx-1/language/pl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: pl\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Zdarzenie %r już obecne" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Nieznana nazwa zdarzenia: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "folder konfiguracyjny nie zawiera pliku conf.py (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "niepoprawna liczba %r dla wartości konfiguracji %r, ignorowanie" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "nie można nadpisać ustawienia konfiguracji %r nie wspieranym typem, ignorowanie" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "nieznana wartość konfiguracji %r w nadpisaniu, ignorowanie" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Wartość konfiguracji %r już podana" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -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()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Rozdział %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Rys. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tabela %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Listing %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -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}`." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "Nie odnaleziono primary_domain %r, zignorowano." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nie odnaleziono katalogu źródłowego (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Katalog wyjściowy (%s) nie jest katalogiem" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Katalog źródłowy i katalog docelowy nie mogą być identyczne" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Uruchamianie Sphinksa v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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ą." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "tworzenie katalogu wyjścia" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "podczas ustawiania rozszerzenia %s:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "ładowanie tłumaczeń [%s]..." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "gotowe" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "niedostępne dla wbudowanych wiadomości" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "ładowanie zapakowanego środowiska" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "nie powiodło się: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Nie wybrano buildera, używamy domyślnego: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "zakończony sukcesem" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "zakończony z problemami" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "build %s, %s ostrzeżenie (z ostrzeżeniami traktowanymi jako błędy)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "build %s, %s ostrzeżenie." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "build %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "klasa %r jest już zarejestrowana, jej wizytorzy zostaną nadpisani" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "dyrektywa %r jest już zarejestrowana, jej wizytorzy zostaną nadpisani" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "rola %r jest już zarejestrowana, jej wizytorzy zostaną nadpisani" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -403,12 +167,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -416,311 +180,822 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "tworzenie serii %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Klasa buildera %s nie ma atrybutu \"name\"" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r już istnieje (w module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Builder o nazwie %s jest niezarejestrowany" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "domena %s jest już zarejestrowana" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "domena %s nie została jeszcze zarejestrowana" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type jest już zarejestrowany" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type jest już zarejestrowany" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r jest już zarejestrowany" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser dla %r jest już zarejestrowany" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "Parser źródeł dla %s jest nie zarejestrowany" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r już zarejestrowany" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Pierwotny wyjątek:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "Nie można zaimportować rozszerzenia %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, 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?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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ą." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "warunkowe włączenie treści na podstawie wartości konfiguracyjnych" +#: theming.py:215 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "folder konfiguracyjny nie zawiera pliku conf.py (%s)" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "nie można nadpisać słownikowego ustawienia konfiguracji %r, ignorowanie (użyj %r, by ustawić poszczególne elementy)" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "niepoprawna liczba %r dla wartości konfiguracji %r, ignorowanie" + +#: config.py:361 +#, 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:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "nieznana wartość konfiguracji %r w nadpisaniu, ignorowanie" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Wartość konfiguracji %r już podana" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, 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:534 +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:541 +#, 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:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "Rozdział %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Rys. %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tabela %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Listing %s" + +#: config.py:722 +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:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "Nie odnaleziono primary_domain %r, zignorowano." + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (dyrektywa)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rola)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "dyrektywa" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "rola" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (funkcja wbudowana)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s metoda)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klasa)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (zmienna globalna lub stała)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s atrybut)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumenty" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Wyrzuca" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Zwraca" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Typ zwracany" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (moduł)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funkcja" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metoda" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "klasa" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "dane" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atrybut" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "moduł" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Zmienione w wersji %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Niezalecane od wersji %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Cytat [%s] nie ma odniesienia." + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "zduplikowana etykieta równania %s, inne wystąpienie w %s" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Nieprawidłowy math_eqref_format: %r" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "nowa konfiguracja" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "konfiguracja zmieniona" + +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "rozszerzenie zmienione" + +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "" + +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "katalog źródłowy został zmieniony" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "Domena %r nie jest zarejestrowana" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Uwaga" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Ostrzeżenie" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Niebezpieczeństwo" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Błąd" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Podpowiedź" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Ważne" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Informacja" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Zobacz także" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Wskazówka" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Ostrzeżenie" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "warunkowe włączenie treści na podstawie wartości konfiguracyjnych" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "Wprowadź poprawną nazwę ścieżki." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "Wprowadź \"y\" lub \"n\"." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "Podaj rozszerzenie pliku, na przykład '.rst' lub '.txt'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Witamy w narzędziu quickstart Sphinksa %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "Ścieżka root dla dokumentacji" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart nie nadpisze istniejących projektów Sphinx." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "Wprowadź, prosimy, nową ścieżkę root (lub tylko Enter, aby wyjść)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "Rozdziel katalogi source i build (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "Prefiks nazw dla katalogów templates i static" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "Nazwa projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "Nazwisko autora" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -729,15 +1004,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "Wersja projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "Wydanie projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -747,21 +1022,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "Język projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "Sufiks pliku źródłowego" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -769,93 +1044,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart nie nadpisze istniejącego pliku." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 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:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "Stworzyć Makefile? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "Tworzenie pliku %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "Plik %s już istnieje, pomijam." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "Zakończono: Utworzono początkową strukturę katalogów." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -865,208 +1138,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "tryb cichy" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "Podstawowe opcje projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "nazwa projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "nazwiska autorów" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "wersja projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "język dokumentu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "rozszerzenie pliku źródłowego" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "nazwa głównego dokumentu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "Opcje rozszerzeń" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "włącz rozszerzenie %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "utwórz plik makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "nie twórz pliku makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "twórz plik wsadowy" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "nie twórz pliku wsadowego" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "Błąd kodowania:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "Błąd rekursji:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "Wystąpił wyjątek:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Raport o błędzie można zgłosić pod adresem . Dzięki!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1085,805 +1345,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "ogólne opcje" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "zapisz wszystkie pliki (domyślnie: zapisz tylko nowe i zmienione pliki)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "zastąp ustawienie w pliku konfiguracyjnym" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "przekaż wartość do szablonów HTML" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "zwiększ szczegółowość (może być powtórzone)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" -msgstr "" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "" + +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" +msgstr "" + +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" + +#: cmd/build.py:334 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" +msgstr "zapisz ostrzeżenia (i błędy) do podanego pliku" + +#: cmd/build.py:347 +msgid "turn warnings into errors" +msgstr "zamień ostrzeżenia na błędy" + +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "" + +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "" + +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "" + +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" + +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" +msgstr "Argument opcji -D musi mieć postać nazwa=wartość" + +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" +msgstr "Argument opcji -A musi mieć postać nazwa=wartość" + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "" + +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "zepsuty odnośnik: %s (%s)" + +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Nie znaleziono kotwicy '%s'" + +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Strona HTML jest w %(outdir)s." + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Pliki tekstowe są w %(outdir)s." + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "błąd zapisu pliku %s: %s" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Pliki XML znajdują się w %(outdir)s." + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Pliki pseudo-XML są w %(outdir)s." + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Pliki Texinfo znajdują się w %(outdir)s." + +#: 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 "" + +#: builders/texinfo.py:78 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "" +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "wartość konfiguracyjna \"texinfo_documents\" odwołuje się do nieznanego dokumentu %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "zapisz ostrzeżenia (i błędy) do podanego pliku" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (w " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "zamień ostrzeżenia na błędy" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "kopiowanie obrazków..." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "cannot open warning file %r: %s" +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" -msgstr "Argument opcji -D musi mieć postać nazwa=wartość" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" -msgstr "Argument opcji -A musi mieć postać nazwa=wartość" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "wczytywanie szablonów... " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/__init__.py:208 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "budowanie [mo]:" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "pisanie wyjścia..." + +#: builders/__init__.py:251 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "all of %d po files" +msgstr "wszystkie z %d plików po" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/__init__.py:285 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/__init__.py:295 +msgid "all source files" +msgstr "wsztstkie pliki źródłowe" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/__init__.py:313 #, python-format msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +"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ę" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/__init__.py:324 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/__init__.py:339 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "%d source files given on command line" +msgstr "%d plików źródłowych podano w wierszu poleceń" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:354 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:386 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "%d found" +msgstr "znaleziono %d" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "nic nie znaleziono" + +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "błąd odczytu: %s, %s" +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:471 #, python-format -msgid "writing error: %s, %s" -msgstr "błąd zapisu: %s, %s" +msgid "%s added, %s changed, %s removed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:507 #, python-format -msgid "locale_dir %s does not exist" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:516 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:527 #, python-format -msgid "unknown directive or role name: %s:%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:534 #, python-format -msgid "unknown node type: %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:686 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Uwaga" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Ostrzeżenie" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Niebezpieczeństwo" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Błąd" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Podpowiedź" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Ważne" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Plik ePub znajduje się w %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Informacja" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Zobacz także" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Wskazówka" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Ostrzeżenie" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "nowa konfiguracja" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "konfiguracja zmieniona" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "rozszerzenie zmienione" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "katalog źródłowy został zmieniony" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "Domain %r is not registered" -msgstr "Domena %r nie jest zarejestrowana" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" +msgid "invalid css_file: %r, ignored" +msgstr "nieprawidłowy css_file: %r, zignorowano" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 +#: builders/_epub_base.py:432 #, python-format -msgid "duplicate citation %s, other instance in %s" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: builders/_epub_base.py:463 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "Cytat [%s] nie ma odniesienia." +msgid "cannot write image file %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funkcja wbudowana)" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metoda)" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (klasa)" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (zmienna globalna lub stała)" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/_epub_base.py:585 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atrybut)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumenty" +msgid "unknown mimetype for %s, ignoring" +msgstr "nieznany mimetype dla %s, ignoruję" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Wyrzuca" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Zwraca" +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." +msgstr "pisanie pliku %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Typ zwracany" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:60 #, python-format -msgid "%s (module)" -msgstr "%s (moduł)" +msgid "no changes in version %s." +msgstr "brak zmian w wersji %s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funkcja" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metoda" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Wbudowane" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "klasa" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Poziom modułu" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "dane" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "kopiowanie plików źródłowych..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atrybut" +#: builders/changes.py:140 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "moduł" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/docfields.py:95 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/osutil.py:130 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "zduplikowana etykieta równania %s, inne wystąpienie w %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:419 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Nieprawidłowy math_eqref_format: %r" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:487 #, python-format -msgid "Added in version %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:701 #, python-format -msgid "Changed in version %s" -msgstr "Zmienione w wersji %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "Niezalecane od wersji %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:91 #, python-format -msgid "Removed in version %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:170 #, python-format -msgid "%s (directive)" -msgstr "%s (dyrektywa)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:185 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:283 #, python-format -msgid "%s (role)" -msgstr "%s (rola)" +msgid "unknown directive or role name: %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "dyrektywa" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rola" +#: util/display.py:88 +msgid "failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +msgid "reading error: %s, %s" +msgstr "błąd odczytu: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "writing error: %s, %s" +msgstr "błąd zapisu: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[źródło]" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[dokumentacja]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Kod modułu" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "Nieprawidłowy podpis: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" -msgstr "

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

" +msgid "line number spec is out of range(1-%d): %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Przeglądanie: kod modułu" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Nie można użyć jednocześnie opcji \"%s\" i \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "Plik include %r nie znaleziony lub nie powiódł się jego odczyt" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Todo" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "Kodowanie %r użyte do odczytu pliku include %r wydaje się być złe, spróbuj dając opcję :encoding:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" -msgstr "" +msgid "Object named %r not found in include file %r" +msgstr "Nie znaleziono obiektu o nazwie %r w pliku include %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Nie można użyć „lineno-match” z rozłącznym zbiorem „lines”" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> znajduje się w pliku %s, w linii %d.)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "oryginalny wpis" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:122 #, python-format -msgid "Would create file %s." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autor rozdziału: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -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)" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autor modułu: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "nadpisz istniejące pliki" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Autor kodu: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor: " + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "wykonaj skrypt bez tworzenia plików" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "nie twórz pliku spisu treści" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "rozszerzenie pliku (domyślnie: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:234 +msgid "" +msgstr "" + +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 +#, python-format +msgid "%b %d, %Y" +msgstr "%d %b %Y" + +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." -msgstr "%s nie jest katalogiem." +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: transforms/__init__.py:267 #, python-format -msgid "Failed to remove %s: %s" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:313 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "Nie znaleziono zewnętrznego pliku Graphviz %r lub jego odczyt się nie powiódł" +msgid "Footnote [%s] is not referenced." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorujemy dyrektywę „graphviz” bez treści." +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:274 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:324 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format musi mieć wartość „png” lub „svg” a ma %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[wykres: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[wykres]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[źródło]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1891,8 +2239,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1902,1897 +2249,1560 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "brak '+' lub '-' w opcji '%s'." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' nie jest prawidłową opcją." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' nie jest prawidłową opcją pyversion." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[dokumentacja]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Kod modułu" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Przeglądanie: kod modułu" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "nieprawidłowe wyrażenie regularne %r w %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "moduł %s nie mógł zostać zaimportowany: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "nieprawidłowe wyrażenie regularne %r w coverage_c_regexes" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Todo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:104 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" + +#: ext/todo.py:165 #, python-format -msgid "display latex %r: %s" -msgstr "" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> znajduje się w pliku %s, w linii %d.)" + +#: ext/todo.py:175 +msgid "original entry" +msgstr "oryginalny wpis" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/extlinks.py:82 #, python-format -msgid "inline latex %r: %s" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: ext/doctest.py:115 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +msgid "missing '+' or '-' in '%s' option." +msgstr "brak '+' lub '-' w opcji '%s'." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/doctest.py:120 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" +msgid "'%s' is not a valid option." +msgstr "'%s' nie jest prawidłową opcją." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:134 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' nie jest prawidłową opcją pyversion." + +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:281 #, python-format -msgid "no Babel option known for language %r" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:522 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "" +#: ext/graphviz.py:135 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +#: ext/graphviz.py:145 +#, 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ł" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Przypisy" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorujemy dyrektywę „graphviz” bez treści." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/graphviz.py:268 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: ext/graphviz.py:303 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/graphviz.py:310 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "%s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/graphviz.py:313 #, python-format -msgid "unknown index entry type %s found" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:329 #, python-format -msgid "[image: %s]" -msgstr "[obraz: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[obraz]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format musi mieć wartość „png” lub „svg” a ma %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "numfig_format is not defined for %s" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" +msgid "[graph: %s]" +msgstr "[wykres: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[wykres]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Indeks" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "" +#: ext/apidoc.py:422 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" -msgstr "" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "nadpisz istniejące pliki" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "wykonaj skrypt bez tworzenia plików" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "nie twórz pliku spisu treści" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:481 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "rozszerzenie pliku (domyślnie: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "kopiowanie obrazków..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/apidoc.py:638 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" +msgid "%s is not a directory." +msgstr "%s nie jest katalogiem." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/imgmath.py:159 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "nieznany mimetype dla %s, ignoruję" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/imgmath.py:174 #, python-format -msgid "writing %s file..." -msgstr "pisanie pliku %s..." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/imgmath.py:328 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Pliki XML znajdują się w %(outdir)s." +msgid "display latex %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/imgmath.py:362 #, python-format -msgid "error writing file %s: %s" -msgstr "błąd zapisu pliku %s: %s" +msgid "inline latex %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Pliki pseudo-XML są w %(outdir)s." +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Przypisy" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" +msgid "[image: %s]" +msgstr "[obraz: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[obraz]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: writers/html5.py:415 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: writers/html5.py:427 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Plik ePub znajduje się w %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Indeks" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "nieprawidłowy css_file: %r, zignorowano" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: writers/texinfo.py:1300 #, python-format -msgid "broken link: %s (%s)" -msgstr "zepsuty odnośnik: %s (%s)" +msgid "unimplemented node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: writers/latex.py:364 #, python-format -msgid "Anchor '%s' not found" -msgstr "Nie znaleziono kotwicy '%s'" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: writers/latex.py:593 #, python-format -msgid "no changes in version %s." -msgstr "brak zmian w wersji %s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Wbudowane" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Poziom modułu" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "kopiowanie plików źródłowych..." +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: writers/latex.py:1575 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Pliki tekstowe są w %(outdir)s." +msgid "dimension unit %s is invalid. Ignored." +msgstr "%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: writers/latex.py:1931 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "building [%s]: " -msgstr "" +msgid "environment variable; %s" +msgstr "zmienna środowiskowa; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d template files" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "wczytywanie szablonów... " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: domains/std/__init__.py:234 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "budowanie [mo]:" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "pisanie wyjścia..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: domains/std/__init__.py:305 #, python-format -msgid "all of %d po files" -msgstr "wszystkie z %d plików po" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "wsztstkie pliki źródłowe" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "plik %r podany w wierszu poleceń nie znajduje się w katalogu źródłowym, ignoruję" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "%d plików źródłowych podano w wierszu poleceń" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "termin glosariusza" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "symbol gramatyki" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "etykieta odsyłacza" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "znaleziono %d" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "zmienna środowiskowa" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "nic nie znaleziono" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "opcja programu" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "dokument" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Indeks modułów" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Wyszukiwanie" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:934 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:960 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:963 #, 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 "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:1194 #, 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 "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (w module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -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 (w module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (zmienna wbudowana)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/python/__init__.py:194 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Pliki Texinfo znajdują się w %(outdir)s." +msgid "%s (built-in class)" +msgstr "%s (klasa wbudowana)" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (klasa w module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -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/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (%s metoda klasy)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:251 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "wartość konfiguracyjna \"texinfo_documents\" odwołuje się do nieznanego dokumentu %s" +msgid "%s() (%s static method)" +msgstr "%s() (%s metoda statyczna)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:389 #, python-format -msgid "processing %s" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (w " +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Indeks modułów Pythona" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "moduły" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Niezalecane" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Strona HTML jest w %(outdir)s." +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "wyjątek" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "metoda klasy" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "statyczna metoda" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "Nieprawidłowy podpis: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/python/__init__.py:698 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Nie można użyć jednocześnie opcji \"%s\" i \"%s\"" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: domains/python/__init__.py:817 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "Plik include %r nie znaleziony lub nie powiódł się jego odczyt" +msgid "more than one target found for cross-reference %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "Kodowanie %r użyte do odczytu pliku include %r wydaje się być złe, spróbuj dając opcję :encoding:" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (niezalecane)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" -msgstr "Nie znaleziono obiektu o nazwie %r w pliku include %r" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametry" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Nie można użyć „lineno-match” z rozłącznym zbiorem „lines”" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Zmienne" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, 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" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Wyrzuca" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/c/__init__.py:199 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "pole" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autor rozdziału: " +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "zmienna" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autor modułu: " +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Autor kodu: " +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor: " +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "unia" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerator" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "typ" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Parametry szablonu" + +#: domains/cpp/__init__.py:277 #, python-format -msgid "Could not fetch remote image: %s [%s]" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "Unknown image format: %s..." -msgstr "Nieznany format obrazka: %s..." - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, 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" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "koncepcja" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Treść" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/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 "Spis treści" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "Szukaj" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "Szukaj" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "Pokaż źródło" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Treść" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "Zwiń pasek boczny" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: 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 "" + +#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Cały indeks na jednej stronie" + +#: 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/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Przeszukaj %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Szybkie wyszukiwanie" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ta strona" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Przegląd" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Witaj! To jest" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "dokumentacja do" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "ostatnio aktualizowana" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Indeksy i tablice:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Kompletny spis treści" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "wszystkie rozdziały i podrozdziały" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Wyszukiwanie" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "przeszukaj tę dokumentację" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Globalny indeks modułów" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "szybki dostęp do wszystkich modułów" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Indeks ogólny" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "wszystkie funkcje, klasy, terminy" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Cały indeks na jednej stronie" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Poprzedni temat" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "poprzedni rozdział" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Następny temat" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "następny rozdział" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Szybkie wyszukiwanie" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Aby umożliwić wyszukiwanie, proszę włączyć JavaScript." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "szukaj" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Ta strona" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Strony indeksu alfabetycznie" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "może być ogromny" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Nawigacja" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Szukaj pośród %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "O tych dokumentach" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Poprzedni temat" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "poprzedni rozdział" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Ostatnia modyfikacja %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Następny temat" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "następny rozdział" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Rozwiń pasek boczny" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 "Automatycznie wygenerowana lista zmian w wersji %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Zmiany w bibliotekach" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Zmiany w C API" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Inne zmiany" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Ukryj wyniki wyszukiwania" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Wyniki wyszukiwania" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" +msgstr[3] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Wyszukiwanie" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Inicjalizacja wyszukiwania..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", w " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: environment/collectors/toctree.py:258 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: environment/adapters/toctree.py:318 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: environment/adapters/toctree.py:342 #, python-format msgid "" "toctree contains reference to document %r that doesn't have a title: no link" " will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: environment/adapters/toctree.py:357 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: environment/adapters/indexentries.py:126 #, python-format msgid "see %s" msgstr "zobacz %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: environment/adapters/indexentries.py:136 #, python-format msgid "see also %s" msgstr "zobacz także %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: environment/adapters/indexentries.py:144 #, python-format msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 msgid "Symbols" msgstr "Symbole" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Parametry szablonu" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametry" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "unia" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "pole" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "typ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "koncepcja" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enum" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerator" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Zmienne" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Wyrzuca" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (w module %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (w module %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (zmienna wbudowana)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (klasa wbudowana)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klasa w module %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s metoda klasy)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s metoda statyczna)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Indeks modułów Pythona" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "moduły" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Niezalecane" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "wyjątek" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "metoda klasy" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statyczna metoda" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (niezalecane)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 -#, python-format -msgid "environment variable; %s" -msgstr "zmienna środowiskowa; %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 -#, python-format -msgid "%s; configuration value" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "termin glosariusza" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "symbol gramatyki" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "etykieta odsyłacza" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "zmienna środowiskowa" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "opcja programu" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "dokument" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Indeks modułów" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:113 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "" +msgid "The HTML pages are in %(outdir)s." +msgstr "Strony HTML są w %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:340 #, python-format -msgid "invalid numfig_format: %s" +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:374 #, python-format msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:499 +msgid "index" +msgstr "indeks" + +#: builders/html/__init__.py:547 #, python-format -msgid "%s (C %s)" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "zmienna" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "dalej" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makro" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "wstecz" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "kontynuacja poprzedniej strony" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "ciąg dalszy na następnej stronie" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Niealfabetyczny" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Liczby" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "strona" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Wydanie" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "kopiowanie plików do pobrania..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Przykład" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Przykłady" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Argumenty Nazwane" +#: builders/html/__init__.py:861 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Uwagi" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Pozostałe parametry" +#: builders/html/__init__.py:912 +#, python-format +msgid "cannot copy static file %r" +msgstr "nie można skopiować pliku statycznego %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" +msgstr "nie można skopiować dodatkowego pliku %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1027 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1188 #, python-format -msgid "invalid value set (missing opening brace): %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1197 #, python-format -msgid "malformed string literal (missing closing quote): %s" +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:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1237 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1279 #, python-format -msgid "(in %s v%s)" -msgstr "(w %s v%s)" +msgid "invalid js_file: %r, ignored" +msgstr "nieprawidłowy js_file: %r, zignorowano" + +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1317 #, python-format -msgid "(in %s)" -msgstr " (w %s)" +msgid "Unknown math_renderer %r is given." +msgstr "Podano nieznany math_renderer %r." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1325 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1332 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:1349 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" +msgstr "plik favicon %r nie istnieje" + +#: builders/html/__init__.py:1384 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format +#: builders/html/__init__.py:1397 msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/html/__init__.py:1414 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s %s documentation" +msgstr "%s %s - dokumentacja" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/transforms.py:119 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/transforms.py:485 #, 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 "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Pliki LaTeX znajdują się w %(outdir)s." + +#: builders/latex/__init__.py:119 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: builders/latex/__init__.py:157 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/latex/__init__.py:169 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +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:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Wydanie" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: builders/latex/__init__.py:543 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: builders/latex/__init__.py:551 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: builders/latex/theming.py:90 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: _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:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "invalid value for class-doc-from option: %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" + +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "błąd podczas formatowania argumentów dla %s: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 +#: transforms/post_transforms/images.py:141 #, 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 "Unknown image format: %s..." +msgstr "Nieznany format obrazka: %s..." + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Przykład" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Przykłady" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Argumenty Nazwane" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Uwagi" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Pozostałe parametry" + +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "" + +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1029 +#, python-format +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:257 #, python-format msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 -#, python-format -msgid "Failed to get a function signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "Bases: %s" -msgstr "Klasy bazowe: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "brakujący atrybut %s w obiekcie %s" +msgid "failed to parse name %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3800,7 +3810,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3815,347 +3825,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "domyślny sufiks dla plików (domyślnie: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(w %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" +msgid "(in %s)" +msgstr " (w %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Pliki LaTeX znajdują się w %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -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/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "wartość konfiguracyjna \"latex_documents\" odwołuje się do nieznanego dokumentu %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Strony HTML są w %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 -#, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "indeks" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "dalej" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "wstecz" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "kopiowanie plików do pobrania..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" +msgid "error while formatting arguments for %s: %s" +msgstr "błąd podczas formatowania argumentów dla %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +#: ext/autodoc/__init__.py:795 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "nie można skopiować pliku statycznego %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" -msgstr "nie można skopiować dodatkowego pliku %r" +msgid "A mocked object is detected: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "nieprawidłowy js_file: %r, zignorowano" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Podano nieznany math_renderer %r." +msgid "Bases: %s" +msgstr "Klasy bazowe: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" +msgid "missing attribute %s in object %s" +msgstr "brakujący atrybut %s w obiekcie %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "plik favicon %r nie istnieje" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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`." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "kontynuacja poprzedniej strony" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s - dokumentacja" +#: 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" diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.js b/sphinx/locale/pt/LC_MESSAGES/sphinx.js index 92521cc7341..b65255bc876 100644 --- a/sphinx/locale/pt/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pt/LC_MESSAGES/sphinx.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/pt/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt/LC_MESSAGES/sphinx.mo index b32cdb910bc..14751434838 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 deae06030b4..f0c3ca1e6bf 100644 --- a/sphinx/locale/pt/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Portuguese (http://app.transifex.com/sphinx-doc/sphinx-1/language/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: pt\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2463 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3803,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js index 005618ff796..1d2dbdd537c 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "Buscar", "Search Page": "P\u00e1gina de Busca", "Search Results": "Resultados da Busca", - "Search finished, found ${resultCount} page(s) matching the search query.": "Pesquisa finalizada, encontrada(s) ${resultCount} p\u00e1gina(s) correspondendo \u00e0 consulta da pesquisa.", + "Search finished, found one page matching the search query.": [ + "Pesquisa conclu\u00edda, encontrada uma p\u00e1gina que correspondendo \u00e0 consulta da pesquisa.", + "Pesquisa finalizada, encontradas ${resultCount} p\u00e1ginas correspondendo \u00e0 consulta da pesquisa.", + "Pesquisa finalizada, encontradas ${resultCount} p\u00e1ginas correspondendo \u00e0 consulta da pesquisa." + ], "Search within %(docstitle)s": "Pesquisar dentro de %(docstitle)s", "Searching": "Buscando", "Searching for multiple words only shows matches that contain\n all words.": "Pesquisando por v\u00e1rias palavras s\u00f3 mostra correspond\u00eancias\nque cont\u00eam todas as palavras.", diff --git a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.mo index 1bf1691d6cc..0174539caf5 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 af1e76a1f3c..7a9d976332f 100644 --- a/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_BR/LC_MESSAGES/sphinx.po @@ -13,389 +13,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Rafael Fontenelle , 2019-2024\n" "Language-Team: Portuguese (Brazil) (http://app.transifex.com/sphinx-doc/sphinx-1/language/pt_BR/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: pt_BR\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "sem suporte à opção de tema %r fornecida" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "nenhum tema chamado %r encontrado (faltando theme.toml?)" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "O tema %r tem uma hierarquia circular" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "O tema %r tem muitos ancestrais" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "nenhum arquivo de configuração de tema encontrado em %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "o tema %r não tem a tabela “theme”" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "A tabela \"[theme]\" do tema %r não é uma tabela" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "O tema %r deve definir a configuração \"theme.inherit\"." - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "A tabela \"[options]\" do tema %r não é uma tabela" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, 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\"" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Nome de analisador léxico Pygments %r não é conhecido" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "Lexar literal_block %r como \"%s\" resultou em um erro no token: %r. Tentando novamente no modo relaxado." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Evento %r já presente" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Nome de evento desconhecido: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "número inválido %r para valor de configuração %r, ignorando" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "valor de configuração desconhecido %r na sobrescrita, ignorando" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "Valor de configuração inexistente: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Valor da configuração %r já presente" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable 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 selecionável: %r (porque contém uma função, classe ou objeto de módulo)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -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()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "Falha ao converter %r em um conjunto ou tupla" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "Convertendo `source_suffix = %r` para `source_suffix = %r`." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Seção %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tabela %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Listagem %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -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." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "O valor da configuração “{name}” possui tipo “{current.__name__}”; esperava {permitted}." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -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__}”." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r não encontrado, ignorado." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "Desde v2.0, Sphinx usa \"index\" como root_doc por padrão. Adicione \"root_doc = 'contents'\" ao seu conf.py." - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Não foi possível encontrar o diretório de origem (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "O diretório de saída (%s) não é um diretório" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Executando Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "criando o diretório de saída" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "enquanto definia a extensão %s:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "carregando traduções [%s]… " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "feito" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "não disponível para mensagens internas" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "carregando ambiente com pickle" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "falha: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Nenhum construtor selecionado, usando padrão: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "bem-sucedida" +#: application.py:394 +msgid "build finished with problems." +msgstr "construção finalizada com problemas." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "finalizada com problemas" +#: application.py:396 +msgid "build succeeded." +msgstr "construção bem-sucedida." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "construção %s, %s aviso. (com avisos tratados como erros)." +#: application.py:400 +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)." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "construção %s, %s avisos (com avisos tratados como erros)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "construção finalizada com problemas, 1 aviso." + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "construção bem-sucedida, 1 aviso." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "construção %s, %s aviso." +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)." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "construção %s, %s avisos." +msgid "build finished with problems, %s warnings." +msgstr "construção finalizada com problemas, %s avisos." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "construção %s." +msgid "build succeeded, %s warnings." +msgstr "construção bem-sucedida, %s avisos." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "diretiva %r já está registrada, ela será sobrescrita" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "papel %r já está registrado, ele será sobrescrito" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -403,12 +167,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "a extensão %s não é segura para leitura em paralelo" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -416,3452 +180,3576 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "a extensão %s não é segura para escrita em paralelo" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "fazendo serial %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "Common Vulnerabilities and Exposures; CVE %s" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "número de CVE inválido %s" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "Common Weakness Enumeration; CWE %s" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "número de CWE inválido %s" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Propostas de Melhorias do Python; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "Número de PEP inválido %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "Número de RFC inválido %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Classe de construtor %s possui nenhum atributo “name”" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Construtor %r já existe (no módulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Nome do construtor %s não registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "domínio %s já registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "domínio %s ainda não registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "A diretiva %r já está registrada para o domínio %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "O papel %r já está registrado para o domínio %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "O índice %r já está registrado para o domínio %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "O object_type %r já está registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "O crossref_type %r já está registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r já está registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser para %r já está registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "Analisador de fonte para %s não registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "Tradutor para %r já existe" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r já registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "renderizador matemático %s já está registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "a extensão %r já foi mesclada com Sphinx desde a versão %s; esta extensão é ignorada." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Extensão original:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "Não foi possível importar a extensão %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, 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?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "`None` não é um tipo de arquivo válido para %r." -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "Ignorado documento ilegível %r." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "insere docstrings automaticamente a partir de módulos" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "testa trechos de código automaticamente em blocos de doctest" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Nome de analisador léxico Pygments %r não é conhecido" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "cria link entre documentação Sphinx de diferentes projetos" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "Lexar literal_block %r como \"%s\" resultou em um erro no token: %r. Tentando novamente no modo relaxado." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -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" +#: extension.py:55 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "verifica por cobertura da documentação" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "inclui matemática, renderizada como imagens PNG ou SVG" +#: theming.py:121 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "inclui matemática, renderizada no navegador por MathJax" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "inclusão condicional de conteúdo com base nos valores de configuração" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "sem suporte à opção de tema %r fornecida" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" -msgstr "inclui links para o código-fonte dos objetos Python documentados" +#: theming.py:215 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." -msgstr "Insira um nome de caminho válido." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." -msgstr "Insira algum texto." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:236 #, python-format -msgid "Please enter one of %s." -msgstr "Insira um entre %s." +msgid "no theme named %r found (missing theme.toml?)" +msgstr "nenhum tema chamado %r encontrado (faltando theme.toml?)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "Insira “y” ou “n”." +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "O tema %r tem uma hierarquia circular" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Insira um sufixo de arquivo, p.ex., “.rst” ou “.txt”." +#: theming.py:283 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:290 #, 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 "The %r theme has too many ancestors" +msgstr "O tema %r tem muitos ancestrais" -#: /home/runner/work/sphinx/sphinx/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 "Digite valores para as seguintes configurações (basta pressionar Enter\npara aceitar um valor padrão, se houver um entre colchetes)." +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "nenhum arquivo de configuração de tema encontrado em %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:346 theming.py:399 #, python-format -msgid "Selected root path: %s" -msgstr "Caminho raiz selecionado: %s" +msgid "theme %r doesn't have the \"theme\" table" +msgstr "o tema %r não tem a tabela “theme”" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." -msgstr "Insira o caminho raiz para a documentação." +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "A tabela \"[theme]\" do tema %r não é uma tabela" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" -msgstr "Caminho raiz para a documentação" +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "O tema %r deve definir a configuração \"theme.inherit\"." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -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." +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "A tabela \"[options]\" do tema %r não é uma tabela" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart não vai sobrescrever projetos Sphinx existentes." +#: theming.py:377 +#, 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\"" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "Insira um novo caminho raiz (ou pressione Enter para sair)" +#: config.py:314 +#, 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:323 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" -msgstr "Separar os diretórios de origem e de construção (y/n)" +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: config.py:346 +#, 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 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." +"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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" -msgstr "Prefixo do nome para o diretório de modelos e de arquivos estáticos" +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "número inválido %r para valor de configuração %r, ignorando" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 -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." +#: config.py:361 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" -msgstr "Nome do projeto" +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "valor de configuração desconhecido %r na sobrescrita, ignorando" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" -msgstr "Nome(s) de autor(es)" +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "Valor de configuração inexistente: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Valor da configuração %r já presente" + +#: config.py:494 +#, 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." +"cannot cache unpickable 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 selecionável: %r (porque contém uma função, classe ou objeto de módulo)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" -msgstr "Versão do projeto" +#: config.py:531 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" -msgstr "Lançamento do projeto" +#: config.py:534 +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()" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: config.py:541 +#, 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" +"There is a programmable error in your configuration file:\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." +"%s" +msgstr "Há um erro de programável em seu arquivo de configuração:\n\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" -msgstr "Idioma do projeto" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "Falha ao converter %r em um conjunto ou tupla" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Convertendo `source_suffix = %r` para `source_suffix = %r`." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: config.py:593 +#, 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 "O sufixo do nome de arquivo para arquivos fonte. Normalmente, isso é\n\".txt\" ou \".rst\". Apenas arquivos com este sufixo são considerados\ndocumentos." +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "Sufixo de arquivos-fonte" +#: config.py:612 +#, python-format +msgid "Section %s" +msgstr "Seção %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 -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." +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" -msgstr "Nome do seu documento mestre (sem sufixo)" +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tabela %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:615 #, python-format +msgid "Listing %s" +msgstr "Listagem %s" + +#: config.py:722 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." +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart não vai sobrescrever o arquivo existente." +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "O valor da configuração “{name}” possui tipo “{current.__name__}”; esperava {permitted}." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: config.py:759 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" +"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__}”." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Indique qual das seguintes extensões do Sphinx devem ser habilitadas:" +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r não encontrado, ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: config.py:782 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." +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "Desde v2.0, Sphinx usa \"index\" como root_doc por padrão. Adicione \"root_doc = 'contents'\" ao seu conf.py." -#: /home/runner/work/sphinx/sphinx/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 "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." +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (diretiva)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" -msgstr "Criar um Makefile? (y/n)" +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (opção diretiva)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" -msgstr "Criar um arquivo de comando do Windows? (y/n)" +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (papel)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "diretiva" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/rst.py:224 +msgid "directive-option" +msgstr "opção diretiva" + +#: domains/rst.py:225 +msgid "role" +msgstr "papel" + +#: domains/rst.py:247 #, python-format -msgid "Creating file %s." -msgstr "Criando o arquivo %s." +msgid "duplicate description of %s %s, other instance in %s" +msgstr "descrição duplicada de %s %s, outra instância em %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/javascript.py:165 #, python-format -msgid "File %s already exists, skipping." -msgstr "O arquivo %s já existe, ignorando." +msgid "%s() (built-in function)" +msgstr "%s() (função interna)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." -msgstr "Finalizado: uma estrutura de diretório inicial foi criada." +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (método %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/javascript.py:168 #, 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 "%s() (class)" +msgstr "%s() (classe)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -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" +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variável global ou constante)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/javascript.py:172 domains/python/__init__.py:338 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." -msgstr "Para mais informações, visite ." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" -msgstr "modo silencioso" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "raiz do projeto" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "Opção Estrutura" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" -msgstr "se especificado, separa diretórios de fonte e de construção" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" -msgstr "se especificado, cria o dir de construção sob o dir fonte" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." -msgstr "substituto para ponto em _templates etc." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" -msgstr "Opções básicas do projeto" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" -msgstr "nome do projeto" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" -msgstr "nomes de autores" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" -msgstr "versão do projeto" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" -msgstr "lançamento do projeto" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" -msgstr "idioma dos documentos" +msgid "%s (%s attribute)" +msgstr "%s (atributo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" -msgstr "sufixo de arquivos-fonte" +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumentos" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" -msgstr "nome do documento mestre" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Lança" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" -msgstr "usa epub" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Retorna" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" -msgstr "Opções extensão" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Tipo de retorno" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/javascript.py:334 #, python-format -msgid "enable %s extension" -msgstr "habilita a extensão %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" -msgstr "habilita extensões arbitrárias" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" -msgstr "Criação de Makefile e arquivo Batch" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" -msgstr "cria makefile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" -msgstr "não cria makefile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" -msgstr "cria arquivo batch" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" -msgstr "não cria arquivo batch" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" -msgstr "usa modo make para Makefile/make.bat" +msgid "%s (module)" +msgstr "%s (módulo)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" -msgstr "Modelo de projeto" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "função" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" -msgstr "diretório para arquivos de modelos" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "método" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" -msgstr "define uma variável modelo" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "classe" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "“quiet” está especificada, mas “project” ou “author” não foi." +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "dado" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Erro: o caminho especificado não é um diretório, ou arquivos sphinx já existem." +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atributo" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart só gera em um diretório vazio. Especifique um novo caminho raiz." +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "módulo" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: domains/javascript.py:407 #, python-format -msgid "Invalid template variable: %s" -msgstr "Variável de modelo inválida: %s" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "descrição duplicada de %s de %s, outro %s em %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "Ocorreu uma exceção enquanto construía, iniciando depurador:" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "Adicionado na versão %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "Interrompido!" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Alterado na versão %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "Erro de marcação reST:" +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Obsoleto desde a versão %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "Erro de codificação:" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "Removido na versão %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: domains/__init__.py:299 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "O rastro completo foi salvo em %s, caso você queira relatar o problema aos desenvolvedores." +msgid "%s %s" +msgstr "%s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "Erro de recursão:" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citação duplicada %s, outra instância em %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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 "Isso pode acontecer com arquivos fonte muito grande e profundamente aninhados. Você pode aumentar com cuidado o limite padrão de recursão do Python de 1000 no conf.py com, por exemplo:" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "citação [%s] não é referenciada." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "Ocorreu uma exceção:" +#: domains/math.py:63 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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 "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." +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format inválido: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "Um relatório de erro pode ser preenchido no rastreador em . Obrigado!" +#: environment/__init__.py:86 +msgid "new config" +msgstr "nova configuração" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "número de tarefas deve ser um número positivo" +#: environment/__init__.py:87 +msgid "config changed" +msgstr "configuração alterada" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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" +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "extensões alteradas" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" -msgstr "caminho para os arquivos-fonte da documentação" +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "a versão do ambiente de construção não é a atual" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" -msgstr "caminho para o diretório de saída" +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "diretório de fontes foi alterado" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -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" +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" -msgstr "opções gerais" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" -msgstr "construtor para usar (padrão: 'html')" +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: environment/__init__.py:364 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" -msgstr "escrever todos os arquivos (padrão: escrever apenas arquivos novos e alterados)" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" -msgstr "não usa um ambiente salvo, sempre lê todos os arquivos" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" -msgstr "opções de caminho" +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 -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)" +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "Falha ao procurar documentos em %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/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)" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "O domínio %r ainda não está registrado" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -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" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "o documento não está incluído em nenhum toctree" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" -msgstr "sobrescreve a configuração no arquivo de configuração" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "toctree autorreferenciada encontrada. Ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" -msgstr "passa um valor para modelos em HTML" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "define tag: inclui blocos “only” com TAG" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenção" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" -msgstr "modo exigente: avisa sobre todas as referências em falta" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Cuidado" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" -msgstr "opções de saída do console" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perigo" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" -msgstr "aumenta o nível de detalhamento (pode ser repetido)" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Erro" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" -msgstr "nenhuma saída para stdout, apenas avisos na stderr" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Dica" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" -msgstr "nenhuma saída, nem mesmo avisos" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "emite saída colorida (padrão: detectar automaticamente)" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" -msgstr "não emite saída colorida (padrão: detectar automaticamente)" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ver também" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" -msgstr "opções de controle de aviso" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Dica" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "escreve avisos (e erros) para o arquivo fornecido" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Aviso" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "transforma avisos em erros" +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "insere docstrings automaticamente a partir de módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "com --fail-on-warning, segue em frente ao receber avisos" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "testa trechos de código automaticamente em blocos de doctest" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" -msgstr "mostra rastro completo em exceção" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "cria link entre documentação Sphinx de diferentes projetos" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" -msgstr "executa Pdb na exceção" +#: cmd/quickstart.py:46 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "não é possível combinar a opção -a e nomes de arquivos" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "verifica por cobertura da documentação" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" -msgstr "não foi possível abrir o arquivo de aviso %r: %s" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "inclui matemática, renderizada como imagens PNG ou SVG" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" -msgstr "o argumento da opção -D deve estar no formato nome=valor" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "inclui matemática, renderizada no navegador por MathJax" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" -msgstr "o argumento da opção -A deve estar no formato nome=valor" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "inclusão condicional de conteúdo com base nos valores de configuração" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -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}" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "inclui links para o código-fonte dos objetos Python documentados" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "referências inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" +#: cmd/quickstart.py:52 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -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}" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "Insira um nome de caminho válido." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "referências de termo inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "Insira algum texto." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: cmd/quickstart.py:117 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "não foi possível calcular o progresso da tradução!" +msgid "Please enter one of %s." +msgstr "Insira um entre %s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "nenhum elemento traduzido!" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." +msgstr "Insira “y” ou “n”." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, 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" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Insira um sufixo de arquivo, p.ex., “.rst” ou “.txt”." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: cmd/quickstart.py:213 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Nota de rodapé [%s] não é referenciada." - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "Nota de rodapé [#] não é referenciada." +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Bem-vindo ao utilitário de início rápido do Sphinx %s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 -#, python-format +#: cmd/quickstart.py:217 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." +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: cmd/quickstart.py:225 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "inventário <%s> contém definições duplicadas de %s" +msgid "Selected root path: %s" +msgstr "Caminho raiz selecionado: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "inventário <%s> contém várias definições para %s" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." +msgstr "Insira o caminho raiz para a documentação." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, 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\"." +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" +msgstr "Caminho raiz para a documentação" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree contém referência ao arquivo inexistente %r" +#: cmd/quickstart.py:237 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "exceção ao avaliar apenas a expressão da diretiva: %s" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart não vai sobrescrever projetos Sphinx existentes." -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Insira um novo caminho raiz (ou pressione Enter para sair)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format +#: cmd/quickstart.py:256 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "erro de leitura: %s, %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "erro de escrita: %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 "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." -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s não existe" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" +msgstr "Separar os diretórios de origem e de construção (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format +#: cmd/quickstart.py:269 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "diretiva ou nome de papel desconhecida(o): %s:%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "tipo de nó desconhecido: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "papel padrão %s não encontrado" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "caracteres de origem não codificáveis, substituindo por “?”: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "ignorado" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "falhou" +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Atenção" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" +msgstr "Prefixo do nome para o diretório de modelos e de arquivos estáticos" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Cuidado" +#: cmd/quickstart.py:280 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Perigo" +#: cmd/quickstart.py:284 +msgid "Project name" +msgstr "Nome do projeto" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Erro" +#: cmd/quickstart.py:286 +msgid "Author name(s)" +msgstr "Nome(s) de autor(es)" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Dica" +#: cmd/quickstart.py:291 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Importante" +#: cmd/quickstart.py:299 +msgid "Project version" +msgstr "Versão do projeto" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Nota" +#: cmd/quickstart.py:301 +msgid "Project release" +msgstr "Lançamento do projeto" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Ver também" +#: cmd/quickstart.py:306 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Dica" +#: cmd/quickstart.py:315 +msgid "Project language" +msgstr "Idioma do projeto" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Aviso" +#: cmd/quickstart.py:322 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "nova configuração" +#: cmd/quickstart.py:327 +msgid "Source file suffix" +msgstr "Sufixo de arquivos-fonte" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "configuração alterada" +#: cmd/quickstart.py:332 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "extensões alteradas" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" +msgstr "Nome do seu documento mestre (sem sufixo)" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "a versão do ambiente de construção não é a atual" +#: cmd/quickstart.py:350 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "diretório de fontes foi alterado" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart não vai sobrescrever o arquivo existente." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 +#: cmd/quickstart.py:360 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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Falha ao procurar documentos em %s: %r" +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Indique qual das seguintes extensões do Sphinx devem ser habilitadas:" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "O domínio %r ainda não está registrado" +#: cmd/quickstart.py:379 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "o documento não está incluído em nenhum toctree" +#: cmd/quickstart.py:389 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "toctree autorreferenciada encontrada. Ignorado." +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" +msgstr "Criar um Makefile? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citação duplicada %s, outra instância em %s" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" +msgstr "Criar um arquivo de comando do Windows? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "citação [%s] não é referenciada." +msgid "Creating file %s." +msgstr "Criando o arquivo %s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (função interna)" +msgid "File %s already exists, skipping." +msgstr "O arquivo %s já existe, ignorando." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (método %s)" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." +msgstr "Finalizado: uma estrutura de diretório inicial foi criada." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: cmd/quickstart.py:502 #, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" +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. " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variável global ou constante)" +#: cmd/quickstart.py:510 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: cmd/quickstart.py:513 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atributo %s)" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumentos" +#: cmd/quickstart.py:520 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Lança" +#: cmd/quickstart.py:555 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Retorna" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "Para mais informações, visite ." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Tipo de retorno" +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "modo silencioso" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 -#, python-format -msgid "%s (module)" -msgstr "%s (módulo)" +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "raiz do projeto" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "função" +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "Opção Estrutura" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "método" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "se especificado, separa diretórios de fonte e de construção" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "classe" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "se especificado, cria o dir de construção sob o dir fonte" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "dado" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "substituto para ponto em _templates etc." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atributo" +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "Opções básicas do projeto" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "módulo" +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "nome do projeto" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "descrição duplicada de %s de %s, outro %s em %s" +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "nomes de autores" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, 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" +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "versão do projeto" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format inválido: %r" +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "lançamento do projeto" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" -msgstr "Adicionado na versão %s" +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "idioma dos documentos" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "Alterado na versão %s" +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "sufixo de arquivos-fonte" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "Obsoleto desde a versão %s" +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "nome do documento mestre" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" -msgstr "Removido na versão %s" +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "usa epub" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" -msgstr "%s (diretiva)" +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "Opções extensão" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (opção diretiva)" +msgid "enable %s extension" +msgstr "habilita a extensão %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" -msgstr "%s (papel)" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "habilita extensões arbitrárias" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "diretiva" +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "Criação de Makefile e arquivo Batch" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "opção diretiva" +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "cria makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "papel" +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "não cria makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "descrição duplicada de %s %s, outra instância em %s" +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "cria arquivo batch" + +#: cmd/quickstart.py:689 +msgid "do not create batchfile" +msgstr "não cria arquivo batch" + +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" +msgstr "usa modo make para Makefile/make.bat" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "Modelo de projeto" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" -msgstr "Link para esta equação" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" +msgstr "diretório para arquivos de modelos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[código-fonte]" +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "define uma variável modelo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "realçando código de módulo… " +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "“quiet” está especificada, mas “project” ou “author” não foi." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[documentos]" +#: cmd/quickstart.py:768 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Código do módulo" +#: cmd/quickstart.py:775 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: cmd/quickstart.py:793 #, python-format -msgid "

Source code for %s

" -msgstr "

Código-fonte para %s

" +msgid "Invalid template variable: %s" +msgstr "Variável de modelo inválida: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Visão geral: código do módulo" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" +msgstr "Ocorreu uma exceção enquanto construía, iniciando depurador:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" +msgstr "Interrompido!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Por fazer" +#: cmd/build.py:67 +msgid "reST markup error:" +msgstr "Erro de marcação reST:" + +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" +msgstr "Erro de codificação:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "TODO entry found: %s" -msgstr "Entrada de “TODO” encontrada: %s" +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "O rastro completo foi salvo em %s, caso você queira relatar o problema aos desenvolvedores." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" +msgstr "Erro de recursão:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(A <> está localizada na %s, linha %d.)" +#: _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 "Isso pode acontecer com arquivos fonte muito grande e profundamente aninhados. Você pode aumentar com cuidado o limite padrão de recursão do Python de 1000 no conf.py com, por exemplo:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "entrada original" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" +msgstr "Ocorreu uma exceção:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." -msgstr "Criaria o arquivo %s." +#: _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 "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." + +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "Um relatório de erro pode ser preenchido no rastreador em . Obrigado!" + +#: cmd/build.py:144 +msgid "job number should be a positive number" +msgstr "número de tarefas deve ser um número positivo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: cmd/build.py:154 msgid "" "\n" -"Look recursively in for Python modules and packages and create\n" -"one reST file with automodule directives per package in the .\n" +"Generate documentation from source files.\n" "\n" -"The s can be file and/or directory patterns that will be\n" -"excluded from generation.\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" -"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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "caminho para o módulo a ser documentado" +#: cmd/build.py:180 +msgid "path to documentation source files" +msgstr "caminho para os arquivos-fonte da documentação" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -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" +#: cmd/build.py:183 +msgid "path to output directory" +msgstr "caminho para o diretório de saída" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "diretório para colocar toda a saída" +#: cmd/build.py:188 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -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)" +#: cmd/build.py:194 +msgid "general options" +msgstr "opções gerais" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "sobrescreve arquivos existentes" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "construtor para usar (padrão: 'html')" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 +#: cmd/build.py:210 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "segue links simbólicos. Poderoso quando combinado com collective.recipe.omelette." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "escreve o script sem criar arquivos" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -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" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "inclui módulos “_private”" +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" +msgstr "escrever todos os arquivos (padrão: escrever apenas arquivos novos e alterados)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "nome de arquivo da tabela de conteúdo (padrão: modules)" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" +msgstr "não usa um ambiente salvo, sempre lê todos os arquivos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "não cria um arquivo de tabela de conteúdo" +#: cmd/build.py:230 +msgid "path options" +msgstr "opções de caminho" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: cmd/build.py:236 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)" +"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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "coloca documentação de módulo antes da documentação do submódulo" +#: cmd/build.py:246 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -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" +#: cmd/build.py:257 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "sufixo dos arquivos (padrão: rst)" +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "sobrescreve a configuração no arquivo de configuração" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -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" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" +msgstr "passa um valor para modelos em HTML" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "gera um projeto completo com sphinx-quickstart" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "define tag: inclui blocos “only” com TAG" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "acrescenta module_path a sys.path, usando quando --full é fornecido" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "modo exigente: avisa sobre todas as referências em falta" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "nome do projeto (padrão nome do módulo raiz)" +#: cmd/build.py:294 +msgid "console output options" +msgstr "opções de saída do console" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "autor(e)s do projeto, usado quando --full é fornecido" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" +msgstr "aumenta o nível de detalhamento (pode ser repetido)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "versão do projeto, usado quando --full é fornecido" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" +msgstr "nenhuma saída para stdout, apenas avisos na stderr" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -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" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "nenhuma saída, nem mesmo avisos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "opções de extensão" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" +msgstr "emite saída colorida (padrão: detectar automaticamente)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." -msgstr "%s não é um diretório." +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "não emite saída colorida (padrão: detectar automaticamente)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "Falha ao remover %s: %s" +#: cmd/build.py:334 +msgid "warning control options" +msgstr "opções de controle de aviso" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -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/build.py:340 +msgid "write warnings (and errors) to given file" +msgstr "escreve avisos (e erros) para o arquivo fornecido" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, 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/build.py:347 +msgid "turn warnings into errors" +msgstr "transforma avisos em erros" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorando diretiva “graphviz” sem conteúdo." +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "mostra rastro completo quando ocorrer exceção" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "O caminho do executável graphviz_dot deve ser definido! %r" +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "executa Pdb quando ocorrer exceção" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, 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" +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "levanta uma exceção quando ocorrerem avisos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, 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/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "não é possível combinar a opção -a e nomes de arquivos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: cmd/build.py:439 #, 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" +msgid "cannot open warning file %r: %s" +msgstr "não foi possível abrir o arquivo de aviso %r: %s" + +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" +msgstr "o argumento da opção -D deve estar no formato nome=valor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format deve ser um entre “png” e “svg”, mas é %r" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" +msgstr "o argumento da opção -A deve estar no formato nome=valor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "código DOT %r: %s" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "O construtor fictício não gera arquivos." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/linkcheck.py:60 #, python-format -msgid "[graph: %s]" -msgstr "[gráfico: %s]" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[gráfico]" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "link quebrado: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/linkcheck.py:526 #, 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" +msgid "Anchor '%s' not found" +msgstr "Âncora “%s” não encontrada" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: builders/linkcheck.py:726 #, 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" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Falha ao compilar regex em linkcheck_allowed_redirects: %r %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: builders/singlehtml.py:36 #, 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" +msgid "The HTML page is in %(outdir)s." +msgstr "A página HTML está em %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "=================== durações de leitura mais lentas ====================" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "montando documento único" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "faltando “+” ou “-” na opção “%s”." +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "escrevendo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "“%s” não é uma opção válida." +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "escrevendo arquivos adicionais" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/manpage.py:39 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "“%s” não é uma opção de pyversion válida" +msgid "The manual pages are in %(outdir)s." +msgstr "As páginas de manual estão em %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "Tipo de TestCode inválido" +#: builders/manpage.py:47 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/manpage.py:76 #, 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." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: builders/text.py:34 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "nenhum código/saída no bloco %s em %s:%s" +msgid "The text files are in %(outdir)s." +msgstr "Os arquivos texto estão em %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "ignorando código de doctest inválido: %r" +msgid "error writing file %s: %s" +msgstr "erro ao escrever o arquivo %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 +#: builders/xml.py:38 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "O link codificado %r pode ser substituído por um extlink (tente usar %r)" +msgid "The XML files are in %(outdir)s." +msgstr "Os arquivos XML estão em %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/xml.py:110 #, python-format -msgid "invalid regex %r in %s" -msgstr "regex inválida %r em %s" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Os arquivos pseudo-XML estão em %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/texinfo.py:47 #, python-format -msgid "module %s could not be imported: %s" -msgstr "o módulo %s não pôde ser importado: %s" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Os arquivos Texinfo estão em %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 -#, python-format +#: builders/texinfo.py:49 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" +"\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)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -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" +#: builders/texinfo.py:78 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: builders/texinfo.py:90 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." -msgstr "Teste de cobertura nos fontes finalizada, confira os resultados em %(outdir)spython.txt." +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "o valor da configuração “texinfo_documents” faz referência a documento desconhecido %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "regex inválida %r em coverage_c_regexes" +msgid "processing %s" +msgstr "processando %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "api c não documentada: %s [%s] no arquivo %s" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "resolvendo referências…" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "função python não documentada: %s :: %s" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (em " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "classe python não documentada: %s :: %s" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "copiando imagens… " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "método python não documentado: %s :: %s :: %s" +msgid "cannot copy image file %r: %s" +msgstr "não foi possível copiar arquivo de imagem %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, 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" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "copiando arquivos de suporte Texinfo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: builders/texinfo.py:233 #, 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" +msgid "error writing file Makefile: %s" +msgstr "erro ao escrever o arquivo Makefile: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: builders/gettext.py:230 #, python-format -msgid "display latex %r: %s" -msgstr "exibe latex %r: %s" +msgid "The message catalogs are in %(outdir)s." +msgstr "Os catálogos de mensagens estão em %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "inline latex %r: %s" -msgstr "latex em linha %r: %s" +msgid "building [%s]: " +msgstr "construindo [%s]: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: builders/gettext.py:252 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "a seção \"%s\" fica rotulada como \"%s\"" +msgid "targets for %d template files" +msgstr "alvos para os %d arquivos de modelo" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "rótulo duplicada %s, outra instância em %s" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "lendo modelos… " + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "escrevendo catálogos de mensagens… " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: builders/__init__.py:200 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "toplevel_sectioning %r desconhecido para a classe %r" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "uma imagem adequada para o construtor %s não encontrada: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: builders/__init__.py:208 #, python-format -msgid "no Babel option known for language %r" -msgstr "nenhuma opção Babel conhecida para o idioma %r" +msgid "a suitable image for %s builder not found: %s" +msgstr "uma imagem adequada para o construtor %s não encontrada: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: grande demais, ignorado." +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "construindo [mo]: " + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "escrevendo saída… " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: builders/__init__.py:251 #, 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" +msgid "all of %d po files" +msgstr "todos os %d arquivos po" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "título do documento não é um nó único em Text" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "alvos para %d arquivos po que estão especificados" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "nó de título encontrado não na section, topic, table, admonition ou sidebar" +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "alvos para %d arquivos po que estão desatualizados" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Notas de rodapé" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "todos os arquivos-fonte" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: builders/__init__.py:307 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "nível de cabeçalho de rubric não suportado: %s" +msgid "file %r given on command line does not exist, " +msgstr "arquivo %r fornecido na linha de comando não existe," -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: builders/__init__.py:313 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "tabularcolumns e opção :widths: foram fornecidas. :widths: foi ignorada." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: builders/__init__.py:324 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "a unidade de dimensão %s é inválida. Ignorada." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: builders/__init__.py:339 #, python-format -msgid "unknown index entry type %s found" -msgstr "tipo desconhecido de entrada de índice %s encontrado" +msgid "%d source files given on command line" +msgstr "%d arquivos-fonte dados na linha de comando" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: builders/__init__.py:354 #, python-format -msgid "[image: %s]" -msgstr "[imagem: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[imagem]" +msgid "targets for %d source files that are out of date" +msgstr "alvos para %d arquivos fonte que estão desatualizados" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "Link para esta definição" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "procurando por arquivos agora desatualizados… " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: builders/__init__.py:386 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format não está definido para %s" +msgid "%d found" +msgstr "%d encontrado" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Quaisquer IDs não atribuídos ao nó %s" +#: builders/__init__.py:388 +msgid "none found" +msgstr "nenhum encontrado" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "Link para este termo" +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "tornando um ambiente pickle" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "Link para este cabeçalho" +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "verificando consistência" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "Link para esta tabela" +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "nenhum alvo está desatualizado." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "Link para este código" +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "atualizando ambiente: " + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s adicionado(s), %s alterado(s), %s removido(s)" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "Link para esta imagem" +#: builders/__init__.py:507 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "Link para este toctree" +#: builders/__init__.py:516 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Não foi possível obter o tamanho da imagem. A opção :scale: foi ignorada." +#: builders/__init__.py:527 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Índice" +#: builders/__init__.py:534 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "legenda não dentro de uma imagem." +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "lendo fontes… " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: builders/__init__.py:686 #, python-format -msgid "unimplemented node type: %r" -msgstr "tipo de nó não implementado: %r" +msgid "docnames to write: %s" +msgstr "docnames para escrever: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "Uso:" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "preparando documentos" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "{0} [OPÇÕES] []" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "copiando ativos" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr " O gerador de documentação Sphinx." +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "caracteres de origem não codificáveis, substituindo por “?”: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "Comandos:" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "O arquivo ePub está em %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "Opções" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "escrevendo o arquivo nav.xhtml..." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "Para mais informações, visite https://www.sphinx-doc.org/pt-br/master/man/." +#: builders/epub3.py:220 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: erro: {1}\nExecute '{0} --help' para informações" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr " Gerencia documentação com Sphinx" +#: builders/epub3.py:231 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "Mostra a versão e sai." +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "Mostra esta mensagem e sai" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "Logging" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "Aumenta a verbosidade (pode ser repetido)" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "Só imprime erros e avisos." +#: builders/epub3.py:255 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "Nenhuma saída" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "Veja 'sphinx --help'.\n" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "css_file inválido: %r, ignorado" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/_epub_base.py:220 #, python-format msgid "duplicated ToC entry found: %s" msgstr "entrada de tabela de conteúdos duplicada encontrada: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "copiando imagens… " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: builders/_epub_base.py:432 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "não foi possível copiar arquivo de imagem %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: builders/_epub_base.py:463 #, python-format msgid "cannot write image file %r: %s" msgstr "não foi possível escrever arquivo de imagem %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 +#: builders/_epub_base.py:475 msgid "Pillow not found - copying image files" msgstr "Pillow não encontrado – copiando arquivos de imagem" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 +#: builders/_epub_base.py:507 msgid "writing mimetype file..." msgstr "escrevendo o arquivo mimetype..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 +#: builders/_epub_base.py:516 msgid "writing META-INF/container.xml file..." msgstr "escrevendo o arquivo META-INF/container.xml..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 +#: builders/_epub_base.py:553 msgid "writing content.opf file..." msgstr "escrevendo o arquivo content.opf..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: builders/_epub_base.py:585 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "tipo mime desconhecido para %s, ignorando" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 +#: builders/_epub_base.py:756 msgid "writing toc.ncx file..." msgstr "escrevendo o arquivo toc.ncx..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: builders/_epub_base.py:785 #, python-format msgid "writing %s file..." msgstr "escrevendo arquivo %s…" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: builders/changes.py:33 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Os arquivos XML estão em %(outdir)s." +msgid "The overview file is in %(outdir)s." +msgstr "O arquivo de visão geral está em %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: builders/changes.py:60 #, python-format -msgid "error writing file %s: %s" -msgstr "erro ao escrever o arquivo %s: %s" +msgid "no changes in version %s." +msgstr "nenhuma alteração na versão %s." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Os arquivos pseudo-XML estão em %(outdir)s." +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "escrevendo arquivo de resumo…" -#: /home/runner/work/sphinx/sphinx/sphinx/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/changes.py:77 +msgid "Builtins" +msgstr "Internos" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -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/changes.py:79 +msgid "Module level" +msgstr "Nível do Módulo" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "escrevendo" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "copiando arquivos-fonte…" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: builders/changes.py:140 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "o valor da configuração “man_pages” faz referência a um documento desconhecido %s" +msgid "could not read %r for changelog creation" +msgstr "não foi possível ler %r para criação do changelog" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "O construtor fictício não gera arquivos." +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "papel padrão %s não encontrado" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: util/docfields.py:95 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "O arquivo ePub está em %(outdir)s." +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "escrevendo o arquivo nav.xhtml..." +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "Cancelada a tentativa de cópia de %s para %s (o caminho de destino possui dados existentes)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -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" +#: util/nodes.py:419 +#, 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\"." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -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" +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree contém referência ao arquivo inexistente %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -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" +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "exceção ao avaliar apenas a expressão da diretiva: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -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" +#: 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -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" +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "Escrevendo resultado do modelo avaliado para %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -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" +#: util/inventory.py:170 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "inventário <%s> contém definições duplicadas de %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -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" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "inventário <%s> contém várias definições para %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "o valor da configuração “epub_copyright” (ou “copyright”) não deve estar vazio para EPUB3" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "diretiva ou nome de papel desconhecida(o): %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "o valor da configuração “epub_identifier” não deve estar vazio para EPUB3" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "tipo de nó desconhecido: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "o valor da configuração “version” não deve estar vazio para EPUB3" +#: util/display.py:83 +msgid "skipped" +msgstr "ignorado" + +#: util/display.py:88 +msgid "failed" +msgstr "falhou" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: util/i18n.py:105 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file inválido: %r, ignorado" +msgid "reading error: %s, %s" +msgstr "erro de leitura: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: util/i18n.py:112 #, 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 "writing error: %s, %s" +msgstr "erro de escrita: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: util/i18n.py:141 #, python-format -msgid "broken link: %s (%s)" -msgstr "link quebrado: %s (%s)" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s não existe" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: util/i18n.py:236 #, python-format -msgid "Anchor '%s' not found" -msgstr "Âncora “%s” não encontrada" +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" + +#: 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 "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/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "espaços não em branco eliminados por dedent" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: directives/code.py:84 #, 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 "Invalid caption: %s" +msgstr "Legenda inválida: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "O arquivo de visão geral está em %(outdir)s." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: directives/code.py:211 #, python-format -msgid "no changes in version %s." -msgstr "nenhuma alteração na versão %s." +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Não é possível usar as opções “%s” e “%s” juntas" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "escrevendo arquivo de resumo…" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "Arquivo incluído %r não encontrado ou sua leitura falhou" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Internos" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "A codificação %r usada para ler o arquivo incluído %r parece estar errada, tente passar uma opção :encoding:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Nível do Módulo" +#: directives/code.py:270 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "copiando arquivos-fonte…" +#: directives/code.py:303 +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”" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: directives/code.py:308 #, python-format -msgid "could not read %r for changelog creation" -msgstr "não foi possível ler %r para criação do changelog" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: directives/other.py:122 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Os arquivos texto estão em %(outdir)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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Os catálogos de mensagens estão em %(outdir)s." +msgid "toctree contains reference to excluded document %r" +msgstr "toctree contém referência ao documento excluído %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "building [%s]: " -msgstr "construindo [%s]: " +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree contém referência ao documento inexistente %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: directives/other.py:171 #, python-format -msgid "targets for %d template files" -msgstr "alvos para os %d arquivos de modelo" +msgid "duplicated entry found in toctree: %s" +msgstr "entrada duplicada encontrada no toctree: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "lendo modelos… " +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autor da seção: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "escrevendo catálogos de mensagens… " +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autor do módulo: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, 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)" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Autor do código: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "uma imagem adequada para o construtor %s não encontrada: %s" +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "construindo [mo]: " +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr ".. conteúdo acks não está na lista" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "escrevendo saída… " +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr ".. conteúdo hlist não está na lista" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" -msgstr "todos os %d arquivos po" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "Uso:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "alvos para %d arquivos po que estão especificados" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPÇÕES] []" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "alvos para %d arquivos po que estão desatualizados" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr " O gerador de documentação Sphinx." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "todos os arquivos-fonte" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "Comandos:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "arquivo %r fornecido na linha de comando não existe," +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Opções" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, 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" +#: _cli/__init__.py:112 _cli/__init__.py:183 +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/." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, 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" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: erro: {1}\nExecute '{0} --help' para informações" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "%d arquivos-fonte dados na linha de comando" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr " Gerencia documentação com Sphinx" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "alvos para %d arquivos fonte que estão desatualizados" +#: _cli/__init__.py:194 +msgid "Show the version and exit." +msgstr "Mostra a versão e sai." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "procurando por arquivos agora desatualizados… " +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "Mostra esta mensagem e sai" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "%d encontrado" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "Logging" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "nenhum encontrado" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "Aumenta a verbosidade (pode ser repetido)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "tornando um ambiente pickle" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "Só imprime erros e avisos." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "verificando consistência" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "Nenhuma saída" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "nenhum alvo está desatualizado." +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "atualizando ambiente: " +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "Veja 'sphinx --help'.\n" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s adicionado(s), %s alterado(s), %s removido(s)" +msgid "%b %d, %Y" +msgstr "%d %b %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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." +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "não foi possível calcular o progresso da tradução!" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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." +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "nenhum elemento traduzido!" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: transforms/__init__.py:267 #, 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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: transforms/__init__.py:313 #, python-format +msgid "Footnote [%s] is not referenced." +msgstr "Nota de rodapé [%s] não é referenciada." + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "Nota de rodapé [*] não é referenciada." + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "Nota de rodapé [#] não é referenciada." + +#: transforms/i18n.py:229 transforms/i18n.py:304 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." +"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}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "lendo fontes… " +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "referências inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "docnames para escrever: %s" +#: transforms/i18n.py:324 +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}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "preparando documentos" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "referências de termo inconsistentes na mensagem traduzida. original: {0}, traduzida: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "copiando ativos" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[código-fonte]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: ext/imgconverter.py:40 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Os arquivos Texinfo estão em %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\nExecute \"make\" nesse diretório para executá-los com makeinfo\n(use \"make info\" aqui para fazer isso automaticamente)." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -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" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, 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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: ext/imgconverter.py:68 #, python-format -msgid "processing %s" -msgstr "processando %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "comando de conversão %r não pode ser executado, verifique a configuração image_converter" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "resolvendo referências…" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "realçando código de módulo… " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (em " +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[documentos]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "copiando arquivos de suporte Texinfo" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Código do módulo" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: ext/viewcode.py:311 #, python-format -msgid "error writing file Makefile: %s" -msgstr "erro ao escrever o arquivo Makefile: %s" +msgid "

Source code for %s

" +msgstr "

Código-fonte para %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "A página HTML está em %(outdir)s." +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Visão geral: código do módulo" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "montando documento único" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" + +#: ext/coverage.py:47 +#, python-format +msgid "invalid regex %r in %s" +msgstr "regex inválida %r em %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "escrevendo arquivos adicionais" +#: ext/coverage.py:134 ext/coverage.py:280 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "o módulo %s não pôde ser importado: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: ext/coverage.py:141 +#, 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 "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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "espaços não em branco eliminados por dedent" +#: ext/coverage.py:149 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: ext/coverage.py:163 #, python-format -msgid "Invalid caption: %s" -msgstr "Legenda inválida: %s" +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "Teste de cobertura nos fontes finalizada, confira os resultados em %(outdir)spython.txt." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: ext/coverage.py:177 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "especificação de número de linha está fora da faixa(1-%d): %r" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "regex inválida %r em coverage_c_regexes" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: ext/coverage.py:245 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Não é possível usar as opções “%s” e “%s” juntas" +msgid "undocumented c api: %s [%s] in file %s" +msgstr "api c não documentada: %s [%s] no arquivo %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: ext/coverage.py:429 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "Arquivo incluído %r não encontrado ou sua leitura falhou" +msgid "undocumented python function: %s :: %s" +msgstr "função python não documentada: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: ext/coverage.py:445 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "A codificação %r usada para ler o arquivo incluído %r parece estar errada, tente passar uma opção :encoding:" +msgid "undocumented python class: %s :: %s" +msgstr "classe python não documentada: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: ext/coverage.py:458 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "O objeto chamado %r não foi encontrado no arquivo incluído %r" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "método python não documentado: %s :: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -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”" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Por fazer" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: ext/todo.py:104 #, 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" +msgid "TODO entry found: %s" +msgstr "Entrada de “TODO” encontrada: %s" + +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: ext/todo.py:165 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "o padrão de glob do toctree %r não correspondeu a nenhum documento." +msgid "(The <> is located in %s, line %d.)" +msgstr "(A <> está localizada na %s, linha %d.)" + +#: ext/todo.py:175 +msgid "original entry" +msgstr "entrada original" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: ext/extlinks.py:82 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree contém referência ao documento excluído %r" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: ext/doctest.py:115 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree contém referência ao documento inexistente %r" +msgid "missing '+' or '-' in '%s' option." +msgstr "faltando “+” ou “-” na opção “%s”." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: ext/doctest.py:120 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "entrada duplicada encontrada no toctree: %s" +msgid "'%s' is not a valid option." +msgstr "“%s” não é uma opção válida." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autor da seção: " +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "“%s” não é uma opção de pyversion válida" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autor do módulo: " +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "Tipo de TestCode inválido" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Autor do código: " +#: ext/doctest.py:281 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor: " +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "nenhum código/saída no bloco %s em %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr ".. conteúdo acks não está na lista" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "ignorando código de doctest inválido: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr ".. conteúdo hlist não está na lista" +#: ext/graphviz.py:135 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: ext/graphviz.py:145 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Não foi possível obter imagem remota: %s [%d]" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Arquivo externo de Graphviz %r não encontrado ou sua leitura falhou" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Não foi possível obter imagem remota: %s [%s]" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorando diretiva “graphviz” sem conteúdo." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: ext/graphviz.py:268 #, python-format -msgid "Unknown image format: %s..." -msgstr "Formato de imagem desconhecido: %s…" +msgid "graphviz_dot executable path must be set! %r" +msgstr "O caminho do executável graphviz_dot deve ser definido! %r" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: ext/graphviz.py:303 +#, python-format 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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: ext/graphviz.py:310 #, 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 "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: ext/graphviz.py:313 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:alvo de referência %s não encontrado: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "DOT não produziu um arquivo de saída:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: ext/graphviz.py:329 #, python-format -msgid "%r reference target not found: %s" -msgstr "alvo de referência %r não encontrado: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "Tabela de Conteúdo" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Buscar" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format deve ser um entre “png” e “svg”, mas é %r" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Ir" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" +msgstr "código DOT %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Exibir Fonte" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[gráfico: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Conteúdos" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[gráfico]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Recolher painel lateral" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "Link para esta equação" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: ext/apidoc.py:85 #, python-format -msgid "Search %(docstitle)s" -msgstr "Buscar em %(docstitle)s" +msgid "Would create file %s." +msgstr "Criaria o arquivo %s." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Busca rápida" +#: 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 "\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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "Visão geral" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "caminho para o módulo a ser documentado" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" -msgstr "Bem Vindo! É isso aí." +#: ext/apidoc.py:396 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" -msgstr "documentação para" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "diretório para colocar toda a saída" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" -msgstr "última atualização" +#: ext/apidoc.py:422 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "Índices e Tabelas:" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "sobrescreve arquivos existentes" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "Tabela Completa dos Conteúdos" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "segue links simbólicos. Poderoso quando combinado com collective.recipe.omelette." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "Listar todas seções e subseções" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "escreve o script sem criar arquivos" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Página de Busca" +#: ext/apidoc.py:453 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "Buscar nessa documentação" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "inclui módulos “_private”" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "Índice Global de Módulos" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "nome de arquivo da tabela de conteúdo (padrão: modules)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "acesso rápido para todos os módulos" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "não cria um arquivo de tabela de conteúdo" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Índice Geral" +#: ext/apidoc.py:481 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "todas funções, classes, termos" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "coloca documentação de módulo antes da documentação do submódulo" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "Índice – %(key)s" +#: ext/apidoc.py:498 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Índice completo em página única" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "sufixo dos arquivos (padrão: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Tópico anterior" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "capítulo anterior" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "gera um projeto completo com sphinx-quickstart" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Próximo tópico" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "acrescenta module_path a sys.path, usando quando --full é fornecido" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "próximo capítulo" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "nome do projeto (padrão nome do módulo raiz)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Por favor, ativar JavaScript para habilitar a\nfuncionalidade de busca." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "autor(e)s do projeto, usado quando --full é fornecido" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -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." +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "versão do projeto, usado quando --full é fornecido" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "buscar" +#: ext/apidoc.py:559 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Essa Página" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "opções de extensão" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Páginas de índice por letra" +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." +msgstr "%s não é um diretório." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "pode ser enorme" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "Falha ao remover %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navegação" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "a seção \"%s\" fica rotulada como \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Pesquisar dentro de %(docstitle)s" +msgid "duplicate label %s, other instance in %s" +msgstr "rótulo duplicada %s, outra instância em %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Sobre esses documentos" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "=================== durações de leitura mais lentas ====================" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: ext/imgmath.py:159 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 +#: ext/imgmath.py:174 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: ext/imgmath.py:328 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Última atualização em %(last_updated)s." +msgid "display latex %r: %s" +msgstr "exibe latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: ext/imgmath.py:362 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Criada usando Sphinx %(sphinx_version)s." +msgid "inline latex %r: %s" +msgstr "latex em linha %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" -msgstr "Expandir painel lateral" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Notas de rodapé" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "[image: %s]" +msgstr "[imagem: %s]" + +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[imagem]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "Link para esta definição" + +#: writers/html5.py:415 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Modificações na versão %(version)s — %(docstitle)s" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format não está definido para %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 +#: writers/html5.py:427 #, 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 "Any IDs not assigned for %s node" +msgstr "Quaisquer IDs não atribuídos ao nó %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Alterações na biblioteca" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "Link para este termo" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Alterações na API C" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "Link para este cabeçalho" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Outras alterações" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "Link para esta tabela" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Esconder Resultados da Busca" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "nível de cabeçalho de rubric não suportado: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "Resultados da Busca" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "Link para este código" -#: /home/runner/work/sphinx/sphinx/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 "Sua busca não encontrou nenhum documento. Por favor, confirme se todas as palavras estão grafadas corretamente e se você selecionou categorias suficientes." +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "Link para esta imagem" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "Pesquisa finalizada, encontrada(s) ${resultCount} página(s) correspondendo à consulta da pesquisa." +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "Link para este toctree" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" -msgstr "Buscando" +#: writers/html5.py:759 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "Preparando a busca..." +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Índice" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr ", em " +#: writers/latex.py:746 writers/texinfo.py:642 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "arquivo de imagem não legível: %s" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "legenda não dentro de uma imagem." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: writers/texinfo.py:1300 #, python-format -msgid "image file %s not readable: %s" -msgstr "arquivo de imagem %s não legível: %s" +msgid "unimplemented node type: %r" +msgstr "tipo de nó não implementado: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: writers/latex.py:364 #, python-format -msgid "download file not readable: %s" -msgstr "arquivo de download não legível: %s" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "toplevel_sectioning %r desconhecido para a classe %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, 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 "no Babel option known for language %r" +msgstr "nenhuma opção Babel conhecida para o idioma %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "referências circulares à toctree detectadas, ignorando: %s <- %s" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: grande demais, ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: writers/latex.py:593 #, 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:711 +msgid "document title is not a single Text node" +msgstr "título do documento não é um nó único em Text" + +#: writers/latex.py:1178 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" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "tabularcolumns e opção :widths: foram fornecidas. :widths: foi ignorada." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: writers/latex.py:1575 #, 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 "dimension unit %s is invalid. Ignored." +msgstr "a unidade de dimensão %s é inválida. Ignorada." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: writers/latex.py:1931 #, python-format -msgid "see %s" -msgstr "veja %s" +msgid "unknown index entry type %s found" +msgstr "tipo desconhecido de entrada de índice %s encontrado" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "see also %s" -msgstr "veja também %s" +msgid "environment variable; %s" +msgstr "variável de ambiente; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: domains/std/__init__.py:111 #, python-format -msgid "unknown index entry type %r" -msgstr "tipo desconhecido de entrada de índice %r" +msgid "%s; configuration value" +msgstr "%s; valor de configuração" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbolos" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "Type" + +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "Default" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 +#: domains/std/__init__.py:234 #, 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'." - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Parâmetros do Modelo" +"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”" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 +#: domains/std/__init__.py:305 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "%s command line option" +msgstr "%s opção de linha de comando" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parâmetros" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "opção de linha de comando" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "Valores de retorno" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "um termo de glossário deve ser precedido por uma linha vazia" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "união" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "termos de glossário não devem ser separados por linhas vazias" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "membro" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "o glossário parece estar mal formatado, confira o recuo" + +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "Glossário de Termos" + +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "termo gramatical" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "marca referencial" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "variável de ambiente" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "opção do programa" + +#: domains/std/__init__.py:608 +msgid "document" +msgstr "documento" + +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Índice do Módulo" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tipo" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Página de Busca" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "conceito" +#: domains/std/__init__.py:721 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enum" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig está desabilitado. :numref: é ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerador" +#: domains/std/__init__.py:934 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "parâmetro de função" +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" +msgstr "o link não possui legenda: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "parâmetro de modelo" +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format inválido: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variáveis" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "numfig_format inválido: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Levanta" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" +msgstr "rótulo não definido: %r" + +#: domains/std/__init__.py:1196 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format msgid "%s() (in module %s)" msgstr "%s() (no módulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: 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 (no módulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: domains/python/__init__.py:169 #, python-format msgid "%s (built-in variable)" msgstr "%s (variável interna)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: domains/python/__init__.py:194 #, python-format msgid "%s (built-in class)" msgstr "%s (classe interna)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: domains/python/__init__.py:195 #, python-format msgid "%s (class in %s)" msgstr "%s (classe em %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: domains/python/__init__.py:249 #, python-format msgid "%s() (%s class method)" msgstr "%s() (método de classe %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: domains/python/__init__.py:251 #, python-format msgid "%s() (%s static method)" msgstr "%s() (método estático %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: domains/python/__init__.py:389 #, python-format msgid "%s (%s property)" msgstr "%s (propriedade %s )" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: domains/python/__init__.py:428 #, python-format msgid "%s (type alias in %s)" msgstr "%s (apelido de tipo em %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 +#: domains/python/__init__.py:557 msgid "Python Module Index" msgstr "Índice de Módulos Python" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 +#: domains/python/__init__.py:558 msgid "modules" msgstr "módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 +#: domains/python/__init__.py:607 msgid "Deprecated" msgstr "Obsoleto" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 +#: domains/python/__init__.py:632 msgid "exception" msgstr "exceção" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 +#: domains/python/__init__.py:634 msgid "class method" msgstr "método de classe" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 +#: domains/python/__init__.py:635 msgid "static method" msgstr "método estático" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 +#: domains/python/__init__.py:637 msgid "property" msgstr "propriedade" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 +#: domains/python/__init__.py:638 msgid "type alias" msgstr "apelido de tipo" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: domains/python/__init__.py:698 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: domains/python/__init__.py:817 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 +#: domains/python/__init__.py:878 msgid " (deprecated)" msgstr " (obsoleto)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parâmetros" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variáveis" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Levanta" + +#: domains/c/__init__.py:199 #, python-format -msgid "environment variable; %s" -msgstr "variável de ambiente; %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "%s; configuration value" -msgstr "%s; valor de configuração" +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'." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" -msgstr "Type" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "Valores de retorno" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" -msgstr "Default" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "membro" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variável" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "struct" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "união" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerador" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tipo" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "parâmetro de função" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Parâmetros do Modelo" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, 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”" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Declaração C++ duplicada, também definida em %s:%s.\nA declaração é '.. cpp:%s:: %s'." + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "conceito" + +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "parâmetro de modelo" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Conteúdos" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Tabela de Conteúdo" + +#: themes/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" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Recolher painel lateral" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegação" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: themes/basic/layout.html:115 #, python-format -msgid "%s command line option" -msgstr "%s opção de linha de comando" +msgid "Search within %(docstitle)s" +msgstr "Pesquisar dentro de %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "opção de linha de comando" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Sobre esses documentos" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "um termo de glossário deve ser precedido por uma linha vazia" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "termos de glossário não devem ser separados por linhas vazias" +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "o glossário parece estar mal formatado, confira o recuo" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Última atualização em %(last_updated)s." + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Criada usando Sphinx %(sphinx_version)s." + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "Índice – %(key)s" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Índice completo em página única" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Páginas de índice por letra" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "pode ser enorme" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Buscar em %(docstitle)s" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Essa Página" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Visão geral" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Bem Vindo! É isso aí." + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "documentação para" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "última atualizaçã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 Completa dos Conteúdos" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "Listar todas seções e subseções" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "Buscar nessa 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 para todos os módulos" + +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Índice Geral" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "todas funções, classes, termos" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Busca rápida" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Por favor, ativar JavaScript para habilitar a\nfuncionalidade de busca." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Pesquisando por várias palavras só mostra correspondências\nque contêm todas as palavras." + +#: themes/basic/search.html:35 +msgid "search" +msgstr "buscar" + +#: themes/basic/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/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Expandir painel lateral" + +#: 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" + +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "Glossário de Termos" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Alterações na biblioteca" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "termo gramatical" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Alterações na API C" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "marca referencial" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Outras alterações" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "variável de ambiente" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "opção do programa" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Esconder Resultados da Busca" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "documento" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +msgstr "Resultados da Busca" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Índice do Módulo" +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 -#, 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" +#: 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] "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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig está desabilitado. :numref: é ignorado." +#: themes/basic/static/searchtools.js:253 +msgid "Searching" +msgstr "Buscando" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 -#, 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" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." +msgstr "Preparando a busca..." + +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ", em " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: environment/collectors/asset.py:95 #, python-format -msgid "the link has no caption: %s" -msgstr "o link não possui legenda: %s" +msgid "image file not readable: %s" +msgstr "arquivo de imagem não legível: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: environment/collectors/asset.py:123 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format inválido: %s (%r)" +msgid "image file %s not readable: %s" +msgstr "arquivo de imagem %s não legível: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: environment/collectors/asset.py:160 #, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format inválido: %s" +msgid "download file not readable: %s" +msgstr "arquivo de download não legível: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: environment/collectors/toctree.py:258 #, python-format -msgid "undefined label: %r" -msgstr "rótulo não definido: %r" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s já tem números de seção atribuídos (toctree numerada aninhada?)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: environment/adapters/toctree.py:318 #, 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 "circular toctree references detected, ignoring: %s <- %s" +msgstr "referências circulares à toctree detectadas, ignorando: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: environment/adapters/toctree.py:342 #, 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'." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: environment/adapters/toctree.py:357 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variável" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "macro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "struct" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree contém referência ao documento não incluído %r" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continuação da página anterior" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "veja %s" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "continua na próxima página" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" +msgstr "veja também %s" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Não alfabético" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" +msgstr "tipo desconhecido de entrada de índice %r" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Números" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbolos" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "página" +#: 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Release" +#: 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Exemplo" +#: 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Exemplos" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "As páginas HTML estão em %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Argumentos de Palavras-chave" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Falha ao ler o arquivo de informações de construção: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Notas" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info incompatível, copiando .buildinfo para .buildinfo.bak" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Outros Parâmetros" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "construindo [html]: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "Recebe" +#: builders/html/__init__.py:374 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "Referências" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "índice" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Avisos" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "Logo de %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "Yields" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "próximo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 -#, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "valor inválido definido (faltando chave de fechamento): %s" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "valor inválido definido (faltando chave de abertura): %s" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "gerando índices" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "string literal malformada (faltando aspas de fechamento): %s" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "escrevendo páginas adicionais" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:772 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "string literal malformada (faltando aspas de abertura): %s" +msgid "cannot copy image file '%s': %s" +msgstr "não foi possível copiar arquivo de imagem '%s': %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" -msgstr "(em %s v%s)" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "copiando arquivos baixáveis… " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:796 #, python-format -msgid "(in %s)" -msgstr "(em %s)" +msgid "cannot copy downloadable file %r: %s" +msgstr "não foi possível copiar o arquivo baixável %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:843 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "Inventário '%s': várias correspondências encontradas para %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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:861 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "inventário para referência cruzada externa não encontrado: %r" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Falha ao copiar um arquivo em html_static_file: %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "sufixo inválido de referência cruzada externa: %r" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "copiando arquivos estáticos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:912 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "domínio para referência cruzada externa não encontrado: %r" +msgid "cannot copy static file %r" +msgstr "não foi possível copiar o arquivo estático %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "alvo da referência externa %s:%s não encontrado: %s" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "copiando arquivos extras" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/html/__init__.py:927 #, 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." +msgid "cannot copy extra file %r" +msgstr "não foi possível copiar o arquivo extra %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/html/__init__.py:933 #, 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." +msgid "Failed to write build info file: %r" +msgstr "Falha ao escrever o arquivo de informações de construção: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 -#, python-format +#: builders/html/__init__.py:982 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)." +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/html/__init__.py:1027 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "Valor de URI alvo inválido `%r` em intersphinx_mapping[%r][0]. Os URIs alvo devem ser strings exclusivas e não vazias." +msgid "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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/html/__init__.py:1188 #, 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])." +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/html/__init__.py:1197 #, 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." +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Ocorreu um erro ao renderizar a página %s.\nMotivo: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "Configuração de `intersphinx_mapping` inválida (1 erro)." +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "despejando inventário de objetos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/html/__init__.py:1237 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "Configuração de `intersphinx_mapping` inválida (%s erros)." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -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 "dumping search index in %s" +msgstr "despejando índice de pesquisa em %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: builders/html/__init__.py:1279 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "carregando inventário intersphinx '%s' de %s ..." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -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:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -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:" +msgid "invalid js_file: %r, ignored" +msgstr "js_file inválido: %r, ignorado" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 -#, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "o inventário intersphinx foi movido: %s -> %s" +#: builders/html/__init__.py:1312 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: builders/html/__init__.py:1317 #, 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 "Unknown math_renderer %r is given." +msgstr "math_renderer desconhecido %r é fornecido." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: builders/html/__init__.py:1325 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "Falha ao analisar type_comment para %r: %s" +msgid "html_extra_path entry %r does not exist" +msgstr "a entrada de html_extra_path %r não existe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: builders/html/__init__.py:1332 #, 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 "html_extra_path entry %r is placed inside outdir" +msgstr "entrada de html_extra_path %r está posicionada dentro de outdir" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "valor inválido para a opção member-order: %s" +msgid "html_static_path entry %r does not exist" +msgstr "a entrada de html_static_path %r não existe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: builders/html/__init__.py:1349 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "valor inválido para a opção class-doc-from: %s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "entrada de html_static_path %r está posicionada dento de outdir" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "assinatura inválida para auto%s (%r)" +msgid "logo file %r does not exist" +msgstr "o arquivo logo %r não existe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 +#: builders/html/__init__.py:1372 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "erro ao formatar argumentos para %s: %s" +msgid "favicon file %r does not exist" +msgstr "o arquivo favicon %r não existe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 +#: builders/html/__init__.py:1384 #, 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" +"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`." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, python-format +#: builders/html/__init__.py:1397 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "Um objeto simulado foi detectado: %r" +"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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: builders/html/__init__.py:1414 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "erro ao formatar assinatura para %s: %s" +msgid "%s %s documentation" +msgstr "Documentação %s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "“::” no nome de automodule não faz sentido" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" +msgstr "Falha ao obter um docname!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: builders/latex/transforms.py:119 #, 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" +msgid "Failed to get a docname for source %r!" +msgstr "Falha ao obter o docname para a fonte %r!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: builders/latex/transforms.py:485 #, 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__" +msgid "No footnote was found for given reference node %r" +msgstr "Nenhuma nota de rodapé foi encontrada para o nó de referência %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Os arquivos LaTeX estão em %(outdir)s." + +#: builders/latex/__init__.py:119 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "faltando atributo mencionado na opção :members: : módulo %s, atributo %s" +"\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)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "Falha ao obter uma assinatura de função para %s: %s" +#: builders/latex/__init__.py:157 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: builders/latex/__init__.py:169 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "Falha ao obter uma assinatura de construtor para %s: %s" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "o valor da configuração “latex_documents” faz referência a um documento desconhecido %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Release" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "copiando arquivos de suporte TeX" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "copiando arquivos adicionais" + +#: builders/latex/__init__.py:543 #, python-format -msgid "Bases: %s" -msgstr "Base: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Chave configuração desconhecida: latex_elements[%r], ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: builders/latex/__init__.py:551 #, python-format -msgid "missing attribute %s in object %s" -msgstr "faltando atributo %s no objeto %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Opção de tema desconhecida: latex_theme_options[%r], ignorada." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: builders/latex/theming.py:87 #, python-format -msgid "alias of %s" -msgstr "apelido de %s" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r não possui a configuração \"theme\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: builders/latex/theming.py:90 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "apelido de TypeVar(%s)" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r não possui a configuração \"%s\"" + +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" +msgstr "Ocorreu uma exceção, iniciando o depurador:" + +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "Erro de marcação reStructuredText:" + +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" +msgstr "O traceback completo foi salvo em:" + +#: _cli/util/errors.py:172 +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!" + +#: transforms/post_transforms/__init__.py:124 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: transforms/post_transforms/__init__.py:184 #, 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 "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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "__slots__ inválido encontrado em %s. Ignorado." +msgid "%s:%s reference target not found: %s" +msgstr "%s:alvo de referência %s não encontrado: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "autosummary: falhou em determinar %r a ser documentado, a seguinte exceção foi levantada:\n%s" +msgid "%r reference target not found: %s" +msgstr "alvo de referência %r não encontrado: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[autosummary] gerando autosummary para: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Não foi possível obter imagem remota: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[autosummary] escrevendo em %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Não foi possível obter imagem remota: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[autosummary] falha ao importar %s\nPossíveis dicas:\n%s" +msgid "Unknown image format: %s..." +msgstr "Formato de imagem desconhecido: %s…" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 -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/napoleon/docstring.py:707 +msgid "Example" +msgstr "Exemplo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 -msgid "source files to generate rST files for" -msgstr "arquivos-fonte para gerar arquivos rST" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Exemplos" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 -msgid "directory to place all output in" -msgstr "diretório para colocar toda a saída" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Argumentos de Palavras-chave" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Notas" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Outros Parâmetros" + +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "Recebe" + +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "Referências" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Avisos" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "Yields" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "sufixo padrão para arquivos (padrão: %(default)s)" +msgid "invalid value set (missing closing brace): %s" +msgstr "valor inválido definido (faltando chave de fechamento): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "diretório de modelos personalizado (padrão: %(default)s)" +msgid "invalid value set (missing opening brace): %s" +msgstr "valor inválido definido (faltando chave de abertura): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "documenta membros importados (padrão: %(default)s)" +msgid "malformed string literal (missing closing quote): %s" +msgstr "string literal malformada (faltando aspas de fechamento): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "documenta exatamente os membros no módulo atributo __all__. (padrão: %(default)s)" +msgid "malformed string literal (missing opening quote): %s" +msgstr "string literal malformada (faltando aspas de abertura): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/autosummary/__init__.py:255 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "referências de autosummmary excluíram o documento %r. Ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/autosummary/__init__.py:257 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "autosummary: arquivo stub não encontrado %r. Verifique sua configuração autosummary_generate." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 +#: ext/autosummary/__init__.py:276 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "Um autosummary com legenda requer a opção :toctree:. Ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/autosummary/__init__.py:329 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3869,293 +3757,360 @@ msgid "" "%s" msgstr "autosummary: falha ao importar %s\nPossíveis dicas:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/autosummary/__init__.py:343 #, python-format msgid "failed to parse name %s" msgstr "falha ao analisar o nome %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/autosummary/__init__.py:348 #, python-format msgid "failed to import object %s" msgstr "falha ao importar o objecto %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/autosummary/__init__.py:647 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/autosummary/__init__.py:818 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "autosummary_generate: arquivo não encontrado: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/autosummary/__init__.py:826 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." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "Ocorreu uma exceção, iniciando o depurador:" +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "Erro de marcação reStructuredText:" +#: ext/autosummary/generate.py:525 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[autosummary] gerando autosummary para: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" -msgstr "O traceback completo foi salvo em:" +#: ext/autosummary/generate.py:529 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[autosummary] escrevendo em %s" + +#: ext/autosummary/generate.py:571 +#, 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:766 +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:788 +msgid "source files to generate rST files for" +msgstr "arquivos-fonte para gerar arquivos rST" + +#: ext/autosummary/generate.py:796 +msgid "directory to place all output in" +msgstr "diretório para colocar toda a saída" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 -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/autosummary/generate.py:804 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "sufixo padrão para arquivos (padrão: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/autosummary/generate.py:812 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r não possui a configuração \"theme\"" +msgid "custom template directory (default: %(default)s)" +msgstr "diretório de modelos personalizado (padrão: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/autosummary/generate.py:820 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r não possui a configuração \"%s\"" +msgid "document imported members (default: %(default)s)" +msgstr "documenta membros importados (padrão: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Falha ao obter um docname!" +#: ext/autosummary/generate.py:828 +#, 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" -msgstr "Falha ao obter o docname para a fonte {source!r}!" +#: ext/intersphinx/_resolve.py:47 +#, python-format +msgid "(in %s v%s)" +msgstr "(em %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_resolve.py:49 #, 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 "(in %s)" +msgstr "(em %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_resolve.py:103 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Os arquivos LaTeX estão em %(outdir)s." +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "Inventário '%s': correspondências duplicadas encontradas para %s:%s" -#: /home/runner/work/sphinx/sphinx/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 "\nExecute \"make\" nesse diretório para executá-los com (pdf)latex\n(use \"make latexpdf\" aqui para fazer isso automaticamente)." +#: ext/intersphinx/_resolve.py:113 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "Inventário '%s': várias correspondências encontradas para %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "nenhuma valor da configuração “latex_documents” encontrado; nenhum documento será escrito" +#: ext/intersphinx/_resolve.py:359 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "inventário para referência cruzada externa não encontrado: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "o valor da configuração “latex_documents” faz referência a um documento desconhecido %s" +msgid "invalid external cross-reference suffix: %r" +msgstr "sufixo inválido de referência cruzada externa: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "copiando arquivos de suporte TeX" +#: ext/intersphinx/_resolve.py:378 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "domínio para referência cruzada externa não encontrado: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "copiando arquivos adicionais" +#: ext/intersphinx/_resolve.py:585 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "alvo da referência externa %s:%s não encontrado: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:59 #, python-format -msgid "logo file %r does not exist" -msgstr "o arquivo logo %r não existe" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Chave configuração desconhecida: latex_elements[%r], ignorado." +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Opção de tema desconhecida: latex_theme_options[%r], ignorada." +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)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "build info file is broken: %r" -msgstr "arquivo de informações da construção está quebrado: %r" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "As páginas HTML estão em %(outdir)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])." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Falha ao ler o arquivo de informações de construção: %r" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "índice" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Configuração de `intersphinx_mapping` inválida (1 erro)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "Logo of %s" -msgstr "Logo de %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Configuração de `intersphinx_mapping` inválida (%s erros)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "próximo" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "Uma entrada intersphinx_mapping inválida foi adicionada após a normalização." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "anterior" +#: ext/intersphinx/_load.py:240 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "carregando inventário intersphinx '%s' de %s ..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "gerando índices" +#: ext/intersphinx/_load.py:265 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "escrevendo páginas adicionais" +#: ext/intersphinx/_load.py:275 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "não foi possível copiar arquivo de imagem '%s': %s" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "o inventário intersphinx foi movido: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "copiando arquivos baixáveis… " +#: ext/autodoc/type_comment.py:132 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "não foi possível copiar o arquivo baixável %r: %s" +msgid "Failed to parse type_comment for %r: %s" +msgstr "Falha ao analisar type_comment para %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "Falha ao copiar um arquivo no diretório \"static\" do tema: %s: %r" +msgid "invalid value for member-order option: %s" +msgstr "valor inválido para a opção member-order: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "Falha ao copiar um arquivo em html_static_file: %s: %r" +msgid "invalid value for class-doc-from option: %s" +msgstr "valor inválido para a opção class-doc-from: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "copiando arquivos estáticos" +#: ext/autodoc/__init__.py:408 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "assinatura inválida para auto%s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "cannot copy static file %r" -msgstr "não foi possível copiar o arquivo estático %r" +msgid "error while formatting arguments for %s: %s" +msgstr "erro ao formatar argumentos para %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "copiando arquivos extras" +#: ext/autodoc/__init__.py:795 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy extra file %r" -msgstr "não foi possível copiar o arquivo extra %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 "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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Falha ao escrever o arquivo de informações de construção: %r" +msgid "A mocked object is detected: %r" +msgstr "Um objeto simulado foi detectado: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -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." +#: ext/autodoc/__init__.py:953 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "erro ao formatar assinatura para %s: %s" + +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "“::” no nome de automodule não faz sentido" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "a página %s corresponde a dois padrões em html_sidebars: %r e %r" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "argumentos de assinatura ou anotação de retorno fornecidos para automodule %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, python-format msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." -msgstr "ocorreu um erro Unicode ao renderizar a página %s. Verifique se todos os valores de configuração que contêm conteúdo não ASCII são strings Unicode." +"__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__" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "despejando inventário de objetos" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "faltando atributo mencionado na opção :members: : módulo %s, atributo %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" -msgstr "despejando índice de pesquisa em %s" +msgid "Failed to get a function signature for %s: %s" +msgstr "Falha ao obter uma assinatura de função para %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file inválido: %r, ignorado" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -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." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Falha ao obter uma assinatura de construtor para %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "math_renderer desconhecido %r é fornecido." +msgid "Bases: %s" +msgstr "Base: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "a entrada de html_extra_path %r não existe" +msgid "missing attribute %s in object %s" +msgstr "faltando atributo %s no objeto %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "entrada de html_extra_path %r está posicionada dentro de outdir" +msgid "alias of %s" +msgstr "apelido de %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "a entrada de html_static_path %r não existe" +msgid "alias of TypeVar(%s)" +msgstr "apelido de TypeVar(%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "entrada de html_static_path %r está posicionada dento de outdir" +msgid "Failed to get a method signature for %s: %s" +msgstr "Falha ao obter uma assinatura de método para %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "o arquivo favicon %r não existe" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "__slots__ inválido encontrado em %s. Ignorado." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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 "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 "Failed to parse a default argument value for %r: %s" +msgstr "Falha ao analisar um valor de argumento padrão para %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -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)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continuação da página anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "Documentação %s %s" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "continua na próxima página" + +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Não alfabético" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Números" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "página" diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js index 9abd11e5682..77ae7fd98e1 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "Pesquisar", "Search Page": "P\u00e1gina de Pesquisa", "Search Results": "Resultados da Pesquisa", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "" + ], "Search within %(docstitle)s": "Pesquisar dentro de %(docstitle)s", "Searching": "A Pesquisar", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.mo index 1df3b1a4921..26488c99336 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 9715fdd70f6..b4f539908f4 100644 --- a/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/pt_PT/LC_MESSAGES/sphinx.po @@ -9,389 +9,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Komiya Takeshi , 2016\n" "Language-Team: Portuguese (Portugal) (http://app.transifex.com/sphinx-doc/sphinx-1/language/pt_PT/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: pt_PT\n" "Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -399,12 +163,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -412,311 +176,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (directiva)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (papel)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "directiva" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "papel" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (função interna)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (método %s)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (classe)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variável global ou constante)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atributo %s)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Parâmetros" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Gera" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Retorno" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Tipo de retorno" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (módulo)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "função" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "método" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "classe" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "dados" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atributo" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "módulo" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Alterado na versão %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Obsoleto desde a versão %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenção" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Cuidado" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Perigo" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Erro" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Dica" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Importante" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Nota" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Veja também" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Dica" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Aviso" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -725,15 +1000,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -743,21 +1018,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -765,93 +1040,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -861,208 +1134,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1081,805 +1341,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "" + +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/xml.py:38 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/xml.py:110 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:49 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/texinfo.py:90 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (em " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: builders/__init__.py:313 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "" + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "" + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:507 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:516 #, python-format -msgid "reading error: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:527 #, python-format -msgid "writing error: %s, %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:534 #, python-format -msgid "locale_dir %s does not exist" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:686 #, python-format -msgid "unknown directive or role name: %s:%s" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Atenção" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Cuidado" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Perigo" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Erro" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Dica" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Importante" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Nota" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Veja também" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Dica" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Aviso" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (função interna)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (método %s)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (classe)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variável global ou constante)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atributo %s)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Parâmetros" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Gera" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Internos" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Retorno" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Tipo de retorno" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (módulo)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "função" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "método" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "classe" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "dados" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atributo" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "módulo" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/docfields.py:95 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/osutil.py:130 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:419 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:487 #, python-format -msgid "Added in version %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:701 #, python-format -msgid "Changed in version %s" -msgstr "Alterado na versão %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "Obsoleto desde a versão %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:91 #, python-format -msgid "Removed in version %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:170 #, python-format -msgid "%s (directive)" -msgstr "%s (directiva)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:185 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:283 #, python-format -msgid "%s (role)" -msgstr "%s (papel)" +msgid "unknown directive or role name: %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "directiva" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "papel" +#: util/display.py:88 +msgid "failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "writing error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[código fonte]" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[documentos]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Código do módulo" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" -msgstr "

Código fonte de %s

" +msgid "line number spec is out of range(1-%d): %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Visão geral: código do módulo" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Por fazer" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "entrada original" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:122 #, python-format -msgid "Would create file %s." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autor da secção: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autor do módulo: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Autor do código: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor: " + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "" +msgid "%b %d, %Y" +msgstr "%d %b, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: transforms/__init__.py:313 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[gráfico: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[gráfico]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[código fonte]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1887,8 +2235,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1898,1897 +2245,1559 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[documentos]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Código do módulo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Código fonte de %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Visão geral: código do módulo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Por fazer" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/todo.py:104 #, python-format -msgid "no Babel option known for language %r" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/todo.py:165 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Notas de rodapé" +#: ext/todo.py:175 +msgid "original entry" +msgstr "entrada original" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/extlinks.py:82 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/doctest.py:115 #, python-format -msgid "[image: %s]" -msgstr "[imagem: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[imagem]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/doctest.py:120 #, python-format -msgid "numfig_format is not defined for %s" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/doctest.py:134 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Índice" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:303 #, python-format -msgid "unimplemented node type: %r" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[gráfico: %s]" + +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[gráfico]" + +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:375 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"\n" +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" +"\n" +"The s can be file 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 -#, python-format -msgid "The XML files are in %(outdir)s." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 -#, python-format -msgid "error writing file %s: %s" +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/apidoc.py:638 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:159 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Notas de rodapé" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[imagem: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[imagem]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Índice" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Internos" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Módulos" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: writers/texinfo.py:1300 #, python-format -msgid "could not read %r for changelog creation" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: writers/latex.py:364 #, python-format -msgid "The text files are in %(outdir)s." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:593 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: writers/latex.py:1575 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "" +msgid "environment variable; %s" +msgstr "variável de ambiente; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "Termo de glossário" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "token de gramática" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "rótulo de referência" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "variável de ambiente" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "opção de programa" + +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Índice de Módulos" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Página de Pesquisa" + +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:934 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:960 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:963 #, 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 "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:1194 #, 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 "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (no módulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -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 (no módulo %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (variável interna)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/python/__init__.py:194 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (classe interna)" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (classe em %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (método de classe %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:251 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (método estático %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:389 #, python-format -msgid "processing %s" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (em " +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Índice de Módulos do Python" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Obsoleto" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "excepção" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "método de classe" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "método estático" + +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: domains/python/__init__.py:698 +#, 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." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (obsoleto)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parâmetros" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variáveis" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Levanta" + +#: domains/c/__init__.py:199 #, python-format -msgid "Invalid caption: %s" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "membro" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variável" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tipo" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/cpp/__init__.py:277 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autor da secção: " +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autor do módulo: " +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Conteúdo" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Autor do código: " +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor: " +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Pesquisar" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Ir" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Exibir Fonte" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Recolher painel lateral" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navegação" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: themes/basic/layout.html:115 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Pesquisar dentro de %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Sobre estes documentos" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:201 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Última actualização em %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/layout.html:204 #, python-format -msgid "%r reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Pesquisar" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Ir" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Exibir Fonte" +#: themes/basic/genindex-single.html: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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Conteúdo" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Paginas de índice por letra" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Recolher painel lateral" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "pode ser enorme" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Pesquisar %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Pesquisa rápida" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Esta Página" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Visão geral" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Bem Vindo(a)! Esta é" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "a documentação de" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "última actualização" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Índices e tabelas:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Tabela de Conteúdos Completa" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "Listar todas as secções e subsecções" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Página de Pesquisa" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "Pesquisar esta documentação" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Índice Global de Módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "acesso rápido a todos os módulos" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Índice Geral" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "todas as funções, classes, termos" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Índice completo numa página" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Tópico anterior" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "capítulo anterior" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Próximo tópico" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "próximo capítulo" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Pesquisa rápida" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "pesquisar" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Esta Página" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Paginas de índice por letra" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "pode ser enorme" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navegação" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Pesquisar dentro de %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Sobre estes documentos" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Tópico anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capítulo anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Última actualização em %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Próximo tópico" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "próximo capítulo" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Expandir painel lateral" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "Lista de alterações gerada automaticamente na versão %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Alterações na biblioteca" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Alterações na API C" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Outras alterações" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Esconder Resultados da Pesquisa" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Resultados da Pesquisa" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "A Pesquisar" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "A preparar a pesquisa..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", em" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "ver %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "ver também %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Símbolos" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parâmetros" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "membro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tipo" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variáveis" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Levanta" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (no módulo %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (no módulo %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (variável interna)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (classe interna)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (classe em %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (método de classe %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (método estático %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Índice de Módulos do Python" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "módulos" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Obsoleto" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "excepção" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "método de classe" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "método estático" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (obsoleto)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "ver %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "variável de ambiente; %s" +msgid "see also %s" +msgstr "ver também %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Símbolos" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:113 #, python-format -msgid "%s command line option" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "Termo de glossário" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "token de gramática" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "índice" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "rótulo de referência" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "variável de ambiente" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "próximo" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "opção de programa" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "anterior" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Índice de Módulos" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variável" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "macro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continuação da página anterior" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Versão" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1372 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1384 #, python-format -msgid "malformed string literal (missing closing quote): %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1414 #, python-format -msgid "(in %s v%s)" -msgstr "(em %s v%s)" +msgid "%s %s documentation" +msgstr "Documentação %s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/latex/transforms.py:119 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/transforms.py:485 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/__init__.py:117 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Versão" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "" + +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3796,7 +3805,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3811,347 +3820,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(em %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "índice" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "próximo" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "anterior" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "Documentação %s %s" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.js b/sphinx/locale/ro/LC_MESSAGES/sphinx.js index 0d2696ce665..11a395ed6c4 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "C\u0103utare", "Search Page": "Pagin\u0103 de C\u0103utare", "Search Results": "Rezultatele C\u0103ut\u0103rii", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "" + ], "Search within %(docstitle)s": "Caut\u0103 \u00een %(docstitle)s", "Searching": "C\u0103utare", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/ro/LC_MESSAGES/sphinx.mo b/sphinx/locale/ro/LC_MESSAGES/sphinx.mo index 5fc40cbaa99..4258b1bb84a 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 6f73a048602..881bdbff071 100644 --- a/sphinx/locale/ro/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ro/LC_MESSAGES/sphinx.po @@ -9,389 +9,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Razvan Stefanescu , 2015-2017\n" "Language-Team: Romanian (http://app.transifex.com/sphinx-doc/sphinx-1/language/ro/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: ro\n" "Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Fig. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tabelul %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Cod %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "eșuat: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "a reușit" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "a fost finalizat cu probleme" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -399,12 +163,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -412,311 +176,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Propuneri de Îmbunătățire Python; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Fig. %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tabelul %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Cod %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (directivă)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "directivă" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "rol" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (funcție integrată)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (metoda %s)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (clasă)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (variabilă globală sau constantă)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumente" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Generează" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Întoarce" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Tipul întors" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funcție" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metodă" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "clasă" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "data" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atribut" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modul" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Schimbat în versiunea %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Învechit începând cu versiunea %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Atenție" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Avertisment" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Pericol" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Eroare" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Sugestie" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Important" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Notă" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Vezi și" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Sfat" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Atenționare" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -725,15 +1000,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -743,21 +1018,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -765,93 +1040,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -861,208 +1134,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1081,805 +1341,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/linkcheck.py:726 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "" + +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:49 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/texinfo.py:90 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr "(în" + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" + +#: builders/__init__.py:313 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"file %r given on command line is not under the source directory, ignoring" +msgstr "" + +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" + +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" +msgstr "" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "" + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "" + +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/__init__.py:471 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:507 #, python-format -msgid "exception while evaluating only directive expression: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:516 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:527 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:534 #, python-format -msgid "reading error: %s, %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:686 #, python-format -msgid "locale_dir %s does not exist" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:845 #, python-format -msgid "unknown node type: %r" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/epub3.py:83 #, python-format -msgid "default role %s not found" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Atenție" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Avertisment" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Pericol" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Eroare" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Sugestie" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Important" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Notă" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Vezi și" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Sfat" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Atenționare" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funcție integrată)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (metoda %s)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (clasă)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (variabilă globală sau constantă)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumente" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Generează" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Integrate" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Întoarce" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Nivelul modul" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Tipul întors" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funcție" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metodă" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "clasă" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "data" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atribut" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modul" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/docfields.py:95 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/osutil.py:130 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:419 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:487 #, python-format -msgid "Added in version %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:701 #, python-format -msgid "Changed in version %s" -msgstr "Schimbat în versiunea %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:76 #, python-format -msgid "Deprecated since version %s" -msgstr "Învechit începând cu versiunea %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:91 #, python-format -msgid "Removed in version %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:170 #, python-format -msgid "%s (directive)" -msgstr "%s (directivă)" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:185 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:283 #, python-format -msgid "%s (role)" -msgstr "%s (rol)" +msgid "unknown directive or role name: %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "directivă" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rol" +#: util/display.py:88 +msgid "failed" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[sursă]" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[documentație]" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Codul modulului" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:84 #, python-format -msgid "

Source code for %s

" -msgstr "

Codul sursă pentru %s

" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Prezentare generală: codul modulului" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Toate modulele pentru care este disponibil codul sursă

" +msgid "Invalid caption: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "De făcut" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:211 #, python-format -msgid "TODO entry found: %s" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:228 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "înregistrarea inițială" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/code.py:270 #, python-format -msgid "Would create file %s." +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autorul secțiunii:" + +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autorul modulului:" + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Autorul codului:" + +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor:" + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: transforms/__init__.py:313 +#, python-format +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[grafic: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[grafic]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[sursă]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1887,8 +2235,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1898,1897 +2245,1559 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[documentație]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Codul modulului" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Codul sursă pentru %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Prezentare generală: codul modulului" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Toate modulele pentru care este disponibil codul sursă

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "De făcut" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/todo.py:104 #, python-format -msgid "no Babel option known for language %r" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/todo.py:165 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Note de subsol" +#: ext/todo.py:175 +msgid "original entry" +msgstr "înregistrarea inițială" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/extlinks.py:82 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/doctest.py:115 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/doctest.py:120 #, python-format -msgid "unknown index entry type %s found" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/doctest.py:134 #, python-format -msgid "[image: %s]" -msgstr "[figura: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[figură]" +msgid "'%s' is not a valid pyversion option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/doctest.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/doctest.py:434 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Index" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:329 #, python-format -msgid "unimplemented node type: %r" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[grafic: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[grafic]" + +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:396 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/apidoc.py:638 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "error writing file %s: %s" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/autosectionlabel.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:159 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:174 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Note de subsol" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[figura: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[figură]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/html5.py:415 +#, python-format +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Index" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Integrate" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Nivelul modul" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: writers/texinfo.py:1300 #, python-format -msgid "could not read %r for changelog creation" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: writers/latex.py:364 #, python-format -msgid "The text files are in %(outdir)s." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "The message catalogs are in %(outdir)s." +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:593 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: writers/latex.py:1575 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "" +msgid "environment variable; %s" +msgstr "variabilă de mediu; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "termen de glosar" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "element de gramatică" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "etichetă de referință" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "variabilă de mediu" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "opțiune a programului" + +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Index al modulelor" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Pagină de Căutare" + +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/std/__init__.py:934 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:960 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:963 #, 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 "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:1194 #, 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 "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "docnames to write: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s() (în modulul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -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 (în modulul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (variabilă integrată)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/python/__init__.py:194 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (clasă integrată)" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (clasa în %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (metoda clasei %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:251 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s() (metoda statică %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:389 #, python-format -msgid "processing %s" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr "(în" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Indexul de Module Python" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "module" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Învechit" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "excepție" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "metoda clasei" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "metodă statică" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:698 #, python-format -msgid "Invalid caption: %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/python/__init__.py:817 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr "(învechit)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametrii" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variabile" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Generează" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: domains/c/__init__.py:199 #, python-format -msgid "Include file %r not found or reading it failed" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "membru" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variabilă" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enumerator" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerator" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tip" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/cpp/__init__.py:277 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autorul secțiunii:" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autorul modulului:" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Autorul codului:" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor:" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Cuprins" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: 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/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Ascundere bară laterală" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigare" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: themes/basic/layout.html:115 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Caută în %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Despre aceste documente" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Drepturi de autor" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:201 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Ultima actualizare la %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/layout.html:204 #, python-format -msgid "%r reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Căutare" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Caută" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Vezi Sursa" +#: themes/basic/genindex-single.html: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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Cuprins" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indexează paginile dupa literă" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Ascundere bară laterală" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "poate fi extrem de mare" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Caută %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Căutare rapidă" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Această Pagină" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Prezentare generală" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Bine ai venit! Acesta este" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "documentația pentru" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "ultima actualizare" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Indici și tabele:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Cuprinsul Complet" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "lista tuturor secțiunilor si a subsecțiunilor" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Pagină de Căutare" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "caută în această documentație" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Index Module Globale" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "acces rapid la toate modulele" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Index General" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "toate funcțiile, clasele, termenii" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Index complet" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Subiectul precedent" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "capitolul precedent" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Subiectul următor" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "capitolul următor" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Căutare rapidă" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "căutare" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Această Pagină" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Indexează paginile dupa literă" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "poate fi extrem de mare" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigare" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Caută în %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Despre aceste documente" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Drepturi de autor" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Subiectul precedent" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "capitolul precedent" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Ultima actualizare la %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Subiectul următor" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "capitolul următor" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Expandare bară laterală" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "Lista de schimbări generată automat pentru versiunea %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Schimbări în bibliotecă" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Schimbări în API C" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Alte schimbări" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Ascunde Rezultatele Căutării" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Rezultatele Căutării" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Căutare" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Se pregătește căutarea..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", în" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "vezi %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "vezi și %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simboluri" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametrii" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "membru" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tip" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enumerator" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerator" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variabile" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Generează" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (în modulul %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (în modulul %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (variabilă integrată)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (clasă integrată)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (clasa în %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (metoda clasei %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (metoda statică %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Indexul de Module Python" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "module" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Învechit" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "excepție" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "metoda clasei" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "metodă statică" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr "(învechit)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "vezi %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "variabilă de mediu; %s" +msgid "see also %s" +msgstr "vezi și %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simboluri" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:113 #, python-format -msgid "%s command line option" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "termen de glosar" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "element de gramatică" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "index" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "etichetă de referință" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "variabilă de mediu" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "următor" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "opțiune a programului" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "precedent" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Index al modulelor" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variabilă" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "macro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "continuare din pagina precedentă" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Versiune" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1372 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1384 #, python-format -msgid "malformed string literal (missing closing quote): %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1414 #, python-format -msgid "(in %s v%s)" -msgstr "(în %s v%s)" +msgid "%s %s documentation" +msgstr "%s %s documentație" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/latex/transforms.py:119 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/transforms.py:485 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/__init__.py:117 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Versiune" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "" + +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3796,7 +3805,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3811,347 +3820,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(în %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "index" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "următor" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "precedent" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "continuare din pagina precedentă" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s documentație" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.js b/sphinx/locale/ru/LC_MESSAGES/sphinx.js index 5c2caaed230..bbac4b048ac 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.js @@ -12,7 +12,7 @@ Documentation.addTranslations({ "Complete Table of Contents": "\u041f\u043e\u043b\u043d\u043e\u0435 \u043e\u0433\u043b\u0430\u0432\u043b\u0435\u043d\u0438\u0435", "Contents": "\u0421\u043e\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435", "Copyright": "\u0410\u0432\u0442\u043e\u0440\u0441\u043a\u0438\u0435 \u043f\u0440\u0430\u0432\u0430", - "Created using Sphinx %(sphinx_version)s.": "", + "Created using Sphinx %(sphinx_version)s.": "\u0421\u043e\u0437\u0434\u0430\u043d\u043e \u0441 \u0438\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u043d\u0438\u0435\u043c Sphinx %(sphinx_version)s.", "Expand sidebar": "\u0420\u0430\u0437\u0432\u0435\u0440\u043d\u0443\u0442\u044c \u0431\u043e\u043a\u043e\u0432\u0443\u044e \u043f\u0430\u043d\u0435\u043b\u044c", "Full index on one page": "\u041f\u043e\u043b\u043d\u044b\u0439 \u0430\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c \u043d\u0430 \u043e\u0434\u043d\u043e\u0439 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0435", "General Index": "\u0410\u043b\u0444\u0430\u0432\u0438\u0442\u043d\u044b\u0439 \u0443\u043a\u0430\u0437\u0430\u0442\u0435\u043b\u044c", @@ -36,10 +36,15 @@ Documentation.addTranslations({ "Search": "\u041f\u043e\u0438\u0441\u043a", "Search Page": "\u041f\u043e\u0438\u0441\u043a", "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b \u043f\u043e\u0438\u0441\u043a\u0430", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "", + "" + ], "Search within %(docstitle)s": "\u041f\u043e\u0438\u0441\u043a \u0432 \u0434\u043e\u043a\u0443\u043c\u0435\u043d\u0442\u0435 \u00ab%(docstitle)s\u00bb", "Searching": "\u0418\u0434\u0451\u0442 \u043f\u043e\u0438\u0441\u043a", - "Searching for multiple words only shows matches that contain\n all words.": "", + "Searching for multiple words only shows matches that contain\n all words.": "\u041f\u043e\u0438\u0441\u043a \u043f\u043e \u043d\u0435\u0441\u043a\u043e\u043b\u044c\u043a\u0438\u043c \u0441\u043b\u043e\u0432\u0430\u043c \u043e\u0442\u043e\u0431\u0440\u0430\u0436\u0430\u0435\u0442 \u0442\u043e\u043b\u044c\u043a\u043e \u0440\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u044b,\n \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0449\u0438\u0435 \u0432\u0441\u0435 \u0441\u043b\u043e\u0432\u0430.", "Show Source": "\u0418\u0441\u0445\u043e\u0434\u043d\u044b\u0439 \u0442\u0435\u043a\u0441\u0442", "Table of Contents": "\u041e\u0433\u043b\u0430\u0432\u043b\u0435\u043d\u0438\u0435", "This Page": "\u042d\u0442\u0430 \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430", diff --git a/sphinx/locale/ru/LC_MESSAGES/sphinx.mo b/sphinx/locale/ru/LC_MESSAGES/sphinx.mo index 1540bfeab07..7b55d2b11f2 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 4ff37490ac9..cd54f887ed7 100644 --- a/sphinx/locale/ru/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ru/LC_MESSAGES/sphinx.po @@ -17,3794 +17,3804 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "указана неподдерживаемая опция темы %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "Тема %r имеет циклическое наследование" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "У темы %r слишком много предков" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "файл конфигурации темы не найден в %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "тема %r не имеет таблицы \"theme\"" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Неизвестный лексер Pygments %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Событие %r уже существует" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Неизвестное событие: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "Обработчик %r для события %r возбудил исключение" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "в конфигурационной папке нет файла conf.py file (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "некорректное число %r для настройки %r, пропускается" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "не удалось переопределить настройку %r с неподдерживаемым типом, пропускается" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "неизвестное значение параметра конфигурации %r в переопределении, пропускается" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "Нет такого значения конфигурации: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Ключ конфигурации %r уже существует" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "Синтаксическая ошибка в вашем файле конфигурации: %s\n" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "Файл конфигурации (или один из импортированных модулей) вызвал sys.exit()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "В вашем файле конфигурации программная ошибка:\n\n%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "Ошибка преобразования %r во множество или кортеж" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Раздел %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Рис. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Таблица %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Список %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r не найден, пропускается." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -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 по умолчанию. Пожалуйста, добавьте \"root_doc = 'contents'\" в свой conf.py." - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "Не удалось найти исходный каталог (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Целевой путь (%s) не является каталогом" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Исходный и целевой каталоги не должны совпадать" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Запуск Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Проект требует версию Sphinx не ниже v%s и не может быть построен текущей версией." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "создание целевого каталога" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "при настройку расширения %s:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "загрузка переводов [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "готово" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "недоступно для встроенных сообщений" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" -msgstr "" +msgstr "загрузка фиксированного окружения" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "ошибка: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Сборщик не указан, по умолчанию используется html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "успешно" +#: application.py:394 +msgid "build finished with problems." +msgstr "сборка завершена с проблемами." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "завершено с ошибками" +#: application.py:396 +msgid "build succeeded." +msgstr "сборка успешна." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "сборка %s, %s предупреждение (с предупреждениями, рассматриваемыми как ошибки)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "сборка завершена с проблемами, 1 предупреждение (с предупреждениями, рассматриваемыми как ошибки)." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "сборка %s, %s предупреждений(-я) (с предупреждениями, рассматриваемыми как ошибки)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "сборка завершена с проблемами, 1 предупреждение." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "сборка успешна, 1 предупреждение." + +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "сборка %s, %s предупреждение." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "сборка завершена с проблемами, %s предупреждений (в том числе с предупреждениями, рассматриваемыми как ошибки)." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "сборка %s, %s предупреждений(-я)." +msgid "build finished with problems, %s warnings." +msgstr "сборка завершена с проблемами, %s предупреждений." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "сборка завершена %s." +msgid "build succeeded, %s warnings." +msgstr "сборка успешна, %s предупреждение(-ий)." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" -msgstr "" +msgstr "узел класса %r уже зарегистрирован, его посетители будут переопределены" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "директива %r уже зарегистрирована, она будет переопределена" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "роль %r уже зарегистрирована, она будет переопределена" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " "assuming it isn't - please ask the extension author to check and make it " "explicit" -msgstr "" +msgstr "расширение %s не определено как безопасное для параллельного чтения; если вы полагаете что это не так - пожалуйста, попросите автора проверить и явно указать это" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "расширение %s не безопасно для параллельного чтения" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " "assuming it isn't - please ask the extension author to check and make it " "explicit" -msgstr "" +msgstr "расширение %s не объявлено как безопасное для параллельное записи; если вы считаете что это не так - пожалуйста, попросите автора проверить и явно указать это" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" -msgstr "" +msgstr "расширение %s не безопасно использует параллельную записи" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Предложения об улучшениях Python; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" -msgstr "неверный номер PEP %s" +msgstr "неправильный номер PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" -msgstr "неверный номер RFC %s" +msgstr "неправильный номер RFC %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Отсутствует аттрибут \"name\" у класса сборщика %s." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Сборщик %r уже существует (в модуле %s)." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Сборщик %s не зарегистрирован явно или через ресурсы пакетов." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Сборщик %s не зарегистрирован." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "домен %s уже зарегистрирован" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "домен %s не зарегистрирован" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" -msgstr "" +msgstr "Директива %r уже зарегистрирована в домене %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Роль %r уже зарегистрирована в домене %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" -msgstr "" +msgstr "Индекс %r уже зарегистрирован в домене %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" -msgstr "" +msgstr "object_type %r уже зарегистрирован" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" -msgstr "" +msgstr "%r crossref_type уже зарегистрирован" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" -msgstr "" +msgstr "source_suffix %r уже зарегистрирован" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" -msgstr "" +msgstr "source_parser для %r уже зарегистрирован" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" -msgstr "" +msgstr "Парсер исходного кода %s не зарегистрирован" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "Перевод для %r уже существует" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" -msgstr "" +msgstr "kwargs для функции add_node() должны быть кортежем (visit, depart): %r=%r" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" -msgstr "" +msgstr "enumerable_node %r уже зарегистрирован" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" -msgstr "" +msgstr "Движок отрисовки math %s уже зарегистрирован" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." -msgstr "" +msgstr "расширение %r является частью Sphinx начиная с версии %s; это расширение игнорируется." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Изначальное исключение:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "Не удалось загрузить расширение %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "расширение %r не определяет функцию setup(); это действительно модуль расширения Sphinx?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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, используемому в этом проекте, требуется версия Sphinx не ниже v%s, поэтому он не может быть собран с этой версией." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" -msgstr "" +msgstr "расширение %r вернуло неподдерживаемый объект из функции setup() function; оно должно вернуть None или словарь метаданных" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." -msgstr "" +msgstr "`None` не является корректным типом файла для %r." -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." -msgstr "" +msgstr "найдено несколько файлов для документа \"%s\": %s\nДля сборки используется %r ." -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "Пропущен нечитаемый документ %r." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Неизвестный лексер Pygments %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "Разбор literal_block %r как \"%s\" завершилось ошибкой на токене: %r. Перезапуск в relaxed mode." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "Расширение %s требуется для настройки needs_extensions, но оно не загружено." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "проверка полноты документации" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "" +#: theming.py:121 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "параметр %s.%s не встречается ни в одной из найденных настроек тем" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "указана неподдерживаемая опция темы %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" -msgstr "" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "файл %r указанной темы не является корректным ZIP-архивов или не содержит тему" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "не найдена тема %r (потерян theme.toml?)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." -msgstr "Пожалуйста, укажите корректный путь." +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "Тема %r имеет циклическое наследование" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." -msgstr "" +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "Тема %r наследуется от темы %r, которая не загружена. Загруженные темы: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:290 #, python-format -msgid "Please enter one of %s." -msgstr "" +msgid "The %r theme has too many ancestors" +msgstr "У темы %r слишком много предков" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "Пожалуйста, введите 'y' или 'n'." +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "файл конфигурации темы не найден в %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "тема %r не имеет таблицы \"theme\"" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:350 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "В теме %r \"[theme]\" не является таблицей" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "В теме %r должна быть определена настройка \"theme.inherit\"" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "В теме %r \"[options]\" не является таблицей" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "Настройка \"theme.pygments_style\" должна быть таблицей. Подсказка: \"%s\"" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "в конфигурационной папке нет файла conf.py file (%s)" + +#: config.py:323 msgid "" -"Please enter values for the following settings (just press Enter to\n" -"accept a default value, if one is given in brackets)." -msgstr "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "Обнаружено некорректное значение настройки: 'language = None'. Обновите настройки, указав корректный код языка. Откат к 'en' (English)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: config.py:346 #, python-format -msgid "Selected root path: %s" -msgstr "Выбранный корневой путь: %s" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "не удалось переопределить настройку словаря %r, пропускается (используйте %r для установки значений отдельных элементов)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." -msgstr "Введите корневой путь для документации." +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "недопустимое число %r для настройки %r, пропускается" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" -msgstr "Корневой каталог документации" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "не удалось переопределить настройку %r с неподдерживаемым типом, пропускается" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "неизвестное значение параметра конфигурации %r в переопределении, пропускается" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "Нет такого значения конфигурации: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Ключ конфигурации %r уже существует" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:494 +#, 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 "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "не удается кешировать невыбираемое значение конфигурации: %r (поскольку оно содержит объект функции, класса или модуля)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" -msgstr "Разделить каталоги исходных файлов и результатов сборки (y/n)" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "Синтаксическая ошибка в вашем файле конфигурации: %s\n" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: config.py:534 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" -msgstr "Префикс имен каталогов с шаблонами и статикой" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "Файл конфигурации (или один из импортированных модулей) вызвал sys.exit()" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: config.py:541 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." -msgstr "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "В вашем файле конфигурации программная ошибка:\n\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" -msgstr "Название проекта" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "Ошибка преобразования %r во множество или кортеж" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" -msgstr "Имя(ена) автора(ов)" +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Преобразование `source_suffix = %r` в `source_suffix = %r`." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:593 +#, 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 "" +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" -msgstr "Версия проекта" +#: config.py:612 +#, python-format +msgid "Section %s" +msgstr "Раздел %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" -msgstr "Релиз проекта" +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Рис. %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 -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 "" +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Таблица %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" -msgstr "Язык проекта" +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Список %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: config.py:722 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "Суффикс исходный файлов" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "Для настройки `{name}` возможны значения {candidates}, но указано `{current}`." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:746 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 "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Значение настройки `{name}' имеет тип `{current.__name__}'; ожидается {permitted}." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" -msgstr "Название основного документа (без суффикса)" +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "Значение настройки `{name}' имеет тип `{current.__name__}', приведено к значению по умолчанию `{default.__name__}'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:770 #, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r не найден, пропускается." + +#: config.py:782 msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" +"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 по умолчанию. Пожалуйста, добавьте \"root_doc = 'contents'\" в свой conf.py." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (директива)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "Введите имя нового файла, или переименуйте существующий файл и нажмите Enter" +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (опция директивы)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Укажите, какие из расширений Sphinx должны быть включены:" +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (роль)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "" +#: domains/rst.py:223 +msgid "directive" +msgstr "директива" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" -msgstr "Создать Makefile? (y/n)" +#: domains/rst.py:225 +msgid "role" +msgstr "роль" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" -msgstr "Создать файл команд Windows? (y/n)" +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "повторное описание %s %s, другой экземпляр в %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/javascript.py:165 #, python-format -msgid "Creating file %s." -msgstr "Создание файла %s." +msgid "%s() (built-in function)" +msgstr "%s() (встроенная функция)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/javascript.py:166 domains/python/__init__.py:253 #, python-format -msgid "File %s already exists, skipping." -msgstr "Файл %s уже существует, пропускаем." +msgid "%s() (%s method)" +msgstr "%s() (метод %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." -msgstr "Завершено: Исходная структура каталогов создана." +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (класс)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/javascript.py:170 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "%s (global variable or constant)" +msgstr "%s (глобальная переменная или константа)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "Используйте Makefile для сборки документации, например:\n make builder" +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (атрибут %s)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Аргументы" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Бросает исключение" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Результат" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Тип результата" + +#: domains/javascript.py:334 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s (module)" +msgstr "%s (модуль)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "функция" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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:372 domains/python/__init__.py:633 +msgid "method" +msgstr "метод" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." -msgstr "Для получения дополнительной информации посетите ." +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "класс" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" -msgstr "тихий режим" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "данные" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "корень проекта" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "атрибут" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "модуль" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "Добавлено в версии %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Изменено в версии %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" -msgstr "Основные настройки проекта" +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Устарело, начиная с версии %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" -msgstr "название проекта" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "Удалено в версии %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" -msgstr "имена авторов" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" -msgstr "версия проекта" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "повторное цитирование %s, другой экземпляр в %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" -msgstr "релиз проекта" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Ссылка на цитату [%s] отсутствует." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" -msgstr "язык документа" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "повторяющаяся метка уравнения %s, также используется в %s" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Неправильный math_eqref_format: %r" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "новая конфигурация" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "конфигурация изменена" + +#: environment/__init__.py:88 +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 "каталог исходных файлов изменился" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" -msgstr "суффикс исходных файлов" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" -msgstr "использовать epub" +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "Это окружение несовместимо с выбранным сборщиком, пожалуйста, выберите другой каталог doctree." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" -msgstr "Опции расширения" +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "Ошибка сканирования документов в %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: environment/__init__.py:622 #, python-format -msgid "enable %s extension" -msgstr "включить расширение %s" +msgid "Domain %r is not registered" +msgstr "Домен %r не зарегистрирован" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" -msgstr "" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "документ не включен ни в одно оглавление" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "найдено оглавление, ссылающееся на само себя. Пропускается." + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" -msgstr "создать Makefile" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Внимание" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" -msgstr "не создавать Makefile" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Осторожно" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Опасно" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Ошибка" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Подсказка" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Важно" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Примечание" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "См. также" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Совет" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Предупреждение" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "автоматически вставлены docstrings из модулей" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 -#, python-format -msgid "Invalid template variable: %s" -msgstr "Неправильная переменная шаблона: %s" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "автоматическое тестирование фрагментов кода в блоках doctest" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "Исключение во время сборки, запуск отладчика:" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "связь между разными проектами Sphinx" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "Прервано!" +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "укажите записи \"todo\", которые могут быть показаны или скрыты при сборке" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "ошибка разметки reST:" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "проверка полноты документации" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "Ошибка декодирования:" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "включить математику, отображаемую как изображения PNG или SVG" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 -#, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "включить математику, отображаемую в браузере с помомощью MathJax" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "Ошибка рекурсии:" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "условное включение содержимого на основе значений конфигурации" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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 "" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "включить ссылки на исходный код документируемых объектов Python" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "Произошло исключение:" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "создать файл .nojekyll для публикации документа на GitHub Pages" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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 "" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "Пожалуйста, укажите корректный путь." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "" +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "Пожалуйста, введите текст." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "номер задания должен быть положительным числом" +#: cmd/quickstart.py:117 +#, python-format +msgid "Please enter one of %s." +msgstr "Пожалуйста, введите одно из %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." +msgstr "Пожалуйста, введите 'y' или 'n'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" -msgstr "путь к исходным файлам документации" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Пожалуйста, введите расширение файла, например, '.rst' или '.txt'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" -msgstr "путь к целевому каталогу" +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Добро пожаловать в утилиту quickstart Sphinx %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/quickstart.py:217 msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +"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использования значения по умолчанию, оно указано в квадратных скобках)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" -msgstr "основные опции" +#: cmd/quickstart.py:225 +#, python-format +msgid "Selected root path: %s" +msgstr "Выбранный корневой путь: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" -msgstr "используемый сборщик (по умолчанию: 'html')" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." +msgstr "Введите корневой путь для документации." + +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" +msgstr "Корневой каталог документации" + +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "Ошибка: по указанному корневому пути уже существует conf.py." + +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart не будет перезаписывать существующие проекты Sphinx." + +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "Пожалуйста, укажите новый корневой путь (или нажмите Enter для выхода)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/quickstart.py:256 msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" -msgstr "" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" +msgstr "Разделить каталоги исходных файлов и результатов сборки (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" -msgstr "" +#: cmd/quickstart.py:269 +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файлов. Вы можете ввести другой префикс (например, \".\") для замены знака подчёркивания." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" -msgstr "опции пути" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" +msgstr "Префикс имен каталогов с шаблонами и статикой" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/quickstart.py:280 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +"The project name will occur in several places in the built documentation." +msgstr "Название проекта будет встречаться в нескольких местах рабочей документации." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +#: cmd/quickstart.py:284 +msgid "Project name" +msgstr "Название проекта" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" -msgstr "" +#: cmd/quickstart.py:286 +msgid "Author name(s)" +msgstr "Имя(ена) автора(ов)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" -msgstr "" +#: cmd/quickstart.py:291 +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просто используйте одно и то же значение для обоих параметров." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" -msgstr "передать значение в шаблон HTML" +#: cmd/quickstart.py:299 +msgid "Project version" +msgstr "Версия проекта" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +#: cmd/quickstart.py:301 +msgid "Project release" +msgstr "Релиз проекта" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: cmd/quickstart.py:306 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" -msgstr "опции вывода в терминал" +#: cmd/quickstart.py:315 +msgid "Project language" +msgstr "Язык проекта" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" -msgstr "увеличить детальность (может повторяться несколько раз)" +#: cmd/quickstart.py:322 +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\". Только файлы с указанным расширением считаются документами." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" -msgstr "" +#: cmd/quickstart.py:327 +msgid "Source file suffix" +msgstr "Суффикс исходный файлов" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:332 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" +msgstr "Название основного документа (без суффикса)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" -msgstr "" +#: cmd/quickstart.py:350 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "Ошибка: основной файл %s уже существует в корневом каталоге по указанному пути." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" -msgstr "" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart не перезапишет существующий файл." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "запись предупреждений (и ошибок) в указанный файл" +#: cmd/quickstart.py:360 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "Введите имя нового файла, или переименуйте существующий файл и нажмите Enter" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "обрабатывать предупреждение как ошибки" +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Укажите, какие из расширений Sphinx должны быть включены:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" +#: cmd/quickstart.py:379 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "Примечание: imgmath и mathjax не могут быть включены одновременно. imgmath выключен." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" -msgstr "отображать полный traceback при исключении" +#: cmd/quickstart.py:389 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" -msgstr "запустить Pdb при исключении" +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" +msgstr "Создать Makefile? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "Невозможно совмещать ключ -a и названия файлов" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" +msgstr "Создать файл команд Windows? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "cannot open warning file %r: %s" -msgstr "Не получается открыть файл с предупреждениями %r:%s " +msgid "Creating file %s." +msgstr "Создание файла %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" -msgstr "" +#: cmd/quickstart.py:456 ext/apidoc.py:89 +#, python-format +msgid "File %s already exists, skipping." +msgstr "Файл %s уже существует, пропускаем." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" -msgstr "" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." +msgstr "Завершено: Исходная структура каталогов создана." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 +#: cmd/quickstart.py:502 +#, python-format msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "Теперь вам нужно заполнить свой основной файл %s и создать другие\nисходные файлы документации. " -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 +#: cmd/quickstart.py:510 msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "Используйте Makefile для сборки документации, например:\n make builder" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 +#: cmd/quickstart.py:513 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: cmd/quickstart.py:520 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "где \"builder\" - один из поддерживаемых сборщиков, например, html, latex или linkcheck." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: cmd/quickstart.py:555 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "не удалось рассчитать прогресс перевода!" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "Для получения дополнительной информации посетите ." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "тихий режим" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "корень проекта" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "Опции структуры" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "если указано, разделить исходный и целевой каталоги" -#: /home/runner/work/sphinx/sphinx/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 "" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "если указано, разместить целевой каталог в исходном" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "замена точки в _templates и т. п." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "Основные настройки проекта" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "название проекта" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "имена авторов" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "версия проекта" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "релиз проекта" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "язык документа" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "суффикс исходных файлов" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "название основного документа" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "использовать epub" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "Опции расширения" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" +msgid "enable %s extension" +msgstr "включить расширение %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "включить произвольные расширения" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "Создание Makefile и Batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "создать Makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "пропущено" +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "не создавать Makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "создать batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Внимание" +#: cmd/quickstart.py:689 +msgid "do not create batchfile" +msgstr "не создавать batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Осторожно" +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" +msgstr "использовать make-mode для Makefile/make.bat" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Опасно" +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "Шаблонизация проекта" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Ошибка" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" +msgstr "каталог шаблонов для файлов шаблонов" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Подсказка" +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "определить переменную шаблона" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Важно" +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "указано \"quiet\", но \"project\" или \"author\" не заданы." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Примечание" +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Ошибка: указанный путь не является каталогом или файлы Sphinx в нём уже существуют." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "См. также" +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart генерирует только в пустой каталог. Пожалуйста, укажите новый корневой путь." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Совет" +#: cmd/quickstart.py:793 +#, python-format +msgid "Invalid template variable: %s" +msgstr "Неправильная переменная шаблона: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Предупреждение" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" +msgstr "Исключение во время сборки, запуск отладчика:" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "новая конфигурация" +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" +msgstr "Прервано!" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "конфигурация изменена" +#: cmd/build.py:67 +msgid "reST markup error:" +msgstr "ошибка разметки reST:" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "расширения изменились" +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" +msgstr "Ошибка декодирования:" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -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." +msgstr "Полный журнал сохранен в %s, если вы захотите сообщить о проблеме разработчикам." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "каталог исходных файлов изменился" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" +msgstr "Ошибка рекурсии:" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 +#: _cli/util/errors.py:152 cmd/build.py:94 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +"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, например, следующим образом:" + +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" +#: cmd/build.py:144 +msgid "job number should be a positive number" +msgstr "номер задания должен быть положительным числом" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -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\nsphinx-build создает документацию из файлов в SOURCEDIR и помещает ее в\nOUTPUTDIR. Он ищет 'conf.py' в SOURCEDIR для определения настроек\nконфигурации. Инструмент 'sphinx-quickstart' может быть использован для\nсоздания файлов шаблонов, включая 'conf.py'\n\nsphinx-build может создавать документацию в различных форматах. Формат\nвыбирается путем указания названия сборщика в аргументах командной\nстроки; по умолчанию используется HTML. Сборщики также могут\n выполнять другие задачи, связанные с обработкой документации.\n\nПо умолчанию собирается все что устарело. Вывод только для выбранных\nфайлов может быть реализован путем указания отдельных имен файлов.\n" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: cmd/build.py:180 +msgid "path to documentation source files" +msgstr "путь к исходным файлам документации" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" +#: cmd/build.py:183 +msgid "path to output directory" +msgstr "путь к целевому каталогу" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(опционально) список файлов для пересборки. Пропускается если указано --write-all" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (встроенная функция)" +#: cmd/build.py:194 +msgid "general options" +msgstr "основные опции" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (метод %s)" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "используемый сборщик (по умолчанию: 'html')" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (класс)" +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "запустить параллельно N процессов, если возможно. 'auto' соответствует числу ядер CPU" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (глобальная переменная или константа)" +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" +msgstr "записать все файлы (по умолчанию: записать только новые и изменённые файлы)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" -msgstr "%s (атрибут %s)" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" +msgstr "не использовать сохраненное окружение, всегда читать все файлы" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Аргументы" +#: cmd/build.py:230 +msgid "path options" +msgstr "опции пути" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Бросает исключение" +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "каталог для дерева документов и файлов окружения (по умолчанию: OUTPUT_DIR/.doctrees)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Результат" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "каталог с файлом конфигурации (conf.py) (по умолчанию: SOURCE_DIR)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Тип результата" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" +msgstr "не использовать конфигурационный файл, только настройки, указанные в опциях -D" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 -#, python-format -msgid "%s (module)" -msgstr "%s (модуль)" +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "переопределяет настройки в конфигурационном файле" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "функция" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" +msgstr "передать значение в шаблон HTML" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "метод" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "определить тег: включить \"только\" блоги с ТЕГОМ" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "класс" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "придирчивый режим: предупреждать обо всех потерянных ссылках" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "данные" +#: cmd/build.py:294 +msgid "console output options" +msgstr "опции вывода в терминал" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "атрибут" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" +msgstr "увеличить детальность (может повторяться несколько раз)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "модуль" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" +msgstr "без вывода в stdout, только предупреждения в stderr" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "повторяющаяся метка уравнения %s, также используется в %s" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" +msgstr "использовать цветной вывод (по умолчанию: автоопределение)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "не использовать цветной вывод (по умолчанию: автоопределение)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" -msgstr "Добавлено в версии %s" +#: cmd/build.py:334 +msgid "warning control options" +msgstr "настройки предупреждений" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "Изменено в версии %s" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" +msgstr "запись предупреждений (и ошибок) в указанный файл" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "Устарело, начиная с версии %s" +#: cmd/build.py:347 +msgid "turn warnings into errors" +msgstr "обрабатывать предупреждение как ошибки" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" -msgstr "Удалено в версии %s" +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "отображать полный traceback при исключении" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" -msgstr "%s (директива)" +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "запустить Pdb при исключении" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 -#, python-format -msgid ":%s: (directive option)" -msgstr "" +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "возбудить исключение при предупреждении" + +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "Невозможно совмещать ключ -a и названия файлов" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: cmd/build.py:439 #, python-format -msgid "%s (role)" -msgstr "%s (роль)" +msgid "cannot open warning file %r: %s" +msgstr "Не получается открыть файл с предупреждениями %r:%s " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "директива" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" +msgstr "аргументы с опцией -D должны быть указаны в виде пар название=значение" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" +msgstr "аргумент опции -A должен быть указан в виде пары название=значение" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "роль" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Глупый сборщик не генерирует файлы." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/linkcheck.py:60 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/linkcheck.py:137 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "broken link: %s (%s)" +msgstr "сломанная ссылка: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" -msgstr "Ссылка на эту формулу" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Якорь '%s' не найден" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[исходный код]" +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "Ошибка компиляции регулярного выражения в linkcheck_allowed_redirects: %r %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "Страница HTML находится в %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[документация]" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "сборка единого документа" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Код модуля" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "запись" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 -#, python-format -msgid "

Source code for %s

" -msgstr "

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

" +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "запись дополнительных файлов" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Обзор: исходный код модуля" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "Страницы руководств находятся в %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "не найдено значение настройки \"man_pages\"; страницы руководств не были записаны" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "План" +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "Значение параметра \"man_pages\" ссылается на неизвестный документ %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/text.py:34 #, python-format -msgid "TODO entry found: %s" -msgstr "найдена запись TODO: %s" +msgid "The text files are in %(outdir)s." +msgstr "Текстовые файлы находятся в %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<<исходная запись>>" +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "ошибка записи файла %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/xml.py:38 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<<Исходная запись>> находится в %s, строка %d.)" +msgid "The XML files are in %(outdir)s." +msgstr "Файлы XML находятся в %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "исходный элемент" +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Файлы pseudo-XML находятся в %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/texinfo.py:47 #, python-format -msgid "Would create file %s." -msgstr "Нужно создать файл %s." +msgid "The Texinfo files are in %(outdir)s." +msgstr "Файлы Texinfo находятся в %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/texinfo.py:49 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 makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "не найдено значение настройки \"texinfo_documents\"; документы не были записаны" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "значение настройки \"texinfo_documents\" указывает на несуществующий документ %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "" +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "обработка %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "разрешение ссылок..." + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (в " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "перезаписать существующие файлы" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "копирование изображений..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "" +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "Не получается скопировать файл изображения %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "запуск сценария без создания файлов" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "копирование файлов поддержки Texinfo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "" +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "ошибка записи Makefile: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Каталоги сообщений находятся в %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "сборка [%s]: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "не создавать файл с оглавлением" +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "цели для %d файлов шаблонов" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "чтение шаблонов..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "" +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "запись каталогов сообщений... " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" -msgstr "" +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "сборка [mo]:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "запись вывода..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "все из %d po-файлов" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "цели для %d файлов PO указаны" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "" +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "цели для %d файлов PO устарели" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "все исходные файлы" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "файл %r, указанный в аргументах командной строки, не существует," -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "параметры расширения" +#: builders/__init__.py:313 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "файл %r, переданный в командной строке, не найден в исходном каталоге, пропускается" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/__init__.py:324 #, python-format -msgid "%s is not a directory." -msgstr "" +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "файл %r, переданный в командной строке, не является корректным документом, пропускается" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: builders/__init__.py:339 #, python-format -msgid "Failed to remove %s: %s" -msgstr "" +msgid "%d source files given on command line" +msgstr "%d исходных файлов передано в командной строке" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "цели для %d не обновлённых исходных файлов" + +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "ищем файлы, устаревшие на данный момент... " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: builders/__init__.py:386 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +msgid "%d found" +msgstr "%d найден" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/__init__.py:388 +msgid "none found" +msgstr "ничего не найдено" + +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "проверка целостности" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "нет устаревших целей." + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "обновление окружения:" + +#: builders/__init__.py:471 #, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" +msgid "%s added, %s changed, %s removed" +msgstr "%s добавлено, %s изменено, %s удалено" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: builders/__init__.py:507 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: builders/__init__.py:516 #, python-format msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: builders/__init__.py:527 #, python-format msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/__init__.py:534 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "Sphinx не удалось загрузить основной документ (%s). Основной документ должен размещаться внутри исходного каталога или в одном из его подкаталогов." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "чтение исходных файлов..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/__init__.py:686 #, python-format -msgid "[graph: %s]" -msgstr "[иллюстрация: %s]" +msgid "docnames to write: %s" +msgstr "названия документов для записи: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[иллюстрация]" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "подготовка документов" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "копирование материалов" + +#: builders/__init__.py:845 #, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "неперекодируемые исходные символы, заменены на \"?\": %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: builders/epub3.py:83 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +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:220 +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:231 +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:255 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" +msgid "invalid css_file: %r, ignored" +msgstr "некорректный css_file: %r, пропускается" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "найден повторяющийся элемент оглавления: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:432 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "не указан '+' или '-' в опции '%s'." +msgid "cannot read image file %r: copying it instead" +msgstr "Не получается считать файл изображение %r: скопируйте его" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 +#: builders/_epub_base.py:463 #, python-format -msgid "'%s' is not a valid option." -msgstr "" +msgid "cannot write image file %r: %s" +msgstr "Не получается записать файл изображения %r: %s" + +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "Pillow не найден - копирование файлов изображений" + +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "запись файла mimetype..." + +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "запись файла META-INF/container.xml..." + +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "запись файла content.opf..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:585 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" +msgid "unknown mimetype for %s, ignoring" +msgstr "неизвестный mimetype для %s, пропускается" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "неправильный тип TestCode" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "запись файла toc.ncx..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/_epub_base.py:785 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +msgid "writing %s file..." +msgstr "записывается %s файл..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: builders/changes.py:33 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +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:77 +msgid "Builtins" +msgstr "Встроенные функции" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Модуль" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "копирование исходных файлов..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/changes.py:140 #, python-format -msgid "invalid regex %r in %s" -msgstr "некорректное регулярное выражение %r в %s" +msgid "could not read %r for changelog creation" +msgstr "не удалось прочитать %r для создания журнала изменений" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: util/rst.py:72 #, python-format -msgid "module %s could not be imported: %s" -msgstr "" +msgid "default role %s not found" +msgstr "роль по умолчанию %s не найдена" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/docfields.py:95 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "Проблема в домене %s: предполагается, что в поле должна использоваться роль '%s', но этой роли нет в домене." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/osutil.py:130 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/nodes.py:419 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:487 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +msgid "toctree contains ref to nonexisting file %r" +msgstr "оглавление содержит ссылку на несуществующий файл %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:701 #, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +msgid "exception while evaluating only directive expression: %s" +msgstr "исключение при вычислении значения директивы only: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/fileutil.py:76 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/inventory.py:170 #, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "инвентарь <%s> содержит повторяющиеся определения %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:185 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "инвентарь <%s> содержит множество определений для %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/docutils.py:283 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" +msgid "unknown directive or role name: %s:%s" +msgstr "неизвестное название директивы или роли: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:746 #, python-format -msgid "display latex %r: %s" -msgstr "" +msgid "unknown node type: %r" +msgstr "неизвестный тип узла: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" +#: util/display.py:83 +msgid "skipped" +msgstr "пропущено" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: util/display.py:88 +msgid "failed" +msgstr "сбой" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: util/i18n.py:105 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" +msgid "reading error: %s, %s" +msgstr "ошибка чтения: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:112 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +msgid "writing error: %s, %s" +msgstr "ошибка записи: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:141 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s не существует" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:236 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "Неправильный формат даты. Оберните строку в одинарные кавычки, если хоитет вывести её \"как есть\": %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "Опция \":file:\" директивы csv-table теперь рассчитывает абсолютный путь относительно исходного каталога. Пожалуйста, обновите свой документ." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Сноски" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "Invalid caption: %s" +msgstr "Неправильный заголовок: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" +msgstr "указанный номер строки находится за границами диапазона(1-%d): %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Нельзя одновременно использовать опции \"%s\" и \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" -msgstr "" +msgid "Include file %r not found or reading it failed" +msgstr "Подключенный файл %r не найден или не читается" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" -msgstr "[рисунок: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "Кодировка %r, используемая для чтения подключенного файла %r, скорее всего некорректна, попробуйте задать опцию :encoding:" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[рисунок]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "Объект с названием %r не найден в подключенном файле %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Указаны строки %r: ни одна строка не вставлена из файла %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "Ссылка на этот термин" +msgid "toctree glob pattern %r didn't match any documents" +msgstr "глобальный шаблон toctree %r не соответствует ни одному документу" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "Ссылка на этот заголовок" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "дерево оглавления содержит ссылку на исключённый документ %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "Ссылка на эту таблицу" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "дерево оглавления содержит ссылку на несуществующий документ %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "Ссылка на этот код" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" +msgstr "повторяющееся значение в дереве оглавления: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "Ссылка на это изображение" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Автор раздела: " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "Ссылка на это оглавление" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Автор модуля: " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Автор кода:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Алфавитный указатель" +#: directives/other.py:210 +msgid "Author: " +msgstr "Автор: " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "заголовок не внутри иллюстрации." +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr "содержимое .. acks не является списком" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" -msgstr "" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr "содержимое .. hlist не является списком" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "Использование:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" -msgstr "" +msgstr "{0} [ОПЦИИ] []" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "Генератор документации Sphinx." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "Команды:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "Опции" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "Для получения дополнительной информации посетите https://www.sphinx-doc.org/en/master/man/." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" -msgstr "" +msgstr "{0}: ошибка: {1}\nВыполните '{0} --help' для получения информации" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "Управление документацией со Sphinx." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "Показать версию и выйти." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "Показать это сообщение и выйти." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "Журналирование" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "Увеличить подробность (можно указать несколько раз)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "Выводить только ошибки и предупреждения." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" -msgstr "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "См. 'sphinx --help'.\n" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "копирование изображений..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "Не получается считать файл изображение %r: скопируйте его" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "Не получается скопировать файл изображения %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "cannot write image file %r: %s" -msgstr "Не получается записать файл изображения %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "Pillow не найден - копирование файлов изображений" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "запись файла mimetype..." +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." -msgstr "" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "не удалось рассчитать прогресс перевода!" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." -msgstr "запись файла content.opf..." +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "нет переведённых элементов!" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: transforms/__init__.py:267 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." -msgstr "запись файла toc.ncx..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." -msgstr "записывается %s файл..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Файлы XML находятся в %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 -#, python-format -msgid "error writing file %s: %s" -msgstr "ошибка записи файла %s: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Файлы pseudo-XML находятся в %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: transforms/__init__.py:313 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Страницы руководств находятся в %(outdir)s." +msgid "Footnote [%s] is not referenced." +msgstr "Сссылка на сноску [%s] не определена." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "Ссылка на сноску [*] не определена." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "запись" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "Ссылка на сноску [#] отсутствует." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "противоречивые ссылки на сноску в переведённом сообщении. Оригинал: {0}, перевод: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "противоречивые ссылки в переведённом сообщении. Оригинал: {0}, перевод: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "противоречивые ссылки на цитату в переведённом сообщении. Оригинал: {0}, перевод: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "запись файла nav.xhtml..." +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "противоречивая ссылка на термин в переведённом сообщении. Оригинал: {0}, перевод: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[исходный код]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "значение настройки \"epub_uid\" должно быть равно XML NAME для EPUB3" +#: 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 "Не удалось запустить команду преобразования изображений %r. По умолчанию для 'sphinx.ext.imgconverter' требуется ImageMagick. Убедитесь, что он установлен, или укажите в опции 'image_converter' собственную команду преобразования.\n\nВывод: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "значение настройки \"epub_title\" (или \"html_title\") должно быть не пустым для EPUB3" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_author\" должно быть не пустым для EPUB3" +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "команда преобразования %r не может быть запущена, проверьте настройку image_converter" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_contributor\" должно быть не пустым для EPUB3" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "подсветка кода модуля... " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_description\" должно быть не пустым для EPUB3" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[документация]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_publisher\" должно быть не пустым для EPUB3" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Код модуля" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "значение настройки \"epub_copyright\" (или \"copyright\") должно быть не пустым для EPUB3" +#: ext/viewcode.py:311 +#, python-format +msgid "

Source code for %s

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "значение настройки \"epub_identifier\" должно быть не пустым для EPUB3" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Обзор: исходный код модуля" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "значение настройки \"version\" должно быть не пустым для EPUB3" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/coverage.py:47 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "некорректный css_file: %r, пропускается" +msgid "invalid regex %r in %s" +msgstr "некорректное регулярное выражение %r в %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +msgid "module %s could not be imported: %s" +msgstr "модуль %s не может быть импортирован: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/coverage.py:141 #, python-format -msgid "broken link: %s (%s)" -msgstr "сломанная ссылка: %s (%s)" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "следующие модули документированы но не указаны в coverage_modules: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" -msgstr "" +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "следующие модули указаны в coverage_modules но не документированы" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/coverage.py:163 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/coverage.py:177 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "некорректное регулярное выражение %r в coverage_c_regexes" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/coverage.py:245 #, python-format -msgid "no changes in version %s." -msgstr "нет изменений в версии %s." +msgid "undocumented c api: %s [%s] in file %s" +msgstr "недокументированный C API: %s [%s] в файле %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "недокументированная функция Python: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Встроенные функции" +#: ext/coverage.py:445 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "недокументированный класс Python: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Модуль" +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "недокументированный метод Python: %s :: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "копирование исходных файлов..." +#: ext/todo.py:71 +msgid "Todo" +msgstr "План" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: ext/todo.py:104 #, python-format -msgid "could not read %r for changelog creation" -msgstr "" +msgid "TODO entry found: %s" +msgstr "найдена запись TODO: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/todo.py:163 +msgid "<>" +msgstr "<<исходная запись>>" + +#: ext/todo.py:165 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Текстовые файлы находятся в %(outdir)s." +msgid "(The <> is located in %s, line %d.)" +msgstr "(<<Исходная запись>> находится в %s, строка %d.)" + +#: ext/todo.py:175 +msgid "original entry" +msgstr "исходный элемент" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: ext/extlinks.py:82 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "прямая ссылка %r должна быть заменена на extlink (попробуйте использовать %r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: ext/doctest.py:115 #, python-format -msgid "building [%s]: " -msgstr "сборка [%s]: " +msgid "missing '+' or '-' in '%s' option." +msgstr "не указан '+' или '-' в опции '%s'." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: ext/doctest.py:120 #, python-format -msgid "targets for %d template files" -msgstr "" +msgid "'%s' is not a valid option." +msgstr "'%s' — некорректная опция." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "чтение шаблонов..." +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' некорректная опция pyversion" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "неправильный тип TestCode" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: ext/doctest.py:281 #, python-format -msgid "a suitable image for %s builder not found: %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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: ext/doctest.py:434 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "сборка [mo]:" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "запись вывода..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: ext/doctest.py:522 #, python-format -msgid "all of %d po files" -msgstr "все из %d po-файлов" +msgid "ignoring invalid doctest code: %r" +msgstr "пропускается некорректный код doctest: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "цели для %d файлов PO указаны" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "В директиве graphviz нельзя одновременно использовать аргументы content и filename" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: ext/graphviz.py:145 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "цели для %d файлов PO устарели" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Внешний файл Graphviz %r не найден или недоступен для чтения" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "все исходные файлы" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Пропускается директива \"graphviz\" без содержимого." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: ext/graphviz.py:268 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "файл %r, указанный в аргументах командной строки, не существует," +msgid "graphviz_dot executable path must be set! %r" +msgstr "Путь к исполняемому файлу graphviz_dot должен быть задан! %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: ext/graphviz.py:303 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "команда dot %r не может быть выполнена (требуется для graphviz output), проверьте настройки graphviz_dot" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: ext/graphviz.py:310 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: ext/graphviz.py:313 #, python-format -msgid "%d source files given on command line" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: ext/graphviz.py:329 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format должен быть 'png' или 'svg', а не %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "%d found" -msgstr "%d найден" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "ничего не найдено" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +msgid "dot code %r: %s" +msgstr "код dot %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "проверка целостности" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[иллюстрация: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "нет устаревших целей." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[иллюстрация]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "обновление окружения:" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "Ссылка на эту формулу" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:85 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "" +msgid "Would create file %s." +msgstr "Нужно создать файл %s." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, python-format +#: ext/apidoc.py:375 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." +"\n" +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" +"\n" +"The s can be file 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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/apidoc.py:392 +msgid "path to module to document" +msgstr "путь к модулю в документе" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/apidoc.py:396 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." +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 -#, python-format +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "каталог для размещения всего вывода" + +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "максимальная глубина субмодулей для отображения в оглавлении (по умолчанию: 4)" + +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "перезаписать существующие файлы" + +#: ext/apidoc.py:437 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 "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "следовать по символическим ссылкам. Эффективно сочетается с collective.recipe.omelette." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "чтение исходных файлов..." +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "запуск сценария без создания файлов" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "разместить документацию каждого модуля на его собственной странице" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "подготовка документов" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "включая модули \"_private\"" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "копирование материалов" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "имя файла с оглавлением (по умолчанию: modules)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "не создавать файл с оглавлением" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 +#: ext/apidoc.py:481 msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "разместить документацию модуля перед документацией подмодуля" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 -#, python-format -msgid "processing %s" -msgstr "обработка %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "разрешение ссылок..." +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "расширение файла (по умолчанию: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (в " +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Удалить из целевого каталога файлы, которые не были сгенерированы" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "генерация полного проекта с помощью sphinx-quickstart" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "ошибка записи Makefile: %s" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "добавить module_path в sys.path, используется совместно с --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Страница HTML находится в %(outdir)s." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "название проекта (по умолчанию: название корневого модуля)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "сборка единого документа" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "автор(ы) проекта, используется совместно с --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "запись дополнительных файлов" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "версия проекта, используется совместно с --full" -#: /home/runner/work/sphinx/sphinx/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 "" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "релиз проекта, используется совместно с --full, по умолчанию --doc-version" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "опции расширения" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: ext/apidoc.py:638 #, python-format -msgid "Invalid caption: %s" -msgstr "Некорректный заголовок: %s" +msgid "%s is not a directory." +msgstr "%s не каталог." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgid "Failed to remove %s: %s" +msgstr "Ошибка удаления %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: ext/autosectionlabel.py:48 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "секция \"%s\" отмечена как \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "" +msgid "duplicate label %s, other instance in %s" +msgstr "повтоярющаяся метка %s, другой экземпляр в %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format +#: ext/duration.py:85 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: ext/imgmath.py:159 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "Команда LaTeX %r не может быть выполнена (требуется для отображения математики), проверьте настройку imgmath_latex" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: ext/imgmath.py:174 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "Команда %s %r не может быть выполнена (требуется для отображения математики), проверьте настройку imgmath_%s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: ext/imgmath.py:328 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "display latex %r: %s" +msgstr "отображение latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: ext/imgmath.py:362 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "" +msgid "inline latex %r: %s" +msgstr "встроенный LaTeX %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Сноски" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Автор раздела: " - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Автор модуля: " - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Автор кода:" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Автор: " - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +msgid "[image: %s]" +msgstr "[рисунок: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[рисунок]" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "Ссылка на это определение" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: writers/html5.py:415 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format не определён для %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: writers/html5.py:427 #, python-format -msgid "Unknown image format: %s..." -msgstr "" +msgid "Any IDs not assigned for %s node" +msgstr "Любые ID не разрешены для узла %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "Ссылка на этот термин" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "Ссылка на этот заголовок" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "Ссылка на эту таблицу" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "%r reference target not found: %s" -msgstr "" +msgid "unsupported rubric heading level: %s" +msgstr "неподдерживаемый уровень заголовка рубрики: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "Оглавление" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "Ссылка на этот код" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Поиск" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "Ссылка на это изображение" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Искать" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "Ссылка на это оглавление" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Исходный текст" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Не удалось получить размеры изображения. Опция :scale: пропускается." + +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Алфавитный указатель" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Содержание" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Свернуть боковую панель" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "заголовок не внутри иллюстрации." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: writers/texinfo.py:1300 #, python-format -msgid "Search %(docstitle)s" -msgstr "Поиск в документе «%(docstitle)s»" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Быстрый поиск" +msgid "unimplemented node type: %r" +msgstr "нереализованный тип узла: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "Обзор" +#: writers/latex.py:364 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "неизвестный %r toplevel_sectioning для класса %r" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" -msgstr "Добро пожаловать! Это" +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" +msgstr "неизвестная опция Babel для языка %r" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" -msgstr "документация" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "слишком большое значение :maxdepth:, пропускается." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" -msgstr "последнее изменение" +#: writers/latex.py:593 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "шаблон %s не найден; вместо этого загружается унаследованный %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "Таблицы и указатели:" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "заголовок документа не является одиночным Text node" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "Полное оглавление" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "заданы tabularcolumns и опция :widths:. :widths: пропускается." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "список всех разделов и подразделов" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "неправильная единица измерения %s. Пропускается." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Поиск" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" +msgstr "найдена запись неизвестного типа индекса %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "поиск в документации" +#: domains/std/__init__.py:86 domains/std/__init__.py:103 +#, python-format +msgid "environment variable; %s" +msgstr "переменная окружения; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "Алфавитный указатель модулей" +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" +msgstr "%s; значение настройки" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "сводный список всех модулей" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "Тип" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Алфавитный указатель" +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "По умолчанию" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "все функции, классы, переменные и константы" +#: domains/std/__init__.py:234 +#, 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\"" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/std/__init__.py:305 #, python-format -msgid "Index – %(key)s" -msgstr "" +msgid "%s command line option" +msgstr "%s опция командной строки" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Полный алфавитный указатель на одной странице" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "опция командной строки" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Предыдущий раздел" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "перед термином глоссария должна быть пустая строка" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "предыдущая глава" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "термины в глоссарии должны отделяться друг от друга пустой строкой" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Следующий раздел" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "глоссарий, по-видимому, неправильно отформатирован, проверьте отступы" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "следующая глава" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "термин глоссария" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Для работы поиска включите JavaScript в браузере." +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "токен грамматики" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "текст ссылки" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "искать" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "переменная окружения" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Эта страница" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "опция программы" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Указатели по буквам алфавита" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "документ" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "может быть очень большим" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Состав модуля" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Навигация" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Поиск" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: domains/std/__init__.py:721 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Поиск в документе «%(docstitle)s»" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "duplicate %s description of %s, other instance in %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Об этих документах" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig выключен. :numref: пропускается." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Авторские права" +#: domains/std/__init__.py:934 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "Ошибка создания перекрёстной ссылки. Какой-либо номер не присвоен: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 +#: domains/std/__init__.py:946 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +msgid "the link has no caption: %s" +msgstr "ссылка без заголовка: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/std/__init__.py:960 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Обновлено: %(last_updated)s." +msgid "invalid numfig_format: %s (%r)" +msgstr "неправильный numfig_format: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/std/__init__.py:963 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +msgid "invalid numfig_format: %s" +msgstr "неправильный numfig_format: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" -msgstr "Развернуть боковую панель" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" +msgstr "неопределённая метка: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: domains/std/__init__.py:1196 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "Ошибка создания перекрёстной ссылки. Заголовок или подзаголовок не найдены: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Изменения в версии %(version)s — %(docstitle)s" +msgid "%s() (in module %s)" +msgstr "%s() (в модуле %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 +#: domains/python/__init__.py:167 domains/python/__init__.py:334 +#: domains/python/__init__.py:385 domains/python/__init__.py:424 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Автоматически созданный список изменений в версии %(version)s" +msgid "%s (in module %s)" +msgstr "%s (в модуле %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Изменения в библиотеке" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (встроенная переменная)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Изменения в API C" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (встроенный класс)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Другие изменения" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (класс в %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Снять выделение" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (метод класса %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "Результаты поиска" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (статический метод %s)" -#: /home/runner/work/sphinx/sphinx/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 "По вашему поиску не найдено ни одного документа. Проверьте, что все слова написаны без ошибок, и что вы выбрали достаточно категорий." +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" +msgstr "%s (свойство %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" +msgstr "%s (псевдоним типа в %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" -msgstr "Идёт поиск" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Содержание модулей Python" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "Подготовка поиска…" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "модули" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr ", в" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Устарело" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "нечитаемое изображение: %s" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "исключение" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "файл изображения %s не читается: %s" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "метод класса" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "загружаемый файл не читается: %s" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "статический метод" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +#: domains/python/__init__.py:637 +msgid "property" +msgstr "свойство" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "псевдоним типа" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: domains/python/__init__.py:698 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "повторное описание объекта %s, другой экземпляр в %s, используйте :no-index: для одного из них" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: domains/python/__init__.py:817 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" +msgid "more than one target found for cross-reference %r: %s" +msgstr "найдено больше одной цели для перекрёстной ссылки %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "см. %s" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr "(использование не рекомендуется)" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "также см. %s" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Параметры" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Переменные" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Символы" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Исключение" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 +#: domains/c/__init__.py:199 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Параметры шаблона" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Параметры" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "Повторная декларация C, также определено как %s:%s.\nДекларация в '.. c:%s:: %s'." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 msgid "Return values" -msgstr "" +msgstr "Возвращаемые значения" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 msgid "member" msgstr "поле" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "тип" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "переменная" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "концепт" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "макрос" + +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "структура" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "объединение" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 msgid "enum" msgstr "перечисляемый тип" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 msgid "enumerator" msgstr "перечислитель" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "тип" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 msgid "function parameter" -msgstr "" +msgstr "параметр функции" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Параметры шаблона" + +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: 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'." +msgstr "Повторная декларация C++, также определено как %s:%s.\nДекларация в '.. cpp:%s:: %s'." + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "концепт" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 +#: domains/cpp/__init__.py:862 msgid "template parameter" +msgstr "параметр шаблона" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Содержание" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Оглавление" + +#: themes/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/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Свернуть боковую панель" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Навигация" + +#: themes/basic/layout.html:115 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Переменные" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "Обновлено: %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Исключение" +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "Создано с использованием Sphinx %(sphinx_version)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s() (in module %s)" -msgstr "%s() (в модуле %s)" +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Полный алфавитный указатель на одной странице" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Указатели по буквам алфавита" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (в модуле %s)" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "может быть очень большим" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (встроенная переменная)" +msgid "Search %(docstitle)s" +msgstr "Поиск в документе «%(docstitle)s»" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (встроенный класс)" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Эта страница" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (класс в %s)" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Обзор" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (метод класса %s)" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "Добро пожаловать! Это" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (статический метод %s)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "документация" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "последнее изменение" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Таблицы и указатели:" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Содержание модулей Python" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Полное оглавление" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "модули" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "список всех разделов и подразделов" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Устарело" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "поиск в документации" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "исключение" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Алфавитный указатель модулей" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "метод класса" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "сводный список всех модулей" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "статический метод" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Алфавитный указатель" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "все функции, классы, переменные и константы" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Быстрый поиск" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format +#: themes/basic/search.html:20 msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Для работы поиска включите JavaScript в браузере." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Поиск по нескольким словам отображает только результаты,\n содержащие все слова." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr "(использование не рекомендуется)" +#: themes/basic/search.html:35 +msgid "search" +msgstr "искать" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 -#, python-format -msgid "environment variable; %s" -msgstr "переменная окружения; %s" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Предыдущий раздел" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 -#, python-format -msgid "%s; configuration value" -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "предыдущая глава" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" -msgstr "" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Следующий раздел" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "следующая глава" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Развернуть боковую панель" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "Изменения в версии %(version)s — %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s command line option" -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "Автоматически созданный список изменений в версии %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "опция командной строки" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Изменения в библиотеке" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Изменения в API C" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Другие изменения" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "термин глоссария" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Снять выделение" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "токен грамматики" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +msgstr "Результаты поиска" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -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 "По вашему поиску не найдено ни одного документа. Проверьте, что все слова написаны без ошибок, и что вы выбрали достаточно категорий." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -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] "" +msgstr[3] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "опция программы" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" +msgstr "Идёт поиск" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "документ" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." +msgstr "Подготовка поиска…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Состав модуля" +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ", в" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: environment/collectors/asset.py:95 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" +msgid "image file not readable: %s" +msgstr "нечитаемое изображение: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" +msgstr "файл изображения %s не читается: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: environment/collectors/asset.py:160 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgid "download file not readable: %s" +msgstr "загружаемый файл не читается: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: environment/collectors/toctree.py:258 #, python-format -msgid "the link has no caption: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: environment/adapters/toctree.py:318 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "обнаружены циклические ссылки в оглавлении, пропускается: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: environment/adapters/toctree.py:342 #, python-format -msgid "invalid numfig_format: %s" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: environment/adapters/toctree.py:357 #, python-format -msgid "undefined label: %r" -msgstr "" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree содержит ссылку на не включенный документ %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: environment/adapters/indexentries.py:126 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgid "see %s" +msgstr "см. %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +msgid "see also %s" +msgstr "также см. %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s (C %s)" -msgstr "" +msgid "unknown index entry type %r" +msgstr "неизвестная запись типа индекса %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "переменная" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Символы" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "макрос" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "ошибка чтения файла сборки info (неизвестная версия)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "продолжение с предыдущей страницы" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "ошибка чтения сломанной сборки файла info (отсутствует запись tags)" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "продолжается на следующей странице" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Страницы HTML находятся в %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "Ошибка чтения при сборке файла info: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Числа" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "несоответствие build_info, копирование .buildinfo в .buildinfo.bak" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "страница" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "сборка [html]: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Выпуск" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "шаблон %s был изменён с момента предыдущей сборки, все документы будут пересобраны" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Пример" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "указатель" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Примеры" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "Логотип %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Именованные аргументы" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "вперёд" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Заметки" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "назад" + +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "генерация индексов" + +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "запись дополнительных страниц" + +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "не удалось скопировать файл изображения '%s': %s" + +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "копирование загружаемых файлов..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Другие параметры" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "не удалось скопировать загружаемый файл %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "Ошибка копирования файла в каталог 'static' темы: %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "" +#: builders/html/__init__.py:861 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Ошибка копирования файла в html_static_file: %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Предупрждения" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "копирование файлов статики" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "" +#: builders/html/__init__.py:912 +#, python-format +msgid "cannot copy static file %r" +msgstr "не удалось копировать файл статики %r" + +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "копирование дополнительных файлов" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:927 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +msgid "cannot copy extra file %r" +msgstr "не удалось скопировать дополнительный файл %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:933 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "Failed to write build info file: %r" +msgstr "Ошибка записи при сборке файла info: %r" + +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1027 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "страница %s соответствует двум шаблонам в html_sidebars: %r и %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1188 #, python-format -msgid "malformed string literal (missing opening quote): %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1197 #, python-format -msgid "(in %s v%s)" -msgstr "(в %s v%s)" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Ошибка при рендере страницы %s.\nПричина: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" -msgstr "(в %s)" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "выгрузка объекта инвентаря" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1237 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1279 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "invalid js_file: %r, ignored" +msgstr "некорректный js_file: %r, пропускается" + +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Зарегистрировано несколько math_renderers. Однако, ни один math_renderer не выбран." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1317 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "Unknown math_renderer %r is given." +msgstr "Передан неизвестный math_renderer %r ." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:1325 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "элемент html_extra_path %r не существует" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/html/__init__.py:1332 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "элемент html_extra_path %r размещён внутри целевого каталога" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/html/__init__.py:1342 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "элемент html_static_path %r не существует" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/html/__init__.py:1349 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "элемент html_static_path %r размещён внутри целевого каталога" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "logo file %r does not exist" +msgstr "файл логотипа %r не существует" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/html/__init__.py:1372 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "favicon file %r does not exist" +msgstr "Файл favicon %r не существует" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/html/__init__.py:1384 #, 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 "" +"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`." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format +#: builders/html/__init__.py:1397 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 больше не поддерживается Sphinx. (строка \"html4_writer=True\" обнаружена в настройках)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: builders/html/__init__.py:1414 +#, python-format +msgid "%s %s documentation" +msgstr "документация %s %s" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" +msgstr "Ошибка получения названия документа!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/latex/transforms.py:119 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: builders/latex/transforms.py:485 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "Не найдена сноска для указанного узла %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: builders/latex/__init__.py:117 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +msgid "The LaTeX files are in %(outdir)s." +msgstr "Файлы LaTeX находятся в %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: builders/latex/__init__.py:119 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "не найдено значение настройки \"latex_documents\"; документы не будут записаны" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: builders/latex/__init__.py:169 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "значение настройки \"latex_documents\" ссылается на неизвестный документ %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Выпуск" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "копирование файлов поддержки TeX" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "копирование дополнительных файлов" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: builders/latex/__init__.py:543 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Неизвестный ключ конфигурации: latex_elements[%r], пропускается." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: builders/latex/__init__.py:551 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Неизвестная опция темы: latex_theme_options[%r], пропускается." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: builders/latex/theming.py:87 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r не имеет настройки \"theme\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: builders/latex/theming.py:90 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r не имеет настройки \"%s\"" + +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" +msgstr "Произошло исключение, запуск отладчика:" + +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "ошибка разметки reStructuredText:" + +#: _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:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "для перекрёстной ссылки 'any' найдено больше одной цели %r: должно быть %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s цель перекрёстной ссылки не найдена: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" +msgid "%r reference target not found: %s" +msgstr "%r цель перекрёстной ссылки не найдена: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 +#: transforms/post_transforms/images.py:77 #, 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 "Could not fetch remote image: %s [%s]" +msgstr "Не удалось получить изображение из внешнего источника: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "A mocked object is detected: %r" -msgstr "" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Не удалось получить изображение из внешнего источника: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" +msgid "Unknown image format: %s..." +msgstr "Неизвестный формат изображения: %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Пример" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Примеры" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Именованные аргументы" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Заметки" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Другие параметры" + +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "Получает" + +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "Ссылки" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Предупрждения" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "" +msgid "invalid value set (missing closing brace): %s" +msgstr "задано неправильное значение (пропущена закрывающая скобка): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +msgid "invalid value set (missing opening brace): %s" +msgstr "задано неправильное значение (пропущена открывающая скобка): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "" +msgid "malformed string literal (missing closing quote): %s" +msgstr "неправильный строковый литерал (пропущена закрывающая кавычка): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" +msgid "malformed string literal (missing opening quote): %s" +msgstr "неправильный стороковый литерал (пропущена открывающая кавычка): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "Bases: %s" -msgstr "Базовые классы: %s" +msgid "autosummary references excluded document %r. Ignored." +msgstr "autosummary ссылается на исключённый документ %r. Пропускается." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "missing attribute %s in object %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "Озаглавленное autosummary требует опцию :toctree:. пропускается." + +#: ext/autosummary/__init__.py:329 #, python-format -msgid "alias of %s" -msgstr "псевдоним для %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "autosummary: ошибка импорта %s.\nВозможные подсказки:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "" +msgid "failed to parse name %s" +msgstr "ошибка разбора имени %s" + +#: ext/autosummary/__init__.py:348 +#, python-format +msgid "failed to import object %s" +msgstr "ошибка импорта объекта %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: файл не найден: %s" + +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "autosummary генерирует внутри файлы .rst . Но ваш source_suffix не содержит .rst. Пропускается." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" -msgstr "" +msgstr "[autosummary] генерация autosummary для: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" -msgstr "" +msgstr "[autosummary] запись в %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" "Possible hints:\n" "%s" -msgstr "" +msgstr "[autosummary] ошибка импорта %s.\nВозможные подсказки:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3819,347 +3829,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" -msgstr "" +msgstr "исходные файлы для генерации файлов rST для" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" -msgstr "" +msgstr "каталог для размещения всех файлов вывода" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" -msgstr "" +msgstr "расширение файлов по умолчанию (по умолчанию: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" -msgstr "" +msgstr "собственный каталог шаблонов (по умолчанию: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(в %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" +msgid "(in %s)" +msgstr "(в %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:103 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "инвентарь '%s': найден повтор для %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "failed to parse name %s" -msgstr "ошибка разбора имени %s" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "инвентарь '%s': найдено несколько совпадений для %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to import object %s" -msgstr "ошибка импорта объекта %s" +msgid "inventory for external cross-reference not found: %r" +msgstr "инвентарь для внешних перекрёстных ссылок не найден: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." -msgstr "" +msgid "invalid external cross-reference suffix: %r" +msgstr "неправильный суффикс перекрёстной ссылки: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 -msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "Произошло исключение, запуск отладчика:" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "ошибка разметки reStructuredText:" +msgid "domain for external cross-reference not found: %r" +msgstr "домен для внешней перекрёстной ссылки не найден: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: ext/intersphinx/_resolve.py:585 +#, python-format +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "Неправильный идентификатор проекта intersphinx `%r` d intersphinx_mapping. Идентификаторы проектов должны быть непустыми строками." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r не имеет настройки \"theme\"" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "Неправильное значение `%r` в intersphinx_mapping[%r]. Ожидается кортеж или список из двух элементов." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "Ошибка получения названия документа!" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "" +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 должны быть уникальными не пустыми строками." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Файлы LaTeX находятся в %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "копирование файлов поддержки TeX" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "копирование дополнительных файлов" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Некорректная настройка `intersphinx_mapping` (1 ошибка)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "logo file %r does not exist" -msgstr "файл логотипа %r не существует" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Некорректная конфигурация `intersphinx_mapping` (%s ошибок)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Неизвестный ключ конфигурации: latex_elements[%r], пропускается." +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "После нормализации была добьавлена некорректная запись intersphinx_mapping." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "загрузка инвентаря intersphinx '%s' из %s ..." + +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 -#, python-format -msgid "build info file is broken: %r" -msgstr "сборка файла INFO сломана: %r" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "не удалось получить доступ ни к одному из инвентарей по следующим причинам:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Страницы HTML находятся в %(outdir)s." +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "инвентарь intersphinx перемещён: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "указатель" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "Ошибка обновления сигнатуры для %r: параметр не найден: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "вперёд" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "назад" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "генерация индексов" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "запись дополнительных страниц" +msgid "Failed to parse type_comment for %r: %s" +msgstr "Ошибка разбора type_comment для %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" +msgid "invalid value for member-order option: %s" +msgstr "некорректное значение для опции member-order: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "копирование загружаемых файлов..." +#: ext/autodoc/__init__.py:149 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "некорректное значение для опции for class-doc-from: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "не удалось скопировать загружаемый файл %r: %s" +msgid "invalid signature for auto%s (%r)" +msgstr "неправильная сигнатура для auto%s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "error while formatting arguments for %s: %s" +msgstr "ошибка форматирования аргументов для %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "копирование файлов статики" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "не удалось копировать файл статики %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "копирование дополнительных файлов" +msgid "" +"don't know which module to import for autodocumenting %r (try placing a " +"\"module\" or \"currentmodule\" directive in the document, or giving an " +"explicit module name)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" -msgstr "не удалось скопировать дополнительный файл %r" +msgid "A mocked object is detected: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" -msgstr "" +msgid "error while formatting signature for %s: %s" +msgstr "ошибка при форматировании сигнатуры для %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "" +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" в названии автомодуля не имеет смысла" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Ошибка при рендере страницы %s.\nПричина: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "пропущен атрибут упомянутый в опции :members:: модуль %s, атрибут %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" -msgstr "" +msgid "Failed to get a function signature for %s: %s" +msgstr "Ошибка получения сигнатуры функции для %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "Ошибка получения сигнатуры конструктора для %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" +msgid "Bases: %s" +msgstr "Базовые классы: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" +msgid "missing attribute %s in object %s" +msgstr "не указан атрибут %s в объекте %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" +msgid "alias of %s" +msgstr "псевдоним для %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "" +msgid "alias of TypeVar(%s)" +msgstr "псевдоним для TypeVar(%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "" +msgid "Failed to get a method signature for %s: %s" +msgstr "Ошибка получения сигнатуры метода для %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "Файл favicon %r не существует" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Некорректные __slots__ найдены в %s. Пропускается." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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 "" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Ошибка разбора значения по умолчанию для аргумента %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "HTML 4 больше не поддерживается Sphinx. (строка \"html4_writer=True\" обнаружена в настройках)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "продолжение с предыдущей страницы" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "документация %s %s" +#: 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 "страница" diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.js b/sphinx/locale/si/LC_MESSAGES/sphinx.js index 5e965f507b1..584a8ad8c11 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "\u0dc3\u0ddc\u0dba\u0db1\u0dca\u0db1", "Search Page": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8\u0dca \u0db4\u0dd2\u0da7\u0dd4\u0dc0", "Search Results": "\u0dc3\u0dd9\u0dc0\u0dd4\u0db8\u0dca \u0db4\u0dca\u200d\u0dbb\u0dad\u0dd2\u0db5\u0dbd", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "", "Searching": "\u0dc3\u0ddc\u0dba\u0db8\u0dd2\u0db1\u0dca...", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/si/LC_MESSAGES/sphinx.mo b/sphinx/locale/si/LC_MESSAGES/sphinx.mo index 501bce0b363..77b5e9af82f 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 6678cc02eaf..d4088da49aa 100644 --- a/sphinx/locale/si/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/si/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: callkalpa , 2013\n" "Language-Team: Sinhala (http://app.transifex.com/sphinx-doc/sphinx-1/language/si/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: si\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,3383 +175,3627 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgid "no theme configuration file found in %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:346 theming.py:399 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:350 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:323 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." +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 -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." +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 -msgid "" -"The project name will occur in several places in the built documentation." +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" +#: config.py:435 +#, python-format +msgid "No such config value: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" +#: config.py:458 +#, python-format +msgid "Config value %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:494 +#, 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." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: config.py:541 +#, 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" +"There is a programmable error in your configuration file:\n" "\n" -"For a list of supported codes, see\n" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" +#: config.py:593 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 -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." +#: config.py:612 +#, python-format +msgid "Section %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" +#: config.py:613 +#, python-format +msgid "Fig. %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:614 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "Table %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." +#: config.py:615 +#, python-format +msgid "Listing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: config.py:722 msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: config.py:759 msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/rst.py:185 domains/rst.py:189 #, python-format -msgid "Creating file %s." +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/rst.py:213 #, python-format -msgid "File %s already exists, skipping." +msgid "%s (role)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." +#: domains/rst.py:223 +msgid "directive" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 -#, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/rst.py:225 +msgid "role" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/rst.py:247 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" +#: domains/javascript.py:255 +msgid "Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" -msgstr "" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "ක්‍රියාව" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" -msgstr "" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "දත්ත" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" -msgstr "" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "%s වෙළුමේ වෙනස් කල" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/changeset.py:27 #, python-format -msgid "enable %s extension" +msgid "Deprecated since version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" -msgstr "" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:86 +msgid "new config" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" +#: environment/__init__.py:87 +msgid "config changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" +#: environment/__init__.py:88 +msgid "extensions changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" +#: environment/__init__.py:249 +msgid "build environment version not current" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:251 +msgid "source directory has changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: environment/__init__.py:322 #, python-format -msgid "Invalid template variable: %s" +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: environment/__init__.py:622 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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.:" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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." +#: locale/__init__.py:229 +msgid "Attention" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" +#: locale/__init__.py:230 +msgid "Caution" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" +#: locale/__init__.py:231 +msgid "Danger" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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:232 +msgid "Error" +msgstr "දෝෂය" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "හැඟවීම" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" +#: locale/__init__.py:234 +msgid "Important" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "සටහන" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "මෙයද බලන්න" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" +#: locale/__init__.py:237 +msgid "Tip" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "අනතුරු ඇඟවීම" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 -msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" +#: cmd/quickstart.py:110 +msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:117 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:217 +msgid "" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" +#: cmd/quickstart.py:225 +#, python-format +msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:256 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:269 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 +#: cmd/quickstart.py:280 msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +"The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: cmd/quickstart.py:284 +msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: cmd/quickstart.py:286 +msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: cmd/quickstart.py:291 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: cmd/quickstart.py:299 +msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: cmd/quickstart.py:301 +msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format +#: cmd/quickstart.py:306 msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." +#: cmd/quickstart.py:315 +msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: cmd/quickstart.py:322 +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 "" -#: /home/runner/work/sphinx/sphinx/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." +#: cmd/quickstart.py:327 +msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: cmd/quickstart.py:332 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: cmd/quickstart.py:350 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: cmd/quickstart.py:360 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "" + +#: cmd/quickstart.py:379 msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format +#: cmd/quickstart.py:389 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "locale_dir %s does not exist" +msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: cmd/quickstart.py:502 #, python-format -msgid "unknown node type: %r" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: cmd/quickstart.py:513 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: cmd/quickstart.py:520 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: cmd/quickstart.py:555 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" +#: cmd/quickstart.py:575 +msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" +#: cmd/quickstart.py:585 +msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "දෝෂය" +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "හැඟවීම" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "සටහන" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "මෙයද බලන්න" +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" +#: cmd/quickstart.py:611 +msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "අනතුරු ඇඟවීම" +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: cmd/quickstart.py:621 +msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: cmd/quickstart.py:628 +msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: cmd/quickstart.py:635 +msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: cmd/quickstart.py:638 +msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: cmd/quickstart.py:641 +msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:644 +msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:647 +msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format -msgid "Domain %r is not registered" +msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:670 +msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: cmd/quickstart.py:676 +msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" +#: cmd/quickstart.py:683 +msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" +#: cmd/quickstart.py:689 +msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 -#, python-format -msgid "%s (%s attribute)" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +#: cmd/quickstart.py:714 +msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: cmd/quickstart.py:793 #, python-format -msgid "%s (module)" +msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "ක්‍රියාව" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "දත්ත" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: cmd/build.py:67 +msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "%s වෙළුමේ වෙනස් කල" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: cmd/build.py:144 +msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 -#, python-format -msgid ":%s: (directive option)" +#: cmd/build.py:180 +msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" +#: cmd/build.py:183 +msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: cmd/build.py:194 +msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[source]" +#: cmd/build.py:230 +msgid "path options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[docs]" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 -#, python-format -msgid "

Source code for %s

" +#: cmd/build.py:266 +msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "කිරීමට තිබෙන" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:294 +msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: cmd/build.py:334 +msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: cmd/build.py:347 +msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: cmd/build.py:355 +msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: cmd/build.py:358 +msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: cmd/build.py:364 +msgid "raise an exception on warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/manpage.py:76 #, python-format -msgid "%s is not a directory." +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: builders/text.py:34 #, python-format -msgid "Failed to remove %s: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: builders/xml.py:38 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: builders/xml.py:110 #, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: builders/texinfo.py:47 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: builders/texinfo.py:49 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/texinfo.py:90 #, python-format -msgid "dot code %r: %s" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[graph: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graph]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, 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 "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/texinfo.py:233 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/gettext.py:230 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 +#: builders/gettext.py:252 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/__init__.py:200 #, python-format -msgid "module %s could not be imported: %s" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: builders/__init__.py:208 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 -#, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: builders/__init__.py:251 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: builders/__init__.py:273 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: builders/__init__.py:285 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: builders/__init__.py:307 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: builders/__init__.py:313 #, python-format msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: builders/__init__.py:324 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: builders/__init__.py:339 #, python-format -msgid "display latex %r: %s" +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: builders/__init__.py:354 #, python-format -msgid "inline latex %r: %s" +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: builders/__init__.py:386 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 -#, python-format -msgid "no Babel option known for language %r" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: builders/__init__.py:516 #, python-format -msgid "unsupported rubric heading level: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: builders/__init__.py:527 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: builders/__init__.py:534 #, python-format -msgid "dimension unit %s is invalid. Ignored." +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: builders/__init__.py:686 #, python-format -msgid "[image: %s]" -msgstr "[image: %s]" +msgid "docnames to write: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[image]" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: builders/__init__.py:845 #, python-format -msgid "numfig_format is not defined for %s" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: builders/epub3.py:83 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: builders/_epub_base.py:432 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: builders/changes.py:140 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: util/rst.py:72 #, python-format -msgid "cannot copy image file %r: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: util/docfields.py:95 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: util/nodes.py:419 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: util/nodes.py:701 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: util/fileutil.py:91 #, python-format -msgid "writing %s file..." +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: util/inventory.py:170 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: util/inventory.py:185 #, python-format -msgid "error writing file %s: %s" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: util/docutils.py:283 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: util/docutils.py:746 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: util/i18n.py:105 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: util/i18n.py:112 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: directives/code.py:308 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: directives/other.py:122 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "broken link: %s (%s)" +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "Anchor '%s' not found" +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: directives/other.py:171 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "" +#: directives/other.py:208 +msgid "Code author: " +msgstr "කේත ලේඛක:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "" +#: directives/other.py:210 +msgid "Author: " +msgstr "ලේඛක:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" + +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: transforms/__init__.py:267 #, python-format -msgid "%d source files given on command line" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: transforms/__init__.py:313 #, python-format -msgid "targets for %d source files that are out of date" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[source]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/imgconverter.py:40 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: ext/imgconverter.py:68 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.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." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 -#, python-format -msgid "" -"Sphinx is unable to load the master document (%s). The master document must " -"be within the source directory or a subdirectory of it." -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[docs]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/viewcode.py:311 #, python-format -msgid "docnames to write: %s" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: ext/coverage.py:47 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "invalid regex %r in %s" +msgstr "" + +#: ext/coverage.py:134 ext/coverage.py:280 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 +#: ext/coverage.py:141 +#, python-format msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: ext/coverage.py:163 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: ext/coverage.py:177 #, python-format -msgid "processing %s" +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: ext/coverage.py:445 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: ext/coverage.py:458 #, python-format -msgid "error writing file Makefile: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: ext/todo.py:71 +msgid "Todo" +msgstr "කිරීමට තිබෙන" + +#: ext/todo.py:104 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: ext/doctest.py:115 #, python-format -msgid "Invalid caption: %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: ext/doctest.py:120 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: ext/doctest.py:134 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: ext/doctest.py:281 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: ext/doctest.py:434 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: ext/doctest.py:522 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: ext/graphviz.py:145 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: ext/graphviz.py:268 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "කේත ලේඛක:" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "ලේඛක:" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "Could not fetch remote image: %s [%s]" +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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: ext/apidoc.py:85 #, python-format -msgid "Unknown image format: %s..." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: ext/apidoc.py:375 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"\n" +"Look recursively in for Python modules and packages and create\n" +"one reST file with automodule directives per package in the .\n" +"\n" +"The s can be file 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "සොයන්න" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "යන්න" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "මූලය පෙන්වන්න" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "අන්තර්ගතය" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "%(docstitle)s සොයන්න" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "ඉක්මන් සෙවුම" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" -msgstr "අවසන්වරට යාවත්කාල කල" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "සම්පූර්ණ පටුන" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "සෙවුම් පිටුව" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: ext/apidoc.py:638 #, python-format -msgid "Index – %(key)s" +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "පෙර මාතෘකාව" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "පෙර පරිච්ඡේදය" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "ඊළඟ මාතෘකාව" +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "ඊළඟ පරිච්ඡේදය" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: ext/imgmath.py:159 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: ext/imgmath.py:174 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "සොයන්න" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "මෙම පිටුව" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "විශාල විය හැක" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[image: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "ගමන් කිරීම" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[image]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: writers/html5.py:415 #, python-format -msgid "Search within %(docstitle)s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "මෙම ලේඛණ ගැන" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" + +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" + +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +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:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" + +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "" + +#: writers/texinfo.py:1300 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: writers/latex.py:364 #, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "" + +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" +msgstr "" + +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:593 +#, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: writers/latex.py:1931 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 +#: domains/std/__init__.py:111 #, python-format -msgid "Automatically generated list of changes in version %(version)s" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "පුස්තකාල වෙනස්කම්" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API වෙනස්කම්" +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "වෙනත් වෙනස්කම්" +#: domains/std/__init__.py:234 +#, python-format +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: domains/std/__init__.py:305 +#, python-format +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "සෙවුම් ප්‍රතිඵල" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" -msgstr "සොයමින්..." +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "සෙවුම සූදානම් කරමින්...." +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "" + +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "සෙවුම් පිටුව" + +#: domains/std/__init__.py:721 #, python-format -msgid "image file not readable: %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" + +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: domains/std/__init__.py:934 #, python-format -msgid "image file %s not readable: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: domains/std/__init__.py:946 #, python-format -msgid "download file not readable: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: domains/std/__init__.py:960 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: domains/std/__init__.py:963 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: domains/std/__init__.py:1194 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: domains/std/__init__.py:1196 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "see %s" -msgstr "%s බලන්න" +msgid "%s() (in module %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: domains/python/__init__.py:167 domains/python/__init__.py:334 +#: domains/python/__init__.py:385 domains/python/__init__.py:424 #, python-format -msgid "see also %s" -msgstr "%s ද බලන්න" +msgid "%s (in module %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: domains/python/__init__.py:169 #, python-format -msgid "unknown index entry type %r" +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "සංකේත" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 +#: domains/python/__init__.py:195 #, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 +#: domains/python/__init__.py:251 #, python-format -msgid "%s (C++ %s)" +msgid "%s() (%s static method)" +msgstr "" + +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" +msgstr "" + +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" +msgstr "" + +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "" + +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "" + +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "" + +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "" + +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "" + +#: domains/python/__init__.py:637 +msgid "property" +msgstr "" + +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" + +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" + +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr "" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 msgid "Parameters" msgstr "පරාමිතීන්" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "විචල්‍ය" + +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 +#: 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'." +msgstr "" + +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 msgid "member" msgstr "සාමාජික" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "වර්ගය" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "විචල්‍යය" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "මැක්‍රෝ" + +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "වර්ගය" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %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'." +msgstr "" + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:862 msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "විචල්‍ය" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "අන්තර්ගතය" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: 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/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "ගමන් කිරීම" + +#: themes/basic/layout.html:115 #, python-format -msgid "%s() (in module %s)" +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: 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 "%s (in module %s)" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/layout.html:201 #, python-format -msgid "%s (built-in variable)" +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: themes/basic/layout.html:204 #, python-format -msgid "%s (built-in class)" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s (class in %s)" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/genindex-single.html: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 #, python-format -msgid "%s() (%s class method)" +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" +msgstr "" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "අවසන්වරට යාවත්කාල කල" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "සම්පූර්ණ පටුන" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "" + +#: builders/html/__init__.py:499 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: 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 #, python-format -msgid "%s() (%s static method)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (%s property)" +msgid "Automatically generated list of changes in version %(version)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: 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 "%s (type alias in %s)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +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 "" + +#: 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..." +msgstr "සෙවුම සූදානම් කරමින්...." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr "" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "%s බලන්න" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "" +msgid "see also %s" +msgstr "%s ද බලන්න" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "සංකේත" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:113 #, python-format -msgid "%s command line option" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "ඊළඟ" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "පෙර" + +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:796 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:861 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:912 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:927 #, python-format -msgid "undefined label: %r" +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:933 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 -#, python-format +#: builders/html/__init__.py:982 msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:1027 #, python-format -msgid "%s (C %s)" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "විචල්‍යය" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "මැක්‍රෝ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "නිකුත් කිරීම" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" +msgstr "%s %s ලේඛණය" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/__init__.py:117 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" -msgstr "(%s හි%s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "නිකුත් කිරීම" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/__init__.py:543 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:551 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format +#: _cli/util/errors.py:172 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3803,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3818,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(%s හි%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "ඊළඟ" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "පෙර" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s ලේඛණය" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.js b/sphinx/locale/sk/LC_MESSAGES/sphinx.js index 7bd35795fb1..7a213af37c3 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.js @@ -36,7 +36,12 @@ Documentation.addTranslations({ "Search": "H\u013eada\u0165", "Search Page": "Str\u00e1nka h\u013eadania", "Search Results": "V\u00fdsledky h\u013eadania", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "", + "" + ], "Search within %(docstitle)s": "H\u013eada\u0165 v %(docstitle)s", "Searching": "H\u013eadanie", "Searching for multiple words only shows matches that contain\n all words.": "H\u013eadanie viacer\u00fdch slov vracia len zhody, ktor\u00e9 obsahuj\u00fa\n v\u0161etky slov\u00e1.", diff --git a/sphinx/locale/sk/LC_MESSAGES/sphinx.mo b/sphinx/locale/sk/LC_MESSAGES/sphinx.mo index 9c3bba647e7..4ece75ce3ca 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 493b9413bac..bd2f611e8b2 100644 --- a/sphinx/locale/sk/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sk/LC_MESSAGES/sphinx.po @@ -10,389 +10,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Slavko , 2013-2019,2021\n" "Language-Team: Slovak (http://app.transifex.com/sphinx-doc/sphinx-1/language/sk/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: sk\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "zadaná nepodporovaná voľba témy %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Neznáme meno lexera Pygments %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, 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é." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Udalosť %r už existuje" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Neznáme meno udalosti %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "Obsluha %r udalosti %r vyvolala výnimku" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "konfiguračný priečinok neobsahuje súbor conf.py (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "neplatný počet %r pre konfiguračnú hodnotu %r, ignorované" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, 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é" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "neznáma konfiguračná hodnota %r v prepísaní, ignorované" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Konfiguračná hodnota %r už existuje" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -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()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Sekcia %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Obr. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tabuľka %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Výpis %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -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}`." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Konfiguračná hodnota `{name}' má typ `{current.__name__}'; očakávané {permitted}." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -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__}'." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r nenájdená, ignorované." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "Od v2.0 Sphinx predvolene používa „index” ako root_doc. Prosím, pridajte „root_doc = 'contents'” do svojho conf.py." - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Nemožno nájsť zdrojový priečinok (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Výstupný adresár (%s) nie je adresár" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Zdrojový a cieľový priečinok nemôžu byť rovnaké" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Spúšťanie Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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ý." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "vytváranie výstupnej zložky" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "pri nastavovaní rozšírenia %s:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "načítanie prekladov [%s]…" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "hotovo" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "nedostupné pre zabudované správy" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "načítanie uloženého prostredia " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "zlyhalo: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Nebol zvolený builder, bude použitý predvolený: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "úspešné" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "dokončené sproblémami" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "zostavenie %s, %s upozornenia/a (upozornenia považované za chyby)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "zostavenie %s, %s upozornenia/a (upozornenia považované za chyby)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "zostavenie %s, %s upozornenie." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "zostavenie %s, %s upozornenie/a." +msgid "build finished with problems, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "zostavenie %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, 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é" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "direktíva %r už je registrovaná, bude prepísaná" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "rola %r už je registrovaná, bude prepísaná" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -400,12 +164,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "rozšírenie %s nie je bezpečné pre paralelné zostavenie" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -413,311 +177,822 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "rozšírenie %s nie je bezpečné pre paralelné zostavenie" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "sériové spracovanie %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Trieda builder %s nemá atribút „name”" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r už existuje (v module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Builder s menom %s nie je registrovaný" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "doména %s už je zaregistrovaná" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "doména %s ešte nie je zaregistrovaná" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Direktíva %r už je registrovaná v doméne %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Rola %r už je registrovaná v doméne %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Index %r už je registrovaný v doméne %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr " object_type %r už je registrovaný" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "crossref_type %r už je registrovaný" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r už je registrovaný" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser pre %r už je registrovaný" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "Analyzátor pre %s nie je registrovaný" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "Translator pre %r už existuje" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r už je registrovaný" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, 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é." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Pôvodná výnimka:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "Nemožno importovať rozšírenie %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, 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?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "automaticky vložiť dokumentačné reťazce z modulov" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Neznáme meno lexera Pygments %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "automaticky testovať kúsky kódu v blokoch dokumentačných reťazcov" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "prepojenie medzi dokumentáciou Sphinx rôznych modulov" +#: extension.py:55 +#, 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é." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -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í" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "zahrnúť math, spracované ako obrázky PNG alebo SVG" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "zahrnúť math, spracované prehliadačom pomocou MathJax" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "zadaná nepodporovaná voľba témy %r" + +#: theming.py:215 +#, 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:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" + +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, 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:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, 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)" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "neplatný počet %r pre konfiguračnú hodnotu %r, ignorované" + +#: config.py:361 +#, 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:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "neznáma konfiguračná hodnota %r v prepísaní, ignorované" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Konfiguračná hodnota %r už existuje" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, 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:534 +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:541 +#, 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:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "Sekcia %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Obr. %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tabuľka %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Výpis %s" + +#: config.py:722 +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:746 +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:759 +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:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r nenájdená, ignorované." + +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "Od v2.0 Sphinx predvolene používa „index” ako root_doc. Prosím, pridajte „root_doc = 'contents'” do svojho conf.py." + +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktíva)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "%s (voľba direktívy)" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rola)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "direktíva" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "rola" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "duplicitný popis %s %s, ďalší výskyt v %s" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (zabudovaná funkcia)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (metóda %s)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (trieda)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (globálna premenná alebo konštanta)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (atribút %s)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumenty" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Vyvoláva" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Vracia" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Návratový typ" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funkcia" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metóda" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "trieda" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "dáta" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atribút" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modul" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "duplicitný %s popis %s, ďalší výskyt%s v %s" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Zmenené vo verzii %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Zastarané od verzie %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "duplicitná citácia %s, ďalší výskyt v %s" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Citácia [%s] nie je odkazovaná." + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "duplicitná menovka vzorca %s, ďalší výskyt v %s" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "neplatný math_eqref_format: %r" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "nová konfigurácia" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "zmenená konfigurácia" + +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "zmenené rozšírenie" + +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "prostredie zostavenia nie je aktuálne" + +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "zdrojový adresár zmenený" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +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:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "Zlyhalo skenovanie dokumentov v %s: %r" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "Doména %r nie je zaregistrovaná" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "dokument nie je zahrnutý v žiadnom strome obsahu" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "nájdený na seba odkazujúci strom obsahu. Ignorované." + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Výstraha" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Upozornenie" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Nebezpečné" + +#: 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 "Viď aj" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tip" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Varovanie" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "automaticky vložiť dokumentačné reťazce z modulov" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "automaticky testovať kúsky kódu v blokoch dokumentačných reťazcov" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "prepojenie medzi dokumentáciou Sphinx rôznych modulov" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "písať položky „todo”, ktoré môžu byť zobrazené alebo skryté pri zostavení" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "zahrnúť math, spracované ako obrázky PNG alebo SVG" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "zahrnúť math, spracované prehliadačom pomocou MathJax" + +#: cmd/quickstart.py:50 msgid "conditional inclusion of content based on config values" msgstr "podmienečné zahrnutie obsahu na základe konfiguračných volieb" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 +#: cmd/quickstart.py:51 msgid "include links to the source code of documented Python objects" msgstr "zahrnúť odkazy na zdrojový kód dokumentovaných objektov Python" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 +#: cmd/quickstart.py:52 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "vytvoriť súbor .nojekyll na publikovanie dokumentu na GitHub" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "Prosím, zadajte platnú cestu." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "Prosím, zadajte nejaký text." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "Prosím, zadajte jedno z 1%s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "Prosím, zadajte buď 'y' alebo 'n'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "Prosím, zadajte príponu súboru, napr. '.rst' alebo '.txt'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Vitajte v nástroji Sphinx %s quickstart." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "Zvolená cesta koreňa: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "Zadajte cestu koreňa tejto dokumentácie." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "Cesta koreňa dokumentácie" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sphinx-quickstart neprepíše existujúce projekty Sphinx." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "Oddeliť zdrojový a výstupný adresár (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "Predpona mena adresárov templates a static" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "Meno projektu bude na viacerých miestach zostavenej dokumentácie." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "Názov projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "Meno(á) autora(ov)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -726,15 +1001,15 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "Verzia projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "Vydanie projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -744,21 +1019,21 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "Jazyk projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "Prípona zdrojových súborov" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -766,93 +1041,91 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "Meno hlavného dokumentu (bez prípony)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sphinx-quickstart neprepíše existujúci súbor." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "Informuje, ktoré z nasledujúcich rozšírení Sphinx majú byť zapnuté:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 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ý." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "Vytvoriť Makefile? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "Vytvoriť príkazový súbor Windows? (y/n) " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "Vytváranie súboru %s." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "Súbor %s už existuje, preskočené." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "Dokončené: Počiatočná štruktúra adresára bola vytvorená." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, 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. " -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -862,208 +1135,195 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "tichý režim" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "koreň projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "Voľby štruktúry" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "ak je zadané, oddeliť zdrojový a výstupný adresár" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "ak je zadané, vytvoriť výstupný adresár v zdrojovom" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "náhrada za bodku v _templates apod." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "Základné voľby projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "názov projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "mená autorov" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "verzia projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "vydanie projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "jazyk dokumentácie" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "prípona zdrojových súborov" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "meno hlavného dokumentu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "použiť epub" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "Voľby rozšírenia" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "zapnúť rozšírenie %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "zapnúť konkrétne rozšírenia" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "Vytvorenie Makefile a Batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "vytvoriť makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "nevytvoriť makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "vytvoriť batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "nevytvoriť batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "použiť režim make pre Makefile/make.bat" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "Šablóny projektu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "adresár šablóny pre súbory šablóny" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "definovať premennú šablóny" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "bolo zadané „quiet”, ale nebol zadaný „project” alebo „author”." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 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ú." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "Neplatná premenná šablóny: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "Počas zostavenia sa vyskytla výnimka, spúšťam ladenie:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "Prerušené!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "Chyba značky reST:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "Chyba kódovania:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "Úplný záznam chýb bol zapísaný v %s, ak chcete nahlásiť problém vývojárom." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "Chyba rekurzie:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "Toto môže nastať s veľmi veľkými alebo príliš hlboko vnáranými zdrojovými súbormi. môžete opatrne zvýšiť predvolenú hodnotu limitu rekurzie Python z 1000 v conf.py, napr.:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "Nastala výnimka:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "Prosím, nahláste to, i keď to bola chyba používateľa, aby mohla byť nabudúce poskytnutá lepšia chybová správa." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Hlásenie o chybe možno vyplniť na . Ďakujeme!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "počet úloh musí byť kladné číslo" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1082,805 +1342,893 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "cesta k zdrojovým súborom dokumentácie" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "cesta k výstupnej zložke" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "všeobecné voľby" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "nepoužívať uložené prostredie, vždy čítať všetky súbory" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "prepíše nastavenie konfiguračného súboru" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "pošle hodnotu do šablón HTML" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "voľby výstupu konzoly" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "zvýšiť rozvláčnosť (možno opakovať)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "žiadny výstup, len upozornenia na stderr" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "vôbec žiadny výstup, ani upozornenia" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "generovať farebný výstup (predvolene: automaticky detegovať)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "negenerovať farebný výstup (predvolene: automaticky detegovať)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "zapísať varovania (a chyby) do zadaného súboru" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "prepnúť upozornenia na chyby" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "pri výnimke zobraziť úplné chybové hlásenie" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "pri výnimke spustiť Pdb" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "nemožno kombinovať voľbu -a a mená súborov" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "nemožno otvoriť súbor varovaní %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "argument voľby -D musí byť v tvare meno=hodnota" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "argument voľby -A musí byť v tvare meno=hodnota" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Zostavovač dummy negeneruje žiadne súbory." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" +#: builders/linkcheck.py:60 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "poškodený odkaz: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "Kotva „%s” nenájdená" + +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/singlehtml.py:36 #, python-format -msgid "%b %d, %Y" -msgstr "%d. %b %Y" +msgid "The HTML page is in %(outdir)s." +msgstr "Stránky HTML sú v %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "zostavovanie spoločného dokumentu" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "zapisovanie" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "zapisovanie dodatočných súborov" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/manpage.py:39 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +msgid "The manual pages are in %(outdir)s." +msgstr "Manuálové stránky sú v %(outdir)s." + +#: builders/manpage.py:47 +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é" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/manpage.py:76 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Poznámka pod čiarou [%s] nie je odkazovaná." +msgid "\"man_pages\" config value references unknown document %s" +msgstr "konfiguračná voľba „man_pages” odkazuje na neznámy dokument %s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "Poznámka pod čiarou [#] nie je odkazovaná." +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Textové súbory sú v %(outdir)s." + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "chyba zápisu súboru %s: %s" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "Súbory XML sú v %(outdir)s." + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Súbory pseudo-XML sú v %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/texinfo.py:47 #, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Súbory Texinfo sú v %(outdir)s." + +#: builders/texinfo.py:49 msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\nSpustite v tomto adresári 'make' na ich spustenie pomocou makeinfo\n(použite tu 'make info' aby to bolo spustené automaticky)." + +#: builders/texinfo.py:78 +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é" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/texinfo.py:90 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "konfiguračná voľba „texinfo_documents” odkazuje na neznámy dokument %s" + +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "spracovanie %s" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "riešenie odkazov…" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr "(v" + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "kopírovanie obrázkov…" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "nemožno kopírovať súbor obrázka %r: %s" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "kopírovanie podporných súborov Texinfo" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "chyba zápisu súboru Makefile: %s" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "Katalógy správ sú v %(outdir)s." + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "zostavovanie [%s]: " + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "čítanie šablón… " + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "zapisovanie katalógov správ…" + +#: builders/__init__.py:200 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "vhodný obrázok pre zostavovač %s nenájdený: %s (%s)" + +#: builders/__init__.py:208 +#, 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:231 +msgid "building [mo]: " +msgstr "zostavenie [mo]: " + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "zápis výstupu…" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "všetky z %d súborov po" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "ciele pre %d po súborov, ktoré boli zadané" + +#: builders/__init__.py:285 +#, 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:295 +msgid "all source files" +msgstr "všetky zdrojové súbory" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:313 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"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" + +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "strom obsahu obsahuje neexistujúci súbor %r" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" +msgstr "%d zdrojové súbory zadané v príkazovom riadku" + +#: builders/__init__.py:354 +#, 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:382 +msgid "looking for now-outdated files... " +msgstr "hľadanie zastaraných súborov…" + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "%d nájdené" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "nenájdené" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "ukladanie prostredia" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "kontrolovanie konzistencie" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "žiadne ciele nie sú zastarané." + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "aktualizácia prostredia:" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:471 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" +msgid "%s added, %s changed, %s removed" +msgstr "%s pridané, %s zmenené, %s odstránené" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:507 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 +#: builders/__init__.py:516 #, python-format msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "chyba čítania: %s, %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "chyba zápisu: %s: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:527 #, python-format -msgid "locale_dir %s does not exist" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:534 #, 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" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "neznáma direktíva alebo meno role: %s:%s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "čítanie zdrojov…" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:686 #, python-format -msgid "unknown node type: %r" -msgstr "neznámy typ uzla: %r" +msgid "docnames to write: %s" +msgstr "mená dokumentov na zapísanie: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "predvolená rola %s nenájdená" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "príprava dokumentov" + +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:845 #, python-format msgid "undecodable source characters, replacing with \"?\": %r" msgstr "nedekódovateľné zdrojové znaky, nahradené „?”: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "preskočené" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "zlyhalo" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Výstraha" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Upozornenie" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Nebezpečné" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Súbory ePub sú v %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Chyba" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "zapisovanie súboru nav.xhtml..." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Rada" +#: builders/epub3.py:220 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Dôležité" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Poznámka" +#: builders/epub3.py:231 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Viď aj" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Tip" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Varovanie" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "nová konfigurácia" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "zmenená konfigurácia" +#: builders/epub3.py:255 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "zmenené rozšírenie" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "prostredie zostavenia nie je aktuálne" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "zdrojový adresár zmenený" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "neplatný css_file: %r, ignorovaný" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "Toto prostredie nie je kompatibilné zo zvoleným zostavovačom, prosím, zvoľte iný adresár doctree." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "nájdená duplicitná položka Obsahu: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "Zlyhalo skenovanie dokumentov v %s: %r" +msgid "cannot read image file %r: copying it instead" +msgstr "nemožno čítať súbor obrázku %r: jeho kopírovanie namiesto toho" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" -msgstr "Doména %r nie je zaregistrovaná" +msgid "cannot write image file %r: %s" +msgstr "nemožno zapísať súbor obrázka %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "dokument nie je zahrnutý v žiadnom strome obsahu" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "Pillow nenájdené – kopírovanie súborov obrázkov" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "nájdený na seba odkazujúci strom obsahu. Ignorované." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "zapisovanie súboru mimetype…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "duplicitná citácia %s, ďalší výskyt v %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "zapisovanie súboru META-INF/container.xml…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "Citácia [%s] nie je odkazovaná." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "zapisovanie súboru content.opf..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (zabudovaná funkcia)" +msgid "unknown mimetype for %s, ignoring" +msgstr "neznámy typ MIME pre %s, ignorovaný" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (metóda %s)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "zapisovanie súboru toc.ncx..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (trieda)" +msgid "writing %s file..." +msgstr "zapisovanie súboru %s…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (globálna premenná alebo konštanta)" +msgid "The overview file is in %(outdir)s." +msgstr "Súbor prehľadu je v %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribút %s)" +msgid "no changes in version %s." +msgstr "žiadne zmeny vo verzii %s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumenty" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "zapisovanie súboru prehľadu…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Vyvoláva" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Zabudované funkcie" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Vracia" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Úroveň modulu" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Návratový typ" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "kopírovanie zdrojových súborov…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funkcia" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metóda" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "trieda" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "dáta" +msgid "could not read %r for changelog creation" +msgstr "nemožno čítať %r na vytvorenie položky záznamu zmien" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atribút" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "predvolená rola %s nenájdená" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modul" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/osutil.py:130 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "duplicitný %s popis %s, ďalší výskyt%s v %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/nodes.py:419 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "duplicitná menovka vzorca %s, ďalší výskyt v %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/nodes.py:487 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "neplatný math_eqref_format: %r" +msgid "toctree contains ref to nonexisting file %r" +msgstr "strom obsahu obsahuje neexistujúci súbor %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:701 #, python-format -msgid "Added in version %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/fileutil.py:76 #, python-format -msgid "Changed in version %s" -msgstr "Zmenené vo verzii %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/fileutil.py:91 #, python-format -msgid "Deprecated since version %s" -msgstr "Zastarané od verzie %s" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/inventory.py:170 #, python-format -msgid "Removed in version %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/inventory.py:185 #, python-format -msgid "%s (directive)" -msgstr "%s (direktíva)" +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/docutils.py:283 #, python-format -msgid ":%s: (directive option)" -msgstr "%s (voľba direktívy)" +msgid "unknown directive or role name: %s:%s" +msgstr "neznáma direktíva alebo meno role: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/docutils.py:746 #, python-format -msgid "%s (role)" -msgstr "%s (rola)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "direktíva" +msgid "unknown node type: %r" +msgstr "neznámy typ uzla: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "" +#: util/display.py:83 +msgid "skipped" +msgstr "preskočené" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rola" +#: util/display.py:88 +msgid "failed" +msgstr "zlyhalo" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/i18n.py:105 #, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "duplicitný popis %s %s, ďalší výskyt v %s" +msgid "reading error: %s, %s" +msgstr "chyba čítania: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/i18n.py:112 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "writing error: %s, %s" +msgstr "chyba zápisu: %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[zdroj]" +#: util/i18n.py:236 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "zvýrazňovanie syntaxe kódu modulu... " +#: 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 "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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[dokumenty]" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Kód modulu" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "Neplatný popis: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "

Source code for %s

" -msgstr "

Zdrojový kód %s

" +msgid "line number spec is out of range(1-%d): %r" +msgstr "špecifikácia čísla riadku je mimo rozsahu (1-%d): %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Prehľad: kód modulu" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Nemožno použiť obe voľby „%s” a „%s”" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "Súbor na vloženie %r nebol nájdený alebo zlyhalo jeho čítanie" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "ToDo" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "Kódovanie %r použité pri čítaní vloženého súboru %r vyzerá ako zlé, skúste zadať voľbu :encoding:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" -msgstr "Nájdená položka TODO: %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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Nemožno použiť „lineno-match” s rozdelenou množinou „lines”" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> je umiestnená v %s, riadok %d.)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "pôvodná položka" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Riadok %r: žiadne riadky z vloženého súboru %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:122 #, python-format -msgid "Would create file %s." +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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 "" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" +msgstr "strom obsahu obsahuje odkaz na vylúčený dokument %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "cesta k dokumentovanému modulu" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" +msgstr "strom obsahu obsahuje odkaz na neexistujúci dokument %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "adresár umiestnenia výstupu" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autor sekcie:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -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)" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autor modulu:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "prepísať existujúce súbory" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Autor kódu:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "nasledovať symbolické odkazy. Vhodné v kombinácii s collective.recipe.omelette." +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "spustí skript bez vytvorenia súborov" +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "umiestniť dokumentáciu každého modulu vo vlastnej stránke" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "zahrnúť ”_súkromné” moduly" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "meno súboru obsahu (predvolene: modules)" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "nevytvárať súbor obsahu" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "vložiť dokumentáciu modulu pred dokumentáciou submodulu" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "" + +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 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" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "prípona súboru (predvolene: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "generovať úplný projekt pomocou sphinx-quickstart" +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "pripojiť module_path do sys.path, použité pri --full" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "meno projektu (predvolene: meno koreňového modulu)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "autor(i) projektu, použité pri --full" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "verzia projektu, použité pri --full" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "vydanie projektu, použité pri --full, predvolene --doc-version" +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "voľby rozšírenia" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "%s nie je adresár." +msgid "%b %d, %Y" +msgstr "%d. %b %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Direktíva graphviz nemôže mať naraz argumenty content a filename" +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Ignorovaná direktíva „graphviz” bez obsahu." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: transforms/__init__.py:313 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Footnote [%s] is not referenced." +msgstr "Poznámka pod čiarou [%s] nie je odkazovaná." + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, 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" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "Poznámka pod čiarou [#] nie je odkazovaná." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 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" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:274 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format musí byť „png” alebo „svg”, ale je %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "kód dot %r: %s" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[graf: %s]" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[graf]" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[zdroj]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1888,8 +2236,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1899,1897 +2246,1560 @@ msgid "" "%r" msgstr "convert skončil chybou:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "príkaz convert %r nemožno spustiť, skontrolujte nastavenie image_converter" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "chýbajúce „+” alebo „-” vo voľbe „%s”." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' nie je platná voľba." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "„%s” nie je platná voľba pyversion" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "zvýrazňovanie syntaxe kódu modulu... " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "neplatný typ TestCode" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[dokumenty]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Kód modulu" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Zdrojový kód %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Prehľad: kód modulu" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "neplatný regulárny výraz %r v %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "modul %s nemožno importovať: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "neplatný regulárny výraz %r v coverage_c_regexes" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "nedokumentované API C: %s [%s] v súbore %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "nedokumentovaná funkcia Python: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "nedokumentovaná trieda Python: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "nedokumentovaná metóda Python: %s :: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, 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" +#: ext/todo.py:71 +msgid "Todo" +msgstr "ToDo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:104 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" +msgid "TODO entry found: %s" +msgstr "Nájdená položka TODO: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "zobrazený latex %r: %s" +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/todo.py:165 #, python-format -msgid "inline latex %r: %s" -msgstr "vnorený latex %r: %s" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> je umiestnená v %s, riadok %d.)" + +#: ext/todo.py:175 +msgid "original entry" +msgstr "pôvodná položka" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: ext/extlinks.py:82 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/doctest.py:115 #, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "duplicitná menovka %s, ďalší výskyt v %s" +msgid "missing '+' or '-' in '%s' option." +msgstr "chýbajúce „+” alebo „-” vo voľbe „%s”." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:120 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +msgid "'%s' is not a valid option." +msgstr "'%s' nie je platná voľba." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:134 #, python-format -msgid "no Babel option known for language %r" -msgstr "žiadna známa voľba Babel pre jazyk %r" +msgid "'%s' is not a valid pyversion option" +msgstr "„%s” nie je platná voľba pyversion" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr "príliš veľké :maxdepth:, ignorované." +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "neplatný typ TestCode" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:281 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "názov dokumentu nie je jeden uzol Text" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Poznámky pod čiarou" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/doctest.py:434 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "sú zadané obe, tabularcolumns aj voľba :widths:. :widths: je ignorované." - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/doctest.py:522 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" -msgstr "" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Direktíva graphviz nemôže mať naraz argumenty content a filename" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:145 #, python-format -msgid "[image: %s]" -msgstr "[obrázok: %s]" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "Externý súbor Graphviz %r nebol nájdený alebo zlyhalo jeho čítanie" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[obrázok]" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Ignorovaná direktíva „graphviz” bez obsahu." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:303 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "nie je definovaný numfig_format pre %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "príkaz dot %r nemožno spustiť (nutný kvôli výstupu graphviz), skontrolujte nastavenie graphviz_dot" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:310 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Žiadne ID nie je priradené uzlu %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "Nemožno získať veľkosť obrázku. voľba :scale: je ignorovaná." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Index" +#: ext/graphviz.py:313 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "titulok nie je vo vnútri figure." +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format musí byť „png” alebo „svg”, ale je %r" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "unimplemented node type: %r" -msgstr "neimplementovaný typ uzla: %r" +msgid "dot code %r: %s" +msgstr "kód dot %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[graf: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[graf]" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "cesta k dokumentovanému modulu" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:396 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "adresár umiestnenia výstupu" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "" +#: ext/apidoc.py:422 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "prepísať existujúce súbory" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "nasledovať symbolické odkazy. Vhodné v kombinácii s collective.recipe.omelette." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "spustí skript bez vytvorenia súborov" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "umiestniť dokumentáciu každého modulu vo vlastnej stránke" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "zahrnúť ”_súkromné” moduly" + +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "meno súboru obsahu (predvolene: modules)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "nevytvárať súbor obsahu" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" -msgstr "nájdená duplicitná položka Obsahu: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "kopírovanie obrázkov…" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "vložiť dokumentáciu modulu pred dokumentáciou submodulu" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, 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" +#: ext/apidoc.py:498 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "nemožno kopírovať súbor obrázka %r: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "prípona súboru (predvolene: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" -msgstr "nemožno zapísať súbor obrázka %r: %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "Pillow nenájdené – kopírovanie súborov obrázkov" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "generovať úplný projekt pomocou sphinx-quickstart" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." -msgstr "zapisovanie súboru mimetype…" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "pripojiť module_path do sys.path, použité pri --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." -msgstr "zapisovanie súboru META-INF/container.xml…" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "meno projektu (predvolene: meno koreňového modulu)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." -msgstr "zapisovanie súboru content.opf..." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "autor(i) projektu, použité pri --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "neznámy typ MIME pre %s, ignorovaný" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "verzia projektu, použité pri --full" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." -msgstr "zapisovanie súboru toc.ncx..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "vydanie projektu, použité pri --full, predvolene --doc-version" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." -msgstr "zapisovanie súboru %s…" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "voľby rozšírenia" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/apidoc.py:638 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Súbory XML sú v %(outdir)s." +msgid "%s is not a directory." +msgstr "%s nie je adresár." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "error writing file %s: %s" -msgstr "chyba zápisu súboru %s: %s" +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/autosectionlabel.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Súbory pseudo-XML sú v %(outdir)s." +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Manuálové stránky sú v %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "nebola nájdená konfiguračná voľba „man_pages”; manuálové stránky nebudú zapísané" +msgid "duplicate label %s, other instance in %s" +msgstr "duplicitná menovka %s, ďalší výskyt v %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "zapisovanie" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:159 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "konfiguračná voľba „man_pages” odkazuje na neznámy dokument %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Zostavovač dummy negeneruje žiadne súbory." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:174 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Súbory ePub sú v %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "zapisovanie súboru nav.xhtml..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "konfiguračná hodnota „epub_uid” má byť XML NAME pre EPUB3" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_author” nesmie byť prázdna pri EPUB3" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_contributor” nesmie byť prázdna pri EPUB3" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_description” nesmie byť prázdna pri EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" +msgstr "zobrazený latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_publisher” nesmie byť prázdna pri EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "vnorený latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -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" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Poznámky pod čiarou" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „epub_identifier” nesmie byť prázdna pri EPUB3" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[obrázok: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "konfiguračná hodnota „version” nesmie byť prázdna pri EPUB3" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[obrázok]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "neplatný css_file: %r, ignorovaný" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:415 #, 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 "numfig_format is not defined for %s" +msgstr "nie je definovaný numfig_format pre %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: writers/html5.py:427 #, python-format -msgid "broken link: %s (%s)" -msgstr "poškodený odkaz: %s (%s)" +msgid "Any IDs not assigned for %s node" +msgstr "Žiadne ID nie je priradené uzlu %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Kotva „%s” nenájdená" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Súbor prehľadu je v %(outdir)s." +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "no changes in version %s." -msgstr "žiadne zmeny vo verzii %s." +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "zapisovanie súboru prehľadu…" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Zabudované funkcie" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Úroveň modulu" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "kopírovanie zdrojových súborov…" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "Nemožno získať veľkosť obrázku. voľba :scale: je ignorovaná." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "nemožno čítať %r na vytvorenie položky záznamu zmien" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Index" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "Textové súbory sú v %(outdir)s." +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Katalógy správ sú v %(outdir)s." +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "titulok nie je vo vnútri figure." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: writers/texinfo.py:1300 #, python-format -msgid "building [%s]: " -msgstr "zostavovanie [%s]: " +msgid "unimplemented node type: %r" +msgstr "neimplementovaný typ uzla: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/latex.py:364 #, python-format -msgid "targets for %d template files" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "čítanie šablón… " +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" +msgstr "žiadna známa voľba Babel pre jazyk %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "zapisovanie katalógov správ…" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "príliš veľké :maxdepth:, ignorované." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: writers/latex.py:593 #, 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 "template %s not found; loading from legacy %s instead" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "vhodný obrázok pre zostavovač %s nenájdený: %s" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "názov dokumentu nie je jeden uzol Text" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "zostavenie [mo]: " +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "sú zadané obe, tabularcolumns aj voľba :widths:. :widths: je ignorované." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "zápis výstupu…" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1931 #, python-format -msgid "all of %d po files" -msgstr "všetky z %d súborov po" +msgid "unknown index entry type %s found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are specified" -msgstr "ciele pre %d po súborov, ktoré boli zadané" +msgid "environment variable; %s" +msgstr "premenná prostredia; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:111 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "ciele pre %d po súborov, ktoré sú zastarané" +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "všetky zdrojové súbory" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, 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" +"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”" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgid "%s command line option" +msgstr "%s voľba príkazového riadka" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "%d zdrojové súbory zadané v príkazovom riadku" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "voľba príkazového riadka" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "ciele pre %d zdrojových súborov, ktoré sú zastarané" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "položke glosára musí predchádzať prázdny riadok" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "hľadanie zastaraných súborov…" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "položky glosára nesmú byť oddelené prázdnymi riadkami" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "%d nájdené" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "glosár vyzerá byť zle naformátovaný, skontrolujte odsadenie" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "nenájdené" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "termín glosára" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "ukladanie prostredia" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "jazykový token" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "kontrolovanie konzistencie" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "menovka odkazu" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "žiadne ciele nie sú zastarané." +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "premenná prostredia" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "aktualizácia prostredia:" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "voľba programu" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s pridané, %s zmenené, %s odstránené" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "dokument" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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 "" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Index modulov" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Stránka hľadania" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/std/__init__.py:721 #, 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 "duplicate %s description of %s, other instance in %s" +msgstr "duplicitný %s popis %s, ďalší výskyt v %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig je vypnutý, :numref: je ignorované." + +#: domains/std/__init__.py:934 #, 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 "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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "čítanie zdrojov…" +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" +msgstr "odkaz nemá popisok: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:960 #, python-format -msgid "docnames to write: %s" -msgstr "mená dokumentov na zapísanie: %s" +msgid "invalid numfig_format: %s (%r)" +msgstr "neplatný numfig_format: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "príprava dokumentov" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "neplatný numfig_format: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/std/__init__.py:1196 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Súbory Texinfo sú v %(outdir)s." +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "\nSpustite v tomto adresári 'make' na ich spustenie pomocou makeinfo\n(použite tu 'make info' aby to bolo spustené automaticky)." +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (v module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -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é" +#: 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 (v module %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:169 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "konfiguračná voľba „texinfo_documents” odkazuje na neznámy dokument %s" +msgid "%s (built-in variable)" +msgstr "%s (zabudovaná premenná)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:194 #, python-format -msgid "processing %s" -msgstr "spracovanie %s" +msgid "%s (built-in class)" +msgstr "%s (zabudovaná trieda)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "riešenie odkazov…" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (trieda v %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr "(v" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (metóda triedy %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "kopírovanie podporných súborov Texinfo" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (statická metóda %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/python/__init__.py:389 #, python-format -msgid "error writing file Makefile: %s" -msgstr "chyba zápisu súboru Makefile: %s" +msgid "%s (%s property)" +msgstr "%s (vlastnosť %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/python/__init__.py:428 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Stránky HTML sú v %(outdir)s." +msgid "%s (type alias in %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "zostavovanie spoločného dokumentu" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Index modulov Python" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "zapisovanie dodatočných súborov" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "moduly" -#: /home/runner/work/sphinx/sphinx/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 "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/python/__init__.py:607 +msgid "Deprecated" +msgstr "Zastarané" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "výnimka" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" -msgstr "Neplatný popis: %s" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "metóda triedy" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, 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/python/__init__.py:635 +msgid "static method" +msgstr "statická metóda" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Nemožno použiť obe voľby „%s” a „%s”" +#: domains/python/__init__.py:637 +msgid "property" +msgstr "vlastnosť" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" -msgstr "Súbor na vloženie %r nebol nájdený alebo zlyhalo jeho čítanie" +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:698 #, python-format msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "Kódovanie %r použité pri čítaní vloženého súboru %r vyzerá ako zlé, skúste zadať voľbu :encoding:" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/python/__init__.py:817 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "Objekt s menom %r nebol nájdený vo vloženom súbore %r" +msgid "more than one target found for cross-reference %r: %s" +msgstr "nájdený viac ako jeden cieľ krížového odkazu %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "Nemožno použiť „lineno-match” s rozdelenou množinou „lines”" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (zastarané)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, 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" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametre" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Premenné" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "strom obsahu obsahuje odkaz na vylúčený dokument %r" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Vyzdvihuje" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/c/__init__.py:199 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "strom obsahu obsahuje odkaz na neexistujúci dokument %r" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "duplicated entry found in toctree: %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'." + +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autor sekcie:" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "člen" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autor modulu:" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "premenná" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Autor kódu:" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor:" +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerátor" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "typ" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "Nemožno získať vzdialený obrázok: %s [%d]" +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "parameter funkcie" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "Nemožno získať vzdialený obrázok: %s [%s]" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Parametre šablóny" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Unknown image format: %s..." -msgstr "Neznámy formát obrázku: %s..." +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +"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'." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, 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/cpp/__init__.py:857 +msgid "concept" +msgstr "koncept" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "parameter šablóny" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" -msgstr "%r cieľ odkazu nenájdený: %s" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Obsah" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/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 "Obsah" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "Hľadať" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "OK" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "Zobraziť zdroj" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Obsah" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "Zbaliť bočný panel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigácia" + +#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Celý index na jednej strane" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Indexové stránky po písmenách" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "môže byť rozsiahle" + +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Hľadať v %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Rýchle hľadanie" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Táto stránka" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Prehľad" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Vitajte! Toto je" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "dokumentácia" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "posledná aktualizácia" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Indexy a tabuľky" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Celkový obsah" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "zoznam všetkých sekcií a podsekcií" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Stránka hľadania" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "hľadať v tejto dokumentácii" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Celkový index modulov" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "rýchly prístup ku všetkým modulom" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Všeobecný index" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "všetky funkcie, triedy, termíny" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Celý index na jednej strane" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Predošlá téma" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "predošlá kapitola" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Ďalšia téma" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "ďalšia kapitola" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Rýchle hľadanie" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Prosím, na zapnutie funkcie hľadania,aktivujte\nJavaScript ." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: 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á." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "hľadať" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Táto stránka" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Indexové stránky po písmenách" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "môže byť rozsiahle" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigácia" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Hľadať v %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "O dokumentácii" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Autorské právo" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Predošlá téma" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "predošlá kapitola" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Naposledy aktualizované %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Ďalšia téma" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Vytvorené pomocou Sphinx %(sphinx_version)s." +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "ďalšia kapitola" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Rozbaliť bočný panel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 "Automaticky generovaný zoznam zmien vo verzii %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Zmeny knižnice" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Zmeny API C" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Ostatné zmeny" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Skryť výsledky hľadania" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "Výsledky hľadania" - -#: /home/runner/work/sphinx/sphinx/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 "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." - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" -msgstr "Hľadanie" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "Príprava hľadania..." - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr ", v " - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "súbor obrázku nemožno čítať: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr " Súbor obrázku %s nemožno čítať: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "súbor na stiahnutie nemožno čítať: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s už je priradené číslo sekcie (vnorený číslovaný strom obsahu?)" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "zistený cirkulárny odkaz stromu obsahu, ignorované: %s <- %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, 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ý" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "viď %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "viď aj %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "neznámy typ položky indexu %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Symboly" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, 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'." - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Parametre šablóny" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametre" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "člen" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "typ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "koncept" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enum" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ostatné zmeny" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerátor" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "parameter funkcie" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Skryť výsledky hľadania" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "parameter šablóny" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +msgstr "Výsledky hľadania" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Premenné" +#: 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 "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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Vyzdvihuje" +#: 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] "" +msgstr[3] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (v module %s)" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" +msgstr "Hľadanie" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (v module %s)" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." +msgstr "Príprava hľadania..." + +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ", v " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: environment/collectors/asset.py:95 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (zabudovaná premenná)" +msgid "image file not readable: %s" +msgstr "súbor obrázku nemožno čítať: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: environment/collectors/asset.py:123 #, python-format -msgid "%s (built-in class)" -msgstr "%s (zabudovaná trieda)" +msgid "image file %s not readable: %s" +msgstr " Súbor obrázku %s nemožno čítať: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: environment/collectors/asset.py:160 #, python-format -msgid "%s (class in %s)" -msgstr "%s (trieda v %s)" +msgid "download file not readable: %s" +msgstr "súbor na stiahnutie nemožno čítať: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: environment/collectors/toctree.py:258 #, python-format -msgid "%s() (%s class method)" -msgstr "%s() (metóda triedy %s)" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s už je priradené číslo sekcie (vnorený číslovaný strom obsahu?)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: environment/adapters/toctree.py:318 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (statická metóda %s)" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "zistený cirkulárny odkaz stromu obsahu, ignorované: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: environment/adapters/toctree.py:342 #, python-format -msgid "%s (%s property)" -msgstr "%s (vlastnosť %s)" +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ý" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: environment/adapters/toctree.py:357 #, python-format -msgid "%s (type alias in %s)" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Index modulov Python" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "moduly" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Zastarané" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "výnimka" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "viď %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "metóda triedy" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" +msgstr "viď aj %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statická metóda" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" +msgstr "neznámy typ položky indexu %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "vlastnosť" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Symboly" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (zastarané)" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: builders/html/__init__.py:113 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: builders/html/__init__.py:340 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "Failed to read build info file: %r" +msgstr "Čítanie súboru zostavenia info zlyhalo: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: builders/html/__init__.py:374 #, 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”" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" -msgstr "%s voľba príkazového riadka" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "voľba príkazového riadka" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "položke glosára musí predchádzať prázdny riadok" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "index" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -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:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "glosár vyzerá byť zle naformátovaný, skontrolujte odsadenie" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "ďalší" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "termín glosára" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "predošlý" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "jazykový token" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "generovanie indexov" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "menovka odkazu" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "zapisovanie dodatočných stránok" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "premenná prostredia" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "voľba programu" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "kopírovanie súborov na stiahnutie…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "dokument" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "nemožno kopírovať súbor na stiahnutie %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Index modulov" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:861 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "duplicitný %s popis %s, ďalší výskyt v %s" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "Kopírovanie súboru v html_static_file zlyhalo: %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig je vypnutý, :numref: je ignorované." +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "kopírovanie statických súborov" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:912 #, 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 static file %r" +msgstr "nemožno kopírovať statický súbor %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" -msgstr "odkaz nemá popisok: %s" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "kopírovanie extra súborov" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:927 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "neplatný numfig_format: %s (%r)" +msgid "cannot copy extra file %r" +msgstr "nemožno kopírovať extra súbor %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:933 #, python-format -msgid "invalid numfig_format: %s" -msgstr "neplatný numfig_format: %s" +msgid "Failed to write build info file: %r" +msgstr "Zápis súboru zostavenia info zlyhal: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" -msgstr "" +#: builders/html/__init__.py:982 +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ý." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:1027 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:1188 #, 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'." +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:1197 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "premenná" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "pokračovanie z predošlej strany" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "pokračuje na ďalšej strane" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Čísla" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "strana" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Vydanie" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Príklad" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Príklady" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Argumenty kľúčových slov" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Poznámky" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Nastala chyba pri spracovaní stránky %s.\nPríčina: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Ostatné parametre" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "generovanie inventára objektov…" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" +msgstr "generovanie indexu hľadania v %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "neplatné js_file: %r, ignorované" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Varovania" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "Zaregistrovaných je viac math_renderer, ale žiadny nie je zvolený." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "Zdaný neznámy math_renderer %r." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1325 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "neplatná hodnota množiny (chýba koncová zátvorka): %s" +msgid "html_extra_path entry %r does not exist" +msgstr "položka „html_extra_path entry” %r neexistuje" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "neplatná hodnota množiny (chýba začiatočná zátvorka): %s" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1342 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "neplatná textová konštanta (chýba koncová úvodzovka): %s" +msgid "html_static_path entry %r does not exist" +msgstr "položka „html_static_path” %r neexistuje" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1349 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "neplatná textová konštanta (chýba začiatočná úvodzovka): %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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "(in %s v%s)" -msgstr "(v %s v%s)" +msgid "logo file %r does not exist" +msgstr "súbor loga %r neexistuje" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1372 #, python-format -msgid "(in %s)" -msgstr "(v %s)" +msgid "favicon file %r does not exist" +msgstr "súbor favicon %r neexistuje" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1384 #, python-format -msgid "inventory '%s': multiple matches found for %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "%s %s documentation" +msgstr "Dokumentácia %s %s" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:119 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/transforms.py:485 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Súbory LaTeX sú v %(outdir)s." + +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +"\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)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:157 +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:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "konfiguračná voľba „latex_documents” odkazuje na neznámy dokument %s" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Vydanie" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "kopírovanie podporných súborov Tex" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "kopírovanie dodatočných súborov" + +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Neznámy konfiguračný kľúč: latex_elements[%r], ignorovaný." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Neznáma voľba témy: latex_theme_options[%r], ignorovaná." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" +msgstr "%r nemá nastavenia „theme”" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +msgid "%r doesn't have \"%s\" setting" +msgstr "téma %r nemá nastavenie „1%s”" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 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:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -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:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "inventár intersphinx bol presunutý: %s -> %s" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" +msgid "%r reference target not found: %s" +msgstr "%r cieľ odkazu nenájdený: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "Zlyhalo spracovanie predvolenej hodnoty argumentu %r: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "Nemožno získať vzdialený obrázok: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +msgid "Could not fetch remote image: %s [%d]" +msgstr "Nemožno získať vzdialený obrázok: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +msgid "Unknown image format: %s..." +msgstr "Neznámy formát obrázku: %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Príklad" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "chyba formátovania argumentov %s: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Príklady" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" -msgstr "" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Argumenty kľúčových slov" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Poznámky" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Ostatné parametre" + +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 -#, python-format -msgid "error while formatting signature for %s: %s" +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Varovania" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "„::” v automodule nedáva zmysel" +#: ext/napoleon/docstring.py:1015 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "neplatná hodnota množiny (chýba koncová zátvorka): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +msgid "invalid value set (missing opening brace): %s" +msgstr "neplatná hodnota množiny (chýba začiatočná zátvorka): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1029 #, 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__" +msgid "malformed string literal (missing closing quote): %s" +msgstr "neplatná textová konštanta (chýba koncová úvodzovka): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/napoleon/docstring.py:1036 #, 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 "malformed string literal (missing opening quote): %s" +msgstr "neplatná textová konštanta (chýba začiatočná úvodzovka): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 -#, python-format -msgid "Bases: %s" -msgstr "Základ: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "Autosummary s popiskom vyžaduje voľbu :toctree: , ignorované." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "missing attribute %s in object %s" -msgstr "chýba atribút %s objektu %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "alias of %s" -msgstr "alias pre %s" +msgid "failed to parse name %s" +msgstr "zlyhalo spracovanie mena %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias pre TypeVar(%s)" +msgid "failed to import object %s" +msgstr "zlyhal import objektu %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "Neplatné __slots__ nájdené v %s. Ignorované." +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: súbor nenájdený: %s" + +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3797,7 +3807,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3812,347 +3822,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "adresár umiestnenia výstupu" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "predvolená prípona súboru (predvolene: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "vlastný adresár šablón (predvolene: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "dokumentovať importovaných členov (predvolene: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" +msgstr "(v %s v%s)" + +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s)" +msgstr "(v %s)" + +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "Autosummary s popiskom vyžaduje voľbu :toctree: , ignorované." +#: ext/intersphinx/_resolve.py:359 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "failed to parse name %s" -msgstr "zlyhalo spracovanie mena %s" +msgid "domain for external cross-reference not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "failed to import object %s" -msgstr "zlyhal import objektu %s" +msgid "external %s:%s reference target not found: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_load.py:59 #, python-format msgid "" -"Summarised items should not include the current module. Replace %r with %r." +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate: súbor nenájdený: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:120 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r nemá nastavenia „theme”" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "téma %r nemá nastavenie „1%s”" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Súbory LaTeX sú v %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:117 +#: ext/intersphinx/_load.py:265 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)." +"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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -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é" +#: ext/intersphinx/_load.py:275 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "konfiguračná voľba „latex_documents” odkazuje na neznámy dokument %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "kopírovanie podporných súborov Tex" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "kopírovanie dodatočných súborov" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "inventár intersphinx bol presunutý: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "logo file %r does not exist" -msgstr "súbor loga %r neexistuje" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Neznámy konfiguračný kľúč: latex_elements[%r], ignorovaný." +msgid "Failed to parse type_comment for %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Neznáma voľba témy: latex_theme_options[%r], ignorovaná." +msgid "invalid value for member-order option: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "build info file is broken: %r" -msgstr "súbor info zostavenia je poškodený: %r" +msgid "invalid value for class-doc-from option: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Stránky HTML sú v %(outdir)s." +msgid "invalid signature for auto%s (%r)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to read build info file: %r" -msgstr "Čítanie súboru zostavenia info zlyhalo: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "index" +msgid "error while formatting arguments for %s: %s" +msgstr "chyba formátovania argumentov %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Logo of %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "ďalší" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "predošlý" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "generovanie indexov" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "zapisovanie dodatočných stránok" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy image file '%s': %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "kopírovanie súborov na stiahnutie…" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "nemožno kopírovať súbor na stiahnutie %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:953 #, 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" +msgid "error while formatting signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "kopírovanie statických súborov" +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "„::” v automodule nedáva zmysel" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "cannot copy static file %r" -msgstr "nemožno kopírovať statický súbor %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "kopírovanie extra súborov" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:1036 #, python-format -msgid "cannot copy extra file %r" -msgstr "nemožno kopírovať extra súbor %r" +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__" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:1102 #, python-format -msgid "Failed to write build info file: %r" -msgstr "Zápis súboru zostavenia info zlyhal: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 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ý." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, 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 "Failed to get a function signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1616 #, 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 "Failed to get a constructor signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "Nastala chyba pri spracovaní stránky %s.\nPríčina: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "generovanie inventára objektov…" +msgid "Bases: %s" +msgstr "Základ: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "dumping search index in %s" -msgstr "generovanie indexu hľadania v %s" +msgid "missing attribute %s in object %s" +msgstr "chýba atribút %s objektu %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "neplatné js_file: %r, ignorované" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "Zaregistrovaných je viac math_renderer, ale žiadny nie je zvolený." +msgid "alias of %s" +msgstr "alias pre %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Zdaný neznámy math_renderer %r." +msgid "alias of TypeVar(%s)" +msgstr "alias pre TypeVar(%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "položka „html_extra_path entry” %r neexistuje" +msgid "Failed to get a method signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2429 #, 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" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "Neplatné __slots__ nájdené v %s. Ignorované." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "položka „html_static_path” %r neexistuje" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "Zlyhalo spracovanie predvolenej hodnoty argumentu %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 -#, 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" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "pokračovanie z predošlej strany" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" -msgstr "súbor favicon %r neexistuje" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "pokračuje na ďalšej strane" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Čísla" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "Dokumentácia %s %s" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "strana" diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.js b/sphinx/locale/sl/LC_MESSAGES/sphinx.js index 2b69114a199..cfed7a805a8 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.js @@ -36,7 +36,12 @@ Documentation.addTranslations({ "Search": "I\u0161\u010di", "Search Page": "Iskalnik", "Search Results": "Rezultati Iskanja", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "", + "" + ], "Search within %(docstitle)s": "I\u0161\u010di med %(docstitle)s", "Searching": "", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/sl/LC_MESSAGES/sphinx.mo b/sphinx/locale/sl/LC_MESSAGES/sphinx.mo index 3bb477aa559..d704eec51f2 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 0d478456b9a..c8415c665ec 100644 --- a/sphinx/locale/sl/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sl/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Slovenian (http://app.transifex.com/sphinx-doc/sphinx-1/language/sl/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: sl\n" "Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,3383 +174,3629 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." +msgid "no theme configuration file found in %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:354 theming.py:402 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/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)." +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:377 #, python-format -msgid "Selected root path: %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 -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." +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: config.py:494 +#, 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." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: config.py:534 msgid "" -"The project name will occur in several places in the built documentation." +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:593 +#, 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 config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" +#: config.py:612 +#, python-format +msgid "Section %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" +#: config.py:613 +#, python-format +msgid "Fig. %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 -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." +#: config.py:614 +#, python-format +msgid "Table %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" +#: config.py:615 +#, python-format +msgid "Listing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: config.py:722 msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:759 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." +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 -#, python-format +#: config.py:782 msgid "" -"Error: the master file %s has already been found in the selected root path." +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: domains/rst.py:223 +msgid "directive" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" +#: domains/rst.py:225 +msgid "role" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/javascript.py:165 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (vgrajene funkcije)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/javascript.py:166 domains/python/__init__.py:253 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s metoda)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (razred)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/javascript.py:172 domains/python/__init__.py:338 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "%s (%s attribute)" +msgstr "%s (%s atribut)" + +#: domains/javascript.py:255 +msgid "Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Vrne" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Vrne tip" + +#: domains/javascript.py:334 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s (module)" +msgstr "%s (modul)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funkcija" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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:372 domains/python/__init__.py:633 +msgid "method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." -msgstr "" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "razred" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atribut" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modul" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Spremenjeno v verziji %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Zastarelo od verzije %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" +#: environment/__init__.py:86 +msgid "new config" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" +#: environment/__init__.py:87 +msgid "config changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" +#: environment/__init__.py:88 +msgid "extensions changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" +#: environment/__init__.py:249 +msgid "build environment version not current" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" +#: environment/__init__.py:251 +msgid "source directory has changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: environment/__init__.py:311 #, python-format -msgid "enable %s extension" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Pozor" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Previdno" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Nevarno" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Napaka" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 -#, python-format -msgid "Invalid template variable: %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Nasvet" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Pomembno" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Opomba" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Poglej Tudi" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Nasvet" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 -#, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Opozorilo" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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.:" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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." +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -msgid "" -"\n" -"Generate documentation from source files.\n" -"\n" -"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" -"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" -"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" -"including 'conf.py'\n" -"\n" -"sphinx-build can create documentation in different formats. A format is\n" -"selected by specifying the builder name on the command line; it defaults to\n" -"HTML. Builders can also perform other tasks related to documentation\n" -"processing.\n" -"\n" -"By default, everything that is outdated is built. Output only for selected\n" -"files can be built by specifying individual filenames.\n" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:110 +msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:117 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/quickstart.py:217 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:225 +#, python-format +msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:256 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:269 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" +#: cmd/quickstart.py:284 +msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:286 +msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" +#: cmd/quickstart.py:291 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" +#: cmd/quickstart.py:299 +msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" +#: cmd/quickstart.py:301 +msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" +#: cmd/quickstart.py:306 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:315 +msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" +#: cmd/quickstart.py:322 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:327 +msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:332 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 +#: cmd/quickstart.py:350 +#, python-format msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: cmd/quickstart.py:360 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: cmd/quickstart.py:379 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format +#: cmd/quickstart.py:389 msgid "" -"4 column based index found. It might be a bug of extensions you use: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: cmd/quickstart.py:502 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: cmd/quickstart.py:513 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format +#: cmd/quickstart.py:520 msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format +#: cmd/quickstart.py:555 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"\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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" +#: cmd/quickstart.py:575 +msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: cmd/quickstart.py:585 +msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: cmd/quickstart.py:588 +msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/quickstart.py:609 +msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: cmd/quickstart.py:611 +msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: cmd/quickstart.py:614 +msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Pozor" +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Previdno" +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Nevarno" +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Napaka" +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Nasvet" +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Pomembno" +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Opomba" +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Poglej Tudi" +#: cmd/quickstart.py:654 ext/apidoc.py:578 +#, python-format +msgid "enable %s extension" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Nasvet" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Opozorilo" +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: cmd/quickstart.py:670 +msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: cmd/quickstart.py:676 +msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: cmd/quickstart.py:683 +msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: cmd/quickstart.py:689 +msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" +#: cmd/quickstart.py:714 +msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: cmd/quickstart.py:793 #, python-format -msgid "Citation [%s] is not referenced." +msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (vgrajene funkcije)" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metoda)" +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (razred)" +#: cmd/build.py:67 +msgid "reST markup error:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s atribut)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Vrne" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Vrne tip" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 -#, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funkcija" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "razred" +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atribut" +#: cmd/build.py:144 +msgid "job number should be a positive number" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modul" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/build.py:180 +msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/build.py:183 +msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" +#: cmd/build.py:194 +msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "Spremenjeno v verziji %s" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "Zastarelo od verzije %s" +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 -#, python-format -msgid ":%s: (directive option)" +#: cmd/build.py:230 +msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: cmd/build.py:266 +msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: cmd/build.py:294 +msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Todo" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:334 +msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:347 +msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: cmd/build.py:355 +msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." +#: cmd/build.py:358 +msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: cmd/build.py:364 +msgid "raise an exception on warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/texinfo.py:90 #, python-format -msgid "%s is not a directory." +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "Failed to remove %s: %s" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (v " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: builders/texinfo.py:233 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: builders/gettext.py:230 #, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/gettext.py:252 #, python-format -msgid "dot code %r: %s" +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/__init__.py:200 #, 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 "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: builders/__init__.py:208 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/__init__.py:251 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 +#: builders/__init__.py:273 #, python-format -msgid "'%s' is not a valid option." +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/__init__.py:285 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/__init__.py:307 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: builders/__init__.py:313 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 +#: builders/__init__.py:324 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 +#: builders/__init__.py:339 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/__init__.py:354 #, python-format -msgid "invalid regex %r in %s" +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 -#, python-format -msgid "module %s could not be imported: %s" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: builders/__init__.py:386 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 -#, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: builders/__init__.py:471 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: builders/__init__.py:507 #, python-format -msgid "undocumented python method: %s :: %s :: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: builders/__init__.py:516 #, python-format msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: builders/__init__.py:527 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: builders/__init__.py:534 #, python-format -msgid "display latex %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: builders/__init__.py:686 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "" + +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: builders/__init__.py:845 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: builders/epub3.py:83 #, python-format -msgid "no Babel option known for language %r" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Opombe" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[slika]" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "numfig_format is not defined for %s" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: builders/_epub_base.py:220 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: builders/_epub_base.py:432 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Abecedni seznam" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: builders/_epub_base.py:785 #, python-format -msgid "unimplemented node type: %r" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Vgrajeni deli" + +#: builders/changes.py:79 +msgid "Module level" +msgstr "Nivo modula" + +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: builders/changes.py:140 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: util/docfields.py:95 +#, python-format msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: util/nodes.py:419 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: util/inventory.py:170 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: util/docutils.py:746 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: util/i18n.py:105 #, python-format -msgid "cannot copy image file %r: %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: util/i18n.py:112 #, python-format -msgid "cannot write image file %r: %s" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: directives/code.py:84 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "writing %s file..." +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: directives/code.py:211 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: directives/code.py:225 #, python-format -msgid "error writing file %s: %s" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: directives/code.py:228 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: directives/code.py:270 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: directives/code.py:308 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Avtor sekcije: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Avtor modula: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: directives/other.py:210 +msgid "Author: " +msgstr "Avtor: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Vgrajeni deli" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Nivo modula" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "targets for %d template files" -msgstr "" +msgid "%b %d, %Y" +msgstr "%d %b, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: transforms/__init__.py:267 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: transforms/__init__.py:313 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: ext/imgconverter.py:40 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"Unable to run the image conversion command %r. 'sphinx.ext.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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: ext/imgconverter.py:68 #, python-format -msgid "%d source files given on command line" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/viewcode.py:285 +msgid "[docs]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/viewcode.py:311 +#, python-format +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/coverage.py:47 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/coverage.py:134 ext/coverage.py:280 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/coverage.py:141 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, python-format +#: ext/coverage.py:149 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." +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: ext/coverage.py:163 #, 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 coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: ext/coverage.py:177 #, 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 "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/coverage.py:245 #, 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 "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/coverage.py:445 #, python-format -msgid "docnames to write: %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Todo" + +#: ext/todo.py:104 +#, python-format +msgid "TODO entry found: %s" +msgstr "" + +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: ext/todo.py:165 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: ext/doctest.py:115 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: ext/doctest.py:120 #, python-format -msgid "processing %s" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (v " +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: ext/doctest.py:434 #, python-format -msgid "error writing file Makefile: %s" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: ext/doctest.py:522 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: ext/graphviz.py:303 #, python-format -msgid "Invalid caption: %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: ext/graphviz.py:310 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: ext/graphviz.py:313 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: ext/graphviz.py:329 #, python-format -msgid "Include file %r not found or reading it failed" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "Object named %r not found in include file %r" +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: ext/apidoc.py:85 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Avtor sekcije: " +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Avtor modula: " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Avtor: " +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: ext/apidoc.py:481 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Išči" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Potrdi" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Prikaži izvorno kodo" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "Išči %(docstitle)s" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Hitro iskanje" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "Pregled" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "Kazalo in seznami:" +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "Popoln Seznam Vsebine" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "prikazi vse sekcije in podsekcije" +#: ext/imgmath.py:159 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Iskalnik" +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "išči po dokumentaciji" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "Splošen seznam modulov" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "hiter dostop do vseh modulov" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Opombe" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Splošni abecedni seznam" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "vse funkcije, razredi, izrazi" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[slika]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: writers/html5.py:415 #, python-format -msgid "Index – %(key)s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Poln indeks na eni strani" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Prejšnja tema" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "prejšnje poglavje" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Naslednja tema" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "naslednje poglavje" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Za pravilno delovanje Iskanja morete vklopiti\n JavaScript." +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "išči" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Trenutna stran" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Indeksiraj strani po črki" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Abecedni seznam" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "lahko je veliko" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigacija" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: writers/texinfo.py:1300 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Išči med %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "O dokumentih" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Vse pravice pridržane" +msgid "unimplemented node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 +#: writers/latex.py:364 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Zadnjič posodobljeno %(last_updated)s." +msgid "no Babel option known for language %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "" + +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: writers/latex.py:1931 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "environment variable; %s" +msgstr "okoljska spremenljivka; %s" + +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" +msgstr "" + +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 +#: domains/std/__init__.py:234 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Avtomatsko generiran seznam sprememb v verziji %(version)s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Spremembe knjižnice" +#: domains/std/__init__.py:305 +#, python-format +msgid "%s command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API spremembe" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Ostale spremembe" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Skrij resultate iskanja" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "Rezultati Iskanja" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "okoljska spremenljivka" + +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Seznam modulov" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Iskalnik" + +#: domains/std/__init__.py:721 #, python-format -msgid "image file not readable: %s" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "" + +#: domains/std/__init__.py:934 #, python-format -msgid "image file %s not readable: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: domains/std/__init__.py:946 #, python-format -msgid "download file not readable: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: domains/std/__init__.py:960 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: domains/std/__init__.py:963 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: domains/std/__init__.py:1194 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: domains/std/__init__.py:1196 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "see %s" +msgid "%s() (in module %s)" +msgstr "%s() (v modulu %s)" + +#: 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 (v modulu %s)" + +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (vgrajene spremenljivke)" + +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (vgrajen razred)" + +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (razred v %s)" + +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: domains/python/__init__.py:251 #, python-format -msgid "see also %s" +msgid "%s() (%s static method)" +msgstr "%s() (%s statična metoda)" + +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: domains/python/__init__.py:428 #, python-format -msgid "unknown index entry type %r" +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "Moduli" + +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Zastarelo" + +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "izjema" + +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "statična metoda" + +#: domains/python/__init__.py:637 +msgid "property" +msgstr "" + +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 +#: domains/python/__init__.py:698 #, python-format -msgid "%s (C++ %s)" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" +msgstr "" + +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (zastarelo)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 msgid "Parameters" msgstr "Parametri" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Sproži izjemo" + +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" +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'." +msgstr "" + +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 msgid "member" msgstr "član" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "tip" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "" + +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "tip" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %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'." +msgstr "" + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:862 msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Sproži izjemo" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (v modulu %s)" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (v modulu %s)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Potrdi" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Prikaži izvorno kodo" + +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigacija" + +#: themes/basic/layout.html:115 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (vgrajene spremenljivke)" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "%s (built-in class)" -msgstr "%s (vgrajen razred)" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: themes/basic/layout.html:201 #, python-format -msgid "%s (class in %s)" -msgstr "%s (razred v %s)" +msgid "Last updated on %(last_updated)s." +msgstr "Zadnjič posodobljeno %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/layout.html:204 #, python-format -msgid "%s() (%s class method)" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statična metoda)" +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 "Poln indeks na eni strani" + +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "%s (%s property)" +msgid "Search %(docstitle)s" +msgstr "Išči %(docstitle)s" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Trenutna stran" + +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "Pregled" + +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "Moduli" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Kazalo in seznami:" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Zastarelo" +#: 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" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "išči po dokumentaciji" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Splošen seznam modulov" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "hiter dostop do vseh modulov" + +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Splošni abecedni seznam" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "vse funkcije, razredi, izrazi" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Hitro iskanje" + +#: 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/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/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +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 "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/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Skrij resultate iskanja" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "izjema" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +msgstr "Rezultati Iskanja" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statična metoda" +#: 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] "" +msgstr[3] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/collectors/asset.py:95 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (zastarelo)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/collectors/asset.py:123 #, python-format -msgid "environment variable; %s" -msgstr "okoljska spremenljivka; %s" +msgid "image file %s not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/collectors/asset.py:160 #, python-format -msgid "%s; configuration value" +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: environment/adapters/toctree.py:357 #, python-format -msgid "%s command line option" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "okoljska spremenljivka" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Seznam modulov" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:374 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "abecedni seznam" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:547 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "naprej" + +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "nazaj" + +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:772 #, python-format -msgid "invalid numfig_format: %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:843 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:861 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:912 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "nadaljevanje iz prejšnje strani" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Izdaja" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1349 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1372 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1384 #, python-format -msgid "(in %s v%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:485 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:117 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"\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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Izdaja" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3804,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3819,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "abecedni seznam" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "naprej" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "nazaj" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "nadaljevanje iz prejšnje strani" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/sphinx.pot b/sphinx/locale/sphinx.pot index ca709417825..d35356590ac 100644 --- a/sphinx/locale/sphinx.pot +++ b/sphinx/locale/sphinx.pot @@ -6,390 +6,153 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: Sphinx 8.0.0\n" +"Project-Id-Version: Sphinx 8.1.0\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes" -" are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called " -"sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a " -"list of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but " -"`{current}` is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with" " this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as " +"errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +160,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,276 +173,788 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it" " should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes" +" are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called " +"sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but " +"`{current}` is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose" +" another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 " @@ -687,11 +962,11 @@ msgid "" "\"source\" and \"build\" directories within the root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 msgid "" "Inside the root directory, two more directories will be created; " "\"_templates\"\n" @@ -701,23 +976,23 @@ msgid "" "underscore." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -726,15 +1001,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -745,21 +1020,21 @@ msgid "" "language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -767,36 +1042,36 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root " "path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has" " been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 msgid "" "A Makefile and a Windows command file can be generated for you so that " "you\n" @@ -804,31 +1079,29 @@ msgid "" "directly." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other " @@ -836,26 +1109,26 @@ msgid "" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -866,209 +1139,196 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "" "\"quiet\" is specified, but any of \"project\" or \"author\" is not " "specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a " "new root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1091,2702 +1351,2451 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is" " specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number " "of CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: " "OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated:" -" {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' " -"instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination " -"path has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to " -"output it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose" -" another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/linkcheck.py:60 #, python-format -msgid "%s() (built-in function)" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 +#: builders/linkcheck.py:137 #, python-format -msgid "%s() (%s method)" +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/linkcheck.py:526 #, python-format -msgid "%s() (class)" +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (global variable or constant)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/singlehtml.py:36 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/manpage.py:39 #, python-format -msgid "%s (module)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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/__init__.py:313 +#, python-format +msgid "file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "" +"conf value \"epub_language\" (or \"language\") should not be empty for " +"EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "" +"conf value \"epub_title\" (or \"html_title\") should not be empty for " +"EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format +#: builders/epub3.py:255 msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"conf value \"epub_copyright\" (or \"copyright\")should not be empty for " +"EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" + +#: builders/changes.py:140 #, python-format -msgid "invalid regex %r in %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: util/rst.py:72 #, python-format -msgid "module %s could not be imported: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/docfields.py:95 #, python-format msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +"Problem in %s domain: field is supposed to use role '%s', but that role " +"is not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/osutil.py:130 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/nodes.py:419 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' " +"instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:487 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:701 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/fileutil.py:76 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination " +"path has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/inventory.py:170 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:185 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/docutils.py:283 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the " -"imgmath_%s setting" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:746 #, python-format -msgid "display latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: util/i18n.py:105 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:112 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:141 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:236 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +msgid "" +"Invalid date format. Quote the string by single quote if you want to " +"output it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "encountered title node not in section, topic, table, admonition or sidebar" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try " +"giving an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" + +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated:" +" {1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "" + +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "" -"conf value \"epub_language\" (or \"language\") should not be empty for " -"EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "" -"conf value \"epub_title\" (or \"html_title\") should not be empty for " -"EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "" + +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "" + +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "" -"conf value \"epub_copyright\" (or \"copyright\")should not be empty for " -"EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:268 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: ext/graphviz.py:303 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:310 #, python-format -msgid "broken link: %s (%s)" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:313 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:329 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "no changes in version %s." +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: ext/apidoc.py:396 +msgid "fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format -msgid "file %r given on command line is not under the source directory, ignoring" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 -#, python-format -msgid "%s added, %s changed, %s removed" +#: ext/duration.py:85 +msgid "====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: ext/imgmath.py:174 #, 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." +"%s command %r cannot be run (needed for math display), check the " +"imgmath_%s setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: ext/imgmath.py:328 #, 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 "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:362 #, 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 "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "docnames to write: %s" +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/html5.py:415 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 -#, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" + +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "processing %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: writers/texinfo.py:1300 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/latex.py:364 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Invalid caption: %s" +msgid "no Babel option known for language %r" +msgstr "" + +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:593 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 +msgid "both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: writers/latex.py:1575 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: writers/latex.py:1931 #, python-format -msgid "Include file %r not found or reading it failed" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try " -"giving an :encoding: option" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/std/__init__.py:111 #, python-format -msgid "Object named %r not found in include file %r" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\"," +" \"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/std/__init__.py:305 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a" -" bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: " +"for one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no " -"link will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (built-in variable)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in class)" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: " -"for one of them" +"toctree contains reference to document %r that doesn't have a title: no " +"link will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\"," -" \"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the" +" index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected " +"in configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1414 +#, python-format +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 -#, python-format -msgid "invalid value set (missing closing brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/__init__.py:117 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:543 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. " -"Project identifiers must be non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element " -"tuple or list." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target " -"URI, inventory locations) pair." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" +msgstr "" + +#: _cli/util/errors.py:172 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a" +" bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had " -"working alternatives:" +#: transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following " -"exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with " +"%r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does " +"not contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following " @@ -3794,17 +3803,17 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3812,7 +3821,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3829,349 +3838,294 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with " -"%r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does " -"not contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. " +"Project identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element " +"tuple or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target " +"URI, inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had " +"working alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +#: ext/autodoc/__init__.py:408 +#, python-format +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following " +"exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +#: ext/autodoc/__init__.py:934 +#, python-format +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "cannot copy static file %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "cannot copy extra file %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:1036 #, python-format -msgid "Failed to write build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 msgid "" -"search index couldn't be loaded, but not all documents will be built: the" -" index will be incomplete." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1102 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, 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 get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "dumping search index in %s" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 +#, python-format +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 -#, python-format -msgid "html_static_path entry %r is placed inside outdir" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected " -"in configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/sq/LC_MESSAGES/sphinx.js b/sphinx/locale/sq/LC_MESSAGES/sphinx.js index e86d9d1c660..1918ce732e2 100644 --- a/sphinx/locale/sq/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sq/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "K\u0113rko", "Search Page": "Faqe K\u00ebrkimesh", "Search Results": "P\u00ebrfundime K\u00ebrkimi", - "Search finished, found ${resultCount} page(s) matching the search query.": "K\u00ebrkimi p\u00ebrfundoi, u gjet\u00ebn ${resultCount} faqe me p\u00ebrputhje me vargun e k\u00ebrkimit.", + "Search finished, found one page matching the search query.": [ + "K\u00ebrkimi p\u00ebrfundoi, u gjet nj\u00eb faqe me p\u00ebrkime p\u00ebr termat e k\u00ebrkimit.", + "K\u00ebrkimi p\u00ebrfundoi, u gjet\u00ebn ${resultCount} faqe me p\u00ebrkime p\u00ebr termat e k\u00ebrkimit." + ], "Search within %(docstitle)s": "K\u00ebrkoni brenda %(docstitle)s", "Searching": "K\u00ebrkim", "Searching for multiple words only shows matches that contain\n all words.": "K\u00ebrkimi p\u00ebr disa fjal\u00eb nj\u00ebher\u00ebsh shfaq vet\u00ebm p\u00ebrputhje q\u00eb\n p\u00ebrmbajn\u00eb krejt fjal\u00ebt.", diff --git a/sphinx/locale/sq/LC_MESSAGES/sphinx.mo b/sphinx/locale/sq/LC_MESSAGES/sphinx.mo index 45e620f2030..2ebe783403f 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 2c141bf0690..91ae8ba2b41 100644 --- a/sphinx/locale/sq/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sq/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Besnik Bleta , 2021-2024\n" "Language-Team: Albanian (http://app.transifex.com/sphinx-doc/sphinx-1/language/sq/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: sq\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "është dhënë mundësi teme %r e pambuluar" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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ë" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "s’u gjet temë e emërtuar %r (mungon theme.toml?)" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "Tema %r ka trashëgimi rrethore" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "Tema %r ka shumë paraardhës" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "s’u gjet kartelë formësimi teme në %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "tema %r s’ka tabelën “theme”" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "Tabela “[theme]” e temës %r s’është tabelë" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "Tema %r duhet të përcaktojë rregullimin “theme.inherit”" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "Tablea “[options]” e temës %r s’është tabelë" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, 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”" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Vlerë formësimi %r e pranishme tashmë" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Emër i panjohur akti: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "vlerë e panjohur formësimi %r te anashkalimi, po shpërfillet" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "S’ka vlerë të tillë formësimi: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Vlerë formësimi %r e pranishme tashmë" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -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()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "S’u arrit të shndërrohet %r në një grup, ose në një dyshe" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "Po shndërrohet `source_suffix = %r` në `source_suffix = %r`." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Ndarja %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Figura %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tabela %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -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}`." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "Vlera e formësimit `{name}' është e llojit `{current.__name__}'; pritej {permitted}." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -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__}'." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "s’u gjet primary_domain %r, po shpërfillet." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "Që prej v2.0, Sphinx përdor \"index\" për root_doc, si parazgjedhje. Ju lutemi, shtoni \"root_doc = 'contents'\" te conf.py juaj." - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "S’gjendet dot drejtori burim (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "Drejtoria e përfundimeve (%s) s’është drejtori" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Drejtoria burim dhe drejtoria vendmbërritje s’mund të jenë identike" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Po xhirohet Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "po krijohet drejtori përfundimesh" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "teksa ujdiset zgjerimi %s:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "po ngarkohen përkthime [%s]… " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "u bë" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "s’është i passhëm për mesazhe të brendshëm" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "dështoi: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "S’u përzgjodh montues, po përdoret parazgjedhja: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "doli me sukses" +#: application.py:394 +msgid "build finished with problems." +msgstr "montimi përfundoi me probleme." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "u përfundua me probleme" +#: application.py:396 +msgid "build succeeded." +msgstr "montimi doli me sukses." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "montimi %s, % sinjalizim (me sinjalizime të trajtuara si gabime)." +#: application.py:400 +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)." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "montimi %s, %s sinjalizime (me sinjalizime të trajtuara si gabime)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "montimi përfundoi me probleme, 1 sinjalizim." + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "montimi doli me sukses, 1 sinjalizim." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "build %s, %s warning." +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)." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "montimi %s, %s sinjalizime." +msgid "build finished with problems, %s warnings." +msgstr "montimi përfundoi me probleme, %s sinjalizime." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "montimi %s." +msgid "build succeeded, %s warnings." +msgstr "montimi doli me sukses, %s sinjalizime." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "direktiva %r është e regjistruar tashmë, do të anashkalohet" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "roli %r është e regjistruar tashmë, do të anashkalohet" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "zgjerimi %s s’është i sigurt për lexim paralel" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,3452 +175,3575 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "zgjerimi %s s’është i sigurt për shkrim paralel" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "Cenueshmëri dhe Ekspozime të Rëndomta; CVE %s" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "numër CVE %s i pavlefshëm" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "numër CWE i pavlefshëm %s" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "numër PEP i pavlefshëm %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "numër RFC i pavlefshëm %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Klasa %s e montuesit nuk ka atribut \"name\"" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Montuesi %r ekziston tashmë (te moduli %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Emër montuesi %s jo i regjistruar" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "përkatësi %s e regjistruar tashmë" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "përkatësi %s ende e paregjistruar" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "Direktiva %r është e regjistruar tashmë te përkatësia %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "Roli %r është i regjistruar tashmë te përkatësia %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "Treguesi %r është i regjistruar tashmë te përkatësia %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "object_type %r është i regjistruar tashmë" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "crossref_type %r është i regjistruar tashmë" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r është i regjistruar tashmë" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "source_parser për %r është i regjistruar tashmë" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "Përtypës burimesh për %s jo i regjistruar" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "Përkthyesi për %r ekziston tashmë" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r tashmë i regjistruar" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "vizatuesi i formulave matematikore %s është i regjistruar tashmë" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "zgjerimi %r qe shkrirë me Sphinx-in që me versionin %s; ky zgjerim është shpërfillur." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Përjashtimi origjinal:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "S’u importua dot zgjerimi %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, 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?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "`None` s’është lloj i vlefshëm kartele për %r." -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." -msgstr "" +msgstr "për dokumentin “%s” u gjetën disa kartela: %s\nPërdorni %r për montimin." -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "U shpërfill dokument i palexueshëm %r." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "fut automatikisht docstrings prej modulesh" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "testo automatikisht copëza kodi te blloqe doctest" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "lidhje mes dokumentimi Sphinx projektesh të ndryshëm" +#: extension.py:55 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -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" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "kontrolle për mbulim dokumentimi" +#: theming.py:121 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "përfshi formula matematikore, të vizatuara si figura PNG ose SVG" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "përfshi formula matematikore, të vizatuara te shfletuesi nga MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "është dhënë mundësi teme %r e pambuluar" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "përfshirje e kushtëzuar lënde, bazuar në vlera formësimi" +#: theming.py:215 +#, 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ë" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" -msgstr "përfshi lidhje te kodi burim i objekteve Python të dokumentuara" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "s’u gjet temë e emërtuar %r (mungon theme.toml?)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "krijo kartelë .nojekyll për të botuar dokumentin në faqe GitHub" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "Tema %r ka trashëgimi rrethore" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." -msgstr "Ju lutemi, jepni një emër shtegu të vlefshëm." +#: theming.py:283 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." -msgstr "Ju lutemi, jepni ca tekst." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "Tema %r ka shumë paraardhës" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." -msgstr "Ju lutemi, jepni një nga %s." +msgid "no theme configuration file found in %r" +msgstr "s’u gjet kartelë formësimi teme në %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "Ju lutemi, jepni 'y' ose 'n'." +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "tema %r s’ka tabelën “theme”" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "Ju lutemi, jepni një prapashtesë kartele, për shembull, '.rst' ose '.txt'." +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "Tabela “[theme]” e temës %r s’është tabelë" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:354 theming.py:402 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "Mirë se vini te mjeti për fillim të shpejtë me Sphinx %s." +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "Tema %r duhet të përcaktojë rregullimin “theme.inherit”" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "Tablea “[options]” e temës %r s’është tabelë" + +#: theming.py:377 +#, 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”" + +#: config.py:314 +#, 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: config.py:323 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)." +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: config.py:346 #, python-format -msgid "Selected root path: %s" -msgstr "Shteg rrënjë i përzgjedhur: %s" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." -msgstr "Jepni shtegun rrënjë për te dokumenti." +#: config.py:355 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" -msgstr "Shteg rrënje për te dokumenti" +#: config.py:361 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -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." +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "vlerë e panjohur formësimi %r te anashkalimi, po shpërfillet" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart s’do të mbishkruajë projekte ekzistuese Sphinx." +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "S’ka vlerë të tillë formësimi: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -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)" +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Vlerë formësimi %r e pranishme tashmë" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:494 +#, 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 "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ë." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" -msgstr "Nda veçmas drejtoritë burim dhe montim (y/n)" +#: config.py:531 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: config.py:534 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" -msgstr "Parashtesë emrash për drejtori gjedhesh dhe statikesh" +"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()" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: config.py:541 +#, python-format 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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" -msgstr "Emër projekti" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "S’u arrit të shndërrohet %r në një grup, ose në një dyshe" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" -msgstr "Emër(a) autori(ësh)" +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "Po shndërrohet `source_suffix = %r` në `source_suffix = %r`." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:593 +#, 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-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ë." +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" -msgstr "Version projekti" +#: config.py:612 +#, python-format +msgid "Section %s" +msgstr "Ndarja %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" -msgstr "Hedhje në qarkullim e projektit" +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Figura %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 -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." +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tabela %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" -msgstr "Gjuhë projekti" +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: config.py:722 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "Prapashtesë kartele burim" +"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}`." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:746 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" -msgstr "Emër i dokumentit tuaj kryesor (pa prapashtesë)" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "Vlera e formësimit `{name}' është e llojit `{current.__name__}'; pritej {permitted}." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 -#, python-format +#: config.py:759 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." +"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__}'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart s’do të mbishkruajë kartelën ekzistuese." +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "s’u gjet primary_domain %r, po shpërfillet." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: config.py:782 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" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "Që prej v2.0, Sphinx përdor \"index\" për root_doc, si parazgjedhje. Ju lutemi, shtoni \"root_doc = 'contents'\" te conf.py juaj." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "Përcaktoni se cilët nga zgjerimet vijuese Sphinx duhen aktivizuar:" +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (direktivë)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 -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." +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (mundësi direktive)" -#: /home/runner/work/sphinx/sphinx/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 "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." +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" -msgstr "Të krijohet Makefile? (y/n)" +#: domains/rst.py:223 +msgid "directive" +msgstr "direktivë" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" -msgstr "Të krijohet kartelë urdhrash Windows? (y/n)" +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "rol" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/rst.py:247 #, python-format -msgid "Creating file %s." -msgstr "Po krijohet kartela %s." +msgid "duplicate description of %s %s, other instance in %s" +msgstr "përshkrim i përsëdytur %s %s, instancë tjetër te %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/javascript.py:165 #, python-format -msgid "File %s already exists, skipping." -msgstr "Ka tashmë një kartelë %s, po anashkalohet." +msgid "%s() (built-in function)" +msgstr "%s() (funksion i brendshëm)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." -msgstr "Përfundoi: U krijua një strukturë fillestare drejtorish." +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (metodë %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/javascript.py:168 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "Tani duhet të populloni kartelën tuaj master file %s dhe të krijoni kartela të tjera\nburim të dokumentimit. " +msgid "%s() (class)" +msgstr "%s() (klasë)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -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" +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s ( ndryshore globale ose konstante)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/javascript.py:172 domains/python/__init__.py:338 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -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." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." -msgstr "Për më tepër hollësi, vizitoni ." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" -msgstr "mënyra pa zhurmë" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "rrënjë e projektit" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "Mundësi strukture" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" -msgstr "nëse është kërkuar, nda veçmas drejtoritë burim dhe montim" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" -msgstr "në u përcaktoftë, krijo drejtori montimi nën drejtorinë burim" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." -msgstr "zëvendësim për pikën te _templates, etj." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" -msgstr "Mundësi bazë të projektit" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" -msgstr "emër projekti" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" -msgstr "emra autorësh" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" -msgstr "version i projektit" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" -msgstr "hedhje në qarkullim e projektit" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" -msgstr "gjuhë dokumenti" +msgid "%s (%s attribute)" +msgstr "%s (atribut %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" -msgstr "prapashtesë kartele burim" +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argumente" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" -msgstr "emër dokumenti bazë" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" -msgstr "përdor epub" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Kthime" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" -msgstr "Mundësi zgjerimi" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Lloj kthimi" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/javascript.py:334 #, python-format -msgid "enable %s extension" -msgstr "aktivizo zgjerimin %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" -msgstr "aktivizo zgjerime arbitrare" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" -msgstr "Krijim makefile-i dhe batchfile-i" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" -msgstr "krijo makefile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" -msgstr "mos krijo makefile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" -msgstr "krijo batchfile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" -msgstr "mos krijo batchfile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" -msgstr "përdor make-mode për Makefile/make.bat" +msgid "%s (module)" +msgstr "%s (modul)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" -msgstr "Gjedhe projekti" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funksion" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" -msgstr "drejtori gjedhesh për kartela gjedhe" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metodë" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" -msgstr "përkufizoni një ndryshore gjedheje" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "klasë" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\" është specifikuar, por s’është specifikuar ndonjë \"projekt\" ose \"autor\"." +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "të dhëna" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "Gabim:shtegu i dhënë s’është drejtori, ose kartelat sphinx ekzistojnë tashmë." +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "atribut" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart prodhon vetëm te një drejtori e zbrazët. Ju lutemi, specifikoni një shteg rrënjë të ri." +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modul" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: domains/javascript.py:407 #, python-format -msgid "Invalid template variable: %s" -msgstr "Ndryshore e pavlefshme gjedheje: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "Ndodhi një përjashtim gjatë montimit, po niset diagnostikuesi:" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "U ndërpre!" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "Gabim markup-i reST:" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "Gabim kodimi:" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "Shtuar në versionin %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: domains/changeset.py:26 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "Traceback-u i plotë është ruajtur te %s, nëse doni t’ua raportoni problemin zhvilluesve." +msgid "Changed in version %s" +msgstr "Ndryshuar në versionin %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "Gabim përsëritje:" +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Nxjerrë nga përdorimi që me versionin %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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 "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.:" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "Hequr në versionin %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "Ndodhi një përjashtim:" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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 "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." +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "citim i përsëdytur %s, tjetër instancë te %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "Një njoftim të mete mund të depozitohet te gjurmuesi në . Faleminderit!" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Përmendja [%s] s’është në referencë." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "numri i aktit duhet të jetë një numër pozitiv" +#: domains/math.py:63 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "math_eqref_format i pavlefshëm: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" -msgstr "shteg për te kartela burimi dokumentimi" +#: environment/__init__.py:86 +msgid "new config" +msgstr "formësim i ri" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" -msgstr "shteg për te drejtori përfundimesh" +#: environment/__init__.py:87 +msgid "config changed" +msgstr "formësimi ndryshoi" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -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" +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "zgjerimet u ndryshuan" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" -msgstr "mundësi të përgjithshme" +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "version jo i tanishëm i mjedisit të montimit" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" -msgstr "montues për t’u përdorur (parazgjedhje: 'html')" +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "drejtoria burim ka ndryshuar" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" -msgstr "mos përdor një mjedis të ruajtur, lexo përherë krejt kartelat" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" -msgstr "mundësi shtegu" +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: environment/__init__.py:364 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "drejtori për kartela doctree dhe mjedisi (parazgjedhje: OUTPUT_DIR/.doctrees)" - -#: /home/runner/work/sphinx/sphinx/sphinx/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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" -msgstr "anashkalo një rregullim te kartelë formësimi" +"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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" -msgstr "jep një vlerë te gjedhe HTML" +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "S’u arrit të skanohen dokumente te %s: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "përcaktoni etiketë: përfshi blloqe “only” me TAG" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "Përkatësia %r s’është e regjistruar" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" -msgstr "" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "dokumenti s’është i përfshirë në ndonjë toctree" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" -msgstr "mundësi për ç’prodhon konsola" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "U gjet “toctree” që i referohet vetes. U shpërfill." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" -msgstr "pa output në stdout, thjesht sinjalizime në stderr" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Vëmendje" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" -msgstr "pa output fare, madje as sinjalizime" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Kujdes" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Rrezik" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Gabim" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" -msgstr "mundësi kontrolli sinjalizimesh" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Ndihmëz" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "shkruaj sinjalizime (dhe gabime) te kartela e dhënë" +#: locale/__init__.py:234 +msgid "Important" +msgstr "E rëndësishme" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "shndërroji sinjalizimet në gabime" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Shënim" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "me --fail-on-warning, vazhdo, kur merren sinjalizime" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Shihni edhe" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Ndihmëz" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" -msgstr "xhiro Pdb, në rast përjashtimesh" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Sinjalizim" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "s’mund të ndërthuret një mundësi -a dhe emra kartelash" +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "fut automatikisht docstrings prej modulesh" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" -msgstr "s’hapet dot kartelë sinjalizimesh %r: %s" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "testo automatikisht copëza kodi te blloqe doctest" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -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/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "lidhje mes dokumentimi Sphinx projektesh të ndryshëm" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -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ë" +#: cmd/quickstart.py:46 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -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}" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "kontrolle për mbulim dokumentimi" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -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}" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "përfshi formula matematikore, të vizatuara si figura PNG ose SVG" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -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}" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "përfshi formula matematikore, të vizatuara te shfletuesi nga MathJax" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -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}" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "përfshirje e kushtëzuar lënde, bazuar në vlera formësimi" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b, %Y" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "përfshi lidhje te kodi burim i objekteve Python të dokumentuara" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "s’u njehsua dot ecuri përkthimi!" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "krijo kartelë .nojekyll për të botuar dokumentin në faqe GitHub" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "pa elementë të përkthyer!" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "Ju lutemi, jepni një emër shtegu të vlefshëm." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, 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" +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "Ju lutemi, jepni ca tekst." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: cmd/quickstart.py:117 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "Poshtëshënimi [%s] s’është në referencë." - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "Poshtëshënimi [#] s’është në referencë." +msgid "Please enter one of %s." +msgstr "Ju lutemi, jepni një nga %s." -#: /home/runner/work/sphinx/sphinx/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 "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:125 +msgid "Please enter either 'y' or 'n'." +msgstr "Ju lutemi, jepni 'y' ose 'n'." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "Ju lutemi, jepni një prapashtesë kartele, për shembull, '.rst' ose '.txt'." -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: cmd/quickstart.py:213 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "inventar <%s> përmban përkufizime të shumta për %s" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "Mirë se vini te mjeti për fillim të shpejtë me Sphinx %s." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format +#: cmd/quickstart.py:217 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”." - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "“toctree” përmban referencë për te një kartelë joekzistuese %r" +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: cmd/quickstart.py:225 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "përjashtim teksa vlerësohej vetëm shprehje direktive: %s" +msgid "Selected root path: %s" +msgstr "Shteg rrënjë i përzgjedhur: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." +msgstr "Jepni shtegun rrënjë për te dokumenti." -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" +msgstr "Shteg rrënje për te dokumenti" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "gabim leximi: %s, %s" +#: cmd/quickstart.py:237 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "gabim shkrimi: %s, %s" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart s’do të mbishkruajë projekte ekzistuese Sphinx." -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s s’ekziston" +#: cmd/quickstart.py:246 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format +#: cmd/quickstart.py:256 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "emër direktive ose roli të panjohur: %s:%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "lloj i panjohur nyjeje: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "s’u gjet rol parazgjedhje %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "shenja burimi të padeshifrueshme, po zëvendësohen me \"?\": %r" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "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ë." -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "e anashkaluar" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" +msgstr "Nda veçmas drejtoritë burim dhe montim (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "e dështuar" +#: cmd/quickstart.py:269 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Vëmendje" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" +msgstr "Parashtesë emrash për drejtori gjedhesh dhe statikesh" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Kujdes" +#: cmd/quickstart.py:280 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Rrezik" +#: cmd/quickstart.py:284 +msgid "Project name" +msgstr "Emër projekti" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Gabim" +#: cmd/quickstart.py:286 +msgid "Author name(s)" +msgstr "Emër(a) autori(ësh)" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Ndihmëz" +#: cmd/quickstart.py:291 +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ë." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "E rëndësishme" +#: cmd/quickstart.py:299 +msgid "Project version" +msgstr "Version projekti" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Shënim" +#: cmd/quickstart.py:301 +msgid "Project release" +msgstr "Hedhje në qarkullim e projektit" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Shihni edhe" +#: cmd/quickstart.py:306 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Ndihmëz" +#: cmd/quickstart.py:315 +msgid "Project language" +msgstr "Gjuhë projekti" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Sinjalizim" +#: cmd/quickstart.py:322 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "formësim i ri" +#: cmd/quickstart.py:327 +msgid "Source file suffix" +msgstr "Prapashtesë kartele burim" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "formësimi ndryshoi" +#: cmd/quickstart.py:332 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "zgjerimet u ndryshuan" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" +msgstr "Emër i dokumentit tuaj kryesor (pa prapashtesë)" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "version jo i tanishëm i mjedisit të montimit" +#: cmd/quickstart.py:350 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "drejtoria burim ka ndryshuar" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart s’do të mbishkruajë kartelën ekzistuese." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 +#: cmd/quickstart.py:360 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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "S’u arrit të skanohen dokumente te %s: %r" +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "Përcaktoni se cilët nga zgjerimet vijuese Sphinx duhen aktivizuar:" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "Përkatësia %r s’është e regjistruar" +#: cmd/quickstart.py:379 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "dokumenti s’është i përfshirë në ndonjë toctree" +#: cmd/quickstart.py:389 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "U gjet “toctree” që i referohet vetes. U shpërfill." +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" +msgstr "Të krijohet Makefile? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "citim i përsëdytur %s, tjetër instancë te %s" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" +msgstr "Të krijohet kartelë urdhrash Windows? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "Përmendja [%s] s’është në referencë." +msgid "Creating file %s." +msgstr "Po krijohet kartela %s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (funksion i brendshëm)" +msgid "File %s already exists, skipping." +msgstr "Ka tashmë një kartelë %s, po anashkalohet." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (metodë %s)" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." +msgstr "Përfundoi: U krijua një strukturë fillestare drejtorish." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: cmd/quickstart.py:502 #, python-format -msgid "%s() (class)" -msgstr "%s() (klasë)" +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. " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s ( ndryshore globale ose konstante)" +#: cmd/quickstart.py:510 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: cmd/quickstart.py:513 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (atribut %s)" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argumente" +#: cmd/quickstart.py:520 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "" +#: cmd/quickstart.py:555 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Kthime" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "Për më tepër hollësi, vizitoni ." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Lloj kthimi" +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "mënyra pa zhurmë" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 -#, python-format -msgid "%s (module)" -msgstr "%s (modul)" +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "rrënjë e projektit" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funksion" +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "Mundësi strukture" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metodë" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "nëse është kërkuar, nda veçmas drejtoritë burim dhe montim" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "klasë" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "në u përcaktoftë, krijo drejtori montimi nën drejtorinë burim" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "të dhëna" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "zëvendësim për pikën te _templates, etj." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "atribut" +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "Mundësi bazë të projektit" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modul" +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "emër projekti" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, 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" +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "emra autorësh" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, 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" +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "version i projektit" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "math_eqref_format i pavlefshëm: %r" +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "hedhje në qarkullim e projektit" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" -msgstr "Shtuar në versionin %s" +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "gjuhë dokumenti" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "Ndryshuar në versionin %s" +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "prapashtesë kartele burim" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "Nxjerrë nga përdorimi që me versionin %s" +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "emër dokumenti bazë" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" -msgstr "Hequr në versionin %s" +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "përdor epub" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" -msgstr "%s (direktivë)" +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "Mundësi zgjerimi" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (mundësi direktive)" +msgid "enable %s extension" +msgstr "aktivizo zgjerimin %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" -msgstr "%s (rol)" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "aktivizo zgjerime arbitrare" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "direktivë" +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "Krijim makefile-i dhe batchfile-i" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "" +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "krijo makefile" + +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "mos krijo makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rol" +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "krijo batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "përshkrim i përsëdytur %s %s, instancë tjetër te %s" +#: cmd/quickstart.py:689 +msgid "do not create batchfile" +msgstr "mos krijo batchfile" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" +msgstr "përdor make-mode për Makefile/make.bat" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" -msgstr "Lidhje për te ky ekuacion" +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "Gjedhe projekti" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[burim]" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" +msgstr "drejtori gjedhesh për kartela gjedhe" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "po theksohet kod moduli… " +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "përkufizoni një ndryshore gjedheje" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[dokumente]" +#: cmd/quickstart.py:749 +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\"." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Kod moduli" +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "Gabim:shtegu i dhënë s’është drejtori, ose kartelat sphinx ekzistojnë tashmë." + +#: cmd/quickstart.py:775 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: cmd/quickstart.py:793 #, python-format -msgid "

Source code for %s

" -msgstr "

Kod burim për %s

" +msgid "Invalid template variable: %s" +msgstr "Ndryshore e pavlefshme gjedheje: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Përmbledhje: kod moduli" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" +msgstr "Ndodhi një përjashtim gjatë montimit, po niset diagnostikuesi:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

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

" +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" +msgstr "U ndërpre!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Për T’u Bërë" +#: cmd/build.py:67 +msgid "reST markup error:" +msgstr "Gabim markup-i reST:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" +msgstr "Gabim kodimi:" + +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "TODO entry found: %s" -msgstr "U gjet zë Për T’u Bërë: %s" +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "Traceback-u i plotë është ruajtur te %s, nëse doni t’ua raportoni problemin zhvilluesve." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" +msgstr "Gabim përsëritje:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> gjendet te %s, rreshti %d.)" +#: _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 "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.:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "zëri origjinal" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" +msgstr "Ndodhi një përjashtim:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." -msgstr "Do të krijonte kartelë %s." +#: _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 "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." + +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "Një njoftim të mete mund të depozitohet te gjurmuesi në . Faleminderit!" + +#: cmd/build.py:144 +msgid "job number should be a positive number" +msgstr "numri i aktit duhet të jetë një numër pozitiv" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: cmd/build.py:154 msgid "" "\n" -"Look recursively in for Python modules and packages and create\n" -"one reST file with automodule directives per package in the .\n" +"Generate documentation from source files.\n" "\n" -"The s can be file and/or directory patterns that will be\n" -"excluded from generation.\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" -"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ë." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "shteg për te modul për te dokumenti" +#: cmd/build.py:180 +msgid "path to documentation source files" +msgstr "shteg për te kartela burimi dokumentimi" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -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" +#: cmd/build.py:183 +msgid "path to output directory" +msgstr "shteg për te drejtori përfundimesh" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "drejtori ku të vendosen krejt përfundimet" +#: cmd/build.py:188 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -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)" +#: cmd/build.py:194 +msgid "general options" +msgstr "mundësi të përgjithshme" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "mbishkruaj kartela ekzistuese" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "montues për t’u përdorur (parazgjedhje: 'html')" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 +#: cmd/build.py:210 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "ndiq lidhje simbolike. E fuqishme, kur ndërthuret me collective.recipe.omelette." - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "xhiroje programthin pa krijuar kartela" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "vendose dokumentim për çdo modul në faqe më vete" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "përfshi modulet \"_private\"" +#: cmd/build.py:220 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "emër kartele për tryezën e lëndës (parazgjedhje: modules)" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" +msgstr "mos përdor një mjedis të ruajtur, lexo përherë krejt kartelat" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "mos krijo një kartelë tryeze lënde" +#: cmd/build.py:230 +msgid "path options" +msgstr "mundësi shtegu" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: cmd/build.py:236 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)" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "drejtori për kartela doctree dhe mjedisi (parazgjedhje: OUTPUT_DIR/.doctrees)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "vendose dokumentimin e modulit përpara dokumentimit të nënmodulit" +#: cmd/build.py:246 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -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" +#: cmd/build.py:257 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "prapashtesë kartele (parazgjedhje: rst)" +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "anashkalo një rregullim te kartelë formësimi" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" -msgstr "Hiq te drejtoria përfundim kartela ekzistuese që s’qenë prodhuar" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" +msgstr "jep një vlerë te gjedhe HTML" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "prodho me sphinx-quickstart një projekt të plotë" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "përcaktoni etiketë: përfshi blloqe “only” me TAG" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -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" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "emër projekti (parazgjedhje: emër moduli rrënjë)" +#: cmd/build.py:294 +msgid "console output options" +msgstr "mundësi për ç’prodhon konsola" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "autor(ë) projekti, e përdorur kur është dhënë --full" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "version projekti, e përdorur kur është dhënë --full" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" +msgstr "pa output në stdout, thjesht sinjalizime në stderr" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -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" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "pa output fare, madje as sinjalizime" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "mundësi zgjatimi" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." -msgstr "%s s’është drejtori." +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "S’u arrit të hiqet %s: %s" +#: cmd/build.py:334 +msgid "warning control options" +msgstr "mundësi kontrolli sinjalizimesh" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -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:340 +msgid "write warnings (and errors) to given file" +msgstr "shkruaj sinjalizime (dhe gabime) te kartela e dhënë" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, 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:347 +msgid "turn warnings into errors" +msgstr "shndërroji sinjalizimet në gabime" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "Po shpërfillet direktivë “graphviz” pa lëndë." +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "Duhet ujdisur shteg të ekzekutueshmi graphviz_dot! %r" +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "xhiro Pdb, në rast përjashtimesh" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, 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:364 +msgid "raise an exception on warnings" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, 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:407 +msgid "cannot combine -a option and filenames" +msgstr "s’mund të ndërthuret një mundësi -a dhe emra kartelash" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: cmd/build.py:439 #, 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" +msgid "cannot open warning file %r: %s" +msgstr "s’hapet dot kartelë sinjalizimesh %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "graphviz_output_format duhet të jetë një nga 'png', 'svg', por është %r" +#: cmd/build.py:458 +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ë" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" -msgstr "kod dot %r: %s" +#: cmd/build.py:465 +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ë" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Montuesi provë nuk prodhon kartela." + +#: builders/linkcheck.py:60 #, python-format -msgid "[graph: %s]" -msgstr "[grafik: %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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[grafik]" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "lidhje e dëmtuar: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/linkcheck.py:526 #, 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" +msgid "Anchor '%s' not found" +msgstr "S’u gjet spirancë '%s'" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: builders/linkcheck.py:726 #, 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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: builders/singlehtml.py:36 #, 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" +msgid "The HTML page is in %(outdir)s." +msgstr "Faqja HTML gjenden në %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "=================== kohëzgjatjet më të ngadalta të leximit ===================" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "po montohet dokument njësh" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "mungon '+' ose '-' te mundësia '%s'." +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "po shkruhet" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' s’është mundësi e vlefshme." +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "po shkruhen kartela shtesë" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/manpage.py:39 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' s’është mundësi pyversion e vlefshme" +msgid "The manual pages are in %(outdir)s." +msgstr "Faqet e doracakut gjenden në %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "lloj TestCode i pavlefshëm" +#: builders/manpage.py:47 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/manpage.py:76 #, 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." +msgid "\"man_pages\" config value references unknown document %s" +msgstr "vlera e formësimit \"man_pages\" i referohet një dokumenti të panjohur %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: builders/text.py:34 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "s’ka kod/dhënie te blloku %s në %s:%s" +msgid "The text files are in %(outdir)s." +msgstr "Kartelat tekst gjenden në %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "po shpërfillet kod “doctest” i pavlefshëm: %r" +msgid "error writing file %s: %s" +msgstr "gabim në shkrim kartele %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 +#: builders/xml.py:38 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +msgid "The XML files are in %(outdir)s." +msgstr "Kartelat XML gjenden në %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/xml.py:110 #, python-format -msgid "invalid regex %r in %s" -msgstr "shprehje e rregullt e pavlefshme %r te %s" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Kartelat pseudo-XML gjenden në %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/texinfo.py:47 #, python-format -msgid "module %s could not be imported: %s" -msgstr "moduli %s s’u importua dot: %s" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Kartelat Texinfo gjenden në %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 -#, python-format +#: builders/texinfo.py:49 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" +"\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)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -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" +#: builders/texinfo.py:78 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: builders/texinfo.py:90 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." -msgstr "Testimi i mbulimit te burimet përfundoi, shihni te përfundimet në %(outdir)spython.txt." +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "vlera e formësimit \"texinfo_documents\" i referohet një dokumenti të panjohur %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "shprehje e rregullt %r e pavlefshme te coverage_c_regexes" +msgid "processing %s" +msgstr "po përpunohet %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "API C e padokumentuar: %s [%s] te kartela %s" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "po shquhen referencat…" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "funksion python i padokumentuar: %s :: %s" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (në " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "klasë python e padokumentuar: %s :: %s" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "po kopjohen figura… " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "metodë python e padokumentuar: %s :: %s :: %s" +msgid "cannot copy image file %r: %s" +msgstr "s’kopjohet dot kartelë figure %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "Urdhri LaTeX %r s’mund të xhirohet (i nevojshëm për shfaqje formulash matematikore), kontrolloni rregullimin imgmath_late" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "po kopjohen kartela mbulimi Texinfo" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: builders/texinfo.py:233 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "Urdhri %s %r s’mund të xhirohet (i nevojshëm për shfaqje formulash matematikore), kontrolloni rregullimin imgmath_%s" +msgid "error writing file Makefile: %s" +msgstr "gabim në shkrim kartele Makefile: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: builders/gettext.py:230 #, python-format -msgid "display latex %r: %s" -msgstr "shfaq latex %r: %s" +msgid "The message catalogs are in %(outdir)s." +msgstr "Katalogët e mesazheve gjenden te %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "inline latex %r: %s" -msgstr "latex brendazi %r: %s" +msgid "building [%s]: " +msgstr "po montohet [%s]: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: builders/gettext.py:252 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "pjesa “%s” etiketohet si “%s”" +msgid "targets for %d template files" +msgstr "objektiva për kartela gjedhe %d" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "etiketë %s e përsëdytur, tjetër instancë te %s" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "po lexohen gjedhe… " + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "po shkruhen katalogë mesazhesh… " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: builders/__init__.py:200 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "toplevel_sectioning %r i panjohur për klasën %r" +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: builders/__init__.py:208 #, python-format -msgid "no Babel option known for language %r" -msgstr "s’ka mundësi Babel të njohur për gjuhën %r" +msgid "a suitable image for %s builder not found: %s" +msgstr "s’u gjet figurë e përshtatshme për montuesin %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: shumë i madh, u shpërfill." +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "po montohet [mo]: " + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "po shkruhet përfundim… " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: builders/__init__.py:251 #, 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" +msgid "all of %d po files" +msgstr "krejt kartelat po %d" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "titulli i dokumentit s’është nyje njëshe Teksti" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "objektiva për kartela po %d që janë specifikuar" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "u has nyje titulli jo në ndarje, temë, tabelë, paralajmërim ose anështyllë" +#: builders/__init__.py:285 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Poshtëshënime" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "krejt kartelat burim" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: builders/__init__.py:307 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "shkallë e pambuluar për krye rubrike: %s" +msgid "file %r given on command line does not exist, " +msgstr "kartela %r, dhënë te rreshti i urdhrave, nuk ekziston, " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: builders/__init__.py:313 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "janë dhënë që të dyja mundësitë, “tabularcolumns” dhe “:widths:”. shpërfillet :widths:." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: builders/__init__.py:324 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "njësia e përmasave %s është e pavlefshme. U shpërfill." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: builders/__init__.py:339 #, python-format -msgid "unknown index entry type %s found" -msgstr "u gjet lloj i panjohur %s zërash treguesi" +msgid "%d source files given on command line" +msgstr "kartela burim %d dhënë te rresht urdhrash" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: builders/__init__.py:354 #, python-format -msgid "[image: %s]" -msgstr "[figurë: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[figurë]" +msgid "targets for %d source files that are out of date" +msgstr "objektiva për kartela burim %d që janë të papërditësuara" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "Lidhje për te ky përkufizim" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "po shihet për kartela të sapovjetruara… " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: builders/__init__.py:386 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format s’është i përcaktuar për %s" +msgid "%d found" +msgstr "U gjet %d" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "Çfarëdo ID-sh jo të përshoqëruara për nyjën %s" +#: builders/__init__.py:388 +msgid "none found" +msgstr "s’u gjet gjë" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "Lidhje për te ky term" +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "po kontrollohet njëtrajtshmëria" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "Lidhje për te kjo krye" +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "s’ka objektiva të vjetruar." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "Lidhje për te kjo tabelë" +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "po përditësohet mjedisi: " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "Lidhje për te ky kod" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s të shtuar, %s të ndryshuar, %s të hequr" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "Lidhje për te kjo figurë" +#: builders/__init__.py:507 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "Lidhje për te kjo “toctree”" +#: builders/__init__.py:516 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "S’u mor dot madhësi figure. Mundësia :scale: u shpërfill." +#: builders/__init__.py:527 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Tregues" +#: builders/__init__.py:534 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "titull jo brenda një figure." +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "po lexohen burime… " -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: builders/__init__.py:686 #, python-format -msgid "unimplemented node type: %r" -msgstr "lloj nyjeje i pasendërtuar: %r" +msgid "docnames to write: %s" +msgstr "emra dokumentesh për shkrim: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "Përdorimi:" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "po përgatiten dokumente" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "{0} [MUNDËSI] []" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "po kopjohen elementë" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr "Prodhuesi i dokumentimit Sphinx" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "shenja burimi të padeshifrueshme, po zëvendësohen me \"?\": %r" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "Urdhra:" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "Kartela ePub gjendet te %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "Mundësi" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "po shkruhet kartelë nav.xhtml…" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "Për më tepër informacion, vizitoni https://www.sphinx-doc.org/en/master/man/." +#: builders/epub3.py:220 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: gabim: {1}\nPër informacion, xhironi '{0} --help'" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "Administroni dokumentimin me Sphinx." +#: builders/epub3.py:231 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "Shfaq versionin dhe dil." +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "Shfaq këtë mesazh dhe dil." +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "Regjistrim" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "Vetëm gabime dhe sinjalizime shtypjeje" +#: builders/epub3.py:255 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "Pa dhënë gjë" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "Shihni 'sphinx --help'.\n" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "css_file e pavlefshme: %r, u shpërfill" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/_epub_base.py:220 #, python-format msgid "duplicated ToC entry found: %s" msgstr "u gjet zë TeL i përsëdytur: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "po kopjohen figura… " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: builders/_epub_base.py:432 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "s’lexohet dot kartelë figure %r: në vend të tij, po kopjohet" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "s’kopjohet dot kartelë figure %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: builders/_epub_base.py:463 #, python-format msgid "cannot write image file %r: %s" msgstr "s’shkruhet dot kartelë figure %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 +#: builders/_epub_base.py:475 msgid "Pillow not found - copying image files" msgstr "S’u gjet Pillow - po kopjohen kartela figurë" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 +#: builders/_epub_base.py:507 msgid "writing mimetype file..." msgstr "po shkruhet kartelë llojesh MIME…" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 +#: builders/_epub_base.py:516 msgid "writing META-INF/container.xml file..." msgstr "po shkruhet kartelë META-INF/container.xml…" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 +#: builders/_epub_base.py:553 msgid "writing content.opf file..." msgstr "po shkruhet kartelë content.opf…" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: builders/_epub_base.py:585 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "lloj MIME i panjohur për %s, po shpërfillet" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 +#: builders/_epub_base.py:756 msgid "writing toc.ncx file..." msgstr "po shkruhet kartelë toc.ncx…" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: builders/_epub_base.py:785 #, python-format msgid "writing %s file..." msgstr "po shkruhet kartelë %s…" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: builders/changes.py:33 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "Kartelat XML gjenden në %(outdir)s." +msgid "The overview file is in %(outdir)s." +msgstr "Kartela përmbledhje gjendet te %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: builders/changes.py:60 #, python-format -msgid "error writing file %s: %s" -msgstr "gabim në shkrim kartele %s: %s" +msgid "no changes in version %s." +msgstr "s’ka ndryshime në version %s." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Kartelat pseudo-XML gjenden në %(outdir)s." +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "po shkruhet kartelë përmbledhje…" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Faqet e doracakut gjenden në %(outdir)s." +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Të brendshme" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -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/changes.py:79 +msgid "Module level" +msgstr "Shkallë moduli" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "po shkruhet" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "po kopjohen kartela burim…" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: builders/changes.py:140 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "vlera e formësimit \"man_pages\" i referohet një dokumenti të panjohur %s" +msgid "could not read %r for changelog creation" +msgstr "s’u lexua dot %r për krijim regjistrimi ndryshimesh" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Montuesi provë nuk prodhon kartela." +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "s’u gjet rol parazgjedhje %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: util/docfields.py:95 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "Kartela ePub gjendet te %(outdir)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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "po shkruhet kartelë nav.xhtml…" +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "U ndërpre kopjim i provuar prej %s në %s (shtegu vendmbërritje përmban të dhëna ekzistuese)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -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" +#: util/nodes.py:419 +#, 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”." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -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" +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "“toctree” përmban referencë për te një kartelë joekzistuese %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -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" +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "përjashtim teksa vlerësohej vetëm shprehje direktive: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -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" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "U ndërpre kopjim i provuar prej gjedheje të rikrijuar %s në %s (shtegu vendmbërritje përmban të dhëna ekzistuese)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -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" +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -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" +#: util/inventory.py:170 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "depoja <%s> përmban përkufizime të përsëdytura të %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -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" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "inventar <%s> përmban përkufizime të shumta për %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "vlera e formësimit \"epub_copyright\" (ose \"copyright\") s’duhet të jetë e zbrazët për EPUB3" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "emër direktive ose roli të panjohur: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "vlera e formësimit \"epub_identifier\" s’duhet të jetë e zbrazët për EPUB3" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "lloj i panjohur nyjeje: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "vlera e formësimit \"version\" s’duhet të jetë e zbrazët për EPUB3" +#: util/display.py:83 +msgid "skipped" +msgstr "e anashkaluar" + +#: util/display.py:88 +msgid "failed" +msgstr "e dështuar" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: util/i18n.py:105 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "css_file e pavlefshme: %r, u shpërfill" +msgid "reading error: %s, %s" +msgstr "gabim leximi: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: util/i18n.py:112 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "Shihni për çfarëdo gabimesh te përfundimi më sipër ose te %(outdir)s/output.txt" +msgid "writing error: %s, %s" +msgstr "gabim shkrimi: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: util/i18n.py:141 #, python-format -msgid "broken link: %s (%s)" -msgstr "lidhje e dëmtuar: %s (%s)" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s s’ekziston" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: util/i18n.py:236 #, python-format -msgid "Anchor '%s' not found" -msgstr "S’u gjet spirancë '%s'" +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" + +#: 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 "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/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" + +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" +msgstr "Titull i pavlefshëm: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "S’u arrit të përpilohet shprehje e rregullt te linkcheck_allowed_redirects: %r %s" +msgid "line number spec is out of range(1-%d): %r" +msgstr "numri i specifikuar për rreshtin është jashtë intervali (1-%d): %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: directives/code.py:211 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Kartela përmbledhje gjendet te %(outdir)s." +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\"" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: directives/code.py:225 #, python-format -msgid "no changes in version %s." -msgstr "s’ka ndryshime në version %s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "po shkruhet kartelë përmbledhje…" +msgid "Include file %r not found or reading it failed" +msgstr "S’u gjet kartelë “include” %r, ose leximi i saj dështoi" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Të brendshme" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "Kodimi %r i përdorur për lexim të kartelës “include” %r duket të jetë i gabuar, provoni të jepni një mundësi :encoding:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Shkallë moduli" +#: directives/code.py:270 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "po kopjohen kartela burim…" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: directives/code.py:308 #, python-format -msgid "could not read %r for changelog creation" -msgstr "s’u lexua dot %r për krijim regjistrimi ndryshimesh" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: directives/other.py:122 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Kartelat tekst gjenden në %(outdir)s." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "Katalogët e mesazheve gjenden te %(outdir)s." +msgid "toctree contains reference to excluded document %r" +msgstr "toctree përmban referencë ndaj dokumenti %r të përjashtuar" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "building [%s]: " -msgstr "po montohet [%s]: " +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree përmban referencë ndaj dokumenti %r që s’ekziston" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: directives/other.py:171 #, python-format -msgid "targets for %d template files" -msgstr "objektiva për kartela gjedhe %d" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "po lexohen gjedhe… " +msgid "duplicated entry found in toctree: %s" +msgstr "zë i përsëdytur, gjetur te toctree: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "po shkruhen katalogë mesazhesh… " +#: directives/other.py:204 +msgid "Section author: " +msgstr "Autor ndarjeje: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, 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)" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Autor moduli: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, 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" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Autor kodi: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "po montohet [mo]: " +#: directives/other.py:210 +msgid "Author: " +msgstr "Autor: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "po shkruhet përfundim… " +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" -msgstr "krejt kartelat po %d" +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr "… lënda e hlist-ës s’është listë" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "objektiva për kartela po %d që janë specifikuar" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "Përdorimi:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, 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" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "{0} [MUNDËSI] []" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "krejt kartelat burim" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "Prodhuesi i dokumentimit Sphinx" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "kartela %r, dhënë te rreshti i urdhrave, nuk ekziston, " +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "Urdhra:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, 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" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "Mundësi" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, 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" +#: _cli/__init__.py:112 _cli/__init__.py:183 +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/." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "kartela burim %d dhënë te rresht urdhrash" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: gabim: {1}\nPër informacion, xhironi '{0} --help'" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, 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" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "Administroni dokumentimin me Sphinx." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "po shihet për kartela të sapovjetruara… " +#: _cli/__init__.py:194 +msgid "Show the version and exit." +msgstr "Shfaq versionin dhe dil." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "U gjet %d" +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "Shfaq këtë mesazh dhe dil." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "s’u gjet gjë" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "Regjistrim" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "po kontrollohet njëtrajtshmëria" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "Vetëm gabime dhe sinjalizime shtypjeje" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "s’ka objektiva të vjetruar." +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "Pa dhënë gjë" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "po përditësohet mjedisi: " +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 -#, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s të shtuar, %s të ndryshuar, %s të hequr" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "Shihni 'sphinx --help'.\n" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, 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." +msgid "%b %d, %Y" +msgstr "%d %b, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 -#, 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." +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "s’u njehsua dot ecuri përkthimi!" + +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "pa elementë të përkthyer!" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: transforms/__init__.py:267 #, 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." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: transforms/__init__.py:313 #, python-format +msgid "Footnote [%s] is not referenced." +msgstr "Poshtëshënimi [%s] s’është në referencë." + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "Poshtëshënimi [*] është pa referencë." + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "Poshtëshënimi [#] s’është në referencë." + +#: transforms/i18n.py:229 transforms/i18n.py:304 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." +"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}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "po lexohen burime… " +#: transforms/i18n.py:274 +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}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "emra dokumentesh për shkrim: %s" +#: transforms/i18n.py:324 +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}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "po përgatiten dokumente" +#: transforms/i18n.py:346 +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}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[burim]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: ext/imgconverter.py:40 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Kartelat Texinfo gjenden në %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -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" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, 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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: ext/imgconverter.py:68 #, python-format -msgid "processing %s" -msgstr "po përpunohet %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "s’mund të xhirohet urdhër shndërrimi %r, kontrolloni rregullimin image_converter" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "po shquhen referencat…" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "po theksohet kod moduli… " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (në " +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[dokumente]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "po kopjohen kartela mbulimi Texinfo" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Kod moduli" + +#: ext/viewcode.py:311 +#, python-format +msgid "

Source code for %s

" +msgstr "

Kod burim për %s

" + +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Përmbledhje: kod moduli" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "gabim në shkrim kartele Makefile: %s" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: ext/coverage.py:47 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "Faqja HTML gjenden në %(outdir)s." +msgid "invalid regex %r in %s" +msgstr "shprehje e rregullt e pavlefshme %r te %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "po montohet dokument njësh" +#: ext/coverage.py:134 ext/coverage.py:280 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "moduli %s s’u importua dot: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "po shkruhen kartela shtesë" +#: ext/coverage.py:141 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: ext/coverage.py:149 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." +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "modulet vijues janë specifikuar te coverage_modules, por s’qenë dokumentuar" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: ext/coverage.py:163 +#, python-format +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "Testimi i mbulimit te burimet përfundoi, shihni te përfundimet në %(outdir)spython.txt." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: ext/coverage.py:177 #, python-format -msgid "Invalid caption: %s" -msgstr "Titull i pavlefshëm: %s" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "shprehje e rregullt %r e pavlefshme te coverage_c_regexes" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: ext/coverage.py:245 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "numri i specifikuar për rreshtin është jashtë intervali (1-%d): %r" +msgid "undocumented c api: %s [%s] in file %s" +msgstr "API C e padokumentuar: %s [%s] te kartela %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: ext/coverage.py:429 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "S’mund të përdoren në të njëjtën kohë të dyja mundësitë \"%s\" \"%s\"" +msgid "undocumented python function: %s :: %s" +msgstr "funksion python i padokumentuar: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: ext/coverage.py:445 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "S’u gjet kartelë “include” %r, ose leximi i saj dështoi" +msgid "undocumented python class: %s :: %s" +msgstr "klasë python e padokumentuar: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: ext/coverage.py:458 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "Kodimi %r i përdorur për lexim të kartelës “include” %r duket të jetë i gabuar, provoni të jepni një mundësi :encoding:" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "metodë python e padokumentuar: %s :: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: ext/todo.py:71 +msgid "Todo" +msgstr "Për T’u Bërë" + +#: ext/todo.py:104 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "Objekti i emërtuar %r s’u gjet te kartelë include %r" +msgid "TODO entry found: %s" +msgstr "U gjet zë Për T’u Bërë: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: ext/todo.py:165 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> gjendet te %s, rreshti %d.)" + +#: ext/todo.py:175 +msgid "original entry" +msgstr "zëri origjinal" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: ext/extlinks.py:82 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: ext/doctest.py:115 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree përmban referencë ndaj dokumenti %r të përjashtuar" +msgid "missing '+' or '-' in '%s' option." +msgstr "mungon '+' ose '-' te mundësia '%s'." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: ext/doctest.py:120 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree përmban referencë ndaj dokumenti %r që s’ekziston" +msgid "'%s' is not a valid option." +msgstr "'%s' s’është mundësi e vlefshme." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: ext/doctest.py:134 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "zë i përsëdytur, gjetur te toctree: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Autor ndarjeje: " +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' s’është mundësi pyversion e vlefshme" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Autor moduli: " +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "lloj TestCode i pavlefshëm" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Autor kodi: " +#: ext/doctest.py:281 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Autor: " +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "s’ka kod/dhënie te blloku %s në %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "po shpërfillet kod “doctest” i pavlefshëm: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: ext/graphviz.py:135 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: ext/graphviz.py:145 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "S’u pru dot figurë e largët: %s [%d]" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "S’u soll dot figurë e largët: %s [%s]" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "Po shpërfillet direktivë “graphviz” pa lëndë." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: ext/graphviz.py:268 #, python-format -msgid "Unknown image format: %s..." -msgstr "Format i panjohur figure: %s…" +msgid "graphviz_dot executable path must be set! %r" +msgstr "Duhet ujdisur shteg të ekzekutueshmi graphviz_dot! %r" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: ext/graphviz.py:303 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "S’u përcaktua dot tekst rrugëdalje për ndër-referencë. Mund të jetë një e metë e programit." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: ext/graphviz.py:310 #, 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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: ext/graphviz.py:313 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "s’u gjet objektiv reference %s:%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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: ext/graphviz.py:329 #, python-format -msgid "%r reference target not found: %s" -msgstr "s’u gjet objektiv reference %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "Tryeza e Lëndës" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Kērko" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format duhet të jetë një nga 'png', 'svg', por është %r" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Shko" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" +msgstr "kod dot %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Shfaq Burimin" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[grafik: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Lëndë" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[grafik]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Tkurre anështyllën" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "Lidhje për te ky ekuacion" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: ext/apidoc.py:85 #, python-format -msgid "Search %(docstitle)s" -msgstr "Kërkoni te %(docstitle)s" +msgid "Would create file %s." +msgstr "Do të krijonte kartelë %s." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Kërkim i shpejtë" +#: 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 "\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ë." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "Përmbledhje" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "shteg për te modul për te dokumenti" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" -msgstr "Mirë se vini! Ky është" +#: ext/apidoc.py:396 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" -msgstr "dokumentimi për" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "drejtori ku të vendosen krejt përfundimet" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" -msgstr "përditësuar së fundi më" +#: ext/apidoc.py:422 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "Tregues dhe tabela:" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "mbishkruaj kartela ekzistuese" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "Tryezë e Plotë e Lëndës" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "ndiq lidhje simbolike. E fuqishme, kur ndërthuret me collective.recipe.omelette." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "paraqet krejt ndarjet dhe nënndarjet" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "xhiroje programthin pa krijuar kartela" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Faqe Kërkimesh" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "vendose dokumentim për çdo modul në faqe më vete" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "kërkoni te ky dokumentim" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "përfshi modulet \"_private\"" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "Tregues Global Modulesh" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "emër kartele për tryezën e lëndës (parazgjedhje: modules)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "hyrje e shpejtë te krejt modulet" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "mos krijo një kartelë tryeze lënde" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Tregues i Përgjithshëm" +#: ext/apidoc.py:481 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "krejt funksionet, klasat, termat" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "vendose dokumentimin e modulit përpara dokumentimit të nënmodulit" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "Tregues – %(key)s" +#: ext/apidoc.py:498 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Tregues i plotë në një faqe" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "prapashtesë kartele (parazgjedhje: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Subjekti i mëparshëm" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "Hiq te drejtoria përfundim kartela ekzistuese që s’qenë prodhuar" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "kapitulli i mëparshëm" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "prodho me sphinx-quickstart një projekt të plotë" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Subjekti pasues" +#: ext/apidoc.py:531 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "kapitulli pasues" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "emër projekti (parazgjedhje: emër moduli rrënjë)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 -msgid "" -"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.py:545 +msgid "project author(s), used when --full is given" +msgstr "autor(ë) projekti, e përdorur kur është dhënë --full" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -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.py:552 +msgid "project version, used when --full is given" +msgstr "version projekti, e përdorur kur është dhënë --full" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "kërko" +#: ext/apidoc.py:559 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Kjo Faqe" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "mundësi zgjatimi" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Faqe treguesi sipas shkronjash" +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." +msgstr "%s s’është drejtori." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "mund të jetë i stërmadh" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "S’u arrit të hiqet %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Lëvizje" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "pjesa “%s” etiketohet si “%s”" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Kërkoni brenda %(docstitle)s" +msgid "duplicate label %s, other instance in %s" +msgstr "etiketë %s e përsëdytur, tjetër instancë te %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Mbi këto dokumente" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "=================== kohëzgjatjet më të ngadalta të leximit ===================" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Të drejta kopjimi" +#: ext/imgmath.py:159 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "Urdhri LaTeX %r s’mund të xhirohet (i nevojshëm për shfaqje formulash matematikore), kontrolloni rregullimin imgmath_late" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 +#: ext/imgmath.py:174 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "Urdhri %s %r s’mund të xhirohet (i nevojshëm për shfaqje formulash matematikore), kontrolloni rregullimin imgmath_%s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: ext/imgmath.py:328 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Përditësuar së fundi më %(last_updated)s." +msgid "display latex %r: %s" +msgstr "shfaq latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: ext/imgmath.py:362 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "Krijuar duke përdorur Sphinx %(sphinx_version)s." +msgid "inline latex %r: %s" +msgstr "latex brendazi %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" -msgstr "Zgjeroje anështyllën" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Poshtëshënime" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "[image: %s]" +msgstr "[figurë: %s]" + +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[figurë]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "Lidhje për te ky përkufizim" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: writers/html5.py:415 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "Ndryshe në Versionin %(version)s — %(docstitle)s" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format s’është i përcaktuar për %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 +#: writers/html5.py:427 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Listë ndryshime në versionin %(version)s e prodhuar automatikisht" +msgid "Any IDs not assigned for %s node" +msgstr "Çfarëdo ID-sh jo të përshoqëruara për nyjën %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Ndryshime librarie" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "Lidhje për te ky term" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "Ndryshime API C" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "Lidhje për te kjo krye" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Ndryshime të tjera" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "Lidhje për te kjo tabelë" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Fshih Përputhje Kërkimi" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "shkallë e pambuluar për krye rubrike: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "Përfundime Kërkimi" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "Lidhje për te ky kod" -#: /home/runner/work/sphinx/sphinx/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 "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." +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "Lidhje për te kjo figurë" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "Kërkimi përfundoi, u gjetën ${resultCount} faqe me përputhje me vargun e kërkimit." +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "Lidhje për te kjo “toctree”" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" -msgstr "Kërkim" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "S’u mor dot madhësi figure. Mundësia :scale: u shpërfill." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "Po përgatitet kërkim..." +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Tregues" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr ", në " +#: writers/latex.py:746 writers/texinfo.py:642 +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ë" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "kartelë figure jo e lexueshme: %s" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "titull jo brenda një figure." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: writers/texinfo.py:1300 #, python-format -msgid "image file %s not readable: %s" -msgstr "kartelë figure %s jo e lexueshme: %s" +msgid "unimplemented node type: %r" +msgstr "lloj nyjeje i pasendërtuar: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: writers/latex.py:364 #, python-format -msgid "download file not readable: %s" -msgstr "kartelë shkarkimi jo e lexueshme: %s" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "toplevel_sectioning %r i panjohur për klasën %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +msgid "no Babel option known for language %r" +msgstr "s’ka mundësi Babel të njohur për gjuhën %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "u pikasën referenca rrethore toctree-je, po shpërfllen: %s <- %s" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: shumë i madh, u shpërfill." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "s’u gjet gjedhe %s; në vend të kësaj, po bëhet ngarkim prej të dikurshmes %s" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "titulli i dokumentit s’është nyje njëshe Teksti" + +#: writers/latex.py:1178 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" +"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:." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: writers/latex.py:1575 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree përmban referencë dokumenti të papërfshirë %r" +msgid "dimension unit %s is invalid. Ignored." +msgstr "njësia e përmasave %s është e pavlefshme. U shpërfill." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: writers/latex.py:1931 #, python-format -msgid "see %s" -msgstr "shihni %s" +msgid "unknown index entry type %s found" +msgstr "u gjet lloj i panjohur %s zërash treguesi" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "see also %s" -msgstr "shihni edhe %s" +msgid "environment variable; %s" +msgstr "ndryshore mjedisi; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: domains/std/__init__.py:111 #, python-format -msgid "unknown index entry type %r" -msgstr "lloj i panjohur zëri treguesi: %r" +msgid "%s; configuration value" +msgstr "%s; vlerë formësimi" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Simbole" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "Lloj" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "Parazgjedhje" + +#: domains/std/__init__.py:234 #, 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'." - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Parametra Gjedhesh" +"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\"" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 +#: domains/std/__init__.py:305 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "%s command line option" +msgstr "Mundësi për rresht urdhrash %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametra" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "mundësi për rresht urdhrash" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "termi i fjalorthit duhet të paraprihet nga një rresht i zbrazët" + +#: domains/std/__init__.py:437 +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:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "fjalorthi duket të jetë i keformatuar, kontrolloni shmangie kryeradhe" + +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "term fjalorthi" + +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "etiketë reference" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "ndryshore mjedisi" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "mundësi programi" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "dokument" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "bashkim" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Tregues Modulesh" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "anëtar" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Faqe Kërkimesh" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "lloj" +#: domains/std/__init__.py:721 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "koncept" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig është i çaktivizuar. :numref: është shpërfillur." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" +#: domains/std/__init__.py:934 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "" +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" +msgstr "lidhja s’ka titull: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "parametër funksioni" +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "numfig_format i pavlefshëm: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "parametër gjedheje" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "numfig_format i pavlefshëm: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Ndryshore" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" +msgstr "etiketë e papërkufizuar: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "" +#: domains/std/__init__.py:1196 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format msgid "%s() (in module %s)" msgstr "%s() (te moduli %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: 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 (te moduli %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: domains/python/__init__.py:169 #, python-format msgid "%s (built-in variable)" msgstr "%s (ndryshore e brendshme)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: domains/python/__init__.py:194 #, python-format msgid "%s (built-in class)" msgstr "%s (klasë e brendshme)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: domains/python/__init__.py:195 #, python-format msgid "%s (class in %s)" msgstr "%s (klasë te %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: domains/python/__init__.py:249 #, python-format msgid "%s() (%s class method)" msgstr "%s() (metodë klase %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: domains/python/__init__.py:251 #, python-format msgid "%s() (%s static method)" msgstr "%s() (metodë statike %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: domains/python/__init__.py:389 #, python-format msgid "%s (%s property)" msgstr "%s (veti %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: domains/python/__init__.py:428 #, python-format msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 +#: domains/python/__init__.py:557 msgid "Python Module Index" msgstr "Tregues Modulesh Python" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 +#: domains/python/__init__.py:558 msgid "modules" msgstr "module" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 +#: domains/python/__init__.py:607 msgid "Deprecated" msgstr "Nxjerrë nga përdorimi" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 +#: domains/python/__init__.py:632 msgid "exception" msgstr "përjashtim" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 +#: domains/python/__init__.py:634 msgid "class method" msgstr "metodë klase" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 +#: domains/python/__init__.py:635 msgid "static method" msgstr "metodë statike" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 +#: domains/python/__init__.py:637 msgid "property" msgstr "veti" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 +#: domains/python/__init__.py:638 msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: domains/python/__init__.py:698 #, 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:" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: domains/python/__init__.py:817 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 +#: domains/python/__init__.py:878 msgid " (deprecated)" msgstr " (nxjerrë nga përdorimi)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametra" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Ndryshore" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "" + +#: domains/c/__init__.py:199 #, python-format -msgid "environment variable; %s" -msgstr "ndryshore mjedisi; %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "%s; configuration value" -msgstr "%s; vlerë formësimi" +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'." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" -msgstr "Lloj" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" -msgstr "Parazgjedhje" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "anëtar" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "ndryshore" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makro" + +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "bashkim" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "lloj" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "parametër funksioni" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Parametra Gjedhesh" + +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, 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\"" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "Deklarim C++ i përsëdytur, përkufizuar edhe te %s:%s.\nDeklarimi është '.. cpp:%s:: %s'." + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "koncept" + +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "parametër gjedheje" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Lëndë" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "Tryeza e Lëndës" + +#: themes/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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Tkurre anështyllën" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Lëvizje" + +#: themes/basic/layout.html:115 #, python-format -msgid "%s command line option" -msgstr "Mundësi për rresht urdhrash %s" +msgid "Search within %(docstitle)s" +msgstr "Kërkoni brenda %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "mundësi për rresht urdhrash" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Mbi këto dokumente" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "termi i fjalorthit duhet të paraprihet nga një rresht i zbrazët" +#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "Tregues – %(key)s" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Tregues i plotë në një faqe" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Faqe treguesi sipas shkronjash" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "mund të jetë i stërmadh" + +#: themes/basic/opensearch.xml:4 +#, python-format +msgid "Search %(docstitle)s" +msgstr "Kërkoni te %(docstitle)s" + +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Kjo Faqe" + +#: 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" + +#: 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" + +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "Tregues i Përgjithshëm" + +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "krejt funksionet, klasat, termat" + +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Kërkim i shpejtë" + +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "Që të aktivizohet funksioni i kërkimit, ju lutemi, aktivizoni\n JavaScript-in." + +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "Kërkimi për disa fjalë njëherësh shfaq vetëm përputhje që\n përmbajnë krejt fjalët." + +#: themes/basic/search.html:35 +msgid "search" +msgstr "kërko" + +#: themes/basic/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/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "Zgjeroje anështyllën" + +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "termat e fjalorthit s’duhet të paraprihet nga rreshta të zbrazët" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "fjalorthi duket të jetë i keformatuar, kontrolloni shmangie kryeradhe" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "Ndryshime librarie" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "term fjalorthi" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "Ndryshime API C" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "Ndryshime të tjera" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "etiketë reference" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "ndryshore mjedisi" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Fshih Përputhje Kërkimi" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "mundësi programi" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +msgstr "Përfundime Kërkimi" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "dokument" +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Tregues Modulesh" +#: 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] "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." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 -#, 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" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" +msgstr "Kërkim" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig është i çaktivizuar. :numref: është shpërfillur." +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." +msgstr "Po përgatitet kërkim..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 -#, 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" +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ", në " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: environment/collectors/asset.py:95 #, python-format -msgid "the link has no caption: %s" -msgstr "lidhja s’ka titull: %s" +msgid "image file not readable: %s" +msgstr "kartelë figure jo e lexueshme: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: environment/collectors/asset.py:123 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "numfig_format i pavlefshëm: %s (%r)" +msgid "image file %s not readable: %s" +msgstr "kartelë figure %s jo e lexueshme: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: environment/collectors/asset.py:160 #, python-format -msgid "invalid numfig_format: %s" -msgstr "numfig_format i pavlefshëm: %s" +msgid "download file not readable: %s" +msgstr "kartelë shkarkimi jo e lexueshme: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: environment/collectors/toctree.py:258 #, python-format -msgid "undefined label: %r" -msgstr "etiketë e papërkufizuar: %r" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: environment/adapters/toctree.py:318 #, 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 "circular toctree references detected, ignoring: %s <- %s" +msgstr "u pikasën referenca rrethore toctree-je, po shpërfllen: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: environment/adapters/toctree.py:342 #, 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'." +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: environment/adapters/toctree.py:357 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "ndryshore" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "vazhduar nga faqja e mëparshme" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "vazhdon në faqen pasuese" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree përmban referencë dokumenti të papërfshirë %r" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Joalfabetike" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "shihni %s" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Numra" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" +msgstr "shihni edhe %s" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "faqe" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" +msgstr "lloj i panjohur zëri treguesi: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Hedhje Në Qarkullim" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Simbole" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Shembull" +#: 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Shembuj" +#: 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "Argumente Fjalëkyçi" +#: 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Shënime" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "Faqet HTML gjenden në %(outdir)s." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Parametra të Tjerë" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "S’u arrit të lexohet kartelë të dhënash montimi: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "mospërputhje build_info-sh, po kopjohet .buildinfo te .buildinfo.bak" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "Referenca" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "po prodhohet [html]: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Sinjalizime" +#: builders/html/__init__.py:374 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "tregues" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:547 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "u caktua vlerë e pavlefshme (mungon kllapë mbyllëse): %s" +msgid "Logo of %s" +msgstr "Stemë e %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "u caktua vlerë e pavlefshme (mungon kllapë hapëse): %s" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "pasuesi" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 -#, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "shprehje vargu e keqformuar (mungon thonjëz mbyllëse): %s" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "i mëparshmi" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "shprehje vargu e keqformuar (mungon thonjëz hapëse): %s" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "po prodhohen tregues" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" -msgstr "(te %s v%s)" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "po shkruhen faqe shtesë" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:772 #, python-format -msgid "(in %s)" -msgstr "(te %s)" +msgid "cannot copy image file '%s': %s" +msgstr "s’kopjohet dot kartelë figurë '%s': %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, 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" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "po kopjohen kartela të shkarkueshme… " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:796 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "cannot copy downloadable file %r: %s" +msgstr "s’kopjohet dot kartelë e shkarkueshme %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:843 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "parashtesë e pavlefshme ndër-reference të jashtme: %r" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:861 #, 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 "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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "s’u gjet objektiv reference të jashtme %s:%s: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "po kopjohen kartela statike" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/html/__init__.py:912 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "cannot copy static file %r" +msgstr "s’kopjohet dot kartelë statike %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "po kopjohen kartela ekstra" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "cannot copy extra file %r" +msgstr "s’kopjohet dot kartelë ekstra %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/html/__init__.py:933 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "Failed to write build info file: %r" +msgstr "S’u arrit të shkruhet kartelë të dhënash montimi: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format +#: builders/html/__init__.py:982 msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." -msgstr "" +"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ë." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/html/__init__.py:1027 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/html/__init__.py:1188 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: builders/html/__init__.py:1197 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 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:" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "Ndodhi një gabim gjatë vizatimit të faqes %s.\nArsye: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "s’u arrit të kapej ndonjë inventar me problemet vijuese:" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: builders/html/__init__.py:1237 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "inventari intersphinx është lëvizur: %s -> %s" +msgid "dumping search index in %s" +msgstr "po shkruhet lënda e treguesit të kërkimeve në %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: builders/html/__init__.py:1279 #, 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 "invalid js_file: %r, ignored" +msgstr "js_file e pavlefshme: %r, u shpërfill" + +#: builders/html/__init__.py:1312 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: builders/html/__init__.py:1317 #, 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 "Unknown math_renderer %r is given." +msgstr "U dha math_renderer %r i panjohur." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: builders/html/__init__.py:1325 #, 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 "html_extra_path entry %r does not exist" +msgstr "zëri html_extra_path %r s’ekziston" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: builders/html/__init__.py:1332 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "vlerë e pavlefshme mundësie për member-order: %s" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "zëri %r i html_extra_path entry është vendosur jashtë outdir-it" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "vlerë e pavlefshme për mundësinë class-doc-from: %s" +msgid "html_static_path entry %r does not exist" +msgstr "zëri html_static_path %r s’ekziston" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 +#: builders/html/__init__.py:1349 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "nënshkrim i pavlefshëm për auto%s (%r)" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "zëri %r i html_extra_path entry është vendosur brenda outdir-it" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "gabim gjatë formatimi argumentesh për %s: %s" +msgid "logo file %r does not exist" +msgstr "kartela stemë %r s’ekziston" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 +#: builders/html/__init__.py:1372 #, 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 "favicon file %r does not exist" +msgstr "kartela favikonë %r s’ekziston" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 +#: builders/html/__init__.py:1384 #, 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)" +"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`." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "" +#: builders/html/__init__.py:1397 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: builders/html/__init__.py:1414 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "gabim gjatë formatimi nënshkrimesh për %s: %s" +msgid "%s %s documentation" +msgstr "Dokumentim i %s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" në emër automoduli nuk ka kuptim" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" +msgstr "S’u arrit të merrej një “docname”!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: builders/latex/transforms.py:119 #, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +msgid "Failed to get a docname for source %r!" +msgstr "S’u arrit të merret “docname” për burimin %r!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: builders/latex/transforms.py:485 #, 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__" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "Kartelat LaTeX gjenden në %(outdir)s." + +#: builders/latex/__init__.py:119 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" +"\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)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 -#, 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" +#: builders/latex/__init__.py:157 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: builders/latex/__init__.py:169 #, 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" +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:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Hedhje Në Qarkullim" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "po kopjohen kartela mbulimi TeX" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "po kopjohen kartela shtesë" + +#: builders/latex/__init__.py:543 #, python-format -msgid "Bases: %s" -msgstr "Baza: %s" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Kyç i panjohur formësimi: latex_elements[%r], u shpërfill." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: builders/latex/__init__.py:551 #, python-format -msgid "missing attribute %s in object %s" -msgstr "atribut %s që mungon te objekt %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "Mundësi e panjohur teme: latex_theme_options[%r], u shpërfill." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: builders/latex/theming.py:87 #, python-format -msgid "alias of %s" -msgstr "alias për %s" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r s’ka rregullimin \"theme\"" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: builders/latex/theming.py:90 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "alias për TypeVar(%s)" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r s’ka rregullimin \"%s\"" + +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" +msgstr "Ndodhi një përjashtim, po niset diagnostikuesi:" + +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "Gabim markup-i reStructuredText:" + +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" +msgstr "Traceback-u i plotë u ruajt te:" + +#: _cli/util/errors.py:172 +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/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "S’u përcaktua dot tekst rrugëdalje për ndër-referencë. Mund të jetë një e metë e programit." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: transforms/post_transforms/__init__.py:184 #, 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 "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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "U gjet __slots__ i pavlefshëm në %s. U shpërfill." +msgid "%s:%s reference target not found: %s" +msgstr "s’u gjet objektiv reference %s:%s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "vetëpërmbledhje: s’u arrit të përcaktohet %r për t’u dokumentuar, u shfaq përjashtimi vijues:\n%s" +msgid "%r reference target not found: %s" +msgstr "s’u gjet objektiv reference %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[vetëpërmbledhje] prodhim vetëpërmbledhje për: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "S’u soll dot figurë e largët: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[vetëpërmbledhje] po shkruhet te %s" +msgid "Could not fetch remote image: %s [%d]" +msgstr "S’u pru dot figurë e largët: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[autosummary] s’u arrit të importohej %s.\nNdihmëza të mundshme:\n%s" +msgid "Unknown image format: %s..." +msgstr "Format i panjohur figure: %s…" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 -msgid "" -"\n" -"Generate ReStructuredText using autosummary directives.\n" -"\n" -"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" -"the reStructuredText files from the autosummary directives contained in the\n" -"given input files.\n" -"\n" -"The format of the autosummary directive is documented in the\n" -"``sphinx.ext.autosummary`` Python module and can be read using::\n" -"\n" -" pydoc sphinx.ext.autosummary\n" -msgstr "\nProdhoni ReStructuredText duke përdorur direktiva vetëpërmbledhje.\n\nsphinx-autogen është një ndërfaqe pamore për sphinx.ext.autosummary.generate. Prodhon\nkartela reStructuredText nga direktiva vetëpërmbledhjeje që përmbahen te\nkartelat e dhëna.\n\nFormati i direktivës vetëpërmbledhje dokumentohet te\nmoduli Python ``sphinx.ext.autosummary`` dhe mund të lexohet duke përdorur::\n\n pydoc sphinx.ext.autosummary\n" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Shembull" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 -msgid "source files to generate rST files for" -msgstr "kartela burim për të cilat të krijohen kartela rST" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Shembuj" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 -msgid "directory to place all output in" -msgstr "drejtori ku të vendosen krejt përfundimet" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "Argumente Fjalëkyçi" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Shënime" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Parametra të Tjerë" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "" + +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "Referenca" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Sinjalizime" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "" + +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "prapashtesë parazgjedhje për kartela (parazgjedhje: %(default)s)" +msgid "invalid value set (missing closing brace): %s" +msgstr "u caktua vlerë e pavlefshme (mungon kllapë mbyllëse): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "drejtori gjedhesh vetjake (parazgjedhje: %(default)s)" +msgid "invalid value set (missing opening brace): %s" +msgstr "u caktua vlerë e pavlefshme (mungon kllapë hapëse): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "pjesë të importuara të dokumentit (parazgjedhje: %(default)s)" +msgid "malformed string literal (missing closing quote): %s" +msgstr "shprehje vargu e keqformuar (mungon thonjëz mbyllëse): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "dokumentoni saktësisht pjesët te moduli __all__ attribute. (parazgjedhje: %(default)s)" +msgid "malformed string literal (missing opening quote): %s" +msgstr "shprehje vargu e keqformuar (mungon thonjëz hapëse): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/autosummary/__init__.py:255 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "referenca vetëpërmbledhjeje përjashtuan dokumentin %r. U shpërfill." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/autosummary/__init__.py:257 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "vetëpërmbledhje: s’u gjet kartelë stub %r. Kontrolloni rregullimin tuaj autosummary_generate." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 +#: ext/autosummary/__init__.py:276 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/autosummary/__init__.py:329 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3864,293 +3751,360 @@ msgid "" "%s" msgstr "përmbledhje e automatizuar: s’u arrit të importohej %s.\nNdihmëza të mundshme:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/autosummary/__init__.py:343 #, python-format msgid "failed to parse name %s" msgstr "s’u arrit të përtypej emri %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/autosummary/__init__.py:348 #, python-format msgid "failed to import object %s" msgstr "s’u arrit të importohej objekti %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/autosummary/__init__.py:647 #, python-format msgid "" "Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/autosummary/__init__.py:818 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "autosummary_generate: s’u gjet kartelë: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/autosummary/__init__.py:826 msgid "" "autosummary generates .rst files internally. But your source_suffix does not" " contain .rst. Skipped." msgstr "veçoria e përmbledhjes së automatizuar prodhon kartela .rst së brendshmi. Por source_suffix juaj nuk përmban .rst. U anashkalua." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "Ndodhi një përjashtim, po niset diagnostikuesi:" +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 +#, python-format +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "vetëpërmbledhje: s’u arrit të përcaktohet %r për t’u dokumentuar, u shfaq përjashtimi vijues:\n%s" + +#: ext/autosummary/generate.py:525 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[vetëpërmbledhje] prodhim vetëpërmbledhje për: %s" + +#: ext/autosummary/generate.py:529 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[vetëpërmbledhje] po shkruhet te %s" + +#: ext/autosummary/generate.py:571 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[autosummary] s’u arrit të importohej %s.\nNdihmëza të mundshme:\n%s" + +#: ext/autosummary/generate.py:766 +msgid "" +"\n" +"Generate ReStructuredText using autosummary directives.\n" +"\n" +"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" +"the reStructuredText files from the autosummary directives contained in the\n" +"given input files.\n" +"\n" +"The format of the autosummary directive is documented in the\n" +"``sphinx.ext.autosummary`` Python module and can be read using::\n" +"\n" +" pydoc sphinx.ext.autosummary\n" +msgstr "\nProdhoni ReStructuredText duke përdorur direktiva vetëpërmbledhje.\n\nsphinx-autogen është një ndërfaqe pamore për sphinx.ext.autosummary.generate. Prodhon\nkartela reStructuredText nga direktiva vetëpërmbledhjeje që përmbahen te\nkartelat e dhëna.\n\nFormati i direktivës vetëpërmbledhje dokumentohet te\nmoduli Python ``sphinx.ext.autosummary`` dhe mund të lexohet duke përdorur::\n\n pydoc sphinx.ext.autosummary\n" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "Gabim markup-i reStructuredText:" +#: ext/autosummary/generate.py:788 +msgid "source files to generate rST files for" +msgstr "kartela burim për të cilat të krijohen kartela rST" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" -msgstr "Traceback-u i plotë u ruajt te:" +#: ext/autosummary/generate.py:796 +msgid "directory to place all output in" +msgstr "drejtori ku të vendosen krejt përfundimet" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 -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!" +#: ext/autosummary/generate.py:804 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "prapashtesë parazgjedhje për kartela (parazgjedhje: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/autosummary/generate.py:812 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r s’ka rregullimin \"theme\"" +msgid "custom template directory (default: %(default)s)" +msgstr "drejtori gjedhesh vetjake (parazgjedhje: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/autosummary/generate.py:820 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r s’ka rregullimin \"%s\"" +msgid "document imported members (default: %(default)s)" +msgstr "pjesë të importuara të dokumentit (parazgjedhje: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "S’u arrit të merrej një “docname”!" +#: ext/autosummary/generate.py:828 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "dokumentoni saktësisht pjesët te moduli __all__ attribute. (parazgjedhje: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" -msgstr "S’u arrit të merrej një “docname” për burimin {source!r}!" +#: ext/intersphinx/_resolve.py:47 +#, python-format +msgid "(in %s v%s)" +msgstr "(te %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "S’u gjet poshtëshënim për nyjë reference të dhënë %r" +msgid "(in %s)" +msgstr "(te %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_resolve.py:103 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "Kartelat LaTeX gjenden në %(outdir)s." +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "depo '%s': u gjetën përsëdytje për %s:%s" -#: /home/runner/work/sphinx/sphinx/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 "\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/intersphinx/_resolve.py:113 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -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/intersphinx/_resolve.py:359 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "vlera e formësimit \"texinfo_documents\" i referohet një dokumenti të panjohur %s" +msgid "invalid external cross-reference suffix: %r" +msgstr "parashtesë e pavlefshme ndër-reference të jashtme: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "po kopjohen kartela mbulimi TeX" +#: ext/intersphinx/_resolve.py:378 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "po kopjohen kartela shtesë" +#: ext/intersphinx/_resolve.py:585 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "s’u gjet objektiv reference të jashtme %s:%s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:59 #, python-format -msgid "logo file %r does not exist" -msgstr "kartela stemë %r s’ekziston" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Kyç i panjohur formësimi: latex_elements[%r], u shpërfill." +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ë." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "Mundësi e panjohur teme: latex_theme_options[%r], u shpërfill." +msgid "" +"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)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "build info file is broken: %r" -msgstr "kartela e të dhënave të montimit është e dëmtuar: %r" +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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "Faqet HTML gjenden në %(outdir)s." +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]. " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "Failed to read build info file: %r" -msgstr "S’u arrit të lexohet kartelë të dhënash montimi: %r" +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”." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "tregues" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "Formësim i pavlefshëm për `intersphinx_mapping` (1 gabim)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "Logo of %s" -msgstr "Stemë e %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "Formësim i pavlefshëm për `intersphinx_mapping` (%s gabime)." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "pasuesi" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "Pas normalizimit u shtua një zë i pavlefshëm për intersphinx_mapping." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "i mëparshmi" +#: ext/intersphinx/_load.py:240 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "po ngarkohet depo intersphinx '%s' që prej %s …" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "po prodhohen tregues" +#: ext/intersphinx/_load.py:265 +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:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "po shkruhen faqe shtesë" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "s’u arrit të kapej ndonjë inventar me problemet vijuese:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "inventari intersphinx është lëvizur: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "po kopjohen kartela të shkarkueshme… " +#: ext/autodoc/type_comment.py:132 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "s’kopjohet dot kartelë e shkarkueshme %r: %s" +msgid "Failed to parse type_comment for %r: %s" +msgstr "S’u arrit të përtypet type_comment për %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "invalid value for member-order option: %s" +msgstr "vlerë e pavlefshme mundësie për member-order: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "S’u arrit të kopjohet një kartelë te html_static_file: %s: %r" +msgid "invalid value for class-doc-from option: %s" +msgstr "vlerë e pavlefshme për mundësinë class-doc-from: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "po kopjohen kartela statike" +#: ext/autodoc/__init__.py:408 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "nënshkrim i pavlefshëm për auto%s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "cannot copy static file %r" -msgstr "s’kopjohet dot kartelë statike %r" +msgid "error while formatting arguments for %s: %s" +msgstr "gabim gjatë formatimi argumentesh për %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "po kopjohen kartela ekstra" +#: ext/autodoc/__init__.py:795 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy extra file %r" -msgstr "s’kopjohet dot kartelë ekstra %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 "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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "Failed to write build info file: %r" -msgstr "S’u arrit të shkruhet kartelë të dhënash montimi: %r" +msgid "A mocked object is detected: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -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ë." +#: ext/autodoc/__init__.py:953 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "gabim gjatë formatimi nënshkrimesh për %s: %s" + +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" në emër automoduli nuk ka kuptim" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "faqja %s ka përputhje me dy rregullsi te html_sidebars: %r dhe %r" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__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__" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" -msgstr "po shkruhet lënda e treguesit të kërkimeve në %s" +msgid "Failed to get a function signature for %s: %s" +msgstr "S’u arrit të merret një nënshkrim funksioni për %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "js_file e pavlefshme: %r, u shpërfill" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -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." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "S’u arrit të merrej nënshkrim konstruktori për %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "U dha math_renderer %r i panjohur." +msgid "Bases: %s" +msgstr "Baza: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "zëri html_extra_path %r s’ekziston" +msgid "missing attribute %s in object %s" +msgstr "atribut %s që mungon te objekt %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "zëri %r i html_extra_path entry është vendosur jashtë outdir-it" +msgid "alias of %s" +msgstr "alias për %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "zëri html_static_path %r s’ekziston" +msgid "alias of TypeVar(%s)" +msgstr "alias për TypeVar(%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "zëri %r i html_extra_path entry është vendosur brenda outdir-it" +msgid "Failed to get a method signature for %s: %s" +msgstr "S’u arrit të merre një nënshkrim metode për %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "kartela favikonë %r s’ekziston" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "U gjet __slots__ i pavlefshëm në %s. U shpërfill." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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 "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -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)" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "vazhduar nga faqja e mëparshme" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "Dokumentim i %s %s" +#: 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" + +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Numra" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "faqe" diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.js b/sphinx/locale/sr/LC_MESSAGES/sphinx.js index b4d9b649bde..95bc011a576 100644 --- a/sphinx/locale/sr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sr/LC_MESSAGES/sphinx.js @@ -36,7 +36,11 @@ Documentation.addTranslations({ "Search": "\u041f\u0440\u0435\u0442\u0440\u0430\u0433\u0430", "Search Page": "", "Search Results": "\u0420\u0435\u0437\u0443\u043b\u0442\u0430\u0442\u0438 \u043f\u0440\u0435\u0442\u0440\u0430\u0433\u0435", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "" + ], "Search within %(docstitle)s": "", "Searching": "\u041f\u0440\u0435\u0442\u0440\u0430\u0436\u0443\u0458\u0435 \u0441\u0435", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/sr/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr/LC_MESSAGES/sphinx.mo index 7c587a31062..476e5a86b11 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 83a45f38c5c..34b39a8297d 100644 --- a/sphinx/locale/sr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sr/LC_MESSAGES/sphinx.po @@ -9,389 +9,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Vladimir Milovanović , 2020\n" "Language-Team: Serbian (http://app.transifex.com/sphinx-doc/sphinx-1/language/sr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: sr\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Догађај %r већ постоји" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Непознат догађај: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "Конфигурациони директоријум не садржи conf.py датотеку (%s)." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Одељак %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Сл. %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Табела %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Списак %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Нема изворног директоријума (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Изворни и одредишни директоријум не могу бити једнаки" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Покрећем Sphinx v%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "Овај пројекат захтева верзију Sphinx v%s или већу, не може се изградити инсталираном верзијом." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "учитавање превода [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "готово" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "Неуспешно: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "успешно" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "са грешкама" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -399,12 +163,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -412,311 +176,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "Преводилац за %r већ постоји" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "Конфигурациони директоријум не садржи conf.py датотеку (%s)." + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "Одељак %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Сл. %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Табела %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Списак %s" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "директива" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (уграђена функција)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s метода)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (класа)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (глобална променљива или константа)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (атрибут %s)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Аргументи" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Резултат" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Тип резултата" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (модул)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "функција" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "метода" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "класа" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "атрибут" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "модул" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Измењено у верзији %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Застарело почевши од верзије %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "Упозорење" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "Име пројекта" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "Име(на) аутора" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -725,15 +1000,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "Верзија пројекта" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "Издање пројекта" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -743,21 +1018,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "Језик пројекта" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "Суфикс изворне датотеке" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -765,93 +1040,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -861,208 +1134,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "име пројекта" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "имена аутора" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "верзија пројекта" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "издање пројекта" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "језик пројекта" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "суфикс изворне датотеке" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "користи epub" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1081,805 +1341,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" + +#: cmd/build.py:334 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" +msgstr "" + +#: cmd/build.py:347 +msgid "turn warnings into errors" +msgstr "" + +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "" + +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "" + +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "" + +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" + +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "" + +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)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 "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (у " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "пребацивање слика... " + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: builders/__init__.py:251 #, python-format -msgid "cannot open warning file %r: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "све изворне датотеке" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 +#: builders/__init__.py:313 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/__init__.py:339 #, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +msgid "%d source files given on command line" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/__init__.py:386 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "ажурирање окружења: " + +#: builders/__init__.py:471 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:507 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/__init__.py:516 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:527 #, python-format -msgid "exception while evaluating only directive expression: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:534 #, python-format msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:686 #, python-format -msgid "reading error: %s, %s" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "припремање докумената" + +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:845 #, python-format -msgid "locale_dir %s does not exist" +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/epub3.py:83 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Пажња" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Грешка" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Путоказ" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Важно" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Белешка" +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" +#: builders/_epub_base.py:432 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Савет" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Упозорење" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/changes.py:33 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/changes.py:60 #, python-format -msgid "Domain %r is not registered" +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "пребацивање изворних датотека..." + +#: builders/changes.py:140 #, python-format -msgid "Citation [%s] is not referenced." +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: util/rst.py:72 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (уграђена функција)" +msgid "default role %s not found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 +#: util/docfields.py:95 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s метода)" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: util/osutil.py:130 #, python-format -msgid "%s() (class)" -msgstr "%s() (класа)" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: util/nodes.py:419 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (глобална променљива или константа)" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: util/nodes.py:487 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (атрибут %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Аргументи" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Резултат" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Тип резултата" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: util/nodes.py:701 #, python-format -msgid "%s (module)" -msgstr "%s (модул)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "функција" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "метода" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "класа" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "атрибут" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "модул" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/fileutil.py:91 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/inventory.py:170 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/inventory.py:185 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/docutils.py:283 #, python-format -msgid "Added in version %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/docutils.py:746 #, python-format -msgid "Changed in version %s" -msgstr "Измењено у верзији %s" +msgid "unknown node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "Застарело почевши од верзије %s" +#: util/display.py:83 +msgid "skipped" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/i18n.py:105 #, python-format -msgid "%s (directive)" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/i18n.py:112 #, python-format -msgid ":%s: (directive option)" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/i18n.py:141 #, python-format -msgid "%s (role)" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "директива" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: directives/code.py:84 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[изворни код]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[документација]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Код модула" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: directives/code.py:225 #, python-format -msgid "

Source code for %s

" -msgstr "

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

" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Преглед: код модула" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "План" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:270 #, python-format -msgid "TODO entry found: %s" +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:308 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "Would create file %s." +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Аутор одељка: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Аутор модула: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: directives/other.py:208 +msgid "Code author: " +msgstr "Аутор кода: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "" +#: directives/other.py:210 +msgid "Author: " +msgstr "Аутор: " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "суфикс датотеке (подразумевани: rst)" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "Failed to remove %s: %s" -msgstr "" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: transforms/__init__.py:267 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: transforms/__init__.py:313 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[изворни код]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1887,8 +2235,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1898,1897 +2245,1559 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[документација]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Код модула" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

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

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Преглед: код модула" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: ext/todo.py:71 +msgid "Todo" +msgstr "План" + +#: ext/todo.py:104 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: ext/todo.py:165 #, python-format -msgid "display latex %r: %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: ext/extlinks.py:82 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/doctest.py:115 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:120 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:134 #, python-format -msgid "no Babel option known for language %r" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:281 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/graphviz.py:145 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/graphviz.py:268 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/graphviz.py:303 #, python-format -msgid "unknown index entry type %s found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:310 #, python-format -msgid "[image: %s]" -msgstr "[слика: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[слика]" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:329 #, python-format -msgid "numfig_format is not defined for %s" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Индекс" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:481 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "суфикс датотеке (подразумевани: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "пребацивање слика... " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/apidoc.py:638 #, python-format -msgid "cannot copy image file %r: %s" +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/imgmath.py:159 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/imgmath.py:174 #, python-format -msgid "writing %s file..." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/imgmath.py:328 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/imgmath.py:362 #, python-format -msgid "error writing file %s: %s" +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" +msgid "[image: %s]" +msgstr "[слика: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[слика]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: writers/html5.py:415 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: writers/html5.py:427 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Индекс" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/texinfo.py:1300 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/latex.py:364 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "broken link: %s (%s)" +msgid "no Babel option known for language %r" +msgstr "" + +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: writers/latex.py:593 #, python-format -msgid "Anchor '%s' not found" +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: writers/latex.py:1575 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: writers/latex.py:1931 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "no changes in version %s." -msgstr "" +msgid "environment variable; %s" +msgstr "променљива окружења; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "пребацивање изворних датотека..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: domains/std/__init__.py:234 #, python-format -msgid "could not read %r for changelog creation" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: domains/std/__init__.py:305 #, python-format -msgid "The text files are in %(outdir)s." +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" -msgstr "" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "документ" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "све изворне датотеке" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: domains/std/__init__.py:721 #, python-format -msgid "file %r given on command line does not exist, " +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:934 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: domains/std/__init__.py:946 #, python-format -msgid "%d source files given on command line" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: domains/std/__init__.py:960 #, python-format -msgid "targets for %d source files that are out of date" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: domains/std/__init__.py:1194 #, python-format -msgid "%d found" +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (у модулу %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (уграђена променљива)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "ажурирање окружења: " +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (уграђена класа)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/python/__init__.py:195 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (класа у %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/python/__init__.py:249 #, 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 class method)" +msgstr "%s() (метода класе %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/python/__init__.py:251 #, 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() (%s static method)" +msgstr "%s() (статичка метода %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/python/__init__.py:389 #, 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 property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/python/__init__.py:428 #, 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 (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "модули" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "припремање докумената" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Застарело" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "изузетак" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "метода класе" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "статичка метода" + +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:698 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:817 #, python-format -msgid "processing %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (у " +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Параметри" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Променљиве" + +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/c/__init__.py:199 #, python-format -msgid "error writing file Makefile: %s" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "променљива" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "тип" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Садржај" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -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 "Садржај" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Аутор модула: " +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" +msgstr "Претрага" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Аутор кода: " +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Тражи" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -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 "" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Навигација" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: themes/basic/layout.html:201 #, python-format -msgid "Unknown image format: %s..." +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: themes/basic/layout.html:204 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "Садржај" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Претрага" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Тражи" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Изворни код" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Садржај" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Брза претрага" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Ова страница" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Преглед" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Добро дошли! Ово је" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "документација" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "последња измена" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Претходни одељак" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "претходна глава" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Следећи одељак" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "наредна глава" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Брза претрага" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "тражи" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Ова страница" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Навигација" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Претходни одељак" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "претходна глава" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Следећи одељак" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "наредна глава" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Измене у библиотеци" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Друге измене" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Резултати претраге" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Претражује се" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Припрема претраге..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", у " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: environment/collectors/toctree.py:258 #, python-format msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: environment/adapters/toctree.py:318 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "погледајте %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "такође погледајте %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Симболи" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Параметри" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "тип" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Променљиве" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (у модулу %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (у модулу %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (уграђена променљива)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (уграђена класа)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (класа у %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (метода класе %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (статичка метода %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "модули" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Застарело" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "изузетак" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "метода класе" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "статичка метода" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr "" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "погледајте %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "променљива окружења; %s" +msgid "see also %s" +msgstr "такође погледајте %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Симболи" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:113 #, python-format -msgid "%s command line option" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "индекс" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "напред" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "назад" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "документ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "променљива" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "настављено са претходне стране" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "наставак на следећој страни" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Бројеви" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "страна" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Издање" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Пример" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Примери" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Белешке" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Упозорења" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1317 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1325 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1332 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1342 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1349 #, python-format -msgid "(in %s v%s)" -msgstr "(у %s v%s)" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "(in %s)" -msgstr "(у %s)" +msgid "logo file %r does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1372 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1384 #, python-format -msgid "inventory for external cross-reference not found: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:1414 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "%s %s documentation" +msgstr "документација %s %s" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/transforms.py:119 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/transforms.py:485 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX датотеке су у %(outdir)s." + +#: builders/latex/__init__.py:119 msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +"\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:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Издање" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/__init__.py:543 #, 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 "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: builders/latex/theming.py:87 +#, python-format +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/latex/theming.py:90 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "" + +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: _cli/util/errors.py:172 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse a default argument value for %r: %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "invalid value for member-order option: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "invalid value for class-doc-from option: %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Пример" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Примери" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Белешке" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Упозорења" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3796,7 +3805,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3811,347 +3820,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(у %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" +msgid "(in %s)" +msgstr "(у %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX датотеке су у %(outdir)s." - -#: /home/runner/work/sphinx/sphinx/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\n(или употребите `make latexpdf' овде да се то одради аутоматски)." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +#: ext/intersphinx/_load.py:134 +#, python-format +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "индекс" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "напред" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "назад" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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`." +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "документација %s %s" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Бројеви" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "страна" diff --git a/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo b/sphinx/locale/sr@latin/LC_MESSAGES/sphinx.mo index 0d8554168f0..842bb4b5de2 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 084be692762..b85fd378588 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.js b/sphinx/locale/sv/LC_MESSAGES/sphinx.js index c35c783b62a..3458df2d4c9 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "S\u00f6k", "Search Page": "S\u00f6ksida", "Search Results": "S\u00f6kresultat", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "S\u00f6k bland %(docstitle)s", "Searching": "", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/sv/LC_MESSAGES/sphinx.mo b/sphinx/locale/sv/LC_MESSAGES/sphinx.mo index 320327339a5..baba61e91d8 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 f0e5202fead..0b76c237d9d 100644 --- a/sphinx/locale/sv/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/sv/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+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" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: sv\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,1474 +174,2058 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgid "no theme configuration file found in %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:346 theming.py:399 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:350 #, python-format -msgid "Selected root path: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:323 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." +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 -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." +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 -msgid "" -"The project name will occur in several places in the built documentation." +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" +#: config.py:435 +#, python-format +msgid "No such config value: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" +#: config.py:458 +#, python-format +msgid "Config value %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:494 +#, 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." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: config.py:541 +#, 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" +"There is a programmable error in your configuration file:\n" "\n" -"For a list of supported codes, see\n" -"https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:593 +#, 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." +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" +#: config.py:612 +#, python-format +msgid "Section %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:613 #, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." +msgid "Fig. %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." +#: config.py:614 +#, python-format +msgid "Table %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: config.py:615 +#, python-format +msgid "Listing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: config.py:746 msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: config.py:759 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." +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/rst.py:127 domains/rst.py:184 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "%s (directive)" +msgstr "%s (direktiv)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/rst.py:185 domains/rst.py:189 #, python-format -msgid "File %s already exists, skipping." +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (roll)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "direktiv" + +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/rst.py:225 +msgid "role" +msgstr "roll" + +#: domains/rst.py:247 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (inbyggd funktion)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/javascript.py:166 domains/python/__init__.py:253 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s metod)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (klass)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (global variabel eller konstant)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." -msgstr "" +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s attribut)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" -msgstr "" +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Argument" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Kastar" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Returnerar" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" -msgstr "" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Returtyp" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" -msgstr "" +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modul)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." -msgstr "" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "funktion" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" -msgstr "" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "metod" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" -msgstr "" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "klass" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" -msgstr "" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "data" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" -msgstr "" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "attribut" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" -msgstr "" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modul" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" -msgstr "" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Förändrat i version %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" -msgstr "" +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Ersatt sedan version %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/__init__.py:299 #, python-format -msgid "enable %s extension" -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" +#: environment/__init__.py:86 +msgid "new config" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" +#: environment/__init__.py:87 +msgid "config changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:88 +msgid "extensions changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" +#: environment/__init__.py:249 +msgid "build environment version not current" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" +#: environment/__init__.py:251 +msgid "source directory has changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: environment/__init__.py:364 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: environment/__init__.py:473 #, python-format -msgid "Invalid template variable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" +msgid "Failed to scan documents in %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: environment/__init__.py:835 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Uppmärksamma" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Varning" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Risk" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Fel" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Råd" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Viktigt" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Observera" + +#: 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" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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.:" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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." +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -msgid "" -"\n" -"Generate documentation from source files.\n" -"\n" -"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" -"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" -"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" -"including 'conf.py'\n" -"\n" -"sphinx-build can create documentation in different formats. A format is\n" -"selected by specifying the builder name on the command line; it defaults to\n" -"HTML. Builders can also perform other tasks related to documentation\n" -"processing.\n" -"\n" -"By default, everything that is outdated is built. Output only for selected\n" -"files can be built by specifying individual filenames.\n" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:110 +msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:117 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/quickstart.py:217 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +#: cmd/quickstart.py:225 +#, python-format +msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" +#: cmd/quickstart.py:256 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:269 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:284 +msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" +#: cmd/quickstart.py:286 +msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:291 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" +#: cmd/quickstart.py:299 +msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" +#: cmd/quickstart.py:301 +msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" +#: cmd/quickstart.py:306 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" +#: cmd/quickstart.py:315 +msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:322 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" +#: cmd/quickstart.py:327 +msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:332 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 +#: cmd/quickstart.py:350 +#, python-format msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 +#: cmd/quickstart.py:360 msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "" + +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: cmd/quickstart.py:379 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" +#: cmd/quickstart.py:389 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: cmd/quickstart.py:502 #, python-format msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: cmd/quickstart.py:513 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "" + +#: cmd/quickstart.py:520 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "" + +#: cmd/quickstart.py:555 +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:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "" + +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "" + +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "" + +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "" + +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "" + +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "" + +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "" + +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "" + +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "" + +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "" + +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "" + +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "" + +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "" + +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "" + +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "" + +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "" + +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "" + +#: cmd/quickstart.py:654 ext/apidoc.py:578 +#, python-format +msgid "enable %s extension" +msgstr "" + +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "" + +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "" + +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "" + +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "" + +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "" + +#: cmd/quickstart.py:689 +msgid "do not create batchfile" +msgstr "" + +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" +msgstr "" + +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "" + +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" +msgstr "" + +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "" + +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "" + +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "" + +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "" + +#: cmd/quickstart.py:793 +#, python-format +msgid "Invalid template variable: %s" +msgstr "" + +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" +msgstr "" + +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" +msgstr "" + +#: cmd/build.py:67 +msgid "reST markup error:" +msgstr "" + +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" +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." +msgstr "" + +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" +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 "" + +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" +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 "" + +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "" + +#: cmd/build.py:144 +msgid "job number should be a positive number" +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 "" + +#: cmd/build.py:180 +msgid "path to documentation source files" +msgstr "" + +#: cmd/build.py:183 +msgid "path to output directory" +msgstr "" + +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "" + +#: cmd/build.py:194 +msgid "general options" +msgstr "" + +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "" + +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +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 "" + +#: cmd/build.py:230 +msgid "path options" +msgstr "" + +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "" + +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "" + +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" +msgstr "" + +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "" + +#: cmd/build.py:275 +msgid "pass a value into HTML templates" +msgstr "" + +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "" + +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "" + +#: cmd/build.py:294 +msgid "console output options" +msgstr "" + +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" +msgstr "" + +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" +msgstr "" + +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "" + +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" +msgstr "" + +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "" + +#: cmd/build.py:334 +msgid "warning control options" +msgstr "" + +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" +msgstr "" + +#: cmd/build.py:347 +msgid "turn warnings into errors" +msgstr "" + +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "" + +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "" + +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "" + +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" +msgstr "" + +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" +msgstr "" + +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" +msgstr "" + +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "" + +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "" + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)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 "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr "(i " + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "" + +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "" + +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "" + +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "" + +#: builders/__init__.py:295 +msgid "all source files" +msgstr "" + +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:313 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 +#: builders/__init__.py:324 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: builders/__init__.py:339 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 +#: builders/__init__.py:354 #, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 +#: builders/__init__.py:386 #, python-format -msgid "reading error: %s, %s" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" +#: builders/__init__.py:388 +msgid "none found" +msgstr "" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "" + +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:471 #, python-format -msgid "locale_dir %s does not exist" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:507 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:516 #, python-format -msgid "unknown directive or role name: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:527 #, python-format -msgid "unknown node type: %r" +msgid "" +"Sphinx is unable to load the master document (%s) because it is not included" +" in the custom include_patterns = %r. Ensure that a pattern in " +"include_patterns matches the master document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/__init__.py:534 #, python-format -msgid "default role %s not found" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Uppmärksamma" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Varning" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Risk" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Fel" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Råd" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Viktigt" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Observera" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Se även" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Tips" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Varning" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:432 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:463 #, python-format -msgid "Domain %r is not registered" +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (inbyggd funktion)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s metod)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/_epub_base.py:785 #, python-format -msgid "%s() (class)" -msgstr "%s() (klass)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/changes.py:33 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (global variabel eller konstant)" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s attribut)" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Argument" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Kastar" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Inbyggda" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Returnerar" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Modulnivå" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Returtyp" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:140 #, python-format -msgid "%s (module)" -msgstr "%s (modul)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "funktion" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "metod" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "klass" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "data" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "attribut" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modul" +msgid "could not read %r for changelog creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: util/rst.py:72 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/docfields.py:95 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/osutil.py:130 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/nodes.py:419 #, python-format -msgid "Added in version %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:487 #, python-format -msgid "Changed in version %s" -msgstr "Förändrat i version %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/nodes.py:701 #, python-format -msgid "Deprecated since version %s" -msgstr "Ersatt sedan version %s" +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/fileutil.py:76 #, python-format -msgid "Removed in version %s" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/fileutil.py:91 #, python-format -msgid "%s (directive)" -msgstr "%s (direktiv)" +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/inventory.py:170 #, python-format -msgid ":%s: (directive option)" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/inventory.py:185 #, python-format -msgid "%s (role)" -msgstr "%s (roll)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "direktiv" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "roll" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/docutils.py:283 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/docutils.py:746 #, python-format -msgid "%s %s" -msgstr "%s %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[source]" +#: util/display.py:83 +msgid "skipped" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[docs]" +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Modulkällkod" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: util/i18n.py:141 #, python-format -msgid "

Source code for %s

" -msgstr "

Källkod för %s

" +msgid "locale_dir %s does not exist" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Översikt: modulkällkod" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Alla moduler där källkod finns

" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Att göra" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:84 #, python-format -msgid "TODO entry found: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:211 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "ursprungsvärde" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/code.py:225 #, python-format -msgid "Would create file %s." +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: directives/code.py:228 +#, 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." +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Sektionsförfattare" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Modulförfattare" + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Källkodsförfattare" + +#: directives/other.py:210 +msgid "Author: " +msgstr "Upphovsman:" + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: transforms/__init__.py:267 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: transforms/__init__.py:313 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[source]" + +#: 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" @@ -1885,8 +2233,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1896,1897 +2243,1558 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[docs]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Modulkällkod" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "

Source code for %s

" +msgstr "

Källkod för %s

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Översikt: modulkällkod" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Alla moduler där källkod finns

" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: ext/coverage.py:445 #, python-format msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: ext/coverage.py:458 #, python-format msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Att göra" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: ext/todo.py:104 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: ext/todo.py:165 #, python-format -msgid "inline latex %r: %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: ext/todo.py:175 +msgid "original entry" +msgstr "ursprungsvärde" + +#: ext/extlinks.py:82 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 +#: ext/doctest.py:115 #, python-format -msgid "duplicate label %s, other instance in %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: ext/doctest.py:120 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: ext/doctest.py:134 #, python-format -msgid "no Babel option known for language %r" +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/doctest.py:281 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Fotnoter" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/graphviz.py:145 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/graphviz.py:268 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/graphviz.py:303 #, python-format -msgid "unknown index entry type %s found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/graphviz.py:310 #, python-format -msgid "[image: %s]" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[image]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/graphviz.py:329 #, python-format -msgid "numfig_format is not defined for %s" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Index" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:481 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: ext/apidoc.py:638 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/autosectionlabel.py:48 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/imgmath.py:159 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/imgmath.py:328 #, python-format -msgid "writing %s file..." +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/imgmath.py:362 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Fotnoter" + +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "error writing file %s: %s" +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[image]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: writers/html5.py:415 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 -#, python-format -msgid "\"man_pages\" config value references unknown document %s" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Index" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/texinfo.py:1300 +#, python-format +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/latex.py:364 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/latex.py:593 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: writers/latex.py:1575 #, python-format -msgid "Anchor '%s' not found" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: writers/latex.py:1931 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "" +msgid "environment variable; %s" +msgstr "miljövariabel; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: domains/std/__init__.py:111 #, python-format -msgid "no changes in version %s." +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Inbyggda" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Modulnivå" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: domains/std/__init__.py:234 #, python-format -msgid "could not read %r for changelog creation" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: domains/std/__init__.py:305 #, python-format -msgid "The text files are in %(outdir)s." +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "ordlista" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "grammatisk token" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "referensetikett" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "miljövariabel" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "programväxel" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" -msgstr "" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Modulindex" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Söksida" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:721 #, python-format -msgid "targets for %d po files that are out of date" +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: domains/std/__init__.py:934 #, python-format -msgid "file %r given on command line does not exist, " +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:960 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 +#: domains/std/__init__.py:963 #, python-format -msgid "%d source files given on command line" +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 +#: domains/std/__init__.py:1194 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: domains/std/__init__.py:1196 #, python-format -msgid "%d found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (i modul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -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 (i modul %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (inbyggd variabel)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (inbyggd klass)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: domains/python/__init__.py:195 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s (klass i %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: domains/python/__init__.py:249 #, 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 class method)" +msgstr "%s() (%s klassmetod)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/python/__init__.py:251 #, 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() (%s static method)" +msgstr "%s() (%s statisk metod)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: domains/python/__init__.py:389 #, 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 property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/python/__init__.py:428 #, 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 (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python Modulindex" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "moduler" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Ersatt" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "undantag" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "klassmetod" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "statisk metod" + +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:698 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:817 #, python-format -msgid "processing %s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr "(i " +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametrar" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Variabler" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Väcker" + +#: domains/c/__init__.py:199 #, python-format -msgid "error writing file Makefile: %s" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "medlem" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "variabel" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makro" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 -#, python-format -msgid "Invalid caption: %s" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 -#, python-format -msgid "line number spec is out of range(1-%d): %r" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "typ" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Innehåll" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Sektionsförfattare" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Modulförfattare" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Källkodsförfattare" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Gå" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Upphovsman:" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Visa källfil" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "Dölj sidolist" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Navigation" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: themes/basic/layout.html:115 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Sök bland %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Om dessa dokument" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Copyright" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:201 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Senast uppdaterad %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:204 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%r reference target not found: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Sök" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Gå" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Visa källfil" +#: themes/basic/genindex-single.html: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" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Innehåll" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Innehållsförteckning per inledande bokstav" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "Dölj sidolist" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "kan bli stort" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Sök %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Snabbsök" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Denna Sida" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Översikt" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Index och tabeller" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Komplett Innehållsförteckning" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "lista över alla paragrafer och underparagrafer" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Söksida" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "sök i det här dokumentet" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Global Modulindex" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "genväg till alla moduler" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Huvudindex" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "alla funktioner, klasser, villkor" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Hela innehållsförteckningen på en sida" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Föregående titel" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "Föregående kapitel" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Nästa titel" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "Nästa kapitel" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Snabbsök" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: themes/basic/search.html:20 msgid "" "Please activate JavaScript to enable the search\n" " functionality." msgstr "Var god aktivera JavaScript för sökfunktionalitet." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "sök" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Denna Sida" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Innehållsförteckning per inledande bokstav" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "kan bli stort" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Navigation" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Sök bland %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Om dessa dokument" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Copyright" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Föregående titel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "Föregående kapitel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Senast uppdaterad %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Nästa titel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "Nästa kapitel" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Expandera sidolist" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "Automatiskt genererad lista över förändringar i version %(version)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Förändringar i bibliotek" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "Förändringar i C-API" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Övriga förändringar" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Dölj Sökresultat" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Sökresultat" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "se %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "se även %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametrar" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "medlem" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "typ" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Variabler" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Väcker" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (i modul %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (i modul %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (inbyggd variabel)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (inbyggd klass)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (klass i %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s klassmetod)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s statisk metod)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python Modulindex" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "moduler" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Ersatt" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "undantag" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "klassmetod" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "statisk metod" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/collectors/asset.py:95 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/collectors/asset.py:123 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/collectors/toctree.py:258 #, python-format -msgid "environment variable; %s" -msgstr "miljövariabel; %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/toctree.py:318 #, python-format -msgid "%s; configuration value" +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/toctree.py:342 +#, python-format +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: environment/adapters/toctree.py:357 +#, python-format +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: environment/adapters/indexentries.py:126 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +msgid "see %s" +msgstr "se %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "%s command line option" -msgstr "" +msgid "see also %s" +msgstr "se även %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "ordlista" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "grammatisk token" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "referensetikett" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "miljövariabel" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "programväxel" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Modulindex" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "index" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:547 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:572 +msgid "next" +msgstr "nästa" + +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "föregående" + +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 -#, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:772 #, python-format -msgid "the link has no caption: %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:796 #, python-format -msgid "invalid numfig_format: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:843 #, python-format -msgid "undefined label: %r" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:861 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:912 #, python-format -msgid "%s (C %s)" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "variabel" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "fortsättning från föregående sida" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Utgåva" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1349 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1372 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1384 #, python-format -msgid "(in %s v%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:485 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:117 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"\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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Utgåva" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3802,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3817,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "index" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "nästa" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "föregående" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: 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" + +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/ta/LC_MESSAGES/sphinx.po b/sphinx/locale/ta/LC_MESSAGES/sphinx.po index bcb65e25b5b..94d8bfb88be 100644 --- a/sphinx/locale/ta/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ta/LC_MESSAGES/sphinx.po @@ -1,1231 +1,1328 @@ # Translations template for Sphinx. -# Copyright (C) 2023 ORGANIZATION +# Copyright (C) 2024 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: 2024-10-10 15:47+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.16.0\n" "Language: ta\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: sphinx/application.py:157 +#: 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 +#, python-format +msgid "Handler %r for event %r threw an exception" +msgstr "நிகழ்வு %r க்கு ஏண்ட்லர் %r ஒரு விதிவிலக்கை வீசினார்" + +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" -msgstr "" +msgstr "மூல கோப்பகத்தை (%s) கண்டுபிடிக்க முடியவில்லை" -#: sphinx/application.py:161 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" -msgstr "" +msgstr "வெளியீட்டு அடைவு (%s) ஒரு அடைவு அல்ல" -#: sphinx/application.py:165 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" -msgstr "" +msgstr "மூல அடைவு மற்றும் இலக்கு அடைவு ஒரே மாதிரியாக இருக்க முடியாது" -#: sphinx/application.py:197 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" -msgstr "" +msgstr "இயங்கும் சூரரிமாச்சிலை v%s" -#: sphinx/application.py:223 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." -msgstr "" +msgstr "இந்த திட்டத்திற்கு குறைந்தபட்சம் ச்பின்க்ச் வி%s தேவை, எனவே இந்த பதிப்பில் உருவாக்க முடியாது." -#: sphinx/application.py:239 +#: application.py:262 msgid "making output directory" -msgstr "" +msgstr "வெளியீட்டு கோப்பகத்தை உருவாக்குதல்" -#: sphinx/application.py:244 sphinx/registry.py:444 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" -msgstr "" +msgstr "நீட்டிப்பு %s ஐ அமைக்கும் போது:" -#: sphinx/application.py:250 +#: application.py:273 msgid "" "'setup' as currently defined in conf.py isn't a Python callable. Please " "modify its definition to make it a callable function. This is needed for " "conf.py to behave as a Sphinx extension." -msgstr "" +msgstr "தற்போது conf.py இல் வரையறுக்கப்பட்டுள்ளபடி 'அமைவு' ஒரு பைதான் அழைக்கக்கூடியது அல்ல. அதை அழைக்கக்கூடிய செயல்பாடாக மாற்ற அதன் வரையறையை மாற்றவும். conf.py ஒரு சூரரிமாச்சிலை நீட்டிப்பாக நடந்து கொள்ள இது தேவை." -#: sphinx/application.py:281 +#: application.py:308 #, python-format msgid "loading translations [%s]... " -msgstr "" +msgstr "மொழிபெயர்ப்புகளை ஏற்றுகிறது [%s] ..." -#: sphinx/application.py:298 sphinx/util/display.py:84 +#: application.py:325 util/display.py:90 msgid "done" -msgstr "" +msgstr "முடிந்தது" -#: sphinx/application.py:300 +#: application.py:327 msgid "not available for built-in messages" -msgstr "" +msgstr "உள்ளமைக்கப்பட்ட செய்திகளுக்கு கிடைக்கவில்லை" -#: sphinx/application.py:314 +#: application.py:341 msgid "loading pickled environment" -msgstr "" +msgstr "ஊறுகாய் சூழலை ஏற்றுகிறது" -#: sphinx/application.py:322 +#: application.py:349 #, python-format msgid "failed: %s" -msgstr "" +msgstr "தோல்வியுற்றது: %s" -#: sphinx/application.py:336 +#: application.py:362 msgid "No builder selected, using default: html" +msgstr "இயல்புநிலையைப் பயன்படுத்தி பில்டர் தேர்ந்தெடுக்கப்படவில்லை: html" + +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: sphinx/application.py:369 -msgid "succeeded" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: sphinx/application.py:370 -msgid "finished with problems" +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:374 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." msgstr "" -#: sphinx/application.py:376 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: sphinx/application.py:379 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: sphinx/application.py:381 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: sphinx/application.py:385 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: sphinx/application.py:616 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" -msgstr "" +msgstr "முனை வகுப்பு %r ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது, அதன் பார்வையாளர்கள் மீறப்படுவார்கள்" -#: sphinx/application.py:695 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" -msgstr "" +msgstr "டைரக்டிவ் %r ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது, அது மீறப்படும்" -#: sphinx/application.py:717 sphinx/application.py:739 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" -msgstr "" +msgstr "பங்கு %r ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது, அது மீறப்படும்" -#: sphinx/application.py:1288 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " "assuming it isn't - please ask the extension author to check and make it " "explicit" -msgstr "" +msgstr "இணையான வாசிப்புக்கு இது பாதுகாப்பாக இருந்தால் %s நீட்டிப்பு அறிவிக்கவில்லை, அது இல்லை என்று கருதி - தயவுசெய்து நீட்டிப்பு ஆசிரியரிடம் சரிபார்த்து அதை வெளிப்படையாகச் சொல்லுங்கள்" -#: sphinx/application.py:1292 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" -msgstr "" +msgstr "இணையான வாசிப்புக்கு %s நீட்டிப்பு பாதுகாப்பானது அல்ல" -#: sphinx/application.py:1295 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " "assuming it isn't - please ask the extension author to check and make it " "explicit" -msgstr "" +msgstr "இணையான எழுத்துக்கு பாதுகாப்பானதா என்று %s நீட்டிப்பு அறிவிக்கவில்லை, அது இல்லை என்று கருதி - தயவுசெய்து நீட்டிப்பு ஆசிரியரிடம் சரிபார்த்து அதை வெளிப்படையாகச் சொல்லுங்கள்" -#: sphinx/application.py:1299 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" -msgstr "" +msgstr "இணையான எழுத்துக்கு %s நீட்டிப்பு பாதுகாப்பானது அல்ல" -#: sphinx/application.py:1307 sphinx/application.py:1311 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" -msgstr "" - -#: sphinx/config.py:179 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: sphinx/config.py:188 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: sphinx/config.py:217 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: sphinx/config.py:226 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: sphinx/config.py:231 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: sphinx/config.py:260 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: sphinx/config.py:288 -#, python-format -msgid "No such config value: %s" -msgstr "" - -#: sphinx/config.py:312 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: sphinx/config.py:360 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: sphinx/config.py:363 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: sphinx/config.py:370 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: sphinx/config.py:393 -#, python-format -msgid "" -"The config value `source_suffix' expects a string, list of strings, or " -"dictionary. But `%r' is given." -msgstr "" - -#: sphinx/config.py:413 -#, python-format -msgid "Section %s" -msgstr "" - -#: sphinx/config.py:414 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: sphinx/config.py:415 -#, python-format -msgid "Table %s" -msgstr "" - -#: sphinx/config.py:416 -#, 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." -msgstr "" - -#: sphinx/config.py:506 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: sphinx/config.py:518 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: sphinx/config.py:528 -#, 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 "" +msgstr "சீரியல் %s செய்வது" -#: sphinx/events.py:63 +#: roles.py:205 #, python-format -msgid "Event %r already present" -msgstr "" - -#: sphinx/events.py:69 -#, python-format -msgid "Unknown event name: %s" -msgstr "" - -#: sphinx/events.py:107 -#, python-format -msgid "Handler %r for event %r threw an exception" +msgid "Common Vulnerabilities and Exposures; CVE %s" msgstr "" -#: sphinx/extension.py:53 +#: roles.py:228 #, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." +msgid "invalid CVE number %s" msgstr "" -#: sphinx/extension.py:69 +#: roles.py:249 #, 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 "Common Weakness Enumeration; CWE %s" msgstr "" -#: sphinx/highlighting.py:149 +#: roles.py:272 #, python-format -msgid "Pygments lexer name %r is not known" +msgid "invalid CWE number %s" msgstr "" -#: sphinx/highlighting.py:176 +#: roles.py:293 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "பைதான் மேம்பாட்டு திட்டங்கள்; pep %s" -#: sphinx/project.py:65 +#: roles.py:316 #, python-format -msgid "" -"multiple files found for the document \"%s\": %r\n" -"Use %r for the build." -msgstr "" +msgid "invalid PEP number %s" +msgstr "தவறான pep எண் %s" -#: sphinx/project.py:74 +#: roles.py:354 #, python-format -msgid "Ignored unreadable document %r." -msgstr "" +msgid "invalid RFC number %s" +msgstr "தவறான rfc எண் %s" -#: sphinx/registry.py:136 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" -msgstr "" +msgstr "பில்டர் வகுப்பு %s \"பெயர்\" பண்புக்கூறு இல்லை" -#: sphinx/registry.py:138 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" -msgstr "" +msgstr "பில்டர் %r ஏற்கனவே உள்ளது (தொகுதி %s)" -#: sphinx/registry.py:151 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" -msgstr "" +msgstr "பில்டர் பெயர் %s பதிவு செய்யப்படவில்லை அல்லது நுழைவு புள்ளி மூலம் கிடைக்கவில்லை" -#: sphinx/registry.py:158 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" -msgstr "" +msgstr "பில்டர் பெயர் %s பதிவு செய்யப்படவில்லை" -#: sphinx/registry.py:165 +#: registry.py:171 #, python-format msgid "domain %s already registered" -msgstr "" +msgstr "டொமைன் %s ஏற்கனவே பதிவு செய்யப்பட்டுள்ளன" -#: sphinx/registry.py:188 sphinx/registry.py:201 sphinx/registry.py:212 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" -msgstr "" +msgstr "டொமைன் %s இன்னும் பதிவு செய்யப்படவில்லை" -#: sphinx/registry.py:192 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" -msgstr "" +msgstr "%r கட்டளை ஏற்கனவே டொமைன் %s இல் பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:204 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" -msgstr "" +msgstr "%r பங்கு ஏற்கனவே டொமைன் %s க்கு பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:215 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" -msgstr "" +msgstr "%r குறியீடு ஏற்கனவே டொமைன் %s இல் பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:246 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" -msgstr "" +msgstr "%r object_type ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:272 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" -msgstr "" +msgstr "%r கிராச்ரெஃப்_ டைப் ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:279 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" -msgstr "" +msgstr "source_suffix %r ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:288 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" -msgstr "" +msgstr "%r க்கான source_parser ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:296 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" -msgstr "" +msgstr "%s பதிவு செய்யப்படவில்லை என்பதற்கான மூல பாகுபடுத்தி" -#: sphinx/registry.py:312 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" -msgstr "" +msgstr "%r க்கான மொழிபெயர்ப்பாளர் ஏற்கனவே இருக்கிறார்" -#: sphinx/registry.py:328 +#: registry.py:334 #, 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:417 #, python-format msgid "enumerable_node %r already registered" -msgstr "" +msgstr "கணக்கிடக்கூடிய முனை %ஏற்கனவே பதிவு செய்யப்பட்டுள்ளது" -#: sphinx/registry.py:423 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" -msgstr "" +msgstr "கணித ரெண்டரர் %s ஏற்கனவே பதிவு செய்யப்பட்டுள்ளன" -#: sphinx/registry.py:438 +#: registry.py:444 #, 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:455 msgid "Original exception:\n" -msgstr "" +msgstr "அசல் விதிவிலக\n" -#: sphinx/registry.py:450 +#: registry.py:456 #, python-format msgid "Could not import extension %s" -msgstr "" +msgstr "நீட்டிப்பு %s ஐ இறக்குமதி செய்ய முடியவில்லை" -#: sphinx/registry.py:455 +#: registry.py:461 #, 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:470 #, 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:478 #, 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:512 #, python-format -msgid "Python Enhancement Proposals; PEP %s" +msgid "`None` is not a valid filetype for %r." msgstr "" -#: sphinx/roles.py:194 +#: project.py:71 #, python-format -msgid "invalid PEP number %s" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." msgstr "" -#: sphinx/roles.py:228 +#: project.py:87 #, python-format -msgid "invalid RFC number %s" -msgstr "" +msgid "Ignored unreadable document %r." +msgstr "படிக்க முடியாத ஆவணம் %r ஐ புறக்கணித்தது." -#: sphinx/theming.py:77 +#: highlighting.py:168 #, python-format -msgid "theme %r doesn't have \"theme\" setting" -msgstr "" +msgid "Pygments lexer name %r is not known" +msgstr "பைக்மென்ட் லெக்சர் பெயர் %r அறியப்படவில்லை" -#: sphinx/theming.py:79 +#: highlighting.py:202 #, python-format -msgid "theme %r doesn't have \"inherit\" setting" -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. தளர்வான பயன்முறையில் மீண்டும் முயற்சிப்பது." + +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "%s நீட்டிப்பு தேவைகள்_எக்ச்டென்சன்ச் அமைப்புகளால் தேவைப்படுகிறது, ஆனால் அது ஏற்றப்படவில்லை." + +#: extension.py:76 +#, 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/theming.py:85 +#: theming.py:121 #, python-format -msgid "no theme named %r found, inherited by %r" +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: sphinx/theming.py:108 +#: theming.py:127 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" +msgstr "தேடப்பட்ட கருப்பொருள் கட்டமைப்புகள் எதுவும் இல்லை. %s. %s ஏற்படாது" -#: sphinx/theming.py:127 +#: theming.py:142 #, python-format msgid "unsupported theme option %r given" -msgstr "" +msgstr "ஆதரிக்கப்படாத கருப்பொருள் விருப்பம் %r கொடுக்கப்பட்டுள்ளது" -#: sphinx/theming.py:216 +#: theming.py:215 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" +msgstr "கருப்பொருள் பாதையில் கோப்பு %r என்பது செல்லுபடியாகும் சிப்ஃபைல் அல்ல அல்லது எந்த கருப்பொருளும் இல்லை" -#: sphinx/theming.py:230 +#: theming.py:236 #, python-format -msgid "no theme named %r found (missing theme.conf?)" +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: sphinx/builders/__init__.py:183 +#: theming.py:276 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "The %r theme has circular inheritance" msgstr "" -#: sphinx/builders/__init__.py:187 +#: theming.py:283 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: sphinx/builders/__init__.py:208 sphinx/builders/__init__.py:575 -#: sphinx/builders/__init__.py:602 -msgid "writing output... " +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" msgstr "" -#: sphinx/builders/__init__.py:217 +#: theming.py:346 theming.py:399 #, python-format -msgid "all of %d po files" +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: sphinx/builders/__init__.py:235 +#: theming.py:350 #, python-format -msgid "targets for %d po files that are specified" +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: sphinx/builders/__init__.py:243 +#: theming.py:354 theming.py:402 #, python-format -msgid "targets for %d po files that are out of date" +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: sphinx/builders/__init__.py:252 -msgid "all source files" +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: sphinx/builders/__init__.py:262 +#: theming.py:377 #, python-format -msgid "file %r given on command line does not exist, " +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: sphinx/builders/__init__.py:267 +#: config.py:314 #, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "கட்டமைப்பு கோப்பகத்தில் ஒரு conf.py கோப்பு (%s) இல்லை" + +#: config.py:323 msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "தவறான உள்ளமைவு மதிப்பு காணப்படுகிறது: 'மொழி = எதுவுமில்லை'. உங்கள் உள்ளமைவை செல்லுபடியாகும் மொழிக் குறியீட்டிற்கு புதுப்பிக்கவும். 'en' (ஆங்கிலம்) க்கு மீண்டும் விழுகிறது." -#: sphinx/builders/__init__.py:273 +#: config.py:346 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "புறக்கணித்தல் (தனிப்பட்ட கூறுகளை அமைக்க %r ஐப் பயன்படுத்தவும்) அகராதி கட்டமைப்பு அமைப்பை மேலெழுத முடியாது" -#: sphinx/builders/__init__.py:282 +#: config.py:355 #, python-format -msgid "%d source files given on command line" -msgstr "" +msgid "invalid number %r for config value %r, ignoring" +msgstr "கட்டமைப்பு மதிப்புக்கு தவறான எண் %r, புறக்கணித்தல்" -#: sphinx/builders/__init__.py:294 +#: config.py:361 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "" +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "புறக்கணிப்பு, ஆதரிக்கப்படாத வகையுடன் %r ஐ கட்டமைக்கும் கட்டமைப்பு அமைப்பை மீற முடியாது" -#: sphinx/builders/__init__.py:309 sphinx/builders/gettext.py:236 +#: config.py:382 #, python-format -msgid "building [%s]: " -msgstr "" +msgid "unknown config value %r in override, ignoring" +msgstr "அறியப்படாத கட்டமைப்பு மதிப்பு %r மேலெழுதலில், புறக்கணிக்கிறது" -#: sphinx/builders/__init__.py:316 -msgid "looking for now-outdated files... " +#: config.py:435 +#, python-format +msgid "No such config value: %r" msgstr "" -#: sphinx/builders/__init__.py:321 +#: config.py:458 #, python-format -msgid "%d found" -msgstr "%d கண்டு ப்பிடித்த விட்டது" +msgid "Config value %r already present" +msgstr "கட்டமைப்பு மதிப்பு %r ஏற்கனவே உள்ளது" -#: sphinx/builders/__init__.py:323 -msgid "none found" +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: sphinx/builders/__init__.py:328 -msgid "pickling environment" -msgstr "" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "உங்கள் உள்ளமைவு கோப்பில் ஒரு தொடரியல் பிழை உள்ளது: %s\n" -#: sphinx/builders/__init__.py:334 -msgid "checking consistency" -msgstr "" +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "sys.exit () எனப்படும் உள்ளமைவு கோப்பு (அல்லது அது இறக்குமதி செய்யும் தொகுதிகளில் ஒன்று)" -#: sphinx/builders/__init__.py:338 -msgid "no targets are out of date." -msgstr "" - -#: sphinx/builders/__init__.py:377 -msgid "updating environment: " -msgstr "" - -#: sphinx/builders/__init__.py:398 +#: config.py:541 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "" - -#: sphinx/builders/__init__.py:436 sphinx/builders/__init__.py:448 -msgid "reading sources... " -msgstr "" +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "உங்கள் உள்ளமைவு கோப்பில் நிரல்படுத்தக்கூடிய பிழை உள்ளது: \n %s" -#: sphinx/builders/__init__.py:550 +#: config.py:564 #, python-format -msgid "docnames to write: %s" +msgid "Failed to convert %r to a set or tuple" msgstr "" -#: sphinx/builders/__init__.py:559 sphinx/builders/singlehtml.py:155 -msgid "preparing documents" -msgstr "" - -#: sphinx/builders/__init__.py:562 -msgid "copying assets" -msgstr "" - -#: sphinx/builders/_epub_base.py:215 +#: config.py:585 config.py:590 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." 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... " +#: config.py:593 +#, python-format +msgid "" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: sphinx/builders/_epub_base.py:410 +#: config.py:612 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "" +msgid "Section %s" +msgstr "பிரிவு %s" -#: sphinx/builders/_epub_base.py:416 sphinx/builders/html/__init__.py:758 -#: sphinx/builders/latex/__init__.py:433 sphinx/builders/texinfo.py:193 +#: config.py:613 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "" +msgid "Fig. %s" +msgstr "படம். %s" -#: sphinx/builders/_epub_base.py:433 +#: config.py:614 #, python-format -msgid "cannot write image file %r: %s" -msgstr "" +msgid "Table %s" +msgstr "அட்டவணை %s" -#: sphinx/builders/_epub_base.py:443 -msgid "Pillow not found - copying image files" -msgstr "" +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "பட்டியல் %s" -#: sphinx/builders/_epub_base.py:469 -msgid "writing mimetype file..." -msgstr "" +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "கட்டமைப்பு மதிப்பு `{name}` {candidates}களில் ஒருவராக இருக்க வேண்டும், ஆனால் `{current}` வழங்கப்படுகிறது." -#: sphinx/builders/_epub_base.py:474 -msgid "writing META-INF/container.xml file..." -msgstr "" +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "கட்டமைப்பு மதிப்பு `{பெயர்} 'வகை` {நடப்பு .__ பெயர்__}'; எதிர்பார்க்கப்படுகிறது {அனுமதிக்கப்பட்டது}." -#: sphinx/builders/_epub_base.py:508 -msgid "writing content.opf file..." -msgstr "" +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "கட்டமைப்பு மதிப்பு `{பெயர்} 'வகை` {நடப்பு .__ பெயர்__}', இயல்புநிலை `{இயல்புநிலை .__ பெயர்__} '." -#: sphinx/builders/_epub_base.py:531 +#: config.py:770 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" +msgid "primary_domain %r not found, ignored." +msgstr "முதன்மை_ டொமைன் %r கண்டுபிடிக்கப்படவில்லை, புறக்கணிக்கப்படுகிறது." -#: sphinx/builders/_epub_base.py:678 -msgid "writing toc.ncx file..." -msgstr "" +#: config.py:782 +msgid "" +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." +msgstr "v2.0 என்பதால், சூரரிமாச்சிலை இயல்புநிலையாக \"குறியீட்டை\" ரூட்_டாக் பயன்படுத்துகிறது. உங்கள் conf.py இல் \"root_doc = 'பொருளடக்கம்'\" ஐச் சேர்க்கவும்." -#: sphinx/builders/_epub_base.py:703 +#: domains/rst.py:127 domains/rst.py:184 #, python-format -msgid "writing %s file..." -msgstr "" +msgid "%s (directive)" +msgstr "%s (உத்தரவு)" -#: sphinx/builders/changes.py:30 +#: domains/rst.py:185 domains/rst.py:189 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "" +msgid ":%s: (directive option)" +msgstr ":%s: (உத்தரவு விருப்பம்)" -#: sphinx/builders/changes.py:56 +#: domains/rst.py:213 #, python-format -msgid "no changes in version %s." -msgstr "" +msgid "%s (role)" +msgstr "%s (பங்கு)" -#: sphinx/builders/changes.py:58 -msgid "writing summary file..." -msgstr "" +#: domains/rst.py:223 +msgid "directive" +msgstr "கட்டளை" -#: sphinx/builders/changes.py:73 -msgid "Builtins" -msgstr "" +#: domains/rst.py:224 +msgid "directive-option" +msgstr "உத்தரவு-விருப்பம்" -#: sphinx/builders/changes.py:75 -msgid "Module level" -msgstr "" +#: domains/rst.py:225 +msgid "role" +msgstr "பங்கு" -#: sphinx/builders/changes.py:118 -msgid "copying source files..." -msgstr "" +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s %s இன் நகல் விளக்கம், %s இல் மற்ற நிகழ்வு" -#: sphinx/builders/changes.py:125 +#: domains/javascript.py:165 #, python-format -msgid "could not read %r for changelog creation" -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s () (உள்ளமைக்கப்பட்ட செயல்பாடு)" -#: sphinx/builders/dummy.py:18 -msgid "The dummy builder generates no files." -msgstr "" +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s () (%s முறை)" -#: sphinx/builders/epub3.py:79 +#: domains/javascript.py:168 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" +msgid "%s() (class)" +msgstr "%s () (வகுப்பு)" -#: sphinx/builders/epub3.py:183 -msgid "writing nav.xhtml file..." -msgstr "" +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (உலகளாவிய மாறி அல்லது மாறிலி)" -#: sphinx/builders/epub3.py:209 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s பண்புக்கூறு)" -#: sphinx/builders/epub3.py:213 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "வாதங்கள்" -#: sphinx/builders/epub3.py:216 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "வீசுகிறது" -#: sphinx/builders/epub3.py:220 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "வருமானம்" -#: sphinx/builders/epub3.py:223 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "திரும்ப வகை" -#: sphinx/builders/epub3.py:226 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (தொகுதி)" -#: sphinx/builders/epub3.py:229 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "செயல்பாடு" -#: sphinx/builders/epub3.py:232 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "முறை" -#: sphinx/builders/epub3.py:236 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "வகை" -#: sphinx/builders/epub3.py:239 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "தகவல்கள்" -#: sphinx/builders/epub3.py:253 sphinx/builders/html/__init__.py:1189 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "பண்புக்கூறு" -#: sphinx/builders/gettext.py:215 -#, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "தொகுதி" -#: sphinx/builders/gettext.py:237 +#: domains/javascript.py:407 #, python-format -msgid "targets for %d template files" -msgstr "" - -#: sphinx/builders/gettext.py:241 -msgid "reading templates... " -msgstr "" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "%s இன் %s விளக்கம், %s இல் மற்ற %s" -#: sphinx/builders/gettext.py:275 -msgid "writing message catalogs... " +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" msgstr "" -#: sphinx/builders/linkcheck.py:60 +#: domains/changeset.py:26 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "" +msgid "Changed in version %s" +msgstr "பதிப்பு %s இல் மாற்றப்பட்டது" -#: sphinx/builders/linkcheck.py:109 +#: domains/changeset.py:27 #, python-format -msgid "broken link: %s (%s)" -msgstr "" +msgid "Deprecated since version %s" +msgstr "பதிப்பு %s முதல் நீக்கப்பட்டது" -#: sphinx/builders/linkcheck.py:606 +#: domains/changeset.py:28 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "Removed in version %s" msgstr "" -#: sphinx/builders/manpage.py:35 +#: domains/__init__.py:299 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" +msgid "%s %s" +msgstr "%s %s" -#: sphinx/builders/manpage.py:42 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "நகல் மேற்கோள் %s, %s இல் மற்ற நிகழ்வு" -#: sphinx/builders/latex/__init__.py:309 sphinx/builders/manpage.py:51 -#: sphinx/builders/singlehtml.py:163 sphinx/builders/texinfo.py:110 -msgid "writing" -msgstr "" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "மேற்கோள் [%s] குறிப்பிடப்படவில்லை." -#: sphinx/builders/manpage.py:66 +#: domains/math.py:63 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" +msgid "duplicate label of equation %s, other instance in %s" +msgstr "சமன்பாடு %s இன் நகல் சிட்டை, %s இல் மற்ற நிகழ்வு" -#: sphinx/builders/singlehtml.py:32 +#: domains/math.py:119 writers/latex.py:2479 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "" +msgid "Invalid math_eqref_format: %r" +msgstr "தவறான math_eqref_format: %r" -#: sphinx/builders/singlehtml.py:158 -msgid "assembling single document" -msgstr "" +#: environment/__init__.py:86 +msgid "new config" +msgstr "புதிய கட்டமைப்பு" -#: sphinx/builders/singlehtml.py:176 -msgid "writing additional files" -msgstr "" +#: environment/__init__.py:87 +msgid "config changed" +msgstr "கட்டமைப்பு மாற்றப்பட்டது" -#: sphinx/builders/texinfo.py:46 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "" +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "நீட்டிப்புகள் மாற்றப்பட்டன" -#: sphinx/builders/texinfo.py:48 -msgid "" -"\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "" +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "சுற்றுச்சூழல் பதிப்பை உருவாக்குங்கள்" -#: sphinx/builders/texinfo.py:75 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "" +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "மூல அடைவு மாறிவிட்டது" -#: sphinx/builders/texinfo.py:83 +#: environment/__init__.py:311 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: sphinx/builders/latex/__init__.py:291 sphinx/builders/texinfo.py:106 +#: environment/__init__.py:316 #, python-format -msgid "processing %s" -msgstr "" - -#: sphinx/builders/latex/__init__.py:364 sphinx/builders/texinfo.py:159 -msgid "resolving references..." +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: sphinx/builders/latex/__init__.py:374 sphinx/builders/texinfo.py:168 -msgid " (in " +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: sphinx/builders/texinfo.py:198 -msgid "copying Texinfo support files" -msgstr "" +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "இந்த சூழல் தேர்ந்தெடுக்கப்பட்ட பில்டருடன் பொருந்தாது, தயவுசெய்து மற்றொரு கோட்பாட்டு கோப்பகத்தைத் தேர்வுசெய்க." -#: sphinx/builders/texinfo.py:202 +#: environment/__init__.py:473 #, python-format -msgid "error writing file Makefile: %s" -msgstr "" +msgid "Failed to scan documents in %s: %r" +msgstr "%s இல் ஆவணங்களை ச்கேன் செய்வதில் தோல்வி: %r" -#: sphinx/builders/text.py:29 +#: environment/__init__.py:622 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "" +msgid "Domain %r is not registered" +msgstr "டொமைன் %r பதிவு செய்யப்படவில்லை" -#: 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 "" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "எந்த டோக்ட்ரீயிலும் ஆவணம் சேர்க்கப்படவில்லை" -#: sphinx/builders/xml.py:34 -#, python-format -msgid "The XML files are in %(outdir)s." -msgstr "" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "தன்வய குறிப்பிடப்பட்ட டோக்ட்ரீ கண்டுபிடிக்கப்பட்டது. புறக்கணிக்கப்பட்டது." -#: sphinx/builders/xml.py:106 +#: environment/__init__.py:835 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: sphinx/builders/html/__init__.py:122 -#, python-format -msgid "build info file is broken: %r" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "கவனம்" -#: sphinx/builders/html/__init__.py:159 -#, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "எச்சரிக்கை" -#: sphinx/builders/html/__init__.py:385 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "இடர்" -#: 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 -#, python-format -msgid "%b %d, %Y" -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "பிழை" -#: sphinx/builders/html/__init__.py:497 sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "குறிப்பு" -#: sphinx/builders/html/__init__.py:497 -msgid "index" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "முக்கியமான" -#: sphinx/builders/html/__init__.py:569 -msgid "next" -msgstr "அடுத்த" +#: locale/__init__.py:235 +msgid "Note" +msgstr "குறிப்பு" -#: sphinx/builders/html/__init__.py:578 -msgid "previous" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "மேலும் காண்க" -#: sphinx/builders/html/__init__.py:674 -msgid "generating indices" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "உதவிக்குறிப்பு" -#: sphinx/builders/html/__init__.py:689 -msgid "writing additional pages" -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "எச்சரிக்கை" -#: sphinx/builders/html/__init__.py:768 -msgid "copying downloadable files... " -msgstr "" +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "தொகுதிகளிலிருந்து தானாக ஆவணங்களை செருகவும்" -#: sphinx/builders/html/__init__.py:776 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +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 "" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "வெவ்வேறு திட்டங்களின் சூரரிமாச்சிலை ஆவணங்களுக்கு இடையிலான இணைப்பு" -#: sphinx/builders/html/__init__.py:842 -msgid "copying static files" -msgstr "" +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "கட்டியெழுப்ப அல்லது மறைக்கக்கூடிய \"செய்யவேண்டிய\" உள்ளீடுகளை எழுதுங்கள்" -#: sphinx/builders/html/__init__.py:858 -#, python-format -msgid "cannot copy static file %r" -msgstr "" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "ஆவணங்கள் கவரேச் காசோலைகள்" -#: sphinx/builders/html/__init__.py:863 -msgid "copying extra files" -msgstr "" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "கணிதத்தை சேர்க்கவும், பி.என்.சி அல்லது எச்.வி.சி படங்களாக வழங்கப்படுகிறது" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "கணிதத்தை சேர்க்கவும், மேத்சாக்சால் உலாவியில் வழங்கப்படுகிறது" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "கட்டமைப்பு மதிப்புகளின் அடிப்படையில் உள்ளடக்கத்தை நிபந்தனைக்குட்பட்டது" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "ஆவணப்படுத்தப்பட்ட பைதான் பொருள்களின் மூலக் குறியீட்டிற்கான இணைப்புகளைச் சேர்க்கவும்" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "அறிவிலிமையம் பக்கங்களில் ஆவணத்தை வெளியிட .nojekyl கோப்பை உருவாக்கவும்" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "சரியான பாதை பெயரை உள்ளிடவும்." + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "சில உரையை உள்ளிடவும்." -#: sphinx/builders/html/__init__.py:869 +#: cmd/quickstart.py:117 #, python-format -msgid "cannot copy extra file %r" -msgstr "" +msgid "Please enter one of %s." +msgstr "தயவுசெய்து %s இல் ஒன்றை உள்ளிடவும்." + +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." +msgstr "தயவுசெய்து 'ஒய்' அல்லது 'n' ஐ உள்ளிடவும்." + +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "தயவுசெய்து ஒரு கோப்பு பின்னொட்டை உள்ளிடவும், எ.கா. '.rst' அல்லது '.txt'." -#: sphinx/builders/html/__init__.py:876 +#: cmd/quickstart.py:213 #, python-format -msgid "Failed to write build info file: %r" -msgstr "" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "சூரரிமாச்சிலை %s quickstart பயன்பாட்டிற்கு வருக." -#: sphinx/builders/html/__init__.py:925 +#: cmd/quickstart.py:217 msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "" +"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/html/__init__.py:986 +#: cmd/quickstart.py:225 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "" +msgid "Selected root path: %s" +msgstr "தேர்ந்தெடுக்கப்பட்ட ரூட் பாதை: %s" -#: sphinx/builders/html/__init__.py:1123 -#, python-format +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." +msgstr "ஆவணங்களுக்கான ரூட் பாதையை உள்ளிடவும்." + +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" +msgstr "ஆவணங்களுக்கான ரூட் பாதை" + +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "பிழை: தேர்ந்தெடுக்கப்பட்ட ரூட் பாதையில் ஏற்கனவே உள்ள conf.py கண்டறியப்பட்டுள்ளது." + +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "ச்பிங்க்ச்-கிக்ச்டார்ட் ஏற்கனவே உள்ள சூரரிமாச்சிலை திட்டங்களை மேலெழுதாது." + +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "தயவுசெய்து ஒரு புதிய ரூட் பாதையை உள்ளிடவும் (அல்லது வெளியேற உள்ளிடவும்)" + +#: cmd/quickstart.py:256 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 "" +"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/html/__init__.py:1128 -#, python-format +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" +msgstr "தனி மூல மற்றும் உருவாக்க கோப்பகங்களை உருவாக்குதல் (y/n)" + +#: cmd/quickstart.py:269 msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "" +"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/html/__init__.py:1156 -msgid "dumping object inventory" -msgstr "" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" +msgstr "வார்ப்புருக்கள் மற்றும் நிலையான டிர் ஆகியவற்றிற்கான பெயர் முன்னொட்டு" -#: sphinx/builders/html/__init__.py:1164 -#, python-format -msgid "dumping search index in %s" -msgstr "" +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "கட்டமைக்கப்பட்ட ஆவணங்களில் பல இடங்களில் திட்ட பெயர் நிகழும்." -#: sphinx/builders/html/__init__.py:1212 -#, python-format -msgid "invalid js_file: %r, ignored" -msgstr "" +#: cmd/quickstart.py:284 +msgid "Project name" +msgstr "திட்ட பெயர்" -#: sphinx/builders/html/__init__.py:1240 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "" +#: cmd/quickstart.py:286 +msgid "Author name(s)" +msgstr "ஆசிரியரின் பெயர் (கள்)" -#: sphinx/builders/html/__init__.py:1243 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "" +#: cmd/quickstart.py:291 +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/html/__init__.py:1251 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "" +#: cmd/quickstart.py:299 +msgid "Project version" +msgstr "திட்ட பதிப்பு" -#: sphinx/builders/html/__init__.py:1255 -#, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "" +#: cmd/quickstart.py:301 +msgid "Project release" +msgstr "திட்ட வெளியீடு" + +#: cmd/quickstart.py:306 +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 உதவி குறியீடுகளின் பட்டியலுக்கு, பார்க்கவும் \n https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." + +#: cmd/quickstart.py:315 +msgid "Project language" +msgstr "திட்ட மொழி" + +#: cmd/quickstart.py:322 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "மூல கோப்புகளுக்கான கோப்பு பெயர் பின்னொட்டு. பொதுவாக, இது \".txt\" \n அல்லது \".rst\". இந்த பின்னொட்டுடன் கூடிய கோப்புகள் மட்டுமே ஆவணங்களாக கருதப்படுகின்றன." + +#: cmd/quickstart.py:327 +msgid "Source file suffix" +msgstr "மூல கோப்பு பின்னொட்டு" + +#: cmd/quickstart.py:332 +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 ஆவணம் ஒரு தனிப்பயன் வார்ப்புரு, இதை நீங்கள் மற்றொரு கோப்பு பெயராக அமைக்கலாம்." + +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" +msgstr "உங்கள் முதன்மை ஆவணத்தின் பெயர் (பின்னொட்டு இல்லாமல்)" -#: sphinx/builders/html/__init__.py:1264 +#: cmd/quickstart.py:350 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "பிழை: முதன்மை கோப்பு %s ஏற்கனவே தேர்ந்தெடுக்கப்பட்ட ரூட் பாதையில் கண்டறியப்பட்டுள்ளது." -#: sphinx/builders/html/__init__.py:1268 +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart இருக்கும் கோப்பை மேலெழுதாது." + +#: cmd/quickstart.py:360 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "தயவுசெய்து ஒரு புதிய கோப்பு பெயரை உள்ளிடவும் அல்லது இருக்கும் கோப்பை மறுபெயரிட்டு enter ஐ அழுத்தவும்" + +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "பின்வரும் சூரரிமாச்சிலை நீட்டிப்புகளில் எது இயக்கப்பட வேண்டும் என்பதைக் குறிக்கவும்:" + +#: cmd/quickstart.py:379 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "குறிப்பு: ஒரே நேரத்தில் இம்க்மாத் மற்றும் மேத்சாக்சை இயக்க முடியாது. இம்க்மத் தேர்வு செய்யப்பட்டது." + +#: cmd/quickstart.py:389 +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:395 +msgid "Create Makefile? (y/n)" +msgstr "மேக்ஃபைலை உருவாக்கவா? (y/n)" + +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" +msgstr "சாளரங்கள் கட்டளை கோப்பை உருவாக்கவா? (y/n)" + +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "" +msgid "Creating file %s." +msgstr "கோப்பு %s ஐ உருவாக்குதல்." -#: sphinx/builders/html/__init__.py:1277 sphinx/builders/latex/__init__.py:437 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "logo file %r does not exist" -msgstr "" +msgid "File %s already exists, skipping." +msgstr "கோப்பு %s ஏற்கனவே உள்ளது, தவிர்க்கிறது." + +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." +msgstr "முடிந்தது: ஆரம்ப அடைவு அமைப்பு உருவாக்கப்பட்டுள்ளது." -#: sphinx/builders/html/__init__.py:1286 +#: cmd/quickstart.py:502 #, python-format -msgid "favicon file %r does not exist" -msgstr "" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "நீங்கள் இப்போது உங்கள் முதன்மை கோப்பு %s ஐ விரிவுபடுத்தி பிற ஆவணங்களை உருவாக்க வேண்டும் \n மூல கோப்புகள்." -#: sphinx/builders/html/__init__.py:1293 +#: cmd/quickstart.py:510 msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "டாக்சை உருவாக்க மேக்ஃபைலைப் பயன்படுத்தவும்: \n பில்டரை உருவாக்குங்கள்" -#: sphinx/builders/html/__init__.py:1308 +#: cmd/quickstart.py:513 #, python-format -msgid "%s %s documentation" -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" -#: sphinx/builders/latex/__init__.py:113 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" +#: cmd/quickstart.py:520 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "\"பில்டர்\" என்பது ஆதரிக்கப்பட்ட பில்டர்களில் ஒன்றாகும், எ.கா. html, லேடெக்ச் அல்லது லிங்க்செக்." -#: sphinx/builders/latex/__init__.py:115 +#: cmd/quickstart.py:555 msgid "" "\n" -"Run 'make' in that directory to run these through (pdf)latex\n" -"(use `make latexpdf' here to do that automatically)." -msgstr "" +"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" -#: sphinx/builders/latex/__init__.py:150 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "மேலும் தகவலுக்கு, ஐப் பார்வையிடவும்." -#: sphinx/builders/latex/__init__.py:158 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "அமைதியான பயன்முறை" -#: 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 "" +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "திட்ட வேர்" -#: sphinx/builders/latex/__init__.py:197 sphinx/templates/latex/latex.tex_t:91 -msgid "Release" -msgstr "" +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "கட்டமைப்பு விருப்பங்கள்" -#: sphinx/builders/latex/__init__.py:211 sphinx/writers/latex.py:370 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "குறிப்பிடப்பட்டால், மூலத்தை பிரித்து dirs ஐ உருவாக்குங்கள்" -#: sphinx/builders/latex/__init__.py:387 -msgid "copying TeX support files" -msgstr "" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "குறிப்பிடப்பட்டால், மூல dir இன் கீழ் உருவாக்க dir ஐ உருவாக்குங்கள்" -#: sphinx/builders/latex/__init__.py:403 -msgid "copying TeX support files..." -msgstr "" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "_templates போன்றவற்றில் dot க்கு மாற்றீடு." -#: sphinx/builders/latex/__init__.py:416 -msgid "copying additional files" -msgstr "" +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "அடிப்படை விருப்பங்களை திட்டமிடுங்கள்" -#: sphinx/builders/latex/__init__.py:459 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "" +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "திட்ட பெயர்" -#: sphinx/builders/latex/__init__.py:467 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "" +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "ஆசிரியர் பெயர்கள்" -#: sphinx/builders/latex/theming.py:87 -#, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "" +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "திட்டத்தின் பதிப்பு" -#: sphinx/builders/latex/theming.py:90 +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "திட்டத்தின் வெளியீடு" + +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "ஆவண மொழி" + +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "மூல கோப்பு பின்னொட்டு" + +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "முதன்மை ஆவண பெயர்" + +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "எபப் பயன்படுத்தவும்" + +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "நீட்டிப்பு விருப்பங்கள்" + +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" +msgid "enable %s extension" +msgstr "%s நீட்டிப்பை இயக்கவும்" -#: sphinx/builders/latex/transforms.py:117 -msgid "Failed to get a docname!" -msgstr "" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "தன்னிச்சையான நீட்டிப்புகளை இயக்கவும்" -#: sphinx/builders/latex/transforms.py:118 -msgid "Failed to get a docname for source {source!r}!" -msgstr "" +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "மேக்ஃபைல் மற்றும் பேட்ச்பைல் உருவாக்கம்" + +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "மேக்ஃபைலை உருவாக்கவும்" + +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "மேக்ஃபைலை உருவாக்க வேண்டாம்" + +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "தொகுதி கோப்பை உருவாக்கவும்" + +#: cmd/quickstart.py:689 +msgid "do not create batchfile" +msgstr "தொகுதி கோப்பை உருவாக்க வேண்டாம்" -#: sphinx/builders/latex/transforms.py:479 +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" +msgstr "makefile/make.bat க்கு மேக்-பயன்முறையைப் பயன்படுத்தவும்" + +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "திட்ட வார்ப்புரு" + +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" +msgstr "வார்ப்புரு கோப்புகளுக்கான வார்ப்புரு அடைவு" + +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "ஒரு வார்ப்புரு மாறியை வரையறுக்கவும்" + +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"அமைதியானது\" குறிப்பிடப்பட்டுள்ளது, ஆனால் \"திட்டம்\" அல்லது \"ஆசிரியர்\" எதுவும் குறிப்பிடப்படவில்லை." + +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "பிழை: குறிப்பிட்ட பாதை ஒரு அடைவு அல்ல, அல்லது சூரரிமாச்சிலை கோப்புகள் ஏற்கனவே உள்ளன." + +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "ச்பின்க்ச்-கிக்ச்டார்ட் ஒரு வெற்று கோப்பகமாக மட்டுமே உருவாக்குகிறது. புதிய ரூட் பாதையை குறிப்பிடவும்." + +#: cmd/quickstart.py:793 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "" +msgid "Invalid template variable: %s" +msgstr "தவறான வார்ப்புரு மாறி: %s" -#: sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" -msgstr "" +msgstr "பிழைத்திருத்தத்தைத் தொடங்கும் போது விதிவிலக்கு ஏற்பட்டது:" -#: sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" -msgstr "" +msgstr "குறுக்கிட்டது!" -#: sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" -msgstr "" +msgstr "ஓய்வு மார்க்அப் பிழை:" -#: sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" -msgstr "" +msgstr "குறியீட்டு பிழை:" -#: sphinx/cmd/build.py:72 sphinx/cmd/build.py:87 +#: 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 "" +msgstr "டெவலப்பர்களிடம் சிக்கலை நீங்கள் புகாரளிக்க விரும்பினால், முழு சுவடு %sஇல் சேமிக்கப்பட்டுள்ளது." -#: sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" -msgstr "" +msgstr "மறுநிகழ்வு பிழை:" -#: sphinx/cmd/build.py:79 +#: _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 "" +msgstr "இது மிகப் பெரிய அல்லது ஆழமான உள்ளமைக்கப்பட்ட மூல கோப்புகளுடன் நிகழலாம். எ.கா. உடன் conf.py இல் இயல்புநிலை 1000 பைதான் மறுநிகழ்வு வரம்பை நீங்கள் கவனமாக அதிகரிக்கலாம்." -#: sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" -msgstr "" +msgstr "விதிவிலக்கு ஏற்பட்டது:" -#: sphinx/cmd/build.py:90 +#: _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 "" +msgstr "இது ஒரு பயனர் பிழையாக இருந்தால் இதைப் புகாரளிக்கவும், இதனால் அடுத்த முறை சிறந்த பிழை செய்தியை வழங்க முடியும்." -#: sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" -msgstr "" +msgstr "ஒரு பிழை அறிக்கையை டிராக்கரில் இல் தாக்கல் செய்யலாம். நன்றி!" -#: sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" -msgstr "" +msgstr "வேலை எண் நேர்மறை எண்ணாக இருக்க வேண்டும்" -#: sphinx/cmd/build.py:117 sphinx/cmd/quickstart.py:477 -#: sphinx/ext/apidoc.py:319 sphinx/ext/autosummary/generate.py:689 -msgid "For more information, visit ." -msgstr "" - -#: sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1242,2454 +1339,2773 @@ msgid "" "\n" "By default, everything that is outdated is built. Output only for selected\n" "files can be built by specifying individual filenames.\n" -msgstr "" +msgstr "\nமூல கோப்புகளிலிருந்து ஆவணங்களை உருவாக்குங்கள். \n sphinx- கட்டளை sourcedir இல் உள்ள கோப்புகளிலிருந்து ஆவணங்களை உருவாக்கி வைக்கிறது \n outputdir இல். இது உள்ளமைவுக்காக ஆதாரத்தில் 'conf.py' ஐத் தேடுகிறது \n அமைப்புகள். வார்ப்புரு கோப்புகளை உருவாக்க 'ச்பின்க்ச்-க்யூக்ச்டார்ட்' கருவி பயன்படுத்தப்படலாம், \n 'conf.py' உட்பட \n ச்பிங்க்ச்-பில்ட் வெவ்வேறு வடிவங்களில் ஆவணங்களை உருவாக்க முடியும். ஒரு வடிவம் \n கட்டளை வரியில் பில்டர் பெயரைக் குறிப்பிடுவதன் மூலம் தேர்ந்தெடுக்கப்பட்டது; இது இயல்புநிலையாகும் \n html. ஆவணங்கள் தொடர்பான பிற பணிகளையும் பில்டர்கள் செய்யலாம் \n செயலாக்கம். \n இயல்பாக, காலாவதியான அனைத்தும் கட்டமைக்கப்பட்டுள்ளன. தேர்ந்தெடுக்கப்பட்ட வெளியீடு மட்டுமே \n தனிப்பட்ட கோப்பு பெயர்களைக் குறிப்பிடுவதன் மூலம் கோப்புகளை உருவாக்க முடிய\n" -#: sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" -msgstr "" +msgstr "ஆவண மூல கோப்புகளுக்கான பாதை" -#: sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" -msgstr "" +msgstr "வெளியீட்டு கோப்பகத்திற்கான பாதை" -#: sphinx/cmd/build.py:143 -msgid "a list of specific files to rebuild. Ignored if -a is specified" +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" +msgstr "பொது விருப்பங்கள்" + +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" msgstr "" -#: sphinx/cmd/build.py:149 -msgid "builder to use (default: html)" +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" msgstr "" -#: sphinx/cmd/build.py:151 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" -msgstr "" +msgstr "எல்லா கோப்புகளையும் எழுதுங்கள் (இயல்புநிலை: புதிய மற்றும் மாற்றப்பட்ட கோப்புகளை மட்டும் எழுதுங்கள்)" -#: sphinx/cmd/build.py:154 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" -msgstr "" +msgstr "சேமித்த சூழலைப் பயன்படுத்த வேண்டாம், எப்போதும் எல்லா கோப்புகளையும் படியுங்கள்" -#: sphinx/cmd/build.py:157 -msgid "" -"path for the cached environment and doctree files (default: " -"OUTPUTDIR/.doctrees)" +#: cmd/build.py:230 +msgid "path options" msgstr "" -#: sphinx/cmd/build.py:161 +#: cmd/build.py:236 msgid "" -"build in parallel with N processes where possible (special value \"auto\" " -"will set N to cpu-count)" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: sphinx/cmd/build.py:165 -msgid "" -"path where configuration file (conf.py) is located (default: same as " -"SOURCEDIR)" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: sphinx/cmd/build.py:168 -msgid "use no config file at all, only -D options" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: sphinx/cmd/build.py:171 +#: cmd/build.py:266 msgid "override a setting in configuration file" -msgstr "" +msgstr "உள்ளமைவு கோப்பில் ஒரு அமைப்பை மீறவும்" -#: sphinx/cmd/build.py:174 +#: cmd/build.py:275 msgid "pass a value into HTML templates" -msgstr "" +msgstr "html வார்ப்புருக்களில் ஒரு மதிப்பை அனுப்பவும்" -#: sphinx/cmd/build.py:177 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" -msgstr "" +msgstr "குறிச்சொல்லை வரையறுக்கவும்: குறிச்சொல்லுடன் \"மட்டும்\" தொகுதிகளைச் சேர்க்கவும்" -#: sphinx/cmd/build.py:179 -msgid "nit-picky mode, warn about all missing references" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: sphinx/cmd/build.py:182 +#: cmd/build.py:294 msgid "console output options" -msgstr "" +msgstr "வெளியீட்டு விருப்பங்கள் ஆறுதல்" -#: sphinx/cmd/build.py:184 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" -msgstr "" +msgstr "வாய்மொழி அதிகரிக்கவும் (மீண்டும் மீண்டும் செய்யலாம்)" -#: sphinx/cmd/build.py:186 sphinx/ext/apidoc.py:342 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" -msgstr "" +msgstr "stdout இல் வெளியீடு இல்லை, ச்டெர்ரரில் எச்சரிக்கைகள்" -#: sphinx/cmd/build.py:188 +#: cmd/build.py:315 msgid "no output at all, not even warnings" -msgstr "" +msgstr "எந்த வெளியீடும் இல்லை, எச்சரிக்கைகள் கூட இல்லை" -#: sphinx/cmd/build.py:191 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" -msgstr "" +msgstr "வண்ண வெளியீட்டை வெளியிடுங்கள் (இயல்புநிலை: தானாக-கண்டறிதல்)" -#: sphinx/cmd/build.py:194 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" +msgstr "வண்ண வெளியீட்டை வெளியிட வேண்டாம் (இயல்புநிலை: தானாக கண்டறிதல்)" + +#: cmd/build.py:334 +msgid "warning control options" msgstr "" -#: sphinx/cmd/build.py:197 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" -msgstr "" +msgstr "கொடுக்கப்பட்ட கோப்பிற்கு எச்சரிக்கைகள் (மற்றும் பிழைகள்) எழுதுங்கள்" -#: sphinx/cmd/build.py:199 +#: cmd/build.py:347 msgid "turn warnings into errors" -msgstr "" - -#: sphinx/cmd/build.py:201 -msgid "with -W, keep going when getting warnings" -msgstr "" +msgstr "எச்சரிக்கைகளை பிழைகளாக மாற்றவும்" -#: sphinx/cmd/build.py:203 +#: cmd/build.py:355 msgid "show full traceback on exception" -msgstr "" +msgstr "விதிவிலக்கில் முழு சுவடுப்பைக் காட்டுங்கள்" -#: sphinx/cmd/build.py:205 +#: cmd/build.py:358 msgid "run Pdb on exception" +msgstr "விதிவிலக்கில் pdb ஐ இயக்கவும்" + +#: cmd/build.py:364 +msgid "raise an exception on warnings" msgstr "" -#: sphinx/cmd/build.py:229 +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" -msgstr "" +msgstr "-a விருப்பம் மற்றும் கோப்பு பெயர்களை இணைக்க முடியாது" -#: sphinx/cmd/build.py:250 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" -msgstr "" +msgstr "எச்சரிக்கை கோப்பு %r: %s ஐ திறக்க முடியாது" -#: sphinx/cmd/build.py:264 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" -msgstr "" +msgstr "-d விருப்ப உரையாடல் படிவத்தில் பெயர் = மதிப்பு இருக்க வேண்டும்" -#: sphinx/cmd/build.py:271 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" -msgstr "" +msgstr "-ஒரு விருப்ப உரையாடல் படிவத்தில் இருக்க வேண்டும் பெயர் = மதிப்பு" -#: sphinx/cmd/quickstart.py:48 -msgid "automatically insert docstrings from modules" -msgstr "" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "போலி பில்டர் எந்த கோப்புகளையும் உருவாக்கவில்லை." -#: sphinx/cmd/quickstart.py:49 -msgid "automatically test code snippets in doctest blocks" -msgstr "" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "மேலே உள்ள வெளியீட்டில் அல்லது %(outdir)s/output.txt இல் ஏதேனும் பிழைகள் தேடுங்கள்" -#: sphinx/cmd/quickstart.py:50 -msgid "link between Sphinx documentation of different projects" -msgstr "" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "உடைந்த இணைப்பு: %s ( %s)" -#: sphinx/cmd/quickstart.py:51 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: sphinx/cmd/quickstart.py:52 -msgid "checks for documentation coverage" -msgstr "" +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "வழக்கவெளி ஐ லிங்க்செக்_அலோவ்_ரெடிரெக்ட்சில் தொகுக்கத் தவறிவிட்டது: %r %s" -#: sphinx/cmd/quickstart.py:53 -msgid "include math, rendered as PNG or SVG images" -msgstr "" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "உஉகுமொ பக்கம் %(outdir)sஇல் உள்ளது." + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "ஒற்றை ஆவணத்தை ஒன்று சேர்ப்பது" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "எழுதுதல்" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "கூடுதல் கோப்புகளை எழுதுதல்" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "கையேடு பக்கங்கள் %(outdir)sஇல் உள்ளன." + +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "\"man_pages\" கட்டமைப்பு மதிப்பு இல்லை; கையேடு பக்கங்கள் எதுவும் எழுதப்படாது" + +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" கட்டமைப்பு மதிப்பு குறிப்புகள் அறியப்படாத ஆவணம் %s" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "உரை கோப்புகள் %(outdir)sஇல் உள்ளன." + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "பிழை எழுதும் கோப்பு %s: %s" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "எக்ச்எம்எல் கோப்புகள் %(outdir)sஇல் உள்ளன." + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "போலி-எக்ச்எம்எல் கோப்புகள் %(outdir)sஇல் உள்ளன." + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "உரைதகவல் கோப்புகள் %(outdir)sஇல் உள்ளன." + +#: 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மேக்இன்ஃபோ மூலம் இயக்க அந்த கோப்பகத்தில் 'மேக்' இயக்கவும் \n (தானாகவே அதைச் செய்ய இங்கே 'தகவல்களை உருவாக்கு' பயன்படுத்தவும்)." + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "இல்லை \"டெக்சின்ஃபோ_டோகென்ட்ச்\" கட்டமைப்பு மதிப்பு காணப்படவில்லை; எந்த ஆவணங்களும் எழுதப்படாது" + +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"dexinfo_documents\" கட்டமைப்பு மதிப்பு குறிப்புகள் அறியப்படாத ஆவணம் %s" + +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "செயலாக்கம் %s" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "குறிப்புகளைத் தீர்ப்பது ..." + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr "(இல்" + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "படங்களை நகலெடுக்கும் ..." + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "படக் கோப்பு %r: %s ஐ நகலெடுக்க முடியாது" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "டெக்சின்ஃபோ உதவி கோப்புகளை நகலெடுக்கிறது" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "பிழை எழுதும் கோப்பு மேக்ஃபைல்: %s" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "செய்தி பட்டியல்கள் %(outdir)sஇல் உள்ளன." + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "கட்டிடங்கள் [%s]:" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "%d வார்ப்புரு கோப்புகளுக்கான இலக்குகள்" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "வார்ப்புருக்கள் படித்தல் ..." -#: sphinx/cmd/quickstart.py:54 -msgid "include math, rendered in the browser by MathJax" -msgstr "" +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "செய்தி பட்டியல்களை எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:55 -msgid "conditional inclusion of content based on config values" -msgstr "" +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%s பில்டருக்கு பொருத்தமான படம் காணப்படவில்லை: %s ( %s)" -#: sphinx/cmd/quickstart.py:56 -msgid "include links to the source code of documented Python objects" -msgstr "" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "%s பில்டருக்கு பொருத்தமான படம் காணப்படவில்லை: %s" -#: sphinx/cmd/quickstart.py:57 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "" +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "கட்டிடம் [மோ]:" -#: sphinx/cmd/quickstart.py:99 -msgid "Please enter a valid path name." -msgstr "" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "எழுதுதல் வெளியீடு ..." -#: sphinx/cmd/quickstart.py:115 -msgid "Please enter some text." -msgstr "" +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "%d போ கோப்புகள் அனைத்தும்" -#: sphinx/cmd/quickstart.py:122 +#: builders/__init__.py:273 #, python-format -msgid "Please enter one of %s." -msgstr "" +msgid "targets for %d po files that are specified" +msgstr "குறிப்பிடப்பட்ட %d po கோப்புகளுக்கான இலக்குகள்" -#: sphinx/cmd/quickstart.py:129 -msgid "Please enter either 'y' or 'n'." -msgstr "" +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "காலாவதியான %d po கோப்புகளுக்கான இலக்குகள்" -#: sphinx/cmd/quickstart.py:135 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "அனைத்து மூல கோப்புகளும்" -#: sphinx/cmd/quickstart.py:215 +#: builders/__init__.py:307 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "" +msgid "file %r given on command line does not exist, " +msgstr "கட்டளை வரியில் கொடுக்கப்பட்ட கோப்பு %r இல்லை," -#: sphinx/cmd/quickstart.py:217 +#: builders/__init__.py:313 +#, 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 "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "கட்டளை வரியில் கொடுக்கப்பட்ட கோப்பு %r மூல கோப்பகத்தின் கீழ் இல்லை, புறக்கணிக்கிறது" -#: sphinx/cmd/quickstart.py:222 +#: builders/__init__.py:324 #, python-format -msgid "Selected root path: %s" -msgstr "" +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "கட்டளை வரியில் கொடுக்கப்பட்ட கோப்பு %r என்பது சரியான ஆவணம் அல்ல, புறக்கணிக்கிறது" -#: sphinx/cmd/quickstart.py:225 -msgid "Enter the root path for documentation." -msgstr "" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" +msgstr "கட்டளை வரியில் கொடுக்கப்பட்ட %d மூல கோப்புகள்" -#: sphinx/cmd/quickstart.py:226 -msgid "Root path for the documentation" -msgstr "" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "காலாவதியான %d மூல கோப்புகளுக்கான இலக்குகள்" -#: sphinx/cmd/quickstart.py:231 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "இப்போது வெளியேற்றப்படாத கோப்புகளைத் தேடுகிறது ..." -#: sphinx/cmd/quickstart.py:233 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "%d கண்டு ப்பிடித்த விட்டது" -#: sphinx/cmd/quickstart.py:235 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "" +#: builders/__init__.py:388 +msgid "none found" +msgstr "எதுவும் கிடைக்கவில்லை" -#: sphinx/cmd/quickstart.py:242 -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/__init__.py:395 +msgid "pickling environment" +msgstr "ஊறுகாய் சூழல்" -#: sphinx/cmd/quickstart.py:245 -msgid "Separate source and build directories (y/n)" -msgstr "" +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "நிலைத்தன்மையை சரிபார்க்கிறது" -#: 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 "" +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "இலக்குகள் எதுவும் காலாவதியானவை அல்ல." -#: sphinx/cmd/quickstart.py:252 -msgid "Name prefix for templates and static dir" -msgstr "" +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "சூழலைப் புதுப்பித்தல்:" -#: sphinx/cmd/quickstart.py:256 +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s சேர்க்கப்பட்டன, %s மாற்றப்பட்டன, %s அகற்றப்பட்டன" + +#: builders/__init__.py:507 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." +"Sphinx is unable 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/cmd/quickstart.py:257 -msgid "Project name" +#: builders/__init__.py:516 +#, 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/cmd/quickstart.py:259 -msgid "Author name(s)" +#: builders/__init__.py:527 +#, 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/cmd/quickstart.py:263 +#: builders/__init__.py:534 +#, 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." +"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/cmd/quickstart.py:268 -msgid "Project version" -msgstr "" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "வாசிப்பு ஆதாரங்கள் ..." -#: sphinx/cmd/quickstart.py:270 -msgid "Project release" -msgstr "" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" +msgstr "எழுத டாக் பெயர்கள்: %s" -#: 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 "" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "ஆவணங்களைத் தயாரித்தல்" -#: sphinx/cmd/quickstart.py:282 -msgid "Project language" -msgstr "" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "சொத்துக்களை நகலெடுக்கும்" -#: 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 "" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "தீர்மானிக்க முடியாத மூல எழுத்துக்கள், \"?\"" -#: sphinx/cmd/quickstart.py:290 -msgid "Source file suffix" -msgstr "" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "மின்பதிப்பு கோப்பு %(outdir)s இல் உள்ளது." -#: sphinx/cmd/quickstart.py:294 -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/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "nav.xhtml கோப்பு எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:298 -msgid "Name of your master document (without suffix)" -msgstr "" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "conf மதிப்பு \"epub_language\" (அல்லது \"மொழி\") epub3 க்கு காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:303 -#, python-format -msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "conf மதிப்பு \"epub_uid\" epub3 க்கான xml பெயராக இருக்க வேண்டும்" -#: sphinx/cmd/quickstart.py:305 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "" +#: builders/epub3.py:231 +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:307 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_author\" கான் மதிப்பு காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:311 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_contributor\" கான்ச் மதிப்பு காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:319 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_description\" conf மதிப்பு காலியாக இருக்கக்கூடாது" -#: 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/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_publisher\" கான்ச் மதிப்பு காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:328 -msgid "Create Makefile? (y/n)" -msgstr "" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "conf மதிப்பு \"epub_copyright\" (அல்லது \"பதிப்புரிமை\") epub3 க்கு காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:331 -msgid "Create Windows command file? (y/n)" -msgstr "" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"epub_identifier\" காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:375 sphinx/ext/apidoc.py:93 -#, python-format -msgid "Creating file %s." -msgstr "" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "epub3 க்கு \"பதிப்பு\" காலியாக இருக்கக்கூடாது" -#: sphinx/cmd/quickstart.py:380 sphinx/ext/apidoc.py:90 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "File %s already exists, skipping." -msgstr "" - -#: sphinx/cmd/quickstart.py:422 -msgid "Finished: An initial directory structure has been created." -msgstr "" +msgid "invalid css_file: %r, ignored" +msgstr "தவறான css_file: %r, புறக்கணிக்கப்பட்டது" -#: sphinx/cmd/quickstart.py:424 +#: builders/_epub_base.py:220 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "" +msgid "duplicated ToC entry found: %s" +msgstr "நகல் toc நுழைவு காணப்பட்டது: %s" -#: sphinx/cmd/quickstart.py:427 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "" +#: builders/_epub_base.py:432 +#, python-format +msgid "cannot read image file %r: copying it instead" +msgstr "படக் கோப்பு %r: அதற்கு பதிலாக நகலெடுக்க முடியாது" -#: sphinx/cmd/quickstart.py:430 +#: builders/_epub_base.py:463 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "cannot write image file %r: %s" +msgstr "படக் கோப்பு %r: %s ஐ எழுத முடியாது" -#: 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:475 +msgid "Pillow not found - copying image files" +msgstr "தலையணை கிடைக்கவில்லை - படக் கோப்புகளை நகலெடுக்கும்" -#: 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:507 +msgid "writing mimetype file..." +msgstr "mimetype கோப்பை எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:482 -msgid "quiet mode" -msgstr "" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "meta-inf/contain.xml கோப்பை எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:487 -msgid "project root" -msgstr "" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "content.opf கோப்பு எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:489 -msgid "Structure options" -msgstr "" +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "புறக்கணிப்பு %s க்கான அறியப்படாத mimetype" -#: sphinx/cmd/quickstart.py:491 -msgid "if specified, separate source and build dirs" -msgstr "" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "toc.ncx கோப்பை எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:493 -msgid "if specified, create build dir under source dir" -msgstr "" +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." +msgstr "%s கோப்பை எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:495 -msgid "replacement for dot in _templates etc." -msgstr "" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "கண்ணோட்டம் கோப்பு %(outdir)sஇல் உள்ளது." -#: sphinx/cmd/quickstart.py:497 -msgid "Project basic options" -msgstr "" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." +msgstr "பதிப்பு %s இல் மாற்றங்கள் இல்லை." -#: sphinx/cmd/quickstart.py:499 -msgid "project name" -msgstr "" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "சுருக்கம் கோப்பை எழுதுதல் ..." -#: sphinx/cmd/quickstart.py:501 -msgid "author names" -msgstr "" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "பில்டின்ச்" -#: sphinx/cmd/quickstart.py:503 -msgid "version of project" -msgstr "" +#: builders/changes.py:79 +msgid "Module level" +msgstr "தொகுதி நிலை" -#: sphinx/cmd/quickstart.py:505 -msgid "release of project" -msgstr "" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "மூல கோப்புகளை நகலெடுக்கும் ..." -#: sphinx/cmd/quickstart.py:507 -msgid "document language" -msgstr "" +#: builders/changes.py:140 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "சேஞ்ச்லாக் உருவாக்கத்திற்கு %r ஐப் படிக்க முடியவில்லை" -#: sphinx/cmd/quickstart.py:509 -msgid "source file suffix" -msgstr "" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "இயல்புநிலை பங்கு %s காணப்படவில்லை" -#: sphinx/cmd/quickstart.py:511 -msgid "master document name" -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." +msgstr "%s டொமைனில் சிக்கல்: புலம் ' %s' பாத்திரத்தைப் பயன்படுத்த வேண்டும், ஆனால் அந்த பங்கு டொமைனில் இல்லை." -#: sphinx/cmd/quickstart.py:513 -msgid "use epub" +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: sphinx/cmd/quickstart.py:515 -msgid "Extension options" -msgstr "" +#: util/nodes.py:419 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "குறியீட்டு உள்ளீடுகளுக்கு (நுழைவு %r இலிருந்து) %r நீக்கப்படுகிறது. அதற்கு பதிலாக 'சோடி: %s' ஐப் பயன்படுத்தவும்." -#: sphinx/cmd/quickstart.py:519 sphinx/ext/apidoc.py:402 +#: util/nodes.py:487 #, python-format -msgid "enable %s extension" -msgstr "" +msgid "toctree contains ref to nonexisting file %r" +msgstr "டோக்ட்ரீ இல்லாத கோப்பு %r க்கு ரெஃப் உள்ளது" -#: sphinx/cmd/quickstart.py:521 sphinx/ext/apidoc.py:398 -msgid "enable arbitrary extensions" -msgstr "" +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "விதிவிலக்கு மட்டுமே வழிநடத்தும் வெளிப்பாட்டை மட்டுமே மதிப்பிடுகிறது: %s" -#: sphinx/cmd/quickstart.py:523 -msgid "Makefile and Batchfile creation" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: sphinx/cmd/quickstart.py:525 -msgid "create makefile" +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: sphinx/cmd/quickstart.py:527 -msgid "do not create makefile" +#: util/inventory.py:170 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: sphinx/cmd/quickstart.py:529 -msgid "create batchfile" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: sphinx/cmd/quickstart.py:532 -msgid "do not create batchfile" -msgstr "" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "அறியப்படாத கட்டளை அல்லது பங்கு பெயர்: %s: %s" -#: sphinx/cmd/quickstart.py:535 -msgid "use make-mode for Makefile/make.bat" -msgstr "" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "அறியப்படாத முனை வகை: %r" -#: sphinx/cmd/quickstart.py:538 -msgid "do not use make-mode for Makefile/make.bat" -msgstr "" +#: util/display.py:83 +msgid "skipped" +msgstr "தவிர்க்கப்பட்டது" -#: sphinx/cmd/quickstart.py:540 sphinx/ext/apidoc.py:404 -msgid "Project templating" -msgstr "" +#: util/display.py:88 +msgid "failed" +msgstr "தோல்வி" -#: sphinx/cmd/quickstart.py:543 sphinx/ext/apidoc.py:407 -msgid "template directory for template files" -msgstr "" +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" +msgstr "வாசிப்பு பிழை: %s, %s" -#: sphinx/cmd/quickstart.py:546 -msgid "define a template variable" -msgstr "" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" +msgstr "எழுதும் பிழை: %s, %s" -#: sphinx/cmd/quickstart.py:579 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s இல்லை" -#: sphinx/cmd/quickstart.py:593 +#: util/i18n.py:236 +#, python-format msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "தவறான தேதி வடிவம். நீங்கள் நேரடியாக வெளியிட விரும்பினால் ஒற்றை மேற்கோள் மூலம் சரத்தை மேற்கோள் காட்டுங்கள்: %s" -#: sphinx/cmd/quickstart.py:595 +#: directives/patches.py:66 msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" - -#: sphinx/cmd/quickstart.py:610 -#, python-format -msgid "Invalid template variable: %s" -msgstr "" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." +msgstr "\": கோப்பு:\" சி.எச்.வி-டேபிள் டைரெக்டிவ் விருப்பம் இப்போது ஒரு முழுமையான பாதையை மூல கோப்பகத்திலிருந்து தொடர்புடைய பாதையாக அங்கீகரிக்கிறது. உங்கள் ஆவணத்தை புதுப்பிக்கவும்." -#: sphinx/directives/code.py:61 +#: directives/code.py:63 msgid "non-whitespace stripped by dedent" -msgstr "" +msgstr "வெண்மையானது அல்லாதது" -#: sphinx/directives/code.py:82 +#: directives/code.py:84 #, python-format msgid "Invalid caption: %s" -msgstr "" +msgstr "தவறான தலைப்புகள்: %s" -#: sphinx/directives/code.py:127 sphinx/directives/code.py:277 -#: sphinx/directives/code.py:453 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format msgid "line number spec is out of range(1-%d): %r" -msgstr "" +msgstr "வரி எண் ச்பெக் வரம்பில் இல்லை (1- %d): %r" -#: sphinx/directives/code.py:206 +#: directives/code.py:211 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "" +msgstr "\"%s\" மற்றும் \"%s\" விருப்பங்கள் இரண்டையும் பயன்படுத்த முடியாது" -#: sphinx/directives/code.py:220 +#: directives/code.py:225 #, python-format msgid "Include file %r not found or reading it failed" -msgstr "" +msgstr "கோப்பு %r கண்டுபிடிக்கப்படவில்லை அல்லது அதைப் படிப்பது தோல்வியுற்றது" -#: sphinx/directives/code.py:223 +#: directives/code.py:228 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" -msgstr "" +msgstr "சேர்க்கப்பட்ட கோப்பு %r என்பது தவறானதாகத் தெரிகிறது, ஒரு: குறியாக்கம்: விருப்பம் கொடுக்க முயற்சிக்கவும்" -#: sphinx/directives/code.py:260 +#: directives/code.py:270 #, python-format msgid "Object named %r not found in include file %r" -msgstr "" +msgstr "%r இல் காணப்படாத பொருள் கோப்பு %r அடங்கும்" -#: sphinx/directives/code.py:286 +#: directives/code.py:303 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "" +msgstr "\"லினெனோ-மேட்ச்\" ஐ \"கோடுகளின்\" ஒத்ததாக பயன்படுத்த முடியாது" -#: sphinx/directives/code.py:291 +#: directives/code.py:308 #, python-format msgid "Line spec %r: no lines pulled from include file %r" -msgstr "" +msgstr "வரி ச்பெக் %r: எந்த வரிகளும் இல்லை கோப்பு %r சேர்க்கப்படவில்லை" -#: sphinx/directives/other.py:116 +#: directives/other.py:122 #, python-format msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgstr "டோக்ட்ரீ குளோப் முறை %r எந்த ஆவணங்களுக்கும் பொருந்தவில்லை" -#: sphinx/directives/other.py:142 sphinx/environment/adapters/toctree.py:323 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format msgid "toctree contains reference to excluded document %r" -msgstr "" +msgstr "டோக்ட்ரீ விலக்கப்பட்ட ஆவணம் %r பற்றிய குறிப்பு உள்ளது" -#: sphinx/directives/other.py:145 sphinx/environment/adapters/toctree.py:327 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format msgid "toctree contains reference to nonexisting document %r" -msgstr "" +msgstr "டோக்ட்ரீ இல்லாத ஆவணம் %r பற்றிய குறிப்பு உள்ளது" -#: sphinx/directives/other.py:156 +#: directives/other.py:171 #, python-format msgid "duplicated entry found in toctree: %s" -msgstr "" +msgstr "டோக்ட்ரீயில் காணப்படும் நகல் நுழைவு: %s" -#: sphinx/directives/other.py:188 +#: directives/other.py:204 msgid "Section author: " -msgstr "" +msgstr "பிரிவு ஆசிரியர்:" -#: sphinx/directives/other.py:190 +#: directives/other.py:206 msgid "Module author: " -msgstr "" +msgstr "தொகுதி ஆசிரியர்:" -#: sphinx/directives/other.py:192 +#: directives/other.py:208 msgid "Code author: " -msgstr "" +msgstr "குறியீடு ஆசிரியர்:" -#: sphinx/directives/other.py:194 +#: directives/other.py:210 msgid "Author: " -msgstr "" +msgstr "நூலாசிரியர்:" -#: sphinx/directives/other.py:266 +#: directives/other.py:284 msgid ".. acks content is not a list" -msgstr "" +msgstr ".. acks உள்ளடக்கம் ஒரு பட்டியல் அல்ல" -#: sphinx/directives/other.py:291 +#: directives/other.py:309 msgid ".. hlist content is not a list" -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 "" - -#: sphinx/domains/__init__.py:397 -#, python-format -msgid "%s %s" -msgstr "" +msgstr ".. hlist உள்ளடக்கம் ஒரு பட்டியல் அல்ல" -#: sphinx/domains/c.py:2043 sphinx/domains/c.py:3318 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: sphinx/domains/c.py:3257 -#, python-format -msgid "%s (C %s)" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: sphinx/domains/c.py:3356 sphinx/domains/cpp.py:7496 -#: sphinx/domains/python.py:682 sphinx/ext/napoleon/docstring.py:760 -msgid "Parameters" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: sphinx/domains/c.py:3359 sphinx/domains/cpp.py:7502 -msgid "Return values" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: sphinx/domains/c.py:3362 sphinx/domains/cpp.py:7505 -#: sphinx/domains/javascript.py:259 sphinx/domains/python.py:694 -msgid "Returns" -msgstr "" +#: _cli/__init__.py:98 +msgid "Options" +msgstr "விருப்பங்கள்" -#: sphinx/domains/c.py:3364 sphinx/domains/javascript.py:261 -#: sphinx/domains/python.py:696 -msgid "Return type" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: sphinx/domains/c.py:3730 sphinx/domains/cpp.py:7909 -msgid "member" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: sphinx/domains/c.py:3731 -msgid "variable" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: sphinx/domains/c.py:3732 sphinx/domains/cpp.py:7908 -#: sphinx/domains/javascript.py:365 sphinx/domains/python.py:1454 -msgid "function" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: sphinx/domains/c.py:3733 -msgid "macro" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: sphinx/domains/c.py:3734 -msgid "struct" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: sphinx/domains/c.py:3735 sphinx/domains/cpp.py:7907 -msgid "union" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: sphinx/domains/c.py:3736 sphinx/domains/cpp.py:7912 -msgid "enum" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: sphinx/domains/c.py:3737 sphinx/domains/cpp.py:7913 -msgid "enumerator" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: sphinx/domains/c.py:3738 sphinx/domains/cpp.py:7910 -msgid "type" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: sphinx/domains/c.py:3740 sphinx/domains/cpp.py:7915 -msgid "function parameter" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: sphinx/domains/changeset.py:23 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "New in version %s" -msgstr "" +msgid "%b %d, %Y" +msgstr "%b %d, %y" -#: sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "மொழிபெயர்ப்பு முன்னேற்றத்தை கணக்கிட முடியவில்லை!" -#: sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "" +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "மொழிபெயர்க்கப்பட்ட கூறுகள் இல்லை!" -#: sphinx/domains/citation.py:70 +#: transforms/__init__.py:267 #, python-format -msgid "duplicate citation %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/citation.py:81 +#: transforms/__init__.py:313 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "" +msgid "Footnote [%s] is not referenced." +msgstr "அடிக்குறிப்பு [%s] குறிப்பிடப்படவில்லை." -#: sphinx/domains/cpp.py:4929 sphinx/domains/cpp.py:7423 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: sphinx/domains/cpp.py:7218 -msgid "Template Parameters" -msgstr "" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "அடிக்குறிப்பு [#] குறிப்பிடப்படவில்லை." -#: sphinx/domains/cpp.py:7340 -#, python-format -msgid "%s (C++ %s)" -msgstr "" +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "மொழிபெயர்க்கப்பட்ட செய்தியில் சீரற்ற அடிக்குறிப்பு குறிப்புகள். அசல்: {0}, மொழிபெயர்க்கப்பட்டுள்ளது: {1}" -#: sphinx/domains/cpp.py:7499 sphinx/domains/javascript.py:256 -msgid "Throws" -msgstr "" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "மொழிபெயர்க்கப்பட்ட செய்தியில் சீரற்ற குறிப்புகள். அசல்: {0}, மொழிபெயர்க்கப்பட்டுள்ளது: {1}" -#: sphinx/domains/cpp.py:7906 sphinx/domains/javascript.py:367 -#: sphinx/domains/python.py:1456 -msgid "class" -msgstr "" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "மொழிபெயர்க்கப்பட்ட செய்தியில் சீரற்ற மேற்கோள் குறிப்புகள். அசல்: {0}, மொழிபெயர்க்கப்பட்டுள்ளது: {1}" -#: sphinx/domains/cpp.py:7911 -msgid "concept" -msgstr "" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "மொழிபெயர்க்கப்பட்ட செய்தியில் சீரற்ற கால குறிப்புகள். அசல்: {0}, மொழிபெயர்க்கப்பட்டுள்ளது: {1}" -#: sphinx/domains/cpp.py:7916 -msgid "template parameter" -msgstr "" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[மூல]" -#: sphinx/domains/javascript.py:164 +#: ext/imgconverter.py:40 #, python-format -msgid "%s() (built-in function)" -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/domains/javascript.py:165 sphinx/domains/python.py:1121 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format -msgid "%s() (%s method)" -msgstr "" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "பிழையுடன் வெளியேறுதல்: \n [stderr] \n %r \n [stdout] \n %r" -#: sphinx/domains/javascript.py:167 +#: ext/imgconverter.py:68 #, python-format -msgid "%s() (class)" -msgstr "" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "கட்டளை %r ஐ இயக்க முடியாது, பட_கன்வெர்ட்டர் அமைப்பை சரிபார்க்கவும்" -#: sphinx/domains/javascript.py:169 -#, python-format -msgid "%s (global variable or constant)" -msgstr "" +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "தொகுதி குறியீட்டை முன்னிலைப்படுத்துகிறது ..." -#: sphinx/domains/javascript.py:171 sphinx/domains/python.py:1206 -#, python-format -msgid "%s (%s attribute)" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[டாக்ச்]" -#: sphinx/domains/javascript.py:253 -msgid "Arguments" -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "தொகுதி குறியீடு" -#: sphinx/domains/javascript.py:329 +#: ext/viewcode.py:311 #, python-format -msgid "%s (module)" -msgstr "" +msgid "

Source code for %s

" +msgstr "

%s

க்கான மூலக் குறியீடு" -#: sphinx/domains/javascript.py:366 sphinx/domains/python.py:1458 -msgid "method" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "கண்ணோட்டம்: தொகுதி குறியீடு" -#: sphinx/domains/javascript.py:368 sphinx/domains/python.py:1455 -msgid "data" -msgstr "" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

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

" -#: sphinx/domains/javascript.py:369 sphinx/domains/python.py:1461 -msgid "attribute" +#: ext/coverage.py:47 +#, python-format +msgid "invalid regex %r in %s" +msgstr "%s இல் தவறான ரீசெக்ச் %r" + +#: 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" msgstr "" -#: sphinx/domains/javascript.py:370 sphinx/domains/python.py:1463 -msgid "module" +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: sphinx/domains/javascript.py:401 +#: ext/coverage.py:163 #, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "" +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "முடிக்கப்பட்ட ஆதாரங்களில் கவரேச் சோதனை செய்வது, %(outdir)spython.txt இல் முடிவுகளைப் பாருங்கள்." -#: sphinx/domains/math.py:61 +#: ext/coverage.py:177 #, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "கவரேச்_சி_ரெசெக்சில் தவறான ரீசெக்ச் %r" -#: sphinx/domains/math.py:116 sphinx/writers/latex.py:2252 +#: ext/coverage.py:245 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "" +msgid "undocumented c api: %s [%s] in file %s" +msgstr "ஆவணப்படுத்தப்படாத சி ஏபிஐ: கோப்பு %s இல் %s [ %s]" -#: sphinx/domains/python.py:687 -msgid "Variables" -msgstr "" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "ஆவணமற்ற பைதான் செயல்பாடு: %s :: %s" -#: sphinx/domains/python.py:691 -msgid "Raises" -msgstr "" +#: ext/coverage.py:445 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "ஆவணமற்ற பைதான் வகுப்பு: %s :: %s" -#: sphinx/domains/python.py:975 sphinx/domains/python.py:1112 +#: ext/coverage.py:458 #, python-format -msgid "%s() (in module %s)" -msgstr "" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "ஆவணமற்ற பைதான் முறை: %s :: %s :: %s" + +#: ext/todo.py:71 +msgid "Todo" +msgstr "செய்யவேண்டிய" -#: sphinx/domains/python.py:1035 sphinx/domains/python.py:1202 -#: sphinx/domains/python.py:1253 +#: ext/todo.py:104 #, python-format -msgid "%s (in module %s)" -msgstr "" +msgid "TODO entry found: %s" +msgstr "செய்யவேண்டிய நுழைவு காணப்பட்டது: %s" + +#: ext/todo.py:163 +msgid "<>" +msgstr "<< அசல் நுழைவு >>" -#: sphinx/domains/python.py:1037 +#: ext/todo.py:165 #, python-format -msgid "%s (built-in variable)" -msgstr "" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<< அசல் நுழைவு >> %s, வரி %d இல் அமைந்துள்ளது.)" -#: sphinx/domains/python.py:1062 +#: ext/todo.py:175 +msgid "original entry" +msgstr "அசல் நுழைவு" + +#: ext/extlinks.py:82 #, python-format -msgid "%s (built-in class)" -msgstr "" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "ஆர்ட்கோட் செய்யப்பட்ட இணைப்பு %r ஐ எக்ச்ட்லிங்க் மூலம் மாற்றலாம் (அதற்கு பதிலாக %r ஐப் பயன்படுத்த முயற்சிக்கவும்)" -#: sphinx/domains/python.py:1063 +#: ext/doctest.py:115 #, python-format -msgid "%s (class in %s)" -msgstr "" +msgid "missing '+' or '-' in '%s' option." +msgstr "'%s' விருப்பத்தில் '+' அல்லது '-' காணவில்லை." -#: sphinx/domains/python.py:1117 +#: ext/doctest.py:120 #, python-format -msgid "%s() (%s class method)" -msgstr "" +msgid "'%s' is not a valid option." +msgstr "'%s' சரியான விருப்பம் அல்ல." -#: sphinx/domains/python.py:1119 +#: ext/doctest.py:134 #, python-format -msgid "%s() (%s static method)" -msgstr "" +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' என்பது செல்லுபடியாகும் பைவெர்சன் விருப்பம் அல்ல" + +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "தவறான டெச்ட்கோட் வகை" -#: sphinx/domains/python.py:1257 +#: ext/doctest.py:281 #, python-format -msgid "%s (%s property)" -msgstr "" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "முடிக்கப்பட்ட ஆதாரங்களில் ஆவணங்களின் சோதனை, %(outdir)s/output.txt இன் முடிவுகளைப் பாருங்கள்." -#: sphinx/domains/python.py:1383 -msgid "Python Module Index" -msgstr "" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "%s தொகுதியில் குறியீடு/வெளியீடு இல்லை %s: %s" -#: sphinx/domains/python.py:1384 -msgid "modules" -msgstr "" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "தவறான ஆவணக் குறியீட்டை புறக்கணித்தல்: %r" -#: sphinx/domains/python.py:1433 -msgid "Deprecated" -msgstr "" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "கிராப்விச் டைரெக்டிவ் உள்ளடக்கம் மற்றும் கோப்பு பெயர் உரையாடல் இரண்டையும் கொண்டிருக்க முடியாது" -#: sphinx/domains/python.py:1457 -msgid "exception" -msgstr "" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" +msgstr "வெளிப்புற கிராப்விச் கோப்பு %r கண்டுபிடிக்கப்படவில்லை அல்லது அதைப் படிப்பது தோல்வியுற்றது" -#: sphinx/domains/python.py:1459 -msgid "class method" -msgstr "" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "உள்ளடக்கம் இல்லாமல் \"கிராஃப்விச்\" உத்தரவைப் புறக்கணித்தல்." -#: sphinx/domains/python.py:1460 -msgid "static method" -msgstr "" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "braphviz_dot இயங்கக்கூடிய பாதை அமைக்கப்பட வேண்டும்! %r" -#: sphinx/domains/python.py:1462 -msgid "property" -msgstr "" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "dot கட்டளை %r ஐ இயக்க முடியாது (கிராஃப்விச் வெளியீட்டிற்கு தேவை), கிராஃப்விச்_டோட் அமைப்பைச் சரிபார்க்கவும்" -#: sphinx/domains/python.py:1520 +#: ext/graphviz.py:310 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "பிழை பிழையுடன் வெளியேறியது: \n [stderr] \n %r \n [stdout] \n %r" -#: sphinx/domains/python.py:1640 +#: ext/graphviz.py:313 #, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "புள்ளி ஒரு வெளியீட்டு கோப்பை உருவாக்கவில்லை: \n [stderr] \n %r \n [stdout] \n %r" -#: sphinx/domains/python.py:1701 -msgid " (deprecated)" -msgstr "" +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "braphviz_output_format 'png', 'svg' இல் ஒன்றாக இருக்க வேண்டும், ஆனால் %r ஆகும்" -#: sphinx/domains/rst.py:125 sphinx/domains/rst.py:181 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "%s (directive)" -msgstr "" +msgid "dot code %r: %s" +msgstr "புள்ளி குறியீடு %r: %s" -#: sphinx/domains/rst.py:182 sphinx/domains/rst.py:186 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid ":%s: (directive option)" -msgstr "" +msgid "[graph: %s]" +msgstr "[வரைபடம்: %s]" -#: sphinx/domains/rst.py:209 +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[வரைபடம்]" + +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "இந்த சமன்பாட்டிற்கான இணைப்பு" + +#: ext/apidoc.py:85 #, python-format -msgid "%s (role)" -msgstr "" +msgid "Would create file %s." +msgstr "கோப்பு %s ஐ உருவாக்கும்." -#: sphinx/domains/rst.py:218 -msgid "directive" -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 இல் ஒரு தொகுப்புக்கு ஆட்டோமோடூல் வழிமுறைகளுடன் ஒரு ஓய்வு கோப்பு. \n கள் கோப்பு மற்றும்/அல்லது அடைவு வடிவங்களாக இருக்கலாம் \n தலைமுறையிலிருந்து விலக்கப்பட்டது. \n குறிப்பு: இயல்பாக இந்த ச்கிரிப்ட் ஏற்கனவே உருவாக்கிய கோப்புகளை மேலெழுதாது." -#: sphinx/domains/rst.py:219 -msgid "directive-option" -msgstr "" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "ஆவணத்திற்கான தொகுதிக்கான பாதை" -#: sphinx/domains/rst.py:220 -msgid "role" -msgstr "" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "fnmatch- பாணி கோப்பு மற்றும்/அல்லது கோப்பக வடிவங்கள் தலைமுறையிலிருந்து விலக்க" -#: sphinx/domains/rst.py:242 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "அனைத்து வெளியீட்டையும் வைக்க அடைவு" -#: sphinx/domains/std.py:79 sphinx/domains/std.py:96 -#, python-format -msgid "environment variable; %s" -msgstr "" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "toc இல் காண்பிக்க சப்மோடூல்களின் அதிகபட்ச ஆழம் (இயல்புநிலை: 4)" -#: sphinx/domains/std.py:155 -#, python-format +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "இருக்கும் கோப்புகளை மேலெழுதவும்" + +#: ext/apidoc.py:437 msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" -msgstr "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "குறியீட்டு இணைப்புகளைப் பின்பற்றவும். cologetive.recipe.omelette உடன் இணைந்தால் சக்திவாய்ந்தவர்." -#: sphinx/domains/std.py:226 -#, python-format -msgid "%s command line option" -msgstr "" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "கோப்புகளை உருவாக்காமல் ச்கிரிப்டை இயக்கவும்" -#: sphinx/domains/std.py:228 -msgid "command line option" -msgstr "" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "ஒவ்வொரு தொகுதிக்கும் ஆவணங்களை அதன் சொந்த பக்கத்தில் வைக்கவும்" -#: sphinx/domains/std.py:346 -msgid "glossary term must be preceded by empty line" -msgstr "" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "\"_ பிரைவேட்\" தொகுதிகள் சேர்க்கவும்" -#: sphinx/domains/std.py:354 -msgid "glossary terms must not be separated by empty lines" -msgstr "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "உள்ளடக்க அட்டவணையின் கோப்பு பெயர் (இயல்புநிலை: தொகுதிகள்)" -#: sphinx/domains/std.py:360 sphinx/domains/std.py:373 -msgid "glossary seems to be misformatted, check indentation" -msgstr "" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "உள்ளடக்கக் கோப்பின் அட்டவணையை உருவாக்க வேண்டாம்" -#: sphinx/domains/std.py:516 -msgid "glossary term" -msgstr "" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "தொகுதி/தொகுப்பு தொகுப்புகளுக்கான தலைப்புகளை உருவாக்க வேண்டாம் (எ.கா. ஆவணங்கள் ஏற்கனவே அவற்றைக் கொண்டிருக்கும்போது)" -#: sphinx/domains/std.py:517 -msgid "grammar token" -msgstr "" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "தொகுதி ஆவணங்களை சப்மோடூல் ஆவணங்களுக்கு முன் வைக்கவும்" -#: sphinx/domains/std.py:518 -msgid "reference label" -msgstr "" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "pep-0420 மறைமுக பெயர்வெளிகளின் விவரக்குறிப்பின் படி தொகுதி பாதைகளை விளக்குங்கள்" -#: sphinx/domains/std.py:520 -msgid "environment variable" -msgstr "" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "கோப்பு பின்னொட்டு (இயல்புநிலை: rst)" -#: sphinx/domains/std.py:521 -msgid "program option" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: sphinx/domains/std.py:522 -msgid "document" -msgstr "" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "ச்பின்க்ச்-க்யூக்ச்டார்ட்டுடன் ஒரு முழு திட்டத்தை உருவாக்கவும்" -#: sphinx/domains/std.py:558 sphinx/domains/std.py:570 -msgid "Module Index" -msgstr "" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "sys.path உடன் தொகுதி_பாத், --full கொடுக்கப்படும் போது பயன்படுத்தப்படுகிறது" -#: sphinx/domains/std.py:559 sphinx/domains/std.py:571 -#: sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "திட்ட பெயர் (இயல்புநிலை: ரூட் தொகுதி பெயர்)" -#: sphinx/domains/std.py:614 sphinx/domains/std.py:720 -#: sphinx/ext/autosectionlabel.py:52 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "திட்ட ஆசிரியர் (கள்), -ஃபுல் வழங்கப்படும் போது பயன்படுத்தப்படுகிறது" -#: sphinx/domains/std.py:633 -#, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "திட்ட பதிப்பு, -ஃபுல் வழங்கப்படும் போது பயன்படுத்தப்படுகிறது" -#: sphinx/domains/std.py:839 -msgid "numfig is disabled. :numref: is ignored." -msgstr "" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "திட்ட வெளியீடு, --full வழங்கப்படும் போது பயன்படுத்தப்படுகிறது, இயல்புநிலை--டாக்-பதவியே" + +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "நீட்டிப்பு விருப்பங்கள்" -#: sphinx/domains/std.py:847 +#: ext/apidoc.py:638 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "" +msgid "%s is not a directory." +msgstr "%s ஒரு அடைவு அல்ல." -#: sphinx/domains/std.py:859 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to remove %s: %s" msgstr "" -#: sphinx/domains/std.py:873 +#: ext/autosectionlabel.py:48 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "\"%s\" பிரிவு \"%s\" என்று பெயரிடப்படுகிறது" -#: sphinx/domains/std.py:876 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "invalid numfig_format: %s" -msgstr "" +msgid "duplicate label %s, other instance in %s" +msgstr "நகல் சிட்டை %s, பிற நிகழ்வுகள் %s இல்" + +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "==================== மெதுவாக வாசிப்பு காலங்கள் =========================" -#: sphinx/domains/std.py:1106 +#: ext/imgmath.py:159 #, python-format -msgid "undefined label: %r" -msgstr "" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "latex கட்டளை %r ஐ இயக்க முடியாது (கணித காட்சிக்கு தேவை), imgmath_latex அமைப்பைச் சரிபார்க்கவும்" -#: sphinx/domains/std.py:1108 +#: ext/imgmath.py:174 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s கட்டளை %r ஐ இயக்க முடியாது (கணித காட்சிக்கு தேவை), imgmath_ %s அமைப்பை சரிபார்க்கவும்" -#: sphinx/environment/__init__.py:71 -msgid "new config" -msgstr "" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" +msgstr "லேடெக்ச் %r: %s காட்சி" -#: sphinx/environment/__init__.py:72 -msgid "config changed" -msgstr "" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "இன்லைன் லேடெக்ச் %r: %s" -#: sphinx/environment/__init__.py:73 -msgid "extensions changed" -msgstr "" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "அடிக்குறிப்புகள்" -#: sphinx/environment/__init__.py:276 -msgid "build environment version not current" -msgstr "" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "[படங்கள்: %s]" -#: sphinx/environment/__init__.py:278 -msgid "source directory has changed" -msgstr "" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[படம்]" -#: sphinx/environment/__init__.py:357 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "இந்த வரையறைக்கு இணைப்பு" -#: sphinx/environment/__init__.py:456 +#: writers/html5.py:415 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format %s க்கு வரையறுக்கப்படவில்லை" -#: sphinx/environment/__init__.py:593 +#: writers/html5.py:427 #, python-format -msgid "Domain %r is not registered" -msgstr "" +msgid "Any IDs not assigned for %s node" +msgstr "ஒரு அடையாளமும் %sமுனைக்கு ஒதுக்கப்படவில்லை" -#: sphinx/environment/__init__.py:727 -msgid "document isn't included in any toctree" -msgstr "" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "இந்த காலத்திற்கான இணைப்பு" -#: sphinx/environment/__init__.py:764 -msgid "self referenced toctree found. Ignored." -msgstr "" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "இந்த தலைப்புக்கான இணைப்பு" -#: sphinx/environment/adapters/indexentries.py:69 -#, python-format -msgid "see %s" -msgstr "" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "இந்த அட்டவணையுடன் இணைப்பு" -#: sphinx/environment/adapters/indexentries.py:73 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "see also %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: sphinx/environment/adapters/indexentries.py:76 -#, python-format -msgid "unknown index entry type %r" -msgstr "" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "இந்த குறியீட்டிற்கான இணைப்பு" -#: sphinx/environment/adapters/indexentries.py:187 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 -msgid "Symbols" -msgstr "" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "இந்த படத்துடன் இணைப்பு" -#: sphinx/environment/adapters/toctree.py:296 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "இந்த டோக்ட்ரீயுடன் இணைக்கவும்" -#: sphinx/environment/adapters/toctree.py:316 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "பட அளவைப் பெற முடியவில்லை. : அளவு: விருப்பம் புறக்கணிக்கப்படுகிறது." + +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "குறியீட்டு" -#: sphinx/environment/adapters/toctree.py:325 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "பிரிவு, தலைப்பு, அட்டவணை, அறிவுரை அல்லது பக்கப்பட்டியில் இல்லாத தலைப்பு முனை" -#: sphinx/environment/collectors/asset.py:88 -#, python-format -msgid "image file not readable: %s" -msgstr "" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "தலைப்பு ஒரு உருவத்திற்குள் இல்லை." -#: sphinx/environment/collectors/asset.py:107 +#: writers/texinfo.py:1300 #, python-format -msgid "image file %s not readable: %s" -msgstr "" +msgid "unimplemented node type: %r" +msgstr "செயல்படுத்தப்படாத முனை வகை: %r" -#: sphinx/environment/collectors/asset.py:133 +#: writers/latex.py:364 #, python-format -msgid "download file not readable: %s" -msgstr "" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "அறியப்படாத %r toplevel_sectioning class %r" -#: sphinx/environment/collectors/toctree.py:224 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" +msgid "no Babel option known for language %r" +msgstr "மொழிக்கு அறியப்படாத பாபல் விருப்பம் %r" -#: sphinx/ext/apidoc.py:86 -#, python-format -msgid "Would create file %s." -msgstr "" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +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." +#: writers/latex.py:593 +#, python-format +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: sphinx/ext/apidoc.py:333 -msgid "path to module to document" -msgstr "" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "ஆவண தலைப்பு ஒரு உரை முனை அல்ல" -#: sphinx/ext/apidoc.py:335 +#: writers/latex.py:1178 msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "அட்டவணை மற்றும்: அகலங்கள்: விருப்பம் வழங்கப்படுகின்றன. : அகலம்: புறக்கணிக்கப்படுகிறது." -#: sphinx/ext/apidoc.py:340 -msgid "directory to place all output" -msgstr "" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "பரிமாண அலகு %s தவறானது. புறக்கணிக்கப்பட்டது." -#: sphinx/ext/apidoc.py:345 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" +msgstr "அறியப்படாத குறியீட்டு நுழைவு வகை %s காணப்படுகின்றன" -#: sphinx/ext/apidoc.py:348 -msgid "overwrite existing files" -msgstr "" +#: domains/std/__init__.py:86 domains/std/__init__.py:103 +#, python-format +msgid "environment variable; %s" +msgstr "சுற்றுச்சூழல் மாறி; %s" -#: sphinx/ext/apidoc.py:351 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" msgstr "" -#: sphinx/ext/apidoc.py:354 -msgid "run the script without creating files" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: sphinx/ext/apidoc.py:357 -msgid "put documentation for each module on its own page" +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: sphinx/ext/apidoc.py:360 -msgid "include \"_private\" modules" -msgstr "" +#: domains/std/__init__.py:234 +#, 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\"" -#: sphinx/ext/apidoc.py:362 -msgid "filename of table of contents (default: modules)" -msgstr "" +#: domains/std/__init__.py:305 +#, python-format +msgid "%s command line option" +msgstr "%s கட்டளை வரி விருப்பம்" -#: sphinx/ext/apidoc.py:364 -msgid "don't create a table of contents file" -msgstr "" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "கட்டளை வரி விருப்பம்" -#: sphinx/ext/apidoc.py:367 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "சொற்களஞ்சியம் காலத்திற்கு முன்னதாக இருக்க வேண்டும்" -#: sphinx/ext/apidoc.py:372 -msgid "put module documentation before submodule documentation" -msgstr "" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "சொற்களஞ்சிய சொற்கள் வெற்று கோடுகளால் பிரிக்கப்படக்கூடாது" -#: sphinx/ext/apidoc.py:376 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "சொற்களஞ்சியம் தவறாகப் புரிந்து கொள்ளப்பட்டதாகத் தெரிகிறது, உள்தள்ளலை சரிபார்க்கவும்" -#: sphinx/ext/apidoc.py:380 -msgid "file suffix (default: rst)" -msgstr "" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "சொற்களஞ்சிய கால" -#: sphinx/ext/apidoc.py:382 -msgid "generate a full project with sphinx-quickstart" -msgstr "" +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "இலக்கண கிள்ளாக்கு" -#: sphinx/ext/apidoc.py:385 -msgid "append module_path to sys.path, used when --full is given" -msgstr "" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "குறிப்பு சிட்டை" -#: sphinx/ext/apidoc.py:387 -msgid "project name (default: root module name)" -msgstr "" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "சுற்றுச்சூழல் மாறி" -#: sphinx/ext/apidoc.py:389 -msgid "project author(s), used when --full is given" -msgstr "" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "நிரல் விருப்பம்" -#: sphinx/ext/apidoc.py:391 -msgid "project version, used when --full is given" -msgstr "" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "ஆவணம்" -#: sphinx/ext/apidoc.py:393 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "தொகுதி அட்டவணை" -#: sphinx/ext/apidoc.py:396 -msgid "extension options" -msgstr "" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "தேடல் பக்கம்" -#: sphinx/ext/apidoc.py:429 +#: domains/std/__init__.py:721 #, python-format -msgid "%s is not a directory." -msgstr "" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "%s இன் %s விளக்கம், %s இல் மற்ற நிகழ்வு" -#: sphinx/ext/autosectionlabel.py:48 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig முடக்கப்பட்டுள்ளது. : எண்ரெஃப்: புறக்கணிக்கப்படுகிறது." -#: sphinx/ext/coverage.py:45 +#: domains/std/__init__.py:934 #, python-format -msgid "invalid regex %r in %s" -msgstr "" +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "குறுக்கு குறிப்பை உருவாக்கத் தவறிவிட்டது. எந்த எண்ணும் ஒதுக்கப்படவில்லை: %s" -#: sphinx/ext/coverage.py:73 +#: domains/std/__init__.py:946 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." -msgstr "" +msgid "the link has no caption: %s" +msgstr "இணைப்புக்கு தலைப்பு இல்லை: %s" -#: sphinx/ext/coverage.py:87 +#: domains/std/__init__.py:960 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "" +msgid "invalid numfig_format: %s (%r)" +msgstr "தவறான numfig_format: %s ( %r)" -#: sphinx/ext/coverage.py:155 +#: domains/std/__init__.py:963 #, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "" +msgid "invalid numfig_format: %s" +msgstr "தவறான numfig_format: %s" -#: sphinx/ext/coverage.py:187 +#: domains/std/__init__.py:1194 #, python-format -msgid "module %s could not be imported: %s" -msgstr "" +msgid "undefined label: %r" +msgstr "வரையறுக்கப்படாத லேபிள்: %r" -#: sphinx/ext/coverage.py:334 +#: domains/std/__init__.py:1196 #, python-format -msgid "undocumented python function: %s :: %s" -msgstr "" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "குறுக்கு குறிப்பை உருவாக்கத் தவறிவிட்டது. ஒரு தலைப்பு அல்லது தலைப்பு கிடைக்கவில்லை: %r" -#: sphinx/ext/coverage.py:350 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" +msgid "%s() (in module %s)" +msgstr "%s () (தொகுதி %s இல்)" -#: sphinx/ext/coverage.py:363 +#: domains/python/__init__.py:167 domains/python/__init__.py:334 +#: domains/python/__init__.py:385 domains/python/__init__.py:424 #, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" +msgid "%s (in module %s)" +msgstr "%s (தொகுதி %s இல்)" -#: sphinx/ext/doctest.py:115 +#: domains/python/__init__.py:169 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (உள்ளமைக்கப்பட்ட மாறி)" -#: sphinx/ext/doctest.py:120 +#: domains/python/__init__.py:194 #, python-format -msgid "'%s' is not a valid option." -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (உள்ளமைக்கப்பட்ட வகுப்பு)" -#: sphinx/ext/doctest.py:134 +#: domains/python/__init__.py:195 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "" +msgid "%s (class in %s)" +msgstr "%s ( %s இல் வகுப்பு)" -#: sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s () (%s வகுப்பு முறை)" -#: sphinx/ext/doctest.py:280 +#: domains/python/__init__.py:251 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "" +msgid "%s() (%s static method)" +msgstr "%s () (%s நிலையான முறை)" -#: sphinx/ext/doctest.py:431 +#: domains/python/__init__.py:389 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "" +msgid "%s (%s property)" +msgstr "%s (%s சொத்து)" -#: sphinx/ext/doctest.py:521 +#: domains/python/__init__.py:428 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "%s (type alias in %s)" msgstr "" -#: sphinx/ext/duration.py:76 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "பைதான் தொகுதி அட்டவணை" -#: sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "தொகுதிகள்" -#: sphinx/ext/graphviz.py:133 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "மதிப்பிடப்பட்டது" -#: sphinx/ext/graphviz.py:143 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "விதிவிலக்கு" -#: sphinx/ext/graphviz.py:150 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "வகுப்பு முறை" -#: sphinx/ext/graphviz.py:259 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "நிலையான முறை" -#: sphinx/ext/graphviz.py:294 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "" +#: domains/python/__init__.py:637 +msgid "property" +msgstr "சொத்து" -#: sphinx/ext/graphviz.py:301 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: sphinx/ext/graphviz.py:304 +#: domains/python/__init__.py:698 #, python-format msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "%s இன் நகல் பொருள் விளக்கம், %s இல் உள்ள பிற நிகழ்வு, பயன்பாடு: இல்லை-குறியீட்டு: அவற்றில் ஒன்று" -#: sphinx/ext/graphviz.py:320 +#: domains/python/__init__.py:817 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "" +msgid "more than one target found for cross-reference %r: %s" +msgstr "குறுக்கு-குறிப்புக்கு ஒன்றுக்கு மேற்பட்ட இலக்குகள் %r: %s" -#: sphinx/ext/graphviz.py:324 sphinx/ext/graphviz.py:377 -#: sphinx/ext/graphviz.py:414 -#, python-format -msgid "dot code %r: %s" -msgstr "" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr "(நீக்கப்பட்டது)" -#: sphinx/ext/graphviz.py:427 sphinx/ext/graphviz.py:435 -#, python-format -msgid "[graph: %s]" -msgstr "" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "அளவுருக்கள்" -#: sphinx/ext/graphviz.py:429 sphinx/ext/graphviz.py:437 -msgid "[graph]" -msgstr "" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "மாறிகள்" -#: sphinx/ext/imgconverter.py:38 +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "எழுப்புகிறது" + +#: domains/c/__init__.py:199 #, python-format -msgid "" -"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" -"\n" -"Traceback: %s" -msgstr "" +msgid "%s (C %s)" +msgstr "%s (c %s)" -#: sphinx/ext/imgconverter.py:47 sphinx/ext/imgconverter.py:71 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "நகல் சி அறிவிப்பு, %s: %s இல் வரையறுக்கப்பட்டுள்ளது. \n அறிவிப்பு '.. c: %s :: %s'." -#: sphinx/ext/imgconverter.py:66 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "திரும்ப மதிப்புகள்" -#: sphinx/ext/imgmath.py:157 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "உறுப்பினர்" -#: sphinx/ext/imgmath.py:172 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "மாறக்கூடிய" -#: sphinx/ext/imgmath.py:326 -#, python-format -msgid "display latex %r: %s" -msgstr "" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "பெரு" -#: sphinx/ext/imgmath.py:360 -#, python-format -msgid "inline latex %r: %s" -msgstr "" +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "கட்டமைப்பு" -#: sphinx/ext/imgmath.py:367 sphinx/ext/mathjax.py:52 -msgid "Link to this equation" -msgstr "" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "தொழிற்சங்கம்" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "கணக்காளர்" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "தட்டச்சு செய்க" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "செயல்பாடு அளவுரு" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "வார்ப்புரு அளவுருக்கள்" -#: sphinx/ext/intersphinx.py:194 +#: domains/cpp/__init__.py:277 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "" +msgid "%s (C++ %s)" +msgstr "%s (c ++ %s)" -#: sphinx/ext/intersphinx.py:229 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "loading intersphinx inventory from %s..." -msgstr "" - -#: sphinx/ext/intersphinx.py:243 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "சி++ பிரகடனத்தை நகல், %s: %s இல் வரையறுக்கப்படுகிறது. \n அறிவிப்பு '.. cpp: %s :: %s'." -#: sphinx/ext/intersphinx.py:249 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "கருத்து" -#: sphinx/ext/intersphinx.py:302 -#, python-format -msgid "(in %s v%s)" -msgstr "" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "வார்ப்புரு அளவுரு" -#: sphinx/ext/intersphinx.py:304 -#, python-format -msgid "(in %s)" -msgstr "" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "உள்ளடக்கங்கள்" -#: sphinx/ext/intersphinx.py:536 -#, python-format -msgid "inventory for external cross-reference not found: %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/intersphinx.py:542 -#, python-format -msgid "role for external cross-reference 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 "தேடல்" -#: sphinx/ext/intersphinx.py:633 -#, python-format -msgid "external %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 "போ" -#: sphinx/ext/intersphinx.py:658 -#, python-format -msgid "intersphinx identifier %r is not string. Ignored" -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 "பக்கப்பட்டி சரிவு" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "வழிசெலுத்தல்" -#: sphinx/ext/intersphinx.py:680 +#: themes/basic/layout.html:115 #, python-format -msgid "Failed to read intersphinx_mapping[%s], ignored: %r" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "%(docstitle)s இல் தேடுங்கள்" -#: sphinx/ext/linkcode.py:68 sphinx/ext/viewcode.py:198 -msgid "[source]" -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "இந்த ஆவணங்களைப் பற்றி" -#: sphinx/ext/todo.py:67 -msgid "Todo" -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "பதிப்புரிமை" -#: sphinx/ext/todo.py:100 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "TODO entry found: %s" -msgstr "" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s%(copyright)s." -#: sphinx/ext/todo.py:158 -msgid "<>" -msgstr "" +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "கடைசியாக %(last_updated)s இல் புதுப்பிக்கப்பட்டது." -#: sphinx/ext/todo.py:160 +#: themes/basic/layout.html:204 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr " ச்பின்க்ச் %(sphinx_version)s பயனபடுத்தி உருவாக்கப்பட்டது." -#: sphinx/ext/todo.py:170 -msgid "original entry" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: sphinx/ext/viewcode.py:255 -msgid "highlighting module code... " -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/ext/viewcode.py:283 -msgid "[docs]" -msgstr "" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "கடிதம் மூலம் குறியீட்டு பக்கங்கள்" -#: sphinx/ext/viewcode.py:303 -msgid "Module code" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "மிகப்பெரியதாக இருக்க முடியும்" -#: sphinx/ext/viewcode.py:309 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "

Source code for %s

" -msgstr "" +msgid "Search %(docstitle)s" +msgstr "தேடல் %(docstitle)s" -#: sphinx/ext/viewcode.py:335 -msgid "Overview: module code" -msgstr "" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "இந்த பக்கம்" -#: sphinx/ext/viewcode.py:336 -msgid "

All modules for which code is available

" -msgstr "" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "கண்ணோட்டம்" -#: sphinx/ext/autodoc/__init__.py:127 -#, python-format -msgid "invalid value for member-order option: %s" -msgstr "" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "வரவேற்பு! இது" -#: sphinx/ext/autodoc/__init__.py:135 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "ஆவணங்கள்" -#: sphinx/ext/autodoc/__init__.py:391 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "கடைசியாக புதுப்பிக்கப்பட்டது" -#: sphinx/ext/autodoc/__init__.py:508 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "குறியீடுகள் மற்றும் அட்டவணைகள்:" -#: sphinx/ext/autodoc/__init__.py:777 -#, 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 "உள்ளடக்கங்களின் முழுமையான அட்டவணை" -#: sphinx/ext/autodoc/__init__.py:872 -#, 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" +msgstr "அனைத்து பிரிவுகளையும் துணைப்பிரிவுகளையும் பட்டியலிடுகிறது" -#: sphinx/ext/autodoc/__init__.py:916 -#, python-format -msgid "A mocked object is detected: %r" -msgstr "" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "இந்த ஆவணத்தைத் தேடுங்கள்" -#: sphinx/ext/autodoc/__init__.py:935 -#, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "உலகளாவிய தொகுதி அட்டவணை" -#: sphinx/ext/autodoc/__init__.py:996 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "அனைத்து தொகுதிகளுக்கும் விரைவான அணுகல்" -#: sphinx/ext/autodoc/__init__.py:1003 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "பொது அட்டவணை" -#: sphinx/ext/autodoc/__init__.py:1016 -#, python-format +#: 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 "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "தேடலை இயக்க சாவாச்கிரிப்டை செயல்படுத்தவும் \n செயல்பாடு." -#: sphinx/ext/autodoc/__init__.py:1082 -#, python-format +#: themes/basic/search.html:28 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "பல சொற்களைத் தேடுவது காண்பிக்கும் போட்டிகளை மட்டுமே காட்டுகிறது \n அனைத்து வார்த்தைகளும்." -#: sphinx/ext/autodoc/__init__.py:1298 sphinx/ext/autodoc/__init__.py:1375 -#: sphinx/ext/autodoc/__init__.py:2768 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "" +#: themes/basic/search.html:35 +msgid "search" +msgstr "தேடல்" -#: sphinx/ext/autodoc/__init__.py:1586 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "முந்தைய தலைப்பு" -#: sphinx/ext/autodoc/__init__.py:1713 -#, python-format -msgid "Bases: %s" -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "முந்தைய அத்தியாயம்" -#: sphinx/ext/autodoc/__init__.py:1727 -#, python-format -msgid "missing attribute %s in object %s" -msgstr "" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "அடுத்த தலைப்பு" -#: sphinx/ext/autodoc/__init__.py:1826 sphinx/ext/autodoc/__init__.py:1863 -#: sphinx/ext/autodoc/__init__.py:1946 -#, python-format -msgid "alias of %s" -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "அடுத்த அத்தியாயம்" -#: sphinx/ext/autodoc/__init__.py:1846 -#, python-format -msgid "alias of TypeVar(%s)" -msgstr "" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "பக்கப்பட்டியை விரிவாக்குங்கள்" -#: sphinx/ext/autodoc/__init__.py:2167 sphinx/ext/autodoc/__init__.py:2264 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "பதிப்பு %(version)s — %(docstitle)s" -#: sphinx/ext/autodoc/__init__.py:2395 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "பதிப்பு %(version)s இல் மாற்றங்களின் பட்டியல் தானாக உருவாக்கப்படுகிறது" -#: sphinx/ext/autodoc/preserve_defaults.py:183 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "நூலக மாற்றங்கள்" -#: sphinx/ext/autodoc/type_comment.py:131 -#, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "சி பநிஇ மாற்றங்கள்" -#: sphinx/ext/autodoc/type_comment.py:134 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "பிற மாற்றங்கள்" -#: sphinx/ext/autosummary/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: sphinx/ext/autosummary/__init__.py:251 -#, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "தேடல் போட்டிகளை மறைக்கவும்" -#: sphinx/ext/autosummary/__init__.py:270 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +msgstr "தேடல் முடிவுகள்" -#: sphinx/ext/autosummary/__init__.py:323 -#, python-format +#: themes/basic/static/searchtools.js:119 msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%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 "உங்கள் தேடல் எந்த ஆவணங்களுக்கும் பொருந்தவில்லை. எல்லா சொற்களும் சரியாக உச்சரிக்கப்பட்டுள்ளன என்பதையும், நீங்கள் போதுமான வகைகளைத் தேர்ந்தெடுத்துள்ளீர்கள் என்பதையும் உறுதிப்படுத்தவும்." -#: sphinx/ext/autosummary/__init__.py:337 -#, python-format -msgid "failed to parse name %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] "" -#: sphinx/ext/autosummary/__init__.py:342 -#, python-format -msgid "failed to import object %s" -msgstr "" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" +msgstr "தேடி" -#: sphinx/ext/autosummary/__init__.py:798 -#, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." +msgstr "தேடலைத் தயாரித்தல் ..." -#: sphinx/ext/autosummary/__init__.py:806 -msgid "" -"autosummary generats .rst files internally. But your source_suffix does not " -"contain .rst. Skipped." -msgstr "" +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ", இல்" -#: sphinx/ext/autosummary/generate.py:200 -#: sphinx/ext/autosummary/generate.py:358 +#: environment/collectors/asset.py:95 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "" +msgid "image file not readable: %s" +msgstr "படக் கோப்பு படிக்க முடியாது: %s" -#: sphinx/ext/autosummary/generate.py:470 +#: environment/collectors/asset.py:123 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "" +msgid "image file %s not readable: %s" +msgstr "படக் கோப்பு %s படிக்க முடியாதது: %s" -#: sphinx/ext/autosummary/generate.py:474 +#: environment/collectors/asset.py:160 #, python-format -msgid "[autosummary] writing to %s" -msgstr "" +msgid "download file not readable: %s" +msgstr "கோப்பைப் பதிவிறக்க முடியாது: %s" -#: sphinx/ext/autosummary/generate.py:517 +#: environment/collectors/toctree.py:258 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "" - -#: sphinx/ext/autosummary/generate.py:690 -msgid "" -"\n" -"Generate ReStructuredText using autosummary directives.\n" -"\n" -"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" -"the reStructuredText files from the autosummary directives contained in the\n" -"given input files.\n" -"\n" -"The format of the autosummary directive is documented in the\n" -"``sphinx.ext.autosummary`` Python module and can be read using::\n" -"\n" -" pydoc sphinx.ext.autosummary\n" -msgstr "" - -#: sphinx/ext/autosummary/generate.py:707 -msgid "source files to generate rST files for" -msgstr "" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s ஏற்கனவே பிரிவு எண்களை ஒதுக்கியுள்ளன (உள்ளமைக்கப்பட்ட எண்ணுள்ள டோக்ட்ரீ?)" -#: sphinx/ext/autosummary/generate.py:711 -msgid "directory to place all output in" -msgstr "" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "சுற்றறிக்கை டோக்ட்ரீ குறிப்புகள் கண்டறியப்பட்டன, புறக்கணித்தல்: %s <- %s" -#: sphinx/ext/autosummary/generate.py:714 +#: environment/adapters/toctree.py:342 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "டோக்ட்ரீ ஒரு தலைப்பு இல்லாத ஆவணம் %r க்கு குறிப்பு உள்ளது: எந்த இணைப்பும் உருவாக்கப்படாது" -#: sphinx/ext/autosummary/generate.py:718 +#: environment/adapters/toctree.py:357 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "" +msgid "toctree contains reference to non-included document %r" +msgstr "டோக்ட்ரீ சேர்க்கப்படாத ஆவணம் %r பற்றிய குறிப்பு உள்ளது" -#: sphinx/ext/autosummary/generate.py:722 +#: environment/adapters/indexentries.py:126 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "" +msgid "see %s" +msgstr "%s பார்க்கவும்" -#: sphinx/ext/autosummary/generate.py:726 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "" +msgid "see also %s" +msgstr "%s மேலும் காண்க" -#: sphinx/ext/napoleon/__init__.py:336 sphinx/ext/napoleon/docstring.py:726 -msgid "Keyword Arguments" -msgstr "" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" +msgstr "அறியப்படாத குறியீட்டு நுழைவு வகை %r" -#: sphinx/ext/napoleon/docstring.py:680 -msgid "Example" -msgstr "" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "சின்னங்கள்" -#: sphinx/ext/napoleon/docstring.py:681 -msgid "Examples" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: sphinx/ext/napoleon/docstring.py:742 -msgid "Notes" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: sphinx/ext/napoleon/docstring.py:751 -msgid "Other Parameters" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: sphinx/ext/napoleon/docstring.py:787 -msgid "Receives" -msgstr "" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "உஉகுமொ பக்கங்கள் %(outdir)sஇல் உள்ளன." -#: sphinx/ext/napoleon/docstring.py:791 -msgid "References" -msgstr "" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "உருவாக்க செய்தி கோப்பைப் படிக்கத் தவறிவிட்டது: %r" -#: sphinx/ext/napoleon/docstring.py:823 -msgid "Warns" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: sphinx/ext/napoleon/docstring.py:827 -msgid "Yields" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: sphinx/ext/napoleon/docstring.py:985 +#: builders/html/__init__.py:374 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: sphinx/ext/napoleon/docstring.py:992 -#, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "குறியீட்டு" -#: sphinx/ext/napoleon/docstring.py:999 +#: builders/html/__init__.py:547 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Logo of %s" msgstr "" -#: sphinx/ext/napoleon/docstring.py:1006 -#, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "அடுத்த" -#: sphinx/locale/__init__.py:221 -msgid "Attention" -msgstr "" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "முந்தைய" -#: sphinx/locale/__init__.py:222 -msgid "Caution" -msgstr "" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "குறியீடுகளை உருவாக்குதல்" -#: sphinx/locale/__init__.py:223 -msgid "Danger" -msgstr "" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "கூடுதல் பக்கங்களை எழுதுதல்" -#: sphinx/locale/__init__.py:224 -msgid "Error" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: sphinx/locale/__init__.py:225 -msgid "Hint" -msgstr "" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "தரவிறக்கம் செய்யக்கூடிய கோப்புகளை நகலெடுக்கிறது ..." -#: sphinx/locale/__init__.py:226 -msgid "Important" -msgstr "" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "தரவிறக்கம் செய்யக்கூடிய கோப்பு %r: %s ஐ நகலெடுக்க முடியாது" -#: sphinx/locale/__init__.py:227 -msgid "Note" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: sphinx/locale/__init__.py:228 -msgid "See also" -msgstr "" +#: builders/html/__init__.py:861 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "html_static_file இல் ஒரு கோப்பை நகலெடுப்பதில் தோல்வி: %s: %r" -#: sphinx/locale/__init__.py:229 -msgid "Tip" -msgstr "" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "நிலையான கோப்புகளை நகலெடுக்கும்" -#: sphinx/locale/__init__.py:230 -msgid "Warning" -msgstr "" +#: builders/html/__init__.py:912 +#, python-format +msgid "cannot copy static file %r" +msgstr "நிலையான கோப்பு %r ஐ நகலெடுக்க முடியாது" -#: sphinx/templates/latex/longtable.tex_t:52 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 -msgid "continued from previous page" -msgstr "" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "கூடுதல் கோப்புகளை நகலெடுக்கிறது" -#: sphinx/templates/latex/longtable.tex_t:63 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 -msgid "continues on next page" -msgstr "" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" +msgstr "கூடுதல் கோப்பு %r ஐ நகலெடுக்க முடியாது" -#: sphinx/templates/latex/sphinxmessages.sty_t:10 -msgid "Non-alphabetical" -msgstr "" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "உருவாக்க செய்தி கோப்பை எழுதுவதில் தோல்வி: %r" -#: sphinx/templates/latex/sphinxmessages.sty_t:12 -msgid "Numbers" -msgstr "" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "தேடல் குறியீட்டை ஏற்ற முடியாது, ஆனால் எல்லா ஆவணங்களும் கட்டப்படாது: குறியீடு முழுமையடையாது." -#: sphinx/templates/latex/sphinxmessages.sty_t:13 -msgid "page" -msgstr "" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "பக்கம் %s html_sidebars இல் இரண்டு வடிவங்களுடன் பொருந்துகிறது: %r மற்றும் %r" -#: 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 "" +#: builders/html/__init__.py:1188 +#, 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 ஐ வழங்கும்போது யூனிகோட் பிழை ஏற்பட்டது. அசி அல்லாத உள்ளடக்கத்தைக் கொண்ட அனைத்து கட்டமைப்பு மதிப்புகளும் யூனிகோட் சரங்கள் என்பதை உறுதிப்படுத்தவும்." -#: 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 "" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "பக்கம் %s ஐ வழங்குவதில் பிழை ஏற்பட்டது. \n காரணம்: %r" -#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 -#: sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "பொருள் சரக்குகளை கொட்டுகிறது" -#: sphinx/themes/agogo/layout.html:90 sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" +msgstr "தேடல் குறியீட்டை %s இல் கொட்டுதல்" -#: sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" +msgstr "தவறான js_file: %r, புறக்கணிக்கப்பட்டது" -#: sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" -msgstr "" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "பல கணிதங்கள் பதிவு செய்யப்பட்டுள்ளன. ஆனால் எந்த கணிதமும் தேர்ந்தெடுக்கப்படவில்லை." -#: sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" -msgstr "" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." +msgstr "அறியப்படாத கணித_ரெண்டர் %r வழங்கப்படுகிறது." -#: sphinx/themes/basic/defindex.html:17 -msgid "last updated" -msgstr "" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path நுழைவு %r இல்லை" -#: sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path நுழைவு %r க்குள் வைக்கப்படுகிறது" -#: sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path நுழைவு %r இல்லை" -#: sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path நுழைவு %r க்குள் வைக்கப்படுகிறது" -#: sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" +msgstr "லோகோ கோப்பு %r இல்லை" -#: sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" +msgstr "ஃபாவிகான் கோப்பு %r இல்லை" -#: sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: builders/html/__init__.py:1384 +#, 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 "" -#: sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "html 4 இனி ச்பிங்க்சால் ஆதரிக்கப்படாது. (\"html4_writer = true\" உள்ளமைவு விருப்பங்களில் கண்டறியப்பட்டது)" -#: sphinx/themes/basic/genindex-single.html:33 +#: builders/html/__init__.py:1414 #, 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 "" +msgid "%s %s documentation" +msgstr "%s %sஆவணங்கள்" -#: sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" +msgstr "ஒரு ஆவணம் பெறத் தவறிவிட்டது!" -#: sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: builders/latex/transforms.py:119 +#, python-format +msgid "Failed to get a docname for source %r!" msgstr "" -#: sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "" +#: builders/latex/transforms.py:485 +#, python-format +msgid "No footnote was found for given reference node %r" +msgstr "கொடுக்கப்பட்ட குறிப்பு முனை %r க்கு எந்த அடிக்குறிப்பும் கிடைக்கவில்லை" -#: sphinx/themes/basic/layout.html:126 +#: builders/latex/__init__.py:117 #, python-format -msgid "Search within %(docstitle)s" -msgstr "" +msgid "The LaTeX files are in %(outdir)s." +msgstr "லேடெக்ச் கோப்புகள் %(outdir)sஇல் உள்ளன." -#: sphinx/themes/basic/layout.html:135 -msgid "About these documents" -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(pdf) லேடெக்ச் மூலம் இயக்க அந்த கோப்பகத்தில் 'உருவாக்கு' இயக்கவும் \n (தானாகவே அதைச் செய்ய இங்கே `latexpdf 'ஐப் பயன்படுத்தவும்)." -#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 -#: sphinx/themes/basic/layout.html:190 -msgid "Copyright" -msgstr "" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "இல்லை \"லேடெக்ச்_டோகென்ட்ச்\" கட்டமைப்பு மதிப்பு காணப்படவில்லை; எந்த ஆவணங்களும் எழுதப்படாது" -#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 +#: builders/latex/__init__.py:169 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" கட்டமைப்பு மதிப்பு குறிப்புகள் அறியப்படாத ஆவணம் %s" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "வெளியீடு" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "டெக்ச் உதவி கோப்புகளை நகலெடுக்கிறது" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "கூடுதல் கோப்புகளை நகலெடுக்கிறது" -#: sphinx/themes/basic/layout.html:212 +#: builders/latex/__init__.py:543 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "அறியப்படாத கட்டமைப்பு விசை: லேடெக்ச்_அலெமென்ட்ச் [%r], புறக்கணிக்கப்பட்டது." -#: sphinx/themes/basic/layout.html:215 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "அறியப்படாத கருப்பொருள் விருப்பம்: லேடெக்ச்_தெம்_ஓப்சன்கள் [%r], புறக்கணிக்கப்பட்டது." -#: sphinx/themes/basic/opensearch.xml:4 +#: builders/latex/theming.py:87 #, python-format -msgid "Search %(docstitle)s" -msgstr "" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r இல் \"கருப்பொருள்\" அமைப்பு இல்லை" -#: sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r க்கு \"%s\" அமைப்பு இல்லை" -#: sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: sphinx/themes/basic/search.html:27 +#: _cli/util/errors.py:172 msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: sphinx/themes/basic/search.html:35 +#: transforms/post_transforms/__init__.py:124 msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "" - -#: sphinx/themes/basic/search.html:42 -msgid "search" -msgstr "" - -#: sphinx/themes/basic/search.html:48 -#: sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "குறுக்கு குறிப்புக்கான குறைவடையும் உரையை தீர்மானிக்க முடியவில்லை. ஒரு பிழையாக இருக்கலாம்." -#: 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 "" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "'எந்த' குறுக்கு-குறிப்பு %r க்கு ஒன்றுக்கு மேற்பட்ட இலக்குகள் காணப்படுகின்றன: %s ஆக இருக்கலாம்" -#: sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" +msgstr "%s: %s குறிப்பு இலக்கு காணப்படவில்லை: %s" -#: sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" +msgstr "%r குறிப்பு இலக்கு காணப்படவில்லை: %s" -#: sphinx/themes/basic/changes/frameset.html:5 -#: sphinx/themes/basic/changes/versionchanges.html:12 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "" +msgid "Could not fetch remote image: %s [%s]" +msgstr "தொலை படத்தைப் பெற முடியவில்லை: %s [ %s]" -#: sphinx/themes/basic/changes/rstsource.html:5 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" +msgid "Could not fetch remote image: %s [%d]" +msgstr "தொலை படத்தைப் பெற முடியவில்லை: %s [ %d]" -#: sphinx/themes/basic/changes/versionchanges.html:17 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "" +msgid "Unknown image format: %s..." +msgstr "அறியப்படாத பட வடிவம்: %s ..." -#: sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "உதாரணமாக" -#: sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "எடுத்துக்காட்டுகள்" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "முக்கிய வாதங்கள்" + +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "குறிப்புகள்" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "பிற அளவுருக்கள்" -#: sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "" +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "பெறுகிறது" -#: sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "குறிப்புகள்" -#: sphinx/themes/basic/static/searchtools.js:217 -msgid "Searching" -msgstr "" +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "எச்சரிக்கைகள்" -#: sphinx/themes/basic/static/searchtools.js:233 -msgid "Preparing search..." -msgstr "" +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "மகசூல்" -#: sphinx/themes/basic/static/searchtools.js:421 -msgid ", in " -msgstr "" +#: ext/napoleon/docstring.py:1015 +#, python-format +msgid "invalid value set (missing closing brace): %s" +msgstr "தவறான மதிப்பு தொகுப்பு (நிறைவு பிரேசைக் காணவில்லை): %s" -#: sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" +msgstr "தவறான மதிப்பு தொகுப்பு (தொடக்க பிரேசைக் காணவில்லை): %s" -#: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 -msgid "Collapse sidebar" -msgstr "" +#: ext/napoleon/docstring.py:1029 +#, python-format +msgid "malformed string literal (missing closing quote): %s" +msgstr "தவறாக சரம் லிட்டரல் (நிறைவு மேற்கோளைக் காணவில்லை): %s" -#: sphinx/themes/classic/static/sidebar.js_t:48 -msgid "Expand sidebar" -msgstr "" +#: ext/napoleon/docstring.py:1036 +#, python-format +msgid "malformed string literal (missing opening quote): %s" +msgstr "தவறான சரம் நேரடி (தொடக்க மேற்கோள்களைக் காணவில்லை): %s" -#: sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "" +#: ext/autosummary/__init__.py:255 +#, python-format +msgid "autosummary references excluded document %r. Ignored." +msgstr "தன்னியக்க குறிப்புகள் விலக்கப்பட்ட ஆவணம் %r. புறக்கணிக்கப்பட்டது." -#: sphinx/transforms/__init__.py:126 -msgid "could not calculate translation progress!" -msgstr "" +#: ext/autosummary/__init__.py:257 +#, python-format +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "தன்னியக்க: stub கோப்பு காணப்படவில்லை %r. உங்கள் தன்னியக்க_செனரேட் அமைப்பை சரிபார்க்கவும்." -#: sphinx/transforms/__init__.py:131 -msgid "no translated elements!" -msgstr "" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "தலைப்பிடப்பட்ட தன்னியக்க தேவைப்படுகிறது: டோக்ட்ரீ: விருப்பம். புறக்கணிக்கப்பட்டது." -#: sphinx/transforms/__init__.py:238 +#: ext/autosummary/__init__.py:329 #, python-format msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "தன்னியக்க: %s ஐ இறக்குமதி செய்வதில் தோல்வி. \n சாத்தியமான குறிப்புகள்: \n %s" -#: sphinx/transforms/__init__.py:277 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" +msgid "failed to parse name %s" +msgstr "பெயர் %s என்ற பெயரை அலசத் தவறிவிட்டது" -#: sphinx/transforms/__init__.py:283 -msgid "Footnote [#] is not referenced." -msgstr "" +#: ext/autosummary/__init__.py:348 +#, python-format +msgid "failed to import object %s" +msgstr "பொருள் %s ஐ இறக்குமதி செய்வதில் தோல்வி" -#: sphinx/transforms/i18n.py:205 sphinx/transforms/i18n.py:272 +#: ext/autosummary/__init__.py:647 +#, python-format msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: sphinx/transforms/i18n.py:245 +#: ext/autosummary/__init__.py:818 +#, python-format +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate: கோப்பு கிடைக்கவில்லை: %s" + +#: ext/autosummary/__init__.py:826 msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: sphinx/transforms/i18n.py:287 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "தன்னியக்க: ஆவணப்படுத்தப்பட வேண்டிய %r ஐ தீர்மானிக்கத் தவறிவிட்டது, பின்வரும் விதிவிலக்கு எழுப்பப்பட்டது: \n %s" + +#: ext/autosummary/generate.py:525 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[தன்னியக்க] தன்னியக்கத்தை உருவாக்குதல்: %s" + +#: ext/autosummary/generate.py:529 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[தன்னியக்க] %s எழுதுதல்" -#: sphinx/transforms/i18n.py:304 +#: ext/autosummary/generate.py:571 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[தன்னியக்க] %s ஐ இறக்குமதி செய்யத் தவறிவிட்டது. \n சாத்தியமான குறிப்புகள்: \n %s" -#: sphinx/transforms/post_transforms/__init__.py:116 +#: ext/autosummary/generate.py:766 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +"\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தன்னியக்க வழிமுறைகளைப் பயன்படுத்தி மறுசீரமைப்பு டெக்ச்டை உருவாக்கவும். \n ச்பின்க்ச்-ஆட்டோசென் என்பது sphinx.ext.autosummary.generate க்கு ஒரு முன்னணியில் உள்ளது. இது உருவாக்குகிறது \n இல் உள்ள தன்னியக்க வழிமுறைகளிலிருந்து மறுசீரமைப்பு செய்யப்பட்ட கோப்புகள் \n வழங்கப்பட்ட உள்ளீட்டு கோப்புகள். \n தன்னியக்க உத்தரவின் வடிவம் ஆவணப்படுத்தப்பட்டுள்ளது \n `` sphinx.ext.autosummary`` பைதான் தொகுதி மற்றும் பயன்படுத்தி படிக்கலாம் :: \n pydoc sphinx.ext.autosum\n" + +#: ext/autosummary/generate.py:788 +msgid "source files to generate rST files for" +msgstr "rst கோப்புகளை உருவாக்க மூல கோப்புகள்" + +#: ext/autosummary/generate.py:796 +msgid "directory to place all output in" +msgstr "அனைத்து வெளியீட்டையும் வைக்க கோப்பகம்" -#: sphinx/transforms/post_transforms/__init__.py:158 +#: ext/autosummary/generate.py:804 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "" +msgid "default suffix for files (default: %(default)s)" +msgstr "கோப்புகளுக்கான இயல்புநிலை பின்னொட்டு (இயல்புநிலை: %(default)s)" -#: sphinx/transforms/post_transforms/__init__.py:209 +#: ext/autosummary/generate.py:812 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "custom template directory (default: %(default)s)" +msgstr "தனிப்பயன் வார்ப்புரு அடைவு (இயல்புநிலை: %(default)s)" -#: sphinx/transforms/post_transforms/__init__.py:212 +#: ext/autosummary/generate.py:820 #, python-format -msgid "%r reference target not found: %s" -msgstr "" +msgid "document imported members (default: %(default)s)" +msgstr "ஆவணம் இறக்குமதி செய்யப்பட்ட உறுப்பினர்கள் (இயல்புநிலை: %(default)s)" -#: sphinx/transforms/post_transforms/images.py:80 +#: ext/autosummary/generate.py:828 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "" +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "உறுப்பினர்களைத் தொகுதி __all__ பண்புக்கூறில் சரியாக ஆவணப்படுத்தவும். (இயல்புநிலை: %(default)s)" -#: sphinx/transforms/post_transforms/images.py:108 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "(in %s v%s)" +msgstr "( %s v %s இல்)" -#: sphinx/transforms/post_transforms/images.py:126 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "Unknown image format: %s..." -msgstr "" +msgid "(in %s)" +msgstr "( %s இல்)" -#: sphinx/util/__init__.py:167 +#: ext/intersphinx/_resolve.py:103 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: sphinx/util/display.py:77 -msgid "skipped" +#: ext/intersphinx/_resolve.py:113 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: sphinx/util/display.py:82 -msgid "failed" +#: ext/intersphinx/_resolve.py:359 +#, python-format +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: sphinx/util/docfields.py:88 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: sphinx/util/docutils.py:311 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "unknown directive or role name: %s:%s" +msgid "domain for external cross-reference not found: %r" msgstr "" -#: sphinx/util/docutils.py:605 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "unknown node type: %r" -msgstr "" +msgid "external %s:%s reference target not found: %s" +msgstr "வெளிப்புற %s: %s குறிப்பு இலக்கு காணப்படவில்லை: %s" -#: sphinx/util/i18n.py:63 +#: ext/intersphinx/_load.py:59 #, python-format -msgid "reading error: %s, %s" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: sphinx/util/i18n.py:70 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "writing error: %s, %s" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: sphinx/util/i18n.py:94 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "locale_dir %s does not exist" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: sphinx/util/i18n.py:185 +#: ext/intersphinx/_load.py:92 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: sphinx/util/nodes.py:378 +#: ext/intersphinx/_load.py:101 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: sphinx/util/nodes.py:426 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "toctree contains ref to nonexisting file %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: sphinx/util/nodes.py:627 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: sphinx/util/rst.py:70 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "default role %s not found" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: sphinx/writers/html5.py:100 sphinx/writers/html5.py:109 -msgid "Link to this definition" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: sphinx/writers/html5.py:397 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "numfig_format is not defined for %s" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: sphinx/writers/html5.py:407 +#: 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 "பின்வரும் சிக்கல்களுடன் எந்த சரக்குகளையும் அடையத் தவறிவிட்டது:" + +#: ext/intersphinx/_load.py:319 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "இன்டெர்ச்பின்க்ச் சரக்கு நகர்ந்தது: %s -> %s" -#: sphinx/writers/html5.py:462 -msgid "Link to this term" -msgstr "" +#: ext/autodoc/type_comment.py:132 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "%r க்கான கையொப்பத்தை புதுப்பிக்கத் தவறிவிட்டது: அளவுரு காணப்படவில்லை: %s" -#: sphinx/writers/html5.py:485 sphinx/writers/html5.py:490 -msgid "Link to this heading" -msgstr "" +#: ext/autodoc/type_comment.py:135 +#, python-format +msgid "Failed to parse type_comment for %r: %s" +msgstr "%r: %s க்கு type_comment ஐ பாகுபடுத்துவதில் தோல்வி" -#: sphinx/writers/html5.py:494 -msgid "Link to this table" -msgstr "" +#: ext/autodoc/__init__.py:141 +#, python-format +msgid "invalid value for member-order option: %s" +msgstr "உறுப்பினர்-வரிசை விருப்பத்திற்கான தவறான மதிப்பு: %s" -#: sphinx/writers/html5.py:537 -msgid "Link to this code" -msgstr "" +#: ext/autodoc/__init__.py:149 +#, python-format +msgid "invalid value for class-doc-from option: %s" +msgstr "வகுப்பு-டாக்-ஃப்ரம் விருப்பத்திற்கான தவறான மதிப்பு: %s" -#: sphinx/writers/html5.py:539 -msgid "Link to this image" -msgstr "" +#: ext/autodoc/__init__.py:408 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "ஆட்டோ%s (%r) க்கான தவறான கையொப்பம்" -#: sphinx/writers/html5.py:541 -msgid "Link to this toctree" -msgstr "" +#: ext/autodoc/__init__.py:525 +#, python-format +msgid "error while formatting arguments for %s: %s" +msgstr "%s: %s க்கான வாதங்களை வடிவமைக்கும்போது பிழை" -#: sphinx/writers/html5.py:679 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "" +#: ext/autodoc/__init__.py:795 +#, python-format +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" +msgstr "ஆட்டோடோக்:%s.%s (%r) ஐ ஆவணப்படுத்தத் தவறிவிட்டது, பின்வரும் விதிவிலக்கு எழுப்பப்பட்டது: \n %s" -#: sphinx/writers/latex.py:335 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" +msgid "" +"don't know which module to import for autodocumenting %r (try placing a " +"\"module\" or \"currentmodule\" directive in the document, or giving an " +"explicit module name)" +msgstr "தன்னியக்கமயமாக்கல் %r க்கு எந்த தொகுதி இறக்குமதி செய்ய வேண்டும் என்று தெரியவில்லை (ஆவணத்தில் ஒரு \"தொகுதி\" அல்லது \"தற்போதைய உருவம்\" கட்டளையை வைக்க முயற்சிக்கவும் அல்லது வெளிப்படையான தொகுதி பெயரைக் கொடுக்கவும்)" -#: sphinx/writers/latex.py:386 -msgid "too large :maxdepth:, ignored." -msgstr "" +#: ext/autodoc/__init__.py:934 +#, python-format +msgid "A mocked object is detected: %r" +msgstr "கேலி செய்யப்பட்ட பொருள் கண்டறியப்பட்டது: %r" -#: sphinx/writers/latex.py:625 -msgid "document title is not a single Text node" -msgstr "" +#: ext/autodoc/__init__.py:953 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "%s: %s க்கான கையொப்பத்தை வடிவமைக்கும்போது பிழை" -#: sphinx/writers/latex.py:656 sphinx/writers/texinfo.py:622 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "" +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" ஆட்டோமோடூல் பெயரில் அர்த்தமல்ல" -#: sphinx/writers/latex.py:959 sphinx/writers/manpage.py:258 -#: sphinx/writers/texinfo.py:637 -msgid "Footnotes" -msgstr "" +#: ext/autodoc/__init__.py:1023 +#, python-format +msgid "signature arguments or return annotation given for automodule %s" +msgstr "தானியங்கு %s க்கு வழங்கப்பட்ட கையொப்ப வாதங்கள் அல்லது திரும்ப சிறுகுறிப்பு" -#: sphinx/writers/latex.py:1028 +#: ext/autodoc/__init__.py:1036 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ என்பது சரங்களின் பட்டியலாக இருக்க வேண்டும், %r (தொகுதி %s இல்) அல்ல - __all__ ஐ புறக்கணிக்கிறது" -#: sphinx/writers/latex.py:1388 +#: ext/autodoc/__init__.py:1102 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "" +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "குறிப்பிடப்பட்ட பண்புக்கூறு பின்வருமாறு: உறுப்பினர்கள்: விருப்பம்: தொகுதி %s, பண்புக்கூறு %s" -#: sphinx/writers/latex.py:1722 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "unknown index entry type %s found" -msgstr "" +msgid "Failed to get a function signature for %s: %s" +msgstr "%s: %s க்கான செயல்பாட்டு கையொப்பத்தைப் பெறுவதில் தோல்வி" -#: sphinx/writers/manpage.py:306 sphinx/writers/text.py:917 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "[image: %s]" -msgstr "" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "%s: %s க்கு ஒரு கட்டமைப்பாளர் கையொப்பத்தைப் பெறுவதில் தோல்வி" -#: sphinx/writers/manpage.py:307 sphinx/writers/text.py:918 -msgid "[image]" -msgstr "" +#: ext/autodoc/__init__.py:1743 +#, python-format +msgid "Bases: %s" +msgstr "தளங்கள்: %s" -#: sphinx/writers/texinfo.py:1193 -msgid "caption not inside a figure." -msgstr "" +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "பொருள் %s இல் உள்ள பண்புக்கூறு %s" -#: sphinx/writers/texinfo.py:1280 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "unimplemented node type: %r" -msgstr "" +msgid "alias of %s" +msgstr "%s மாற்றுப்பெயர்" + +#: ext/autodoc/__init__.py:1858 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "டைப்வாரின் மாற்றுப்பெயர் (%s)" + +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 +#, python-format +msgid "Failed to get a method signature for %s: %s" +msgstr "%s க்கு ஒரு முறை கையொப்பத்தைப் பெறுவதில் தோல்வி: %s" + +#: ext/autodoc/__init__.py:2429 +#, python-format +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "தவறான __ ச்லாட் __ %s இல் காணப்படுகிறது. புறக்கணிக்கப்பட்டது." + +#: ext/autodoc/preserve_defaults.py:190 +#, 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 "அடுத்த பக்கத்தில் தொடர்கிறது" + +#: 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 "பக்கம்" diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.js b/sphinx/locale/te/LC_MESSAGES/sphinx.js index d21164d17a6..e06fb3d3ae8 100644 --- a/sphinx/locale/te/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/te/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/te/LC_MESSAGES/sphinx.mo b/sphinx/locale/te/LC_MESSAGES/sphinx.mo index 2e28e7cfaac..077ed1da0a4 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 d04cc5eac15..34423464999 100644 --- a/sphinx/locale/te/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/te/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Telugu (http://app.transifex.com/sphinx-doc/sphinx-1/language/te/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: te\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2462 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3802,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3817,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.js b/sphinx/locale/tr/LC_MESSAGES/sphinx.js index a89baa3c10d..821c27f0eeb 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "Ara", "Search Page": "Arama Sayfas\u0131", "Search Results": "Arama Sonu\u00e7lar\u0131", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "" + ], "Search within %(docstitle)s": "%(docstitle)s i\u00e7inde ara", "Searching": "Aran\u0131yor", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/tr/LC_MESSAGES/sphinx.mo b/sphinx/locale/tr/LC_MESSAGES/sphinx.mo index 0875b2ab4a1..3e850798f3f 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 f4fe4e66d17..1005139d477 100644 --- a/sphinx/locale/tr/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/tr/LC_MESSAGES/sphinx.po @@ -11,389 +11,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: BouRock, 2020\n" "Language-Team: Turkish (http://app.transifex.com/sphinx-doc/sphinx-1/language/tr/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: tr\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "desteklenmeyen tema seçeneği %r verildi" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments lexer adı %r bilinmiyor" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, 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." - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "Olay %r zaten mevcut" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "Bilinmeyen olay adı: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "config dizini bir conf.py dosyası içermiyor (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, 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)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "Yapılandırma değeri %r zaten mevcut" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "Bölüm %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "Şekil %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "Tablo %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "Listeleme %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -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." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -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}." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -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__}'." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "primary_domain %r bulunamadı, yoksayıldı." - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "Kaynak dizin bulunamıyor (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "Kaynak dizin ve hedef dizin aynı olamaz" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "Sphinx s%s çalışıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "çıktı dizini yapılıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "%s uzantısı ayarlanırken:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "çeviriler yükleniyor [%s]... " -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "bitti" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "yerleşik iletiler için kullanılamaz" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "derin temizlenen ortam yükleniyor" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "başarısız olan: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "Seçilen oluşturucu yok, varsayılan kullanılıyor: html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "başarılı oldu" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "sorunlarla tamamlandı" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "yapım %s, %s uyarı (hata olarak kabul edilen uyarılarla)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "yapım %s, %s uyarı (hatalar olarak kabul edilen uyarılarla)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "yapım %s, %s uyarı." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "yapım %s, %s uyarı." +msgid "build finished with problems, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "yapım %s." +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "yönerge %r zaten kayıtlı, geçersiz kılınacaktır" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "rol %r zaten kayıtlı, geçersiz kılınacaktır" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -401,12 +165,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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s uzantısı paralel okuma için güvenli değil" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -414,311 +178,822 @@ 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" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s uzantısı paralel yazma için güvenli değil" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "%s seri nosu yapılıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Geliştirme Önerileri; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Oluşturucu sınıfı %s \"ad\" özniteliğine sahip değil" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Oluşturucu %r zaten mevcut (%s modülünde)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Oluşturucu adı %s kayıtlı değil" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "etki alanı %s zaten kayıtlı" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "etki alanı %s henüz kayıtlı değil" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r yönergesi zaten %s etki alanına kayıtlı" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r rolü zaten %s etki alanına kayıtlı" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r dizini zaten %s etki alanına kayıtlı" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type zaten kayıtlı" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type zaten kayıtlı" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r zaten kayıtlı" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "%r için source_parser zaten kayıtlı" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "%s için kaynak ayrıştırıcı kayıtlı değil" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "%r için çevirmen zaten mevcut" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r zaten kayıtlı" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "%r uzantısı zaten %s sürümünden bu yana Sphinx ile birleştirildi; bu uzantı yoksayıldı." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "Özgün özel durumu:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr " %s uzantısı içe aktarılamadı" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "%r uzantısı setup() işlevine sahip değil; bu gerçekten bir Sphinx uzantısı modülü mü?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "modüllerden otomatik olarak docstrings ekle" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments lexer adı %r bilinmiyor" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "doctest bloklarında kod parçacıklarını otomatik olarak dene" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "farklı projelerin Sphinx begelendirmeleri arasında bağlantıla" +#: extension.py:55 +#, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "oluşturmada gösterilebilen veya gizlenebilen \"yapılacaklar\" girişlerini yaz" +#: extension.py:76 +#, 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "belgelendirme kapsamı için denetlemeler" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "PNG veya SVG resimleri olarak işleneni, matematiği dahil et" +#: theming.py:127 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "desteklenmeyen tema seçeneği %r verildi" + +#: theming.py:215 +#, 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:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "" + +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "" + +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "" + +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "" + +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, 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:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, 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)" + +#: config.py:355 +#, 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:361 +#, 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:382 +#, 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:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "Yapılandırma değeri %r zaten mevcut" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, 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:534 +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:541 +#, 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:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "Bölüm %s" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "Şekil %s" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "Tablo %s" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "Listeleme %s" + +#: config.py:722 +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:746 +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:759 +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:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r bulunamadı, yoksayıldı." + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (yönerge)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (yönerge seçeneği)" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (rol)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "yönergesi" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "yönerge seçeneği" + +#: domains/rst.py:225 +msgid "role" +msgstr "rolü" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s %s kopya açıklaması, %s içindeki diğer örnek" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (yerleşik işlev)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (%s yöntemi)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (sınıf)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (genel değişken veya sabit)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (%s özniteliği)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Bağımsız Değişkenler" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Şunu verir: " + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Dönüşler" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Dönüş türü" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (modül)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "işlevi" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "yöntemi" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "sınıfı" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "verisi" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "özniteliği" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "modülü" + +#: domains/javascript.py:407 +#, 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" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "%s sürümünde değişti" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "%s sürümünden beri kullanım dışı" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "%s kopya alıntısı, %s içindeki diğer örnek" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "Alıntı [%s] kaynak gösterilmedi." + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "%s denkleminin kopya etiketi, %s içindeki diğer örnek" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "Geçersiz math_eqref_format: %r" + +#: 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:249 +msgid "build environment version not current" +msgstr "yapım ortamı sürümü şu anki değil" + +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "kaynak dizin değişti" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +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:473 +#, 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:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "Etki alanı %r kayıtlı değil" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "belge herhangi bir toctree içine dahil değil" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "kendinden kaynaklı toctree bulundu. Yoksayıldı." + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Dikkat" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Uyarı" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Tehlike" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Hata" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "İpucu" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Önemli" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Not" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Ayrıca bakınız" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Tüyo" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Uyarı" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "modüllerden otomatik olarak docstrings ekle" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "doctest bloklarında kod parçacıklarını otomatik olarak dene" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "farklı projelerin Sphinx begelendirmeleri arasında bağlantıla" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "oluşturmada gösterilebilen veya gizlenebilen \"yapılacaklar\" girişlerini yaz" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "belgelendirme kapsamı için denetlemeler" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "PNG veya SVG resimleri olarak işleneni, matematiği dahil et" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "MathJax ile tarayıcıda işleneni, matematiği dahil et" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 +#: cmd/quickstart.py:50 msgid "conditional inclusion of content based on config values" msgstr "yapılandırma değerlerine dayalı içeriğin koşullu olarak eklenmesi" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 +#: cmd/quickstart.py:51 msgid "include links to the source code of documented Python objects" msgstr "belgelenmiş Python nesnelerinin kaynak koduna bağlantıları dahil et" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 +#: cmd/quickstart.py:52 msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "belgeyi GitHub sayfalarında yayımlamak için .nojekyll dosyası oluştur" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 +#: cmd/quickstart.py:94 msgid "Please enter a valid path name." msgstr "Lütfen geçerli bir yol adı girin." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 +#: cmd/quickstart.py:110 msgid "Please enter some text." msgstr "Lütfen biraz metin girin." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "Lütfen %s seçeneklerinden birini girin." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "Lütfen ya 'y' ya da 'n' girin." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "Lütfen bir dosya soneki girin, örn. '.rst' veya '.txt'." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "Sphinx %s hızlı başlangıç yardımcı uygulamasına hoş geldiniz." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "Seçilen kök dizin yolu: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "Belgelendirme için kök dizin yolunu girin." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "Belgelendirme için kök dizin yolu" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "sfenks-quickstart varolan Sphinx projelerinin üzerine yazmayacak." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "Source ve build dizinlerini ayır (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "Templates ve static dizinleri için ad öneki" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "Proje adı, oluşturulan belgelendirmedeki çeşitli yerlerde oluşacak." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "Proje adı" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "Hazırlayan ad(ları)ı" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -727,15 +1002,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "Proje sürümü" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "Proje yayımı" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -745,21 +1020,21 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "Proje dili" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "Kaynak dosya soneki" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -767,93 +1042,91 @@ msgid "" "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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "Asıl belgenizin adı (sonek olmadan)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "sfenks-quickstart varolan dosyanın üzerine yazmayacak." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 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:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 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ı." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "Makefile oluşturulsun mu? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "Windows komut satırı oluşturulsun mu? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "%s dosyası oluşturuluyor." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "%s dosyası zaten var, atlanıyor." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "Tamamlandı: İlk dizin yapısı oluşturuldu." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -863,208 +1136,195 @@ msgid "" "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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "sessiz kipi" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "proje kök dizini" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "Yapı seçenekleri" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "eğer belirtildiyse, kaynak ve oluşturma dizinlerini ayırın" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "_templates vb. içinde nokta için değiştirme" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "Proje temel seçenekleri" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "proje adı" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "hazırlayan adları" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "projenin sürümü" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "projenin yayımı" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "belge dili" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "kaynak dosya soneki" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "asıl belge adı" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "epub kullan" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "Uzantı seçenekleri" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "%s uzantısını etkinleştir" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "rasgele uzantıları etkinleştir" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "Makefile ve Batchfile oluşturma" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "makefile oluştur" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "makefile oluşturma" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "batchfile oluştur" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "batchfile oluşturma" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "Makefile/make.bat için make-mode kullan" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "Proje şablonlama" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "şablon dosyaları için şablon dizini" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "bir şablon değişkeni tanımla" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "\"sessiz\" belirtilmiş, ancak herhangi bir \"proje\" veya \"hazırlayan\" belirtilmemiş." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 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." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "Geçersiz şablon değişkeni: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "Oluşturulurken meydana gelen özel durum, hata ayıklayıcı başlatılıyor:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "Yarıda kesildi!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "reST biçimlendirme hatası:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "Kodlama hatası:" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "Sorunu geliştiricilere bildirmek istiyorsanız, tam geri izleme %s içine kaydedildi." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "Tekrarlama hatası:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "Özel durum meydana geldi:" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "Bir dahaki sefere daha iyi bir hata iletisi sağlanabilmesi için lütfen bunu bir kullanıcı hatasıysa da bildirin." -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Bir hata raporu adresindeki izleyicide dosyalanabilir. Teşekkürler!" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "iş numarası pozitif bir sayı olmalıdır" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1083,2714 +1343,2462 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "belgelendirme kaynak dosyaları için yol" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "çıktı dizini için yol" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "genel seçenekler" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 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)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "kaydedilmiş bir ortam kullanma, her zaman tüm dosyaları oku" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "yapılandırma dosyasındaki bir ayarı geçersiz kıl" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "HTML şablonlarına bir değer geçir" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "etiketi tanımla: \"sadece\" TAG'li blokları dahil et" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "konsol çıktısı seçenekleri" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "ayrıntı seviyesini artır (tekrarlanabilir)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "stdout üzerinde çıktı yok, stderr üzerinde sadece uyarılar" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "hiç çıktı yok, hatta uyarılarda bile" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "renkli çıktı yayımı yap (varsayılan: otomatik algıla)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "renkli çıktı yayımı yapma (varsayılan: otomatik algıla)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "verilen dosyaya uyarıları (ve hataları) yaz" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "uyarıları hatalara dönüştür" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "özel durumda tam geri izleme göster" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "özel durumda Pdb çalıştır" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "-a seçeneği ve dosya adları birleştirilemiyor" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "uyarı dosyası %r açılamıyor: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 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" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 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" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%d %b %Y" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "okuma hatası: %s, %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "yazma hatası: %s, %s" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "Taklit oluşturucu hiçbir dosya oluşturmaz." -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/linkcheck.py:60 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/linkcheck.py:137 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" +msgid "broken link: %s (%s)" +msgstr "bozuk bağlantı: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/linkcheck.py:526 #, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" +msgid "Anchor '%s' not found" +msgstr "Bağlayıcı '%s' bulunamadı" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/linkcheck.py:726 #, python-format -msgid "unknown node type: %r" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 +#: builders/singlehtml.py:36 #, python-format -msgid "default role %s not found" -msgstr "varsayılan rol %s bulunamadı" +msgid "The HTML page is in %(outdir)s." +msgstr "HTML sayfası %(outdir)s içinde." + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "tek bir belgede toplanıyor" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "yazılıyor" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "ilave dosyalar yazılıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/manpage.py:39 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" +msgid "The manual pages are in %(outdir)s." +msgstr "Rehber sayfaları %(outdir)s içinde." -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "atlandı" +#: builders/manpage.py:47 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "başarısız oldu" +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" yapılandırma değeri bilinmeyen %s belgesine başvurur" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Dikkat" +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "Metin dosyaları %(outdir)s içinde." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Uyarı" +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "%s dosyası yazılırken hata oldu: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Tehlike" +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML dosyaları %(outdir)s içinde." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Hata" +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "Pseudo-XML dosyaları %(outdir)s içinde." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "İpucu" +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo dosyaları %(outdir)s içinde." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Önemli" +#: 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 "\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)." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Not" +#: builders/texinfo.py:78 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Ayrıca bakınız" +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Tüyo" +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "%s işleniyor" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Uyarı" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "başvurular çözümleniyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "yeni yapılandırma" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (şurada: " -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "yapılandırma değişti" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "resimler kopyalanıyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "uzantılar değişti" +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "resim dosyası %r kopyalanamıyor: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "yapım ortamı sürümü şu anki değil" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "Texinfo destek dosyaları kopyalanıyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "kaynak dizin değişti" +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "Makefile dosyası yazılırken hata oldu: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -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." +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "İleti katalogları %(outdir)s içinde." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "%s içinde belgeleri tarama başarısız oldu: %r" +msgid "building [%s]: " +msgstr "[%s] oluşturuluyor:" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/gettext.py:252 #, python-format -msgid "Domain %r is not registered" -msgstr "Etki alanı %r kayıtlı değil" +msgid "targets for %d template files" +msgstr "%d şablon dosyası için hedefler" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "belge herhangi bir toctree içine dahil değil" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "şablonlar okunuyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "kendinden kaynaklı toctree bulundu. Yoksayıldı." +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "ileti katalogları yazılıyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 +#: builders/__init__.py:200 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "%s kopya alıntısı, %s içindeki diğer örnek" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "%s oluşturucu için uygun bir resim bulunamadı: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: builders/__init__.py:208 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "Alıntı [%s] kaynak gösterilmedi." +msgid "a suitable image for %s builder not found: %s" +msgstr "%s oluşturucu için uygun bir resim bulunamadı: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (yerleşik işlev)" +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "[mo] oluşturuluyor: " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s yöntemi)" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "çıktı yazılıyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: builders/__init__.py:251 #, python-format -msgid "%s() (class)" -msgstr "%s() (sınıf)" +msgid "all of %d po files" +msgstr "%d po dosyasının tümü" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/__init__.py:273 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (genel değişken veya sabit)" +msgid "targets for %d po files that are specified" +msgstr "belirtilen %d po dosyası için hedefler" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/__init__.py:285 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s özniteliği)" +msgid "targets for %d po files that are out of date" +msgstr "güncel olmayan %d po dosyası için hedefler" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Bağımsız Değişkenler" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "tüm kaynak dosyaları" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Şunu verir: " +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Dönüşler" +#: builders/__init__.py:313 +#, python-format +msgid "" +"file %r given on command line is not under the source directory, ignoring" +msgstr "komut satırında verilen %r dosyası kaynak dizinin altında değil, yoksayılıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Dönüş türü" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/__init__.py:339 #, python-format -msgid "%s (module)" -msgstr "%s (modül)" +msgid "%d source files given on command line" +msgstr "komut satırında verilen %d kaynak dosyası" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "işlevi" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "güncel olmayan %d kaynak dosyası için hedefler" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "yöntemi" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "şimdi güncel olmayan dosyalar aranıyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "sınıfı" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "%d tane bulundu" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "verisi" +#: builders/__init__.py:388 +msgid "none found" +msgstr "hiç bulunamadı" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "özniteliği" +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "ortam derin temizleniyor" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "modülü" +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "tutarlılık denetleniyor" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, 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" +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "hiçbir hedef güncel değil." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "%s denkleminin kopya etiketi, %s içindeki diğer örnek" +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "güncellenen ortam:" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/__init__.py:471 #, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "Geçersiz math_eqref_format: %r" +msgid "%s added, %s changed, %s removed" +msgstr "%s eklendi, %s değiştirildi, %s kaldırıldı" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/__init__.py:507 #, python-format -msgid "Added in version %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "%s sürümünde değişti" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/__init__.py:516 #, python-format -msgid "Deprecated since version %s" -msgstr "%s sürümünden beri kullanım dışı" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: builders/__init__.py:527 #, python-format -msgid "%s (directive)" -msgstr "%s (yönerge)" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/__init__.py:534 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (yönerge seçeneği)" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" -msgstr "%s (rol)" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "kaynaklar okunuyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "yönergesi" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" +msgstr "yazmak için belge adları: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "yönerge seçeneği" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "belgeler hazırlanıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "rolü" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/__init__.py:845 #, 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 "undecodable source characters, replacing with \"?\": %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/epub3.py:83 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "The ePub file is in %(outdir)s." +msgstr "ePub dosyası %(outdir)s içinde." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[kaynak]" +#: builders/epub3.py:220 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[belgeler]" +#: builders/epub3.py:231 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "Modül kodu" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 -#, python-format -msgid "

Source code for %s

" -msgstr "

%s öğesinin kaynak kodu

" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "Genel bakış: modül kodu" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

Kodları mevcut bütün modüller

" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Yapılacaklar" +#: builders/epub3.py:255 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 -#, python-format -msgid "TODO entry found: %s" -msgstr "" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<>, %s içinde, %d. satırda bulunur.)" +msgid "invalid css_file: %r, ignored" +msgstr "geçersiz css_file: %r, yoksayıldı" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "özgün giriş" +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "kopyalanmış ToC girişi bulundu: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/_epub_base.py:432 #, python-format -msgid "Would create file %s." -msgstr "%s dosyası oluşturur." +msgid "cannot read image file %r: copying it instead" +msgstr "resim dosyası %r okunamıyor: bunun yerine kopyalanıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "resim dosyası %r yazılamıyor: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "belge için modüle giden yol" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" +msgstr "Yastık bulunamadı - resim dosyaları kopyalanıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -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" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "tüm çıktıların yerleştirileceği dizin" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -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)" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "varolan dosyaların üzerine yaz" +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "%s için bilinmeyen mime türü, yoksayılıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -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ü." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "dosyaları oluşturmadan betiği çalıştır" +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." +msgstr "%s dosyası yazılıyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "her modül için belgelendirmeyi kendi sayfasına koy" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "Genel bakış dosyası %(outdir)s içinde." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "\"_private\" modülleri dahil" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." +msgstr "%s sürümünde değişiklik yok." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "içindekiler dosyası adı (varsayılan: modüller)" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "özet dosyası yazılıyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "içindekiler tablosu oluşturma" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Yerleşikler" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -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/changes.py:79 +msgid "Module level" +msgstr "Modül seviyesi" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "modül belgelerini alt modül belgelerinin önüne koyun" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "kaynak dosyalar kopyalanıyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -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/changes.py:140 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "değişiklikler günlüğü oluşturma için %r okunamadı" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "dosya soneki (varsayılan: rst)" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "varsayılan rol %s bulunamadı" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "sphinx-quickstart ile tam bir proje oluştur" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "proje adı (varsayılan: kök modül adı)" +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "--full yazıldığında, proje hazırlayan(lar)ı kullanılır" +#: util/nodes.py:419 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "--full yazıldığında, proje sürümü kullanılır" +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -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" +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "uzantı seçenekleri" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: util/fileutil.py:91 #, python-format -msgid "%s is not a directory." -msgstr "%s bir dizin değil." +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: util/inventory.py:170 #, python-format -msgid "Failed to remove %s: %s" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: util/docutils.py:283 #, python-format -msgid "External Graphviz file %r not found or reading it failed" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: util/display.py:83 +msgid "skipped" +msgstr "atlandı" + +#: util/display.py:88 +msgid "failed" +msgstr "başarısız oldu" + +#: util/i18n.py:105 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "reading error: %s, %s" +msgstr "okuma hatası: %s, %s" + +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" +msgstr "yazma hatası: %s, %s" + +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: util/i18n.py:236 #, python-format msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format +#: directives/patches.py:66 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: directives/code.py:84 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" -msgstr "" +msgid "Invalid caption: %s" +msgstr "Geçersiz resim yazısı: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "dot code %r: %s" -msgstr "nokta kodu %r: %s" +msgid "line number spec is out of range(1-%d): %r" +msgstr "satır numarası özellikleri aralık dışında (1-%d): %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: directives/code.py:211 #, python-format -msgid "[graph: %s]" -msgstr "[grafik: %s]" +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "Hem \"%s\" hem de \"%s\" seçeneği kullanılamıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[grafik]" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "Dahil edilen %r dosyası bulunamadı ya da dosyayı okuma başarısız oldu" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: directives/code.py:228 #, 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 "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "%r kodlamasının kullanıldığı, dahil edilen %r dosyasını okuma yanlış gibi görünüyor, bir :encoding: seçeneği vermeyi deneyin" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: directives/code.py:270 #, 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" +msgid "Object named %r not found in include file %r" +msgstr "%r adlı nesne, dahil edilen %r dosyasında bulunamadı" + +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "Ayrık bir \"satır\" kümesiyle \"lineno-match\" kullanılamıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: directives/code.py:308 #, 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" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" +msgid "toctree contains reference to excluded document %r" +msgstr "toctree, hariç tutulan %r belgesine başvuru içeriyor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "'%s' is not a valid option." -msgstr "" +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree, varolmayan %r belgesine başvuru içeriyor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: directives/other.py:171 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Bölümü hazırlayan: " + +#: directives/other.py:206 +msgid "Module author: " +msgstr "Modülü hazırlayan: " + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Kodu hazırlayan: " + +#: directives/other.py:210 +msgid "Author: " +msgstr "Hazırlayan: " + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 -#, python-format -msgid "module %s could not be imported: %s" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 -#, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: _cli/__init__.py:172 msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 -#, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, 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" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, 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" +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "görüntü latex %r: %s" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "inline latex %r: %s" -msgstr "satır içi latex %r: %s" +msgid "%b %d, %Y" +msgstr "%d %b %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "%s kopya etiketi, %s içindeki diğer örnek" +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: transforms/__init__.py:267 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: transforms/__init__.py:313 #, python-format -msgid "no Babel option known for language %r" -msgstr "%r dili için bilinen hiç Babel seçeneği yok" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 -#, python-format -msgid "template %s not found; loading from legacy %s instead" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "Dipnotlar" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 -#, python-format -msgid "unsupported rubric heading level: %s" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: transforms/i18n.py:324 msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" -msgstr "" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[kaynak]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/imgconverter.py:40 #, python-format -msgid "[image: %s]" -msgstr "[resim: %s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[resim]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/imgconverter.py:68 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "" +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[belgeler]" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "Modül kodu" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "" +#: ext/viewcode.py:311 +#, python-format +msgid "

Source code for %s

" +msgstr "

%s öğesinin kaynak kodu

" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "Genel bakış: modül kodu" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

Kodları mevcut bütün modüller

" + +#: ext/coverage.py:47 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/coverage.py:134 ext/coverage.py:280 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Dizin" +#: ext/coverage.py:141 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/coverage.py:163 #, python-format -msgid "unimplemented node type: %r" +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/coverage.py:177 +#, python-format +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/coverage.py:445 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Yapılacaklar" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +#: ext/todo.py:104 +#, python-format +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "" +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" +msgstr "(<>, %s içinde, %d. satırda bulunur.)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "" +#: ext/todo.py:175 +msgid "original entry" +msgstr "özgün giriş" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: ext/doctest.py:434 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "kopyalanmış ToC girişi bulundu: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "resimler kopyalanıyor..." +msgid "no code/output in %s block at %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: ext/doctest.py:522 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "resim dosyası %r okunamıyor: bunun yerine kopyalanıyor" +msgid "ignoring invalid doctest code: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "resim dosyası %r kopyalanamıyor: %s" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/graphviz.py:145 #, python-format -msgid "cannot write image file %r: %s" -msgstr "resim dosyası %r yazılamıyor: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" -msgstr "Yastık bulunamadı - resim dosyaları kopyalanıyor" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/graphviz.py:303 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "%s için bilinmeyen mime türü, yoksayılıyor" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/graphviz.py:310 #, python-format -msgid "writing %s file..." -msgstr "%s dosyası yazılıyor..." +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/graphviz.py:313 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML dosyaları %(outdir)s içinde." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/graphviz.py:329 #, python-format -msgid "error writing file %s: %s" -msgstr "%s dosyası yazılırken hata oldu: %s" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "Pseudo-XML dosyaları %(outdir)s içinde." +msgid "dot code %r: %s" +msgstr "nokta kodu %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "Rehber sayfaları %(outdir)s içinde." +msgid "[graph: %s]" +msgstr "[grafik: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "hiçbir \"man_pages\" yapılandırma değeri bulunamadı; hiçbir rehber sayfası yazılmayacaktır" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[grafik]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "yazılıyor" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/apidoc.py:85 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" yapılandırma değeri bilinmeyen %s belgesine başvurur" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "Taklit oluşturucu hiçbir dosya oluşturmaz." +msgid "Would create file %s." +msgstr "%s dosyası oluşturur." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 -#, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePub dosyası %(outdir)s içinde." +#: 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 "\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." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "belge için modüle giden yol" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -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" +#: ext/apidoc.py:396 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -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" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "tüm çıktıların yerleştirileceği dizin" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -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" +#: ext/apidoc.py:422 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -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" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "varolan dosyaların üzerine yaz" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -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" +#: ext/apidoc.py:437 +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ü." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -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" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "dosyaları oluşturmadan betiği çalıştır" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -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" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "her modül için belgelendirmeyi kendi sayfasına koy" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -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" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "\"_private\" modülleri dahil" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -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" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "içindekiler dosyası adı (varsayılan: modüller)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "yapılandırma değeri \"version\", EPUB3 için boş olmamalıdır" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "içindekiler tablosu oluşturma" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "geçersiz css_file: %r, yoksayıldı" +#: ext/apidoc.py:481 +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)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, 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" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "modül belgelerini alt modül belgelerinin önüne koyun" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" -msgstr "bozuk bağlantı: %s (%s)" +#: ext/apidoc.py:498 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" -msgstr "Bağlayıcı '%s' bulunamadı" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "dosya soneki (varsayılan: rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." -msgstr "Genel bakış dosyası %(outdir)s içinde." +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "sphinx-quickstart ile tam bir proje oluştur" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." -msgstr "%s sürümünde değişiklik yok." +#: ext/apidoc.py:531 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "özet dosyası yazılıyor..." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "proje adı (varsayılan: kök modül adı)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Yerleşikler" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "--full yazıldığında, proje hazırlayan(lar)ı kullanılır" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Modül seviyesi" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "--full yazıldığında, proje sürümü kullanılır" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "kaynak dosyalar kopyalanıyor..." +#: ext/apidoc.py:559 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" -msgstr "değişiklikler günlüğü oluşturma için %r okunamadı" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "uzantı seçenekleri" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:638 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "Metin dosyaları %(outdir)s içinde." +msgid "%s is not a directory." +msgstr "%s bir dizin değil." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "İleti katalogları %(outdir)s içinde." +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: ext/autosectionlabel.py:48 #, python-format -msgid "building [%s]: " -msgstr "[%s] oluşturuluyor:" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "targets for %d template files" -msgstr "%d şablon dosyası için hedefler" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "şablonlar okunuyor..." +msgid "duplicate label %s, other instance in %s" +msgstr "%s kopya etiketi, %s içindeki diğer örnek" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "ileti katalogları yazılıyor..." +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: ext/imgmath.py:159 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "%s oluşturucu için uygun bir resim bulunamadı: %s (%s)" +msgid "" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: ext/imgmath.py:174 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "%s oluşturucu için uygun bir resim bulunamadı: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "[mo] oluşturuluyor: " - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "çıktı yazılıyor..." +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: ext/imgmath.py:328 #, python-format -msgid "all of %d po files" -msgstr "%d po dosyasının tümü" +msgid "display latex %r: %s" +msgstr "görüntü latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: ext/imgmath.py:362 #, python-format -msgid "targets for %d po files that are specified" -msgstr "belirtilen %d po dosyası için hedefler" +msgid "inline latex %r: %s" +msgstr "satır içi latex %r: %s" + +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "Dipnotlar" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "güncel olmayan %d po dosyası için hedefler" +msgid "[image: %s]" +msgstr "[resim: %s]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "tüm kaynak dosyaları" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[resim]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: writers/html5.py:415 #, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "komut satırında verilen %r dosyası kaynak dizinin altında değil, yoksayılıyor" +msgid "numfig_format is not defined for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: writers/html5.py:427 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "komut satırında verilen %d kaynak dosyası" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "güncel olmayan %d kaynak dosyası için hedefler" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "şimdi güncel olmayan dosyalar aranıyor..." +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "%d found" -msgstr "%d tane bulundu" +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "hiç bulunamadı" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "ortam derin temizleniyor" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "tutarlılık denetleniyor" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "hiçbir hedef güncel değil." +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "güncellenen ortam:" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Dizin" + +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" + +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: writers/texinfo.py:1300 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s eklendi, %s değiştirildi, %s kaldırıldı" +msgid "unimplemented node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: writers/latex.py:364 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches a " -"built-in exclude pattern %r. Please move your master document to a different" -" location." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, 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 Babel option known for language %r" +msgstr "%r dili için bilinen hiç Babel seçeneği yok" + +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Sphinx is unable to load the master document (%s) because it is not included" -" in the custom include_patterns = %r. Ensure that a pattern in " -"include_patterns matches the master document." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: writers/latex.py:1575 #, 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 "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "kaynaklar okunuyor..." +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "docnames to write: %s" -msgstr "yazmak için belge adları: %s" +msgid "environment variable; %s" +msgstr "ortam değişkeni; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "belgeler hazırlanıyor" +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo dosyaları %(outdir)s içinde." +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 +#: domains/std/__init__.py:234 +#, python-format 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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -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" +"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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/std/__init__.py:305 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" +msgid "%s command line option" +msgstr "%s komut satırı seçeneği" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 -#, python-format -msgid "processing %s" -msgstr "%s işleniyor" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "komut satırı seçeneği" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "başvurular çözümleniyor..." +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "sözlük teriminden önce boş satır gelmek zorundadır" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (şurada: " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "sözlük terimleri boş satırlarla ayrılmamak zorundadır" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "Texinfo destek dosyaları kopyalanıyor..." +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 -#, python-format -msgid "error writing file Makefile: %s" -msgstr "Makefile dosyası yazılırken hata oldu: %s" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "sözlük terimi" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML sayfası %(outdir)s içinde." +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "dilbilgisi belirteci" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "tek bir belgede toplanıyor" +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "başvuru etiketi" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "ilave dosyalar yazılıyor" +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "ortam değişkeni" -#: /home/runner/work/sphinx/sphinx/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 "" +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "program seçeneği" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/std/__init__.py:608 +msgid "document" +msgstr "belge" + +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Modül Dizini" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Arama Sayfası" + +#: domains/std/__init__.py:721 +#, 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 " + +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig etkisizleştirildi. :numref: yoksayıldı." + +#: domains/std/__init__.py:934 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" +msgstr "bağlantının resim yazısı yok: %s" + +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "geçersiz numfig_format: %s (%r)" + +#: domains/std/__init__.py:963 #, python-format -msgid "Invalid caption: %s" -msgstr "Geçersiz resim yazısı: %s" +msgid "invalid numfig_format: %s" +msgstr "geçersiz numfig_format: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/std/__init__.py:1194 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "satır numarası özellikleri aralık dışında (1-%d): %r" +msgid "undefined label: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: domains/std/__init__.py:1196 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "Hem \"%s\" hem de \"%s\" seçeneği kullanılamıyor" +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "Dahil edilen %r dosyası bulunamadı ya da dosyayı okuma başarısız oldu" +msgid "%s() (in module %s)" +msgstr "%s() (%s modülü içinde)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: domains/python/__init__.py:167 domains/python/__init__.py:334 +#: domains/python/__init__.py:385 domains/python/__init__.py:424 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "%r kodlamasının kullanıldığı, dahil edilen %r dosyasını okuma yanlış gibi görünüyor, bir :encoding: seçeneği vermeyi deneyin" +msgid "%s (in module %s)" +msgstr "%s (%s modülü içinde)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: domains/python/__init__.py:169 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "%r adlı nesne, dahil edilen %r dosyasında bulunamadı" +msgid "%s (built-in variable)" +msgstr "%s (yerleşik değişken)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -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/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (yerleşik sınıf)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/python/__init__.py:195 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Satır özelliği %r: dahil edilen %r dosyasından çekilen hiç satır yok" +msgid "%s (class in %s)" +msgstr "%s (%s içindeki sınıf)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/python/__init__.py:249 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "" +msgid "%s() (%s class method)" +msgstr "%s() (%s sınıf yöntemi)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/python/__init__.py:251 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree, hariç tutulan %r belgesine başvuru içeriyor" +msgid "%s() (%s static method)" +msgstr "%s() (%s sabit yöntemi)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/python/__init__.py:389 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree, varolmayan %r belgesine başvuru içeriyor" +msgid "%s (%s property)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/python/__init__.py:428 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Bölümü hazırlayan: " +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python Modül Dizini" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Modülü hazırlayan: " +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "modülleri" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Kodu hazırlayan: " +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Kullanım dışı" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Hazırlayan: " +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "özel durum" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "sınıf yöntemi" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "sabit yöntemi" + +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: domains/python/__init__.py:698 #, python-format -msgid "Could not fetch remote image: %s [%d]" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: domains/python/__init__.py:817 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "more than one target found for cross-reference %r: %s" +msgstr "çapraz referans %r için birden fazla hedef bulundu: %s" + +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (kullanım dışı)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Parametreler" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Değişkenler" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Harekete geçirir" + +#: domains/c/__init__.py:199 #, python-format -msgid "Unknown image format: %s..." -msgstr "Bilinmeyen resim biçimi: %s..." +msgid "%s (C %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "üyesi" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "değişkeni" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "makrosu" + +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "birliği" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "numaralandırıcı" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "türü" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "Şablon Parametreleri" + +#: domains/cpp/__init__.py:277 #, python-format -msgid "%r reference target not found: %s" +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: 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'." +msgstr "" + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "kavramı" + +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "İçindekiler" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 msgid "Table of Contents" msgstr "İçindekiler" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/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 "Ara" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 msgid "Go" msgstr "Git" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 msgid "Show Source" msgstr "Kaynağı Göster" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "İçindekiler" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 msgid "Collapse sidebar" msgstr "Yan çubuğu daralt" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: 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/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Tek sayfada tam dizin" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Harfe göre dizin sayfaları" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "çok büyük olabilir" + +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "%(docstitle)s ara" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Hızlı Arama" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "Bu Sayfa" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Genel Bakış" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Hoş Geldiniz! Karşınızda" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "belgelendirme konusu: " -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "son güncelleme" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Dizinler ve tablolar:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Tam İçindekiler" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: themes/basic/defindex.html:17 msgid "lists all sections and subsections" msgstr "tüm bölümleri ve alt bölümleri listeler" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Arama Sayfası" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "bu belgelendirmeyi ara" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Genel Modül Dizini" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "tüm modüllere hızlı erişim" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Genel Dizin" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "tüm işlevler, sınıflar, terimler" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Tek sayfada tam dizin" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Önceki konu" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "önceki bölüm" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Sonraki konu" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "sonraki bölüm" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "Hızlı Arama" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "ara" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Bu Sayfa" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Harfe göre dizin sayfaları" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "çok büyük olabilir" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Gezinti" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "%(docstitle)s içinde ara" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Bu belgeler hakkında" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Telif hakkı" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Önceki konu" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "önceki bölüm" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Son güncelleme: %(last_updated)s." +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "Sonraki konu" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "sonraki bölüm" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "Yan çubuğu genişlet" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: 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" -#: /home/runner/work/sphinx/sphinx/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 sürümündeki değişikliklerin otomatik olarak üretilmiş listesi" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "Kütüphane değişiklikleri" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "C API'sindeki değişiklikler" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "Diğer değişiklikler" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "Arama Eşleşmelerini Gizle" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "Arama Sonuçları" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "Aranıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "Aramaya hazırlanıyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 +#: themes/basic/static/searchtools.js:474 msgid ", in " msgstr ", şunun içinde:" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: environment/collectors/asset.py:95 #, python-format msgid "image file not readable: %s" msgstr "resim dosyası okunabilir değil: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: environment/collectors/asset.py:123 #, python-format msgid "image file %s not readable: %s" msgstr "%s resim dosyası okunabilir değil: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: environment/collectors/asset.py:160 #, python-format msgid "download file not readable: %s" msgstr "indirme dosyası okunabilir değil: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: environment/collectors/toctree.py:258 #, 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?)" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: environment/adapters/toctree.py:318 #, python-format msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "dairesel toctree kaynakları algılandı, yoksayılan: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: environment/adapters/toctree.py:342 #, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: environment/adapters/toctree.py:357 #, python-format msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: environment/adapters/indexentries.py:126 #, python-format msgid "see %s" msgstr "bakınız %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: environment/adapters/indexentries.py:136 #, python-format msgid "see also %s" msgstr "ayrıca bakınız %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: environment/adapters/indexentries.py:144 #, python-format msgid "unknown index entry type %r" msgstr "bilinmeyen dizin girişi türü %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 msgid "Symbols" msgstr "Semboller" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "Şablon Parametreleri" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Parametreler" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "birliği" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "üyesi" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "türü" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "kavramı" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enum" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "numaralandırıcı" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Değişkenler" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Harekete geçirir" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (%s modülü içinde)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (%s modülü içinde)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (yerleşik değişken)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (yerleşik sınıf)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (%s içindeki sınıf)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (%s sınıf yöntemi)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s sabit yöntemi)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: builders/html/__init__.py:113 #, python-format -msgid "%s (%s property)" -msgstr "" +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML sayfaları %(outdir)s içinde." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: builders/html/__init__.py:340 #, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Python Modül Dizini" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "modülleri" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Kullanım dışı" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "özel durum" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "sınıf yöntemi" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "sabit yöntemi" +msgid "Failed to read build info file: %r" +msgstr "oluşturma bilgisi dosyasını okuma başarısız: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: builders/html/__init__.py:374 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "çapraz referans %r için birden fazla hedef bulundu: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (kullanım dışı)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 -#, python-format -msgid "environment variable; %s" -msgstr "ortam değişkeni; %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 -#, python-format -msgid "%s; configuration value" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" -msgstr "%s komut satırı seçeneği" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "komut satırı seçeneği" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "sözlük teriminden önce boş satır gelmek zorundadır" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "sözlük terimleri boş satırlarla ayrılmamak zorundadır" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "sözlük terimi" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "dilbilgisi belirteci" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -msgstr "başvuru etiketi" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "ortam değişkeni" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "program seçeneği" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "belge" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Modül Dizini" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 -#, 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 " - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig etkisizleştirildi. :numref: yoksayıldı." +#: builders/html/__init__.py:499 +msgid "index" +msgstr "dizin" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:547 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" -msgstr "bağlantının resim yazısı yok: %s" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "sonraki" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 -#, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "geçersiz numfig_format: %s (%r)" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "önceki" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" -msgstr "geçersiz numfig_format: %s" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "dizinler oluşturuluyor" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" -msgstr "" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "ilave sayfalar yazılıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:772 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 -#, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "indirilebilir dosyalar kopyalanıyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:796 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "değişkeni" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "makrosu" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "önceki sayfadan devam" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "sonraki sayfaya devam" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "Alfabetik olmayan" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "Numaralar" - -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "sayfa" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Yayım" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "Örnek" +msgid "cannot copy downloadable file %r: %s" +msgstr "indirilebilir dosya %r kopyalanamıyor: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Örnekler" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:861 +#, python-format +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "Notlar" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "Diğer Parametreler" +#: builders/html/__init__.py:912 +#, python-format +msgid "cannot copy static file %r" +msgstr "sabit dosya %r kopyalanamıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "fazladan dosyalar kopyalanıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "Kaynaklar" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" +msgstr "fazladan dosya %r kopyalanamıyor..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "Uyarılar" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" +msgstr "oluşturma bilgisi dosyasını yazma başarısız: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "Getiriler" +#: builders/html/__init__.py:982 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1027 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1188 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "" +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "%s 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." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1197 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "%s sayfasını işlerken bir hata oldu.\nSebep: %r" + +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "nesne envanteri dökümleniyor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1237 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "" +msgid "dumping search index in %s" +msgstr "%s içinde arama dizini dökümleniyor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1279 #, python-format -msgid "(in %s v%s)" -msgstr "(%s v%s içinde)" +msgid "invalid js_file: %r, ignored" +msgstr "geçersiz js_file: %r, yoksayıldı" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1312 +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." + +#: builders/html/__init__.py:1317 #, python-format -msgid "(in %s)" -msgstr "(%s içinde)" +msgid "Unknown math_renderer %r is given." +msgstr "Bilinmeyen math_renderer %r verildi." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1325 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path girişi %r mevcut değil" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1332 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path girişi %r, çıktı dizini içine yerleştirildi" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path girişi %r mevcut değil" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:1349 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path girişi %r, çıktı dizini içine yerleştirildi" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "" +msgid "logo file %r does not exist" +msgstr "logo dosyası %r mevcut değil" + +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" +msgstr "favicon dosyası %r mevcut değil" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/html/__init__.py:1384 #, python-format msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 -#, python-format +#: builders/html/__init__.py:1397 msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/html/__init__.py:1414 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%s %s documentation" +msgstr "%s %s belgelendirmesi" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/transforms.py:119 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/transforms.py:485 #, 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 "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/__init__.py:117 #, python-format +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX dosyaları %(outdir)s içinde." + +#: builders/latex/__init__.py:119 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." -msgstr "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\n(pdf)latex 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)." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: builders/latex/__init__.py:157 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/latex/__init__.py:169 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Yayım" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "TeX destek dosyaları kopyalanıyor" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "ilave dosyalar kopyalanıyor" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: builders/latex/__init__.py:543 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." -msgstr "" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "Bilinmeyen yapılandırma anahtarı: latex_elements[%r], yoksayıldı." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: builders/latex/__init__.py:551 +#, python-format +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "aşağıdaki sorunlardan dolayı envanterlerden herhangi birine ulaşılamadı:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: builders/latex/theming.py:87 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx envanteri taşındı: %s -> %s" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r, \"theme\" ayarına sahip değil" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: builders/latex/theming.py:90 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r, \"%s\" ayarına sahip değil" + +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "invalid signature for auto%s (%r)" +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "error while formatting arguments for %s: %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 +#: transforms/post_transforms/images.py:77 #, 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 "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "A mocked object is detected: %r" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "Unknown image format: %s..." +msgstr "Bilinmeyen resim biçimi: %s..." + +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "Örnek" + +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Örnekler" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "Notlar" + +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "Diğer Parametreler" + +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "" + +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "Kaynaklar" + +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "Uyarılar" + +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "Getiriler" + +#: ext/napoleon/docstring.py:1015 +#, python-format +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a constructor signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "" + +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3798,7 +3806,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3813,347 +3821,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "" +msgid "(in %s v%s)" +msgstr "(%s v%s içinde)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "" +msgid "(in %s)" +msgstr "(%s içinde)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" +#: ext/intersphinx/_load.py:70 +#, python-format +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:92 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r, \"theme\" ayarına sahip değil" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r, \"%s\" ayarına sahip değil" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX dosyaları %(outdir)s içinde." - -#: /home/runner/work/sphinx/sphinx/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(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)." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -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" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" yapılandırma değeri bilinmeyen %s belgesine başvurur" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "TeX destek dosyaları kopyalanıyor" +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "ilave dosyalar kopyalanıyor" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "aşağıdaki sorunlardan dolayı envanterlerden herhangi birine ulaşılamadı:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "logo file %r does not exist" -msgstr "logo dosyası %r mevcut değil" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx envanteri taşındı: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "Bilinmeyen yapılandırma anahtarı: latex_elements[%r], yoksayıldı." +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "build info file is broken: %r" -msgstr "oluşturma bilgisi dosyası bozuldu: %r" +msgid "invalid value for member-order option: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML sayfaları %(outdir)s içinde." +msgid "invalid value for class-doc-from option: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "Failed to read build info file: %r" -msgstr "oluşturma bilgisi dosyasını okuma başarısız: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "dizin" +msgid "invalid signature for auto%s (%r)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Logo of %s" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "sonraki" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "önceki" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "dizinler oluşturuluyor" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "ilave sayfalar yazılıyor" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "cannot copy image file '%s': %s" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "indirilebilir dosyalar kopyalanıyor..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "indirilebilir dosya %r kopyalanamıyor: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "cannot copy static file %r" -msgstr "sabit dosya %r kopyalanamıyor" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "fazladan dosyalar kopyalanıyor" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:1036 #, python-format -msgid "cannot copy extra file %r" -msgstr "fazladan dosya %r kopyalanamıyor..." +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:1102 #, python-format -msgid "Failed to write build info file: %r" -msgstr "oluşturma bilgisi dosyasını yazma başarısız: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 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." +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, 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" +msgid "Failed to get a function signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "" -"a Unicode error occurred when rendering the page %s. Please make sure all " -"config values that contain non-ASCII content are Unicode strings." -msgstr "%s sayfasını işlerken bir Evrensel kod hatası meydana geldi. Lütfen ASCII olmayan içerik içeren tüm yapılandırma değerlerinin Evrensel kod dizgiler olduğundan emin olun." +msgid "Failed to get a constructor signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1743 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "nesne envanteri dökümleniyor" +msgid "Bases: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "dumping search index in %s" -msgstr "%s içinde arama dizini dökümleniyor" +msgid "missing attribute %s in object %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "geçersiz js_file: %r, yoksayıldı" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -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." +msgid "alias of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "Bilinmeyen math_renderer %r verildi." +msgid "alias of TypeVar(%s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path girişi %r mevcut değil" +msgid "Failed to get a method signature for %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2429 #, 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 "Invalid __slots__ found on %s. Ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path girişi %r mevcut değil" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 -#, 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" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "önceki sayfadan devam" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" -msgstr "favicon dosyası %r mevcut değil" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "sonraki sayfaya devam" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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 "" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" +msgstr "Alfabetik olmayan" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "Numaralar" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s belgelendirmesi" +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "sayfa" diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js index 279943c4af4..b4779997b4a 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.js @@ -36,7 +36,12 @@ Documentation.addTranslations({ "Search": "\u041f\u043e\u0448\u0443\u043a", "Search Page": "\u0421\u0442\u043e\u0440\u0456\u043d\u043a\u0430 \u043f\u043e\u0448\u0443\u043a\u0443", "Search Results": "\u0420\u0435\u0437\u0443\u043b\u044c\u0442\u0430\u0442\u0438 \u043f\u043e\u0448\u0443\u043a\u0443", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "", + "", + "", + "" + ], "Search within %(docstitle)s": "\u0428\u0443\u043a\u0430\u0442\u0438 \u0432 %(docstitle)s", "Searching": "", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.mo index 00a83b613ea..8614b2d60b5 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 8ca972bdde0..bb66cdd1434 100644 --- a/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/uk_UA/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Petro Sasnyk , 2009\n" "Language-Team: Ukrainian (Ukraine) (http://app.transifex.com/sphinx-doc/sphinx-1/language/uk_UA/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: uk_UA\n" "Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,3383 +175,3629 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." +msgid "no theme configuration file found in %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:354 theming.py:402 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." +msgid "The %r theme must define the \"theme.inherit\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/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)." +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: theming.py:377 #, python-format -msgid "Selected root path: %s" +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 -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." +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: config.py:494 +#, 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." +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: config.py:534 msgid "" -"The project name will occur in several places in the built documentation." +"The configuration file (or one of the modules it imports) called sys.exit()" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:593 +#, 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 config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" +#: config.py:612 +#, python-format +msgid "Section %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" +#: config.py:613 +#, python-format +msgid "Fig. %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 -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." +#: config.py:614 +#, python-format +msgid "Table %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" +#: config.py:615 +#, python-format +msgid "Listing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: config.py:722 msgid "" -"The file name suffix for source files. Commonly, this is either \".txt\"\n" -"or \".rst\". Only files with this suffix are considered documents." +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:759 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." +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 -#, python-format +#: config.py:782 msgid "" -"Error: the master file %s has already been found in the selected root path." +"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " +"\"root_doc = 'contents'\" to your conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 -msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." +#: domains/rst.py:223 +msgid "directive" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/rst.py:224 +msgid "directive-option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" +#: domains/rst.py:225 +msgid "role" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/javascript.py:165 #, python-format -msgid "Creating file %s." -msgstr "" +msgid "%s() (built-in function)" +msgstr "%s() (вбудована функція)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/javascript.py:166 domains/python/__init__.py:253 #, python-format -msgid "File %s already exists, skipping." -msgstr "" +msgid "%s() (%s method)" +msgstr "%s() (%s метод)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (клас)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/javascript.py:172 domains/python/__init__.py:338 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " +msgid "%s (%s attribute)" +msgstr "%s (%s атрибут)" + +#: domains/javascript.py:255 +msgid "Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Повертає" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Тип повернення" + +#: domains/javascript.py:334 #, python-format -msgid "" -"Use the sphinx-build command to build the docs, like so:\n" -" sphinx-build -b builder %s %s" -msgstr "" +msgid "%s (module)" +msgstr "%s (модуль)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "функція" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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:372 domains/python/__init__.py:633 +msgid "method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." -msgstr "" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "клас" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "атрибут" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "модуль" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Змінено в версії %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Застаріло починаючи з версії %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" +#: environment/__init__.py:86 +msgid "new config" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" +#: environment/__init__.py:87 +msgid "config changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" +#: environment/__init__.py:88 +msgid "extensions changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" +#: environment/__init__.py:249 +msgid "build environment version not current" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" +#: environment/__init__.py:251 +msgid "source directory has changed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: environment/__init__.py:311 #, python-format -msgid "enable %s extension" +msgid "The configuration has changed (1 option: %r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" -msgstr "" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Увага" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Застереження" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Небезпека" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "" +#: locale/__init__.py:232 +msgid "Error" +msgstr "Помилка" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 -#, python-format -msgid "Invalid template variable: %s" -msgstr "" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Підказка" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "" +#: locale/__init__.py:234 +msgid "Important" +msgstr "Важливо" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "" +#: locale/__init__.py:235 +msgid "Note" +msgstr "Примітка" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "" +#: locale/__init__.py:236 +msgid "See also" +msgstr "Дивись також" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Порада" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 -#, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Попередження" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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.:" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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." +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -msgid "" -"\n" -"Generate documentation from source files.\n" -"\n" -"sphinx-build generates documentation from the files in SOURCEDIR and places it\n" -"in OUTPUTDIR. It looks for 'conf.py' in SOURCEDIR for the configuration\n" -"settings. The 'sphinx-quickstart' tool may be used to generate template files,\n" -"including 'conf.py'\n" -"\n" -"sphinx-build can create documentation in different formats. A format is\n" -"selected by specifying the builder name on the command line; it defaults to\n" -"HTML. Builders can also perform other tasks related to documentation\n" -"processing.\n" -"\n" -"By default, everything that is outdated is built. Output only for selected\n" -"files can be built by specifying individual filenames.\n" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" +#: cmd/quickstart.py:110 +msgid "Please enter some text." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" +#: cmd/quickstart.py:117 +#, python-format +msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" +#: cmd/quickstart.py:213 +#, python-format +msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/quickstart.py:217 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" +#: cmd/quickstart.py:225 +#, python-format +msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" +#: cmd/quickstart.py:256 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" +#: cmd/quickstart.py:269 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" +#: cmd/quickstart.py:284 +msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" +#: cmd/quickstart.py:286 +msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" +#: cmd/quickstart.py:291 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" +#: cmd/quickstart.py:299 +msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" +#: cmd/quickstart.py:301 +msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" +#: cmd/quickstart.py:306 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" +#: cmd/quickstart.py:315 +msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" +#: cmd/quickstart.py:322 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" +#: cmd/quickstart.py:327 +msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" +#: cmd/quickstart.py:332 +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 +#: cmd/quickstart.py:350 +#, python-format msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +"Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 +#: cmd/quickstart.py:360 msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +"Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%b %d, %Y" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: cmd/quickstart.py:379 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format +#: cmd/quickstart.py:389 msgid "" -"4 column based index found. It might be a bug of extensions you use: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: cmd/quickstart.py:502 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +"You should now populate your master file %s and create other documentation\n" +"source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: cmd/quickstart.py:513 #, python-format -msgid "exception while evaluating only directive expression: %s" +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format +#: cmd/quickstart.py:520 msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format +#: cmd/quickstart.py:555 msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +"\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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" +#: cmd/quickstart.py:575 +msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" +#: cmd/quickstart.py:585 +msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +#: cmd/quickstart.py:588 +msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +#: cmd/quickstart.py:609 +msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: cmd/quickstart.py:611 +msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: cmd/quickstart.py:614 +msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Увага" +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Застереження" +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Небезпека" +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Помилка" +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Підказка" +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Важливо" +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Примітка" +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Дивись також" +#: cmd/quickstart.py:654 ext/apidoc.py:578 +#, python-format +msgid "enable %s extension" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Порада" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Попередження" +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: cmd/quickstart.py:670 +msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: cmd/quickstart.py:676 +msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: cmd/quickstart.py:683 +msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: cmd/quickstart.py:689 +msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" +#: cmd/quickstart.py:714 +msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: cmd/quickstart.py:793 #, python-format -msgid "Citation [%s] is not referenced." +msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (вбудована функція)" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s метод)" +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (клас)" +#: cmd/build.py:67 +msgid "reST markup error:" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s атрибут)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Повертає" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Тип повернення" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 -#, python-format -msgid "%s (module)" -msgstr "%s (модуль)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "атрибут" +#: cmd/build.py:144 +msgid "job number should be a positive number" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" +#: cmd/build.py:180 +msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" +#: cmd/build.py:183 +msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" +#: cmd/build.py:194 +msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "Змінено в версії %s" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "Застаріло починаючи з версії %s" +#: cmd/build.py:210 +msgid "" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 -#, python-format -msgid ":%s: (directive option)" +#: cmd/build.py:230 +msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: cmd/build.py:266 +msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: cmd/build.py:294 +msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 -#, python-format -msgid "

Source code for %s

" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Доробити" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 -#, python-format -msgid "TODO entry found: %s" +#: cmd/build.py:334 +msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 -#, python-format -msgid "(The <> is located in %s, line %d.)" +#: cmd/build.py:347 +msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: cmd/build.py:355 +msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." +#: cmd/build.py:358 +msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: cmd/build.py:364 +msgid "raise an exception on warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: cmd/build.py:439 +#, python-format +msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: cmd/build.py:465 +msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/texinfo.py:90 #, python-format -msgid "%s is not a directory." +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "Failed to remove %s: %s" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (в " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 +#: builders/texinfo.py:233 #, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 +#: builders/gettext.py:230 #, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/gettext.py:252 #, python-format -msgid "dot code %r: %s" +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/__init__.py:200 #, 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 "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: builders/__init__.py:208 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/__init__.py:251 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 +#: builders/__init__.py:273 #, python-format -msgid "'%s' is not a valid option." +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/__init__.py:285 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/__init__.py:307 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: builders/__init__.py:313 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 +#: builders/__init__.py:324 #, python-format -msgid "ignoring invalid doctest code: %r" +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 +#: builders/__init__.py:339 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/__init__.py:354 #, python-format -msgid "invalid regex %r in %s" +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 -#, python-format -msgid "module %s could not be imported: %s" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: builders/__init__.py:386 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 -#, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 -#, python-format -msgid "invalid regex %r in coverage_c_regexes" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 +#: builders/__init__.py:471 #, python-format -msgid "undocumented python class: %s :: %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: builders/__init__.py:507 #, python-format -msgid "undocumented python method: %s :: %s :: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: builders/__init__.py:516 #, python-format msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: builders/__init__.py:527 #, python-format msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: builders/__init__.py:534 #, python-format -msgid "display latex %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: builders/__init__.py:686 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: builders/__init__.py:845 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: builders/epub3.py:83 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 -#, python-format -msgid "unsupported rubric heading level: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 -#, python-format -msgid "dimension unit %s is invalid. Ignored." +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 -#, python-format -msgid "unknown index entry type %s found" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 -#, python-format -msgid "[image: %s]" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 -#, python-format -msgid "numfig_format is not defined for %s" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: builders/_epub_base.py:220 +#, python-format +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: builders/_epub_base.py:432 +#, python-format +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "Індекс" +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: builders/_epub_base.py:785 #, python-format -msgid "unimplemented node type: %r" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Вбудовані елементи" + +#: builders/changes.py:79 +msgid "Module level" +msgstr "Рівень модуля" + +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: builders/changes.py:140 +#, python-format +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: util/docfields.py:95 +#, python-format msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: util/nodes.py:419 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: util/inventory.py:170 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: util/docutils.py:746 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: util/i18n.py:105 #, python-format -msgid "cannot copy image file %r: %s" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: util/i18n.py:112 #, python-format -msgid "cannot write image file %r: %s" +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: directives/code.py:84 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "writing %s file..." +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: directives/code.py:211 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: directives/code.py:225 #, python-format -msgid "error writing file %s: %s" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: directives/code.py:228 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: directives/code.py:270 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: directives/other.py:122 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" +#: directives/other.py:204 +msgid "Section author: " +msgstr "Автор секції: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" +#: directives/other.py:206 +msgid "Module author: " +msgstr "Автор модуля: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "" +#: directives/other.py:210 +msgid "Author: " +msgstr "Автор: " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 -#, python-format -msgid "The overview file is in %(outdir)s." +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Вбудовані елементи" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Рівень модуля" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "building [%s]: " -msgstr "" +msgid "%b %d, %Y" +msgstr "%b %d, %Y" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: transforms/__init__.py:267 +#, python-format +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 +#: transforms/__init__.py:313 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 +#: ext/imgconverter.py:40 #, python-format -msgid "file %r given on command line does not exist, " +msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: ext/imgconverter.py:68 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/viewcode.py:285 +msgid "[docs]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 +#: ext/viewcode.py:311 #, python-format -msgid "%d found" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/coverage.py:47 +#, python-format +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/coverage.py:134 ext/coverage.py:280 +#, python-format +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/coverage.py:141 +#, python-format +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 -#, python-format -msgid "%s added, %s changed, %s removed" +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/coverage.py:163 #, 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 coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: ext/coverage.py:177 #, python-format -msgid "" -"Sphinx is unable to load the master document (%s) because it matches an " -"exclude pattern specified in conf.py, %r. Please remove this pattern from " -"conf.py." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: ext/coverage.py:245 #, 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 "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/coverage.py:429 #, 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 "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/coverage.py:445 +#, python-format +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/coverage.py:458 #, python-format -msgid "docnames to write: %s" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/todo.py:71 +msgid "Todo" +msgstr "Доробити" + +#: ext/todo.py:104 +#, python-format +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: ext/todo.py:165 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: ext/doctest.py:115 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: ext/doctest.py:120 #, python-format -msgid "processing %s" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (в " +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: ext/doctest.py:434 #, python-format -msgid "error writing file Makefile: %s" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: ext/doctest.py:522 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: ext/graphviz.py:303 #, python-format -msgid "Invalid caption: %s" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: ext/graphviz.py:310 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: ext/graphviz.py:313 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: ext/graphviz.py:329 #, python-format -msgid "Include file %r not found or reading it failed" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: ext/graphviz.py:436 ext/graphviz.py:444 #, python-format -msgid "Object named %r not found in include file %r" +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: ext/apidoc.py:85 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 -#, python-format -msgid "toctree contains reference to nonexisting document %r" +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Автор секції: " +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Автор модуля: " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Автор: " +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: ext/apidoc.py:481 msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 -#, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 -#, python-format -msgid "%s:%s reference target not found: %s" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 -#, python-format -msgid "%r reference target not found: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Пошук" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Вперед" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Відобразити вихідний текст" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 -#, python-format -msgid "Search %(docstitle)s" -msgstr "Пошук %(docstitle)s" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "Швидкий пошук" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "Огляд" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "Індекси та таблиці:" +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "Повний Зміст" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "перелічити всі секції та підсекції" +#: ext/imgmath.py:159 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "Сторінка пошуку" +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "шукати цю документацію" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "Загальний індекс модулів" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "швидкий доступ до всіх модулів" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "Загальний індекс" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "всі функції, класи, терміни" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: writers/html5.py:415 #, python-format -msgid "Index – %(key)s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Повний індекс на одній сторінці" +#: writers/html5.py:427 +#, python-format +msgid "Any IDs not assigned for %s node" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Попередній розділ" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "Попередній розділ" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Наступна тема" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "наступний розділ" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "Будь-ласка вімкніть підтримку JavaScript, щоб ввікнути\n\"\n\" пошук." +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "пошук" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "Ця сторінка" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Індексні сторінки по символам" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "Індекс" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "може бути величезним" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Навігація" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: writers/texinfo.py:1300 #, python-format -msgid "Search within %(docstitle)s" -msgstr "Шукати в %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Про ці документи" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Авторські права" +msgid "unimplemented node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 +#: writers/latex.py:364 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "Востаннє оновлено %(last_updated)s." +msgid "no Babel option known for language %r" +msgstr "" + +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: writers/latex.py:1931 #, python-format -msgid "%(filename)s — %(docstitle)s" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +msgid "environment variable; %s" +msgstr "змінна оточення; %s" + +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" + +#: domains/std/__init__.py:234 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "Автоматичного згенерований список змін в версії %(version)s" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "Зміни в бібліотеці" +#: domains/std/__init__.py:305 +#, python-format +msgid "%s command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "зміни C API" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "Інші зміни" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "Приховати співпадіння пошуку" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "Результати пошуку" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "змінна оточення" + +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "Індекс модулів" + +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "Сторінка пошуку" + +#: domains/std/__init__.py:721 #, python-format -msgid "image file not readable: %s" +msgid "duplicate %s description of %s, other instance in %s" +msgstr "" + +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: domains/std/__init__.py:934 #, python-format -msgid "image file %s not readable: %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: domains/std/__init__.py:946 #, python-format -msgid "download file not readable: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: domains/std/__init__.py:960 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 +#: domains/std/__init__.py:963 #, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: domains/std/__init__.py:1194 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: domains/std/__init__.py:1196 #, python-format -msgid "toctree contains reference to non-included document %r" +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format -msgid "see %s" +msgid "%s() (in module %s)" +msgstr "%s() (в модулі %s)" + +#: 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)" + +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s (вбудована змінна)" + +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s (вбудований клас)" + +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (клас в %s)" + +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: domains/python/__init__.py:251 #, python-format -msgid "see also %s" +msgid "%s() (%s static method)" +msgstr "%s() (%s статичний метод)" + +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: domains/python/__init__.py:428 #, python-format -msgid "unknown index entry type %r" +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "модулі" + +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Застарілий" + +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "виняткова ситуація" + +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "статичний метод" + +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "" + +#: domains/python/__init__.py:698 #, python-format -msgid "%s (C++ %s)" +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "" + +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr " (застарілий)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 msgid "Parameters" msgstr "Параметри" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Викликає" + +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 +#: 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'." +msgstr "" + +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "" + +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 msgid "member" msgstr "член" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "тип" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "макрос" + +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "тип" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "" + +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %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'." +msgstr "" + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "" + +#: domains/cpp/__init__.py:862 msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %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 "Пошук" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (в модулі %s)" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Вперед" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: 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 "" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Навігація" + +#: themes/basic/layout.html:115 #, python-format -msgid "%s (built-in variable)" -msgstr "%s (вбудована змінна)" +msgid "Search within %(docstitle)s" +msgstr "Шукати в %(docstitle)s" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Про ці документи" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: 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 "%s (built-in class)" -msgstr "%s (вбудований клас)" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: themes/basic/layout.html:201 #, python-format -msgid "%s (class in %s)" -msgstr "%s (клас в %s)" +msgid "Last updated on %(last_updated)s." +msgstr "Востаннє оновлено %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/layout.html:204 #, python-format -msgid "%s() (%s class method)" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "%s() (%s static method)" -msgstr "%s() (%s статичний метод)" +msgid "Index – %(key)s" +msgstr "" + +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Повний індекс на одній сторінці" + +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Індексні сторінки по символам" + +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "може бути величезним" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "%s (%s property)" +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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "модулі" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "Індекси та таблиці:" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Застарілий" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "Повний Зміст" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "перелічити всі секції та підсекції" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "шукати цю документацію" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "Загальний індекс модулів" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "швидкий доступ до всіх модулів" + +#: builders/html/__init__.py:499 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 "Будь-ласка вімкніть підтримку 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/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 +#, 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 "Автоматичного згенерований список змін в версії %(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/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "Приховати співпадіння пошуку" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "виняткова ситуація" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +msgstr "Результати пошуку" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -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] "" +msgstr[3] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 -#, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/collectors/asset.py:95 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr " (застарілий)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/collectors/asset.py:123 #, python-format -msgid "environment variable; %s" -msgstr "змінна оточення; %s" +msgid "image file %s not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/collectors/asset.py:160 #, python-format -msgid "%s; configuration value" +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: environment/adapters/toctree.py:357 #, python-format -msgid "%s command line option" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: environment/adapters/indexentries.py:136 +#, python-format +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: environment/adapters/indexentries.py:144 +#, python-format +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -msgstr "змінна оточення" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "Індекс модулів" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:374 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "індекс" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:547 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "наступний" + +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "попередній" + +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 -#, python-format -msgid "invalid numfig_format: %s (%r)" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:772 #, python-format -msgid "invalid numfig_format: %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:843 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:861 #, python-format -msgid "%s (C %s)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "макрос" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:912 +#, python-format +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:927 +#, python-format +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:933 +#, python-format +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "Реліз" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1342 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:1349 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:1372 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:1384 #, python-format -msgid "(in %s v%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1414 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid external cross-reference suffix: %r" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/transforms.py:485 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:117 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 -#, python-format +#: builders/latex/__init__.py:119 msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +"\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" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "Реліз" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/latex/theming.py:87 #, 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 "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 -#, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 +#: transforms/post_transforms/__init__.py:124 msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:184 +#, python-format +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "" + +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3805,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3820,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "індекс" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "наступний" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "попередній" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.js b/sphinx/locale/ur/LC_MESSAGES/sphinx.js index 9a2d3c04e34..00b736f8600 100644 --- a/sphinx/locale/ur/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.js @@ -36,7 +36,10 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/ur/LC_MESSAGES/sphinx.mo b/sphinx/locale/ur/LC_MESSAGES/sphinx.mo index 49507f3cc10..0ca7cd5deba 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 7b61394cfd4..949794aef13 100644 --- a/sphinx/locale/ur/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/ur/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Urdu (http://app.transifex.com/sphinx-doc/sphinx-1/language/ur/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: ur\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2462 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3802,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3817,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.js b/sphinx/locale/vi/LC_MESSAGES/sphinx.js index c28ea06c385..5b6206f91bb 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.js @@ -36,7 +36,9 @@ Documentation.addTranslations({ "Search": "T\u00ecm Ki\u1ebfm", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "Search finished, found one page matching the search query.": [ + "" + ], "Search within %(docstitle)s": "T\u00ecm ki\u1ebfm trong %(docstitle)s", "Searching": "", "Searching for multiple words only shows matches that contain\n all words.": "", diff --git a/sphinx/locale/vi/LC_MESSAGES/sphinx.mo b/sphinx/locale/vi/LC_MESSAGES/sphinx.mo index c7d309b57ef..ffc0d3be5ff 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 31b4b630562..cbbe03ae77f 100644 --- a/sphinx/locale/vi/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/vi/LC_MESSAGES/sphinx.po @@ -8,389 +8,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Hoat Le Van , 2014\n" "Language-Team: Vietnamese (http://app.transifex.com/sphinx-doc/sphinx-1/language/vi/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: vi\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -398,12 +162,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -411,311 +175,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Các đề nghị nâng cao Python; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (chỉ thị)" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (vai trò)" + +#: domains/rst.py:223 +msgid "directive" +msgstr "chỉ thị" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "vai trò" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "%s() (hàm dựng sẵn)" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "%s() (phương thức %s)" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (lớp)" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "%s (biến toàn cục hoặc hằng số)" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "%s (thuộc tính %s)" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "Đối số" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "Ném" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "Trả về" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "Kiểu trả về" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s (mô-đun)" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "hàm" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "phương thức" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "lớp" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "dữ liệu" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "thuộc tính" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "mô-đun" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "Thay đổi trong phiên bản %s" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "Sắp loại bỏ từ phiên bản %s" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" + +#: locale/__init__.py:229 +msgid "Attention" +msgstr "Chú ý" + +#: locale/__init__.py:230 +msgid "Caution" +msgstr "Cảnh báo" + +#: locale/__init__.py:231 +msgid "Danger" +msgstr "Nguy hiểm" + +#: locale/__init__.py:232 +msgid "Error" +msgstr "Lỗi" + +#: locale/__init__.py:233 +msgid "Hint" +msgstr "Gợi ý" + +#: locale/__init__.py:234 +msgid "Important" +msgstr "Quan trọng" + +#: locale/__init__.py:235 +msgid "Note" +msgstr "Ghi chú" + +#: locale/__init__.py:236 +msgid "See also" +msgstr "Xem thêm" + +#: locale/__init__.py:237 +msgid "Tip" +msgstr "Mẹo" + +#: locale/__init__.py:238 +msgid "Warning" +msgstr "Cảnh báo" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -724,15 +999,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -742,21 +1017,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -764,93 +1039,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -860,208 +1133,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1080,805 +1340,893 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "" + +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "" + +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "" + +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "" + +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "" + +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "" + +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "" + +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "" + +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "" + +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "" + +#: builders/text.py:34 +#, python-format +msgid "The text files are in %(outdir)s." +msgstr "" + +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "" + +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "" + +#: builders/xml.py:110 +#, python-format +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "" + +#: builders/texinfo.py:49 msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "" + +#: builders/texinfo.py:90 +#, python-format +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "" + +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "" + +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "" + +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr "(trong" + +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "" + +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "" + +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "" + +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "" + +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "" + +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "" + +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "" + +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "" + +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "" + +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "" + +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 +#: builders/__init__.py:273 #, python-format -msgid "%b %d, %Y" -msgstr "%d/%m/%Y" +msgid "targets for %d po files that are specified" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 +#: builders/__init__.py:307 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: builders/__init__.py:313 #, python-format -msgid "Footnote [%s] is not referenced." +msgid "" +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docfields.py:87 +#: builders/__init__.py:339 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 +#: builders/__init__.py:354 #, python-format -msgid "inventory <%s> contains duplicate definitions of %s" +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 +#: builders/__init__.py:386 #, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 +#: builders/__init__.py:471 #, python-format -msgid "writing error: %s, %s" +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 +#: builders/__init__.py:507 #, python-format -msgid "locale_dir %s does not exist" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 +#: builders/__init__.py:516 #, python-format msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" +"Sphinx is unable to load the master document (%s) because it matches an " +"exclude pattern specified in conf.py, %r. Please remove this pattern from " +"conf.py." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 +#: builders/__init__.py:527 #, python-format -msgid "unknown directive or role name: %s:%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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 +#: builders/__init__.py:534 #, python-format -msgid "unknown node type: %r" +msgid "" +"Sphinx is unable to load the master document (%s). The master document must " +"be within the source directory or a subdirectory of it." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 +#: builders/__init__.py:686 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "Chú ý" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "Cảnh báo" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "Nguy hiểm" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "Lỗi" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "Gợi ý" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "Quan trọng" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "Ghi chú" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "Xem thêm" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "Mẹo" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "Cảnh báo" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 +#: builders/_epub_base.py:220 #, python-format -msgid "Failed to scan documents in %s: %r" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 +#: builders/_epub_base.py:432 #, python-format -msgid "Domain %r is not registered" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "%s() (hàm dựng sẵn)" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 +#: builders/_epub_base.py:585 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (phương thức %s)" +msgid "unknown mimetype for %s, ignoring" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "%s() (lớp)" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 +#: builders/_epub_base.py:785 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s (biến toàn cục hoặc hằng số)" +msgid "writing %s file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/changes.py:33 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (thuộc tính %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "Đối số" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "Ném" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "Trả về" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "Kiểu trả về" +msgid "The overview file is in %(outdir)s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/changes.py:60 #, python-format -msgid "%s (module)" -msgstr "%s (mô-đun)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "hàm" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "phương thức" +msgid "no changes in version %s." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "lớp" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "dữ liệu" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "Dựng sẵn" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "thuộc tính" +#: builders/changes.py:79 +msgid "Module level" +msgstr "Mức mô-đun" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "mô-đun" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/changes.py:140 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: util/rst.py:72 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: util/docfields.py:95 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: util/osutil.py:130 #, python-format -msgid "Added in version %s" +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: util/nodes.py:419 #, python-format -msgid "Changed in version %s" -msgstr "Thay đổi trong phiên bản %s" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: util/nodes.py:487 #, python-format -msgid "Deprecated since version %s" -msgstr "Sắp loại bỏ từ phiên bản %s" +msgid "toctree contains ref to nonexisting file %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 +#: util/nodes.py:701 #, python-format -msgid "Removed in version %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 +#: util/fileutil.py:76 #, python-format -msgid "%s (directive)" -msgstr "%s (chỉ thị)" +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: util/fileutil.py:91 #, python-format -msgid ":%s: (directive option)" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: util/inventory.py:170 #, python-format -msgid "%s (role)" -msgstr "%s (vai trò)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "chỉ thị" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "vai trò" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: util/docutils.py:283 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: util/docutils.py:746 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "unknown node type: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: util/i18n.py:236 #, python-format -msgid "

Source code for %s

" +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: directives/code.py:84 +#, python-format +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "TODO entry found: %s" +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: directives/code.py:225 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: directives/code.py:270 #, python-format -msgid "Would create file %s." +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 -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." +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: directives/code.py:308 +#, python-format +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: directives/other.py:122 +#, python-format +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: directives/other.py:204 +msgid "Section author: " +msgstr "Tác giả mục:" + +#: directives/other.py:206 +msgid "Module author: " +msgstr "Tác giả mô-đun:" + +#: directives/other.py:208 +msgid "Code author: " +msgstr "Tác giả mã lệnh:" + +#: directives/other.py:210 +msgid "Author: " +msgstr "Tác giả:" + +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: _cli/__init__.py:73 +msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: _cli/__init__.py:87 +msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +#: _cli/__init__.py:98 +msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: _cli/__init__.py:172 msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"{0}: error: {1}\n" +"Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: _cli/__init__.py:194 +msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: _cli/__init__.py:202 +msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: _cli/__init__.py:206 +msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: _cli/__init__.py:228 +msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: _cli/__init__.py:234 +msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s is not a directory." -msgstr "" +msgid "%b %d, %Y" +msgstr "%d/%m/%Y" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 +#: transforms/__init__.py:267 #, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 +#: transforms/__init__.py:313 #, python-format -msgid "graphviz_dot executable path must be set! %r" +msgid "Footnote [%s] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format +#: transforms/i18n.py:229 transforms/i18n.py:304 msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 -#, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 -#, python-format -msgid "dot code %r: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: 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" @@ -1886,8 +2234,7 @@ msgid "" "Traceback: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format msgid "" "convert exited with error:\n" @@ -1897,1897 +2244,1557 @@ msgid "" "%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: ext/imgconverter.py:68 #, python-format msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: ext/viewcode.py:285 +msgid "[docs]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: ext/viewcode.py:311 #, python-format -msgid "no code/output in %s block at %s:%s" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: ext/coverage.py:47 #, python-format msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: ext/coverage.py:141 #, python-format msgid "" "the following modules are documented but were not specified in " "coverage_modules: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: ext/coverage.py:149 msgid "" "the following modules are specified in coverage_modules but were not " "documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: ext/coverage.py:163 #, python-format msgid "" "Testing of coverage in the sources finished, look at the results in " "%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: ext/coverage.py:177 #, python-format msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: ext/coverage.py:245 #, python-format msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: ext/coverage.py:429 #, python-format msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 -#, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 -#, python-format -msgid "display latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 -#, python-format -msgid "inline latex %r: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: ext/coverage.py:445 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 -#, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 -#, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: ext/coverage.py:458 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "undocumented python method: %s :: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +#: ext/todo.py:104 +#, python-format +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: ext/todo.py:165 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: ext/extlinks.py:82 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: ext/doctest.py:115 #, python-format -msgid "unknown index entry type %s found" +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: ext/doctest.py:120 #, python-format -msgid "[image: %s]" +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: ext/doctest.py:220 +msgid "invalid TestCode type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: ext/doctest.py:281 #, python-format -msgid "numfig_format is not defined for %s" +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: ext/doctest.py:434 #, python-format -msgid "Any IDs not assigned for %s node" +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: ext/graphviz.py:145 +#, python-format +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: ext/graphviz.py:303 +#, python-format +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: ext/graphviz.py:310 +#, python-format +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: ext/graphviz.py:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: ext/graphviz.py:329 +#, python-format +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 #, python-format -msgid "unimplemented node type: %r" +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: ext/apidoc.py:396 msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 -#, python-format -msgid "duplicated ToC entry found: %s" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 -#, python-format -msgid "cannot read image file %r: copying it instead" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 -#, python-format -msgid "cannot write image file %r: %s" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 -#, python-format -msgid "unknown mimetype for %s, ignoring" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 -#, python-format -msgid "writing %s file..." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/apidoc.py:638 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "error writing file %s: %s" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/autosectionlabel.py:48 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "section \"%s\" gets labeled as \"%s\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +msgid "duplicate label %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/imgmath.py:159 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/imgmath.py:174 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/imgmath.py:328 +#, python-format +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: writers/manpage.py:308 writers/text.py:935 +#, python-format +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: writers/html5.py:415 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: writers/html5.py:427 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 -#, python-format -msgid "broken link: %s (%s)" +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 -#, python-format -msgid "Anchor '%s' not found" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 -#, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 -#, python-format -msgid "no changes in version %s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "Dựng sẵn" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "Mức mô-đun" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: writers/html5.py:617 +msgid "Link to this toctree" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 -#, python-format -msgid "The text files are in %(outdir)s." +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)s." +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: writers/texinfo.py:1300 #, python-format -msgid "targets for %d template files" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: writers/latex.py:364 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 +#: writers/latex.py:593 #, python-format -msgid "a suitable image for %s builder not found: %s" +msgid "template %s not found; loading from legacy %s instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: writers/latex.py:711 +msgid "document title is not a single Text node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 +#: writers/latex.py:1575 #, python-format -msgid "all of %d po files" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 +#: writers/latex.py:1931 #, python-format -msgid "targets for %d po files that are specified" +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "targets for %d po files that are out of date" +msgid "environment variable; %s" +msgstr "các biến môi trường; %s" + +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: domains/std/__init__.py:165 +msgid "Type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 +#: domains/std/__init__.py:234 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 +#: domains/std/__init__.py:305 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: domains/std/__init__.py:307 +msgid "command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "chú giải thuật ngữ" + +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 -#, python-format -msgid "%s added, %s changed, %s removed" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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." +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:721 #, 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 %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.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." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: domains/std/__init__.py:934 #, 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 "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: domains/std/__init__.py:960 #, python-format -msgid "docnames to write: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: domains/std/__init__.py:1196 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s() (trong mô-đun %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -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 (trong mô-đun %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: domains/python/__init__.py:169 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "" +msgid "%s (built-in variable)" +msgstr "%s (biến dựng sẵn)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: domains/python/__init__.py:194 #, python-format -msgid "processing %s" -msgstr "" +msgid "%s (built-in class)" +msgstr "%s (lớp dựng sẵn)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s (lớp trong %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr "(trong" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s() (phương thức lớp %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" +msgstr "%s() (phương thức tĩnh %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: domains/python/__init__.py:389 #, python-format -msgid "error writing file Makefile: %s" +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 +#: domains/python/__init__.py:428 #, python-format -msgid "The HTML page is in %(outdir)s." +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Chỉ Mục Mô-đun Python" + +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "các mô-đun" + +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "Sắp loại bỏ" + +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "ngoại lệ" + +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "phương thức lớp" + +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "phương thức tĩnh" + +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: domains/python/__init__.py:698 +#, 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." +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: domains/python/__init__.py:817 +#, python-format +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr "(sắp loại bỏ)" + +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "Tham số" + +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "Các biến" + +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "Đưa ra" + +#: domains/c/__init__.py:199 #, python-format -msgid "Invalid caption: %s" +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 -#, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "thuộc tính" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "biến" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "macro" + +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 -#, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 -#, python-format -msgid "Object named %r not found in include file %r" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 -#, python-format -msgid "Line spec %r: no lines pulled from include file %r" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "kiểu" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 -#, python-format -msgid "toctree glob pattern %r didn't match any documents" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: domains/cpp/__init__.py:277 #, python-format -msgid "toctree contains reference to excluded document %r" +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 -#, python-format -msgid "duplicated entry found in toctree: %s" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "Tác giả mục:" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "Tác giả mô-đun:" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "Nội dung" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "Tác giả mã lệnh:" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "Tác giả:" +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr "" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "Thực hiện" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr "" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "Hiển thị mã nguồn" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "Điều hướng" + +#: themes/basic/layout.html:115 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "" +msgid "Search within %(docstitle)s" +msgstr "Tìm kiếm trong %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 -#, python-format -msgid "Unknown image format: %s..." -msgstr "" +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "Về các tài liệu này" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "Bản quyền" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: themes/basic/layout.html:183 themes/basic/layout.html:189 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: themes/basic/layout.html:201 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "" +msgid "Last updated on %(last_updated)s." +msgstr "Cập nhật mới nhất vào %(last_updated)s." -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: themes/basic/layout.html:204 #, python-format -msgid "%r reference target not found: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "Tìm Kiếm" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "Thực hiện" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "Hiển thị mã nguồn" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "Toàn bộ chỉ mục trên một trang" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "Nội dung" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "Các trang chỉ mục theo chữ cái" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "có thể rất nhiều" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: themes/basic/opensearch.xml:4 #, python-format msgid "Search %(docstitle)s" msgstr "Tìm %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 +#: themes/basic/defindex.html:4 msgid "Overview" msgstr "Tổng quan" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 +#: themes/basic/defindex.html:8 msgid "Welcome! This is" msgstr "Chào mừng! Đây là" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 +#: themes/basic/defindex.html:9 msgid "the documentation for" msgstr "tài liệu cho" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 +#: themes/basic/defindex.html:10 msgid "last updated" msgstr "cập nhật mới nhất" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 +#: themes/basic/defindex.html:13 msgid "Indices and tables:" msgstr "Các chỉ mục và bảng biểu:" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 +#: themes/basic/defindex.html:16 msgid "Complete Table of Contents" msgstr "Mục Lục Đầy Đủ" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 +#: 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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 +#: themes/basic/defindex.html:19 msgid "search this documentation" msgstr "tìm kiếm trong tài liệu này" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 +#: themes/basic/defindex.html:21 msgid "Global Module Index" msgstr "Chỉ Mục Mô-đun Toàn Cục" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 +#: themes/basic/defindex.html:22 msgid "quick access to all modules" msgstr "truy cập nhanh tất cả các mô-đun" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 msgid "General Index" msgstr "Chỉ mục chung" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 +#: themes/basic/defindex.html:24 msgid "all functions, classes, terms" msgstr "tất cả các hàm, lớp, thuật ngữ" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "Toàn bộ chỉ mục trên một trang" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "Chủ đề trước" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "chương trước " - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "Chủ đề tiếp" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "chương tiếp" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: 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." -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 +#: themes/basic/search.html:28 msgid "" "Searching for multiple words only shows matches that contain\n" " all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 +#: themes/basic/search.html:35 msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "Các trang chỉ mục theo chữ cái" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "có thể rất nhiều" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "Điều hướng" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" -msgstr "Tìm kiếm trong %(docstitle)s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "Về các tài liệu này" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "Bản quyền" +#: themes/basic/relations.html:4 +msgid "Previous topic" +msgstr "Chủ đề trước" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "chương trước " -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 -#, 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/relations.html:11 +msgid "Next topic" +msgstr "Chủ đề tiếp" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 -#, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "chương tiếp" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 +#: themes/classic/static/sidebar.js.jinja:42 msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 +#: themes/basic/changes/versionchanges.html:18 msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 +#: themes/basic/changes/versionchanges.html:23 msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 +#: themes/basic/changes/versionchanges.html:25 msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "" + +#: themes/basic/static/sphinx_highlight.js:112 msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 +#: themes/basic/static/searchtools.js:117 msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:114 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 +#: themes/basic/static/searchtools.js:253 msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 +#: themes/basic/static/searchtools.js:270 msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 -#, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" -msgstr "xem %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" -msgstr "nên xem %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "Biểu tượng" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "Tham số" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "thuộc tính" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "kiểu" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "Các biến" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "Đưa ra" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" -msgstr "%s() (trong mô-đun %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 -#, python-format -msgid "%s (in module %s)" -msgstr "%s (trong mô-đun %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 -#, python-format -msgid "%s (built-in variable)" -msgstr "%s (biến dựng sẵn)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" -msgstr "%s (lớp dựng sẵn)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" -msgstr "%s (lớp trong %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 -#, python-format -msgid "%s() (%s class method)" -msgstr "%s() (phương thức lớp %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" -msgstr "%s() (phương thức tĩnh %s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" -msgstr "Chỉ Mục Mô-đun Python" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" -msgstr "các mô-đun" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" -msgstr "Sắp loại bỏ" +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" -msgstr "ngoại lệ" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" -msgstr "phương thức lớp" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" -msgstr "phương thức tĩnh" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" -msgstr "(sắp loại bỏ)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" +msgstr "xem %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" -msgstr "các biến môi trường; %s" +msgid "see also %s" +msgstr "nên xem %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "Biểu tượng" + +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: builders/html/__init__.py:113 #, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: builders/html/__init__.py:340 #, python-format -msgid "%s command line option" +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "chỉ mục" + +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "chú giải thuật ngữ" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "xem tiếp" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "xem lại" + +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:843 +#, python-format +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:861 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:912 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 -#, python-format -msgid "the link has no caption: %s" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:927 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: builders/html/__init__.py:933 #, python-format -msgid "invalid numfig_format: %s" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 -#, python-format -msgid "undefined label: %r" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: builders/html/__init__.py:1027 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:1188 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:1197 #, python-format -msgid "%s (C %s)" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "biến" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "macro" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "Các ví dụ" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "" +#: builders/html/__init__.py:1414 +#, python-format +msgid "%s %s documentation" +msgstr "Tài liệu %s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/latex/transforms.py:119 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/latex/transforms.py:485 #, python-format -msgid "invalid value set (missing opening brace): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/__init__.py:117 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 -#, python-format -msgid "malformed string literal (missing opening quote): %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 -#, python-format -msgid "(in %s v%s)" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/latex/__init__.py:169 #, python-format -msgid "(in %s)" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 -#, python-format -msgid "inventory for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/latex/__init__.py:543 #, python-format -msgid "domain for external cross-reference not found: %r" +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/latex/__init__.py:551 #, python-format -msgid "external %s:%s reference target not found: %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 -#, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format +#: _cli/util/errors.py:172 msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/images.py:77 +#, python-format +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Unknown image format: %s..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "Các ví dụ" + +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "A mocked object is detected: %r" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3795,7 +3802,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3810,347 +3817,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "chỉ mục" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "xem tiếp" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "xem lại" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "Tài liệu %s %s" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" +msgstr "" diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.js b/sphinx/locale/yue/LC_MESSAGES/sphinx.js index 568b1bb2809..4f111843f5b 100644 --- a/sphinx/locale/yue/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/yue/LC_MESSAGES/sphinx.js @@ -36,7 +36,9 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/yue/LC_MESSAGES/sphinx.mo b/sphinx/locale/yue/LC_MESSAGES/sphinx.mo index 03c51198b88..0a63557e21e 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 856f7ded755..8fe7737cfca 100644 --- a/sphinx/locale/yue/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/yue/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Cantonese (http://app.transifex.com/sphinx-doc/sphinx-1/language/yue/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: yue\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2461 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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] "" + +#: themes/basic/static/searchtools.js:253 +msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3801,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3816,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po index af0e5c248e4..fe00fce3ac6 100644 --- a/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_CN/LC_MESSAGES/sphinx.po @@ -5,6 +5,7 @@ # Translators: # Adam Turner, 2023 # Yinian Chin , 2015,2017-2018 +# Dormouse Young , 2024 # Hsiaoming Yang , 2018 # Izabel Wang , 2020 # Izabel Wang , 2020 @@ -19,140 +20,160 @@ # 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: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" -"Last-Translator: Adam Turner, 2023\n" +"Last-Translator: Yinian Chin , 2013,2018,2020,2022-2024\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.16.0\n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: sphinx/application.py:157 +#: 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 +#, python-format +msgid "Handler %r for event %r threw an exception" +msgstr "事件处理函数 %r 在处理事件 %r 时抛出了异常" + +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "无法找到源文件目录(%s)" -#: sphinx/application.py:161 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "输出目录(%s)不是一个目录" -#: sphinx/application.py:165 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "源文件目录和目标目录不能是同一目录" -#: sphinx/application.py:197 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "正在运行 Sphinx v%s" -#: sphinx/application.py:219 +#: application.py:246 #, 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:262 msgid "making output directory" msgstr "正在创建输出目录" -#: sphinx/application.py:240 sphinx/registry.py:450 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "在设置扩展名 %s 时:" -#: sphinx/application.py:246 +#: application.py:273 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:308 #, python-format msgid "loading translations [%s]... " msgstr "正在加载翻译 [%s]…" -#: sphinx/application.py:294 sphinx/util/display.py:85 +#: application.py:325 util/display.py:90 msgid "done" msgstr "完成" -#: sphinx/application.py:296 +#: application.py:327 msgid "not available for built-in messages" msgstr "没有找到内置信息的译文" -#: sphinx/application.py:310 +#: application.py:341 msgid "loading pickled environment" msgstr "正在加载 Pickle 序列化的环境" -#: sphinx/application.py:318 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "失败:%s" -#: sphinx/application.py:332 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "未选择构建器,默认使用:html" -#: sphinx/application.py:365 -msgid "succeeded" -msgstr "成功" +#: application.py:394 +msgid "build finished with problems." +msgstr "构建完成但存在问题。" -#: sphinx/application.py:366 -msgid "finished with problems" -msgstr "完成但存在问题" +#: application.py:396 +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:400 +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:403 +msgid "build finished with problems, 1 warning." +msgstr "构建完成但存在问题,1 条警告。" + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "构建成功,1 条警告。" -#: sphinx/application.py:375 +#: application.py:410 #, 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:413 #, 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:415 #, python-format -msgid "build %s." -msgstr "构建%s。" +msgid "build succeeded, %s warnings." +msgstr "构建成功,%s 条警告。" -#: sphinx/application.py:610 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "节点类 %r 已经注册过了,其访问者将被覆盖" -#: sphinx/application.py:689 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "指令 %r 已经注册过了,将被覆盖" -#: sphinx/application.py:711 sphinx/application.py:733 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "角色 %r 已经注册过了,将被覆盖" -#: sphinx/application.py:1282 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -160,12 +181,12 @@ msgid "" "explicit" msgstr "扩展 %s 没有声明是否并行读取安全,默认假定为否—请联系扩展作者检查是否支持该特性并显式声明" -#: sphinx/application.py:1286 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "扩展 %s 不是并行读取安全的" -#: sphinx/application.py:1289 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -173,1118 +194,1153 @@ msgid "" "explicit" msgstr "%s 扩展没有声明是否并行写入安全,默认假定为否—请联系扩展作者检查是否支持该特性并显式声明" -#: sphinx/application.py:1293 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "扩展 %s 不是并行写入安全的" -#: sphinx/application.py:1301 sphinx/application.py:1305 +#: application.py:1659 application.py:1663 #, 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 +#: roles.py:205 #, python-format -msgid "Handler %r for event %r threw an exception" -msgstr "事件处理函数 %r 在处理事件 %r 时抛出了异常" +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "通用漏洞及暴露;CVE %s" -#: sphinx/extension.py:55 +#: roles.py:228 #, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "未能加载 needs_extensions 配置项指定的 %s 扩展。" +msgid "invalid CVE number %s" +msgstr "无效的 CVE 编号 %s" -#: sphinx/extension.py:76 +#: roles.py:249 #, 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 "Common Weakness Enumeration; CWE %s" +msgstr "通用缺陷枚举;CWE %s" -#: sphinx/highlighting.py:155 +#: roles.py:272 #, python-format -msgid "Pygments lexer name %r is not known" -msgstr "未知的 Pygments 词法分析器 %r" +msgid "invalid CWE number %s" +msgstr "无效的 CWE 编号 %s" -#: sphinx/highlighting.py:189 +#: roles.py:293 #, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" +msgid "Python Enhancement Proposals; PEP %s" +msgstr "Python 增强建议;PEP %s" -#: sphinx/project.py:66 +#: roles.py:316 #, python-format -msgid "" -"multiple files found for the document \"%s\": %r\n" -"Use %r for the build." -msgstr "发现多个文件对应文档“%s”:%r\n将采用 %r 用于构建。" +msgid "invalid PEP number %s" +msgstr "无效的 PEP 编号%s" -#: sphinx/project.py:81 +#: roles.py:354 #, python-format -msgid "Ignored unreadable document %r." -msgstr "" +msgid "invalid RFC number %s" +msgstr "无效的 RFC 编号 %s" -#: sphinx/registry.py:142 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "构建器 %s 未包含“name”属性" -#: sphinx/registry.py:144 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "构建器 %r 已存在(见模块 %s)" -#: sphinx/registry.py:157 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "构建器 %s 未注册或在入口点不可用" -#: sphinx/registry.py:164 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "构建器 %s 未注册" -#: sphinx/registry.py:171 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "域 %s 已经注册过了" -#: sphinx/registry.py:194 sphinx/registry.py:207 sphinx/registry.py:218 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "域 %s 未注册" -#: sphinx/registry.py:198 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "指令 %r 已经在域 %s 上注册过了" -#: sphinx/registry.py:210 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "角色 %r 已经在域 %s 上注册过了" -#: sphinx/registry.py:221 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "索引 %r 已经在域 %s 上注册过了" -#: sphinx/registry.py:252 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "对象类型 %r 已经注册过了" -#: sphinx/registry.py:278 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "交叉引用类型 %r 已经注册过了" -#: sphinx/registry.py:285 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "源文件扩展名 %r 已经注册过了" -#: sphinx/registry.py:294 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "%r 的源文件解析器已经注册过了" -#: sphinx/registry.py:302 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "未注册 %s 的源代码语法分析器" -#: sphinx/registry.py:318 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "翻译器已存在 %r" -#: sphinx/registry.py:334 +#: registry.py:334 #, 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:417 #, python-format msgid "enumerable_node %r already registered" msgstr "可枚举节点 %r 已经注册过了" -#: sphinx/registry.py:429 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "公式渲染器 %s 已经注册过了" -#: sphinx/registry.py:444 +#: registry.py:444 #, 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:455 msgid "Original exception:\n" msgstr "原始异常:\n" -#: sphinx/registry.py:456 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "无法导入扩展 %s" -#: sphinx/registry.py:461 +#: registry.py:461 #, 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:470 #, 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:478 #, 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:512 #, python-format -msgid "Python Enhancement Proposals; PEP %s" -msgstr "Python 增强建议;PEP %s" +msgid "`None` is not a valid filetype for %r." +msgstr "`None` 不是有效的 %r 文件类型。" -#: sphinx/roles.py:222 +#: project.py:71 #, python-format -msgid "invalid PEP number %s" -msgstr "无效的 PEP 编号%s" +msgid "" +"multiple files found for the document \"%s\": %s\n" +"Use %r for the build." +msgstr "发现多个文件对应文档“%s”:%s\n将采用 %r 用于构建。" -#: sphinx/roles.py:257 +#: project.py:87 #, python-format -msgid "invalid RFC number %s" -msgstr "无效的 RFC 编号 %s" +msgid "Ignored unreadable document %r." +msgstr "已忽略无法读取的文档 %r。" -#: sphinx/theming.py:125 +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "未知的 Pygments 词法分析器 %r" + +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "在按“%s”词法分析字面块 %r 时,在词 %r 处遇到错误。\n正在以宽松模式重试。" + +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "未能加载 needs_extensions 配置项指定的 %s 扩展。" + +#: extension.py:76 +#, 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)无法构建文档。" + +#: theming.py:121 +#, 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:127 #, python-format msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "所有已找到的主题配置均未包含配置项 %s.%s" -#: sphinx/theming.py:140 +#: theming.py:142 #, python-format msgid "unsupported theme option %r given" msgstr "不支持的主题选项 %r" -#: sphinx/theming.py:206 +#: theming.py:215 #, python-format msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "主题路径对应的文件 %r 是一个无效的或不包含主题的 zip 文件" -#: sphinx/theming.py:226 +#: theming.py:236 #, python-format msgid "no theme named %r found (missing theme.toml?)" -msgstr "" +msgstr "找不到名称为 %r 的主题(是否缺失 theme.toml ?)" -#: sphinx/theming.py:259 +#: theming.py:276 #, python-format msgid "The %r theme has circular inheritance" -msgstr "" +msgstr "%r 主題有循环继承" -#: sphinx/theming.py:262 +#: theming.py:283 #, 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:290 #, python-format msgid "The %r theme has too many ancestors" -msgstr "" +msgstr "%r 主题有太多祖先主题。" -#: sphinx/theming.py:295 +#: theming.py:318 #, python-format msgid "no theme configuration file found in %r" -msgstr "" +msgstr "在 %r 中找不到主题配置文件" -#: sphinx/theming.py:323 sphinx/theming.py:374 +#: theming.py:346 theming.py:399 #, python-format msgid "theme %r doesn't have the \"theme\" table" -msgstr "" +msgstr "主题 %r 內沒有 \"theme\" 表格" -#: sphinx/theming.py:327 +#: theming.py:350 #, 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:354 theming.py:402 #, python-format msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" +msgstr "%r 主题必须定义 \"theme.inherit\" 配置项" -#: sphinx/theming.py:335 +#: theming.py:358 #, python-format msgid "The %r theme \"[options]\" table is not a table" -msgstr "" +msgstr "%r 主题的 \"[options]\" 表格不是一个表格" -#: sphinx/theming.py:353 +#: theming.py:377 #, 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 +#: config.py:314 #, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "没有找到适合 %s 构建器的图像:%s(%s)" +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "配置目录中缺少 conf.py 文件(%s)" + +#: config.py:323 +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/builders/__init__.py:187 +#: config.py:346 #, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "没有找到适合 %s 构建器的图像:%s" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "不能覆盖字典配置项 %r,已忽略 (请用 %r 方式逐一修改字典成员)" -#: sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "正在构建 [mo]: " +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "%r 不是有效整数,配置项 %r 的值只能是整数,已忽略" -#: sphinx/builders/__init__.py:208 sphinx/builders/__init__.py:574 -#: sphinx/builders/__init__.py:601 -msgid "writing output... " -msgstr "正在写入输出……" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "无法用不支持的类型覆盖配置项 %r,已忽略" -#: sphinx/builders/__init__.py:217 +#: config.py:382 #, python-format -msgid "all of %d po files" -msgstr "所有的 %d po 文件" +msgid "unknown config value %r in override, ignoring" +msgstr "配置覆盖中包含未知的配置项 %r,已忽略" -#: sphinx/builders/__init__.py:235 +#: config.py:435 #, python-format -msgid "targets for %d po files that are specified" -msgstr "指定了 %d 个 po 文件的目标文件" +msgid "No such config value: %r" +msgstr "没有这个配置值: %r" -#: sphinx/builders/__init__.py:243 +#: config.py:458 #, python-format -msgid "targets for %d po files that are out of date" -msgstr "%d 个 po 文件的目标文件已过期" +msgid "Config value %r already present" +msgstr "配置项 %r 已存在" -#: sphinx/builders/__init__.py:252 -msgid "all source files" -msgstr "所有源文件" +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "无法缓存不可打包的配置值: %r (因为它包含一个函数、类或者模块对象)" -#: sphinx/builders/__init__.py:262 +#: config.py:531 #, python-format -msgid "file %r given on command line does not exist, " -msgstr "命令行给定的文件 %r 不存在" +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "配置文件中存在语法错误:%s\n" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "配置文件(或配置文件导入的模块)调用了 sys.exit()" -#: sphinx/builders/__init__.py:267 +#: config.py:541 #, python-format msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "源文件目录中不存在命令行给定的文件 %r,将被忽略" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "配置文件中有程序上的错误:\n\n%s" -#: sphinx/builders/__init__.py:273 +#: config.py:564 #, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "命令行给定的文件 %r 不是有效文档,将被忽略" +msgid "Failed to convert %r to a set or tuple" +msgstr "无法转换 %r 为集合或者元组" -#: sphinx/builders/__init__.py:282 +#: config.py:585 config.py:590 #, python-format -msgid "%d source files given on command line" -msgstr "命令行给定了 %d 个源文件" +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "正在转换 `source_suffix = %r` 为 `source_suffix = %r` 。" -#: sphinx/builders/__init__.py:294 +#: config.py:593 #, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d 个源文件的目标文件已过期" +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/builders/__init__.py:309 sphinx/builders/gettext.py:243 +#: config.py:612 #, python-format -msgid "building [%s]: " -msgstr "正在构建 [%s]: " - -#: sphinx/builders/__init__.py:316 -msgid "looking for now-outdated files... " -msgstr "正在查找当前已过期的文件……" +msgid "Section %s" +msgstr "节 %s" -#: sphinx/builders/__init__.py:320 +#: config.py:613 #, python-format -msgid "%d found" -msgstr "找到 %d 个已过期文件" - -#: sphinx/builders/__init__.py:322 -msgid "none found" -msgstr "没有找到已过期文件" - -#: sphinx/builders/__init__.py:327 -msgid "pickling environment" -msgstr "正在 Pickle 序列化环境" - -#: sphinx/builders/__init__.py:333 -msgid "checking consistency" -msgstr "正在校验一致性" - -#: sphinx/builders/__init__.py:337 -msgid "no targets are out of date." -msgstr "没有过期的目标文件。" - -#: sphinx/builders/__init__.py:376 -msgid "updating environment: " -msgstr "正在更新环境:" +msgid "Fig. %s" +msgstr "图 %s" -#: sphinx/builders/__init__.py:397 +#: config.py:614 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "有 %s 个新增文件,有 %s 个文件已被修改,有 %s 个文件已被移除" - -#: sphinx/builders/__init__.py:435 sphinx/builders/__init__.py:447 -msgid "reading sources... " -msgstr "正在读取源文件……" +msgid "Table %s" +msgstr "表 %s" -#: sphinx/builders/__init__.py:549 +#: config.py:615 #, python-format -msgid "docnames to write: %s" -msgstr "待写入文档名称:%s" +msgid "Listing %s" +msgstr "列表 %s" -#: sphinx/builders/__init__.py:558 sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "正在准备写入文档" +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "配置项“{name}”的值只能在“{candidates}”中选取,而当前给定的值是“{current}”。" -#: sphinx/builders/__init__.py:561 -msgid "copying assets" -msgstr "正在复制资产文件" +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "配置项“{name}”的值被配置成“{current.__name__}”类型,应为{permitted}。" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "配置项“{name}”的值被配置成“{current.__name__}”类型,默认为“{default.__name__}”。" -#: sphinx/builders/_epub_base.py:215 +#: config.py:770 #, python-format -msgid "duplicated ToC entry found: %s" -msgstr "发现重复的目录条目:%s" +msgid "primary_domain %r not found, ignored." +msgstr "primary_domain %r 不存在,已忽略。" -#: 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 "正在复制图像文件……" +#: config.py:782 +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/builders/_epub_base.py:411 +#: domains/rst.py:127 domains/rst.py:184 #, python-format -msgid "cannot read image file %r: copying it instead" -msgstr "无法读取图像文件 %r:改为直接复制" +msgid "%s (directive)" +msgstr "%s(指令)" -#: sphinx/builders/_epub_base.py:417 sphinx/builders/html/__init__.py:766 -#: sphinx/builders/latex/__init__.py:440 sphinx/builders/texinfo.py:197 +#: domains/rst.py:185 domains/rst.py:189 #, python-format -msgid "cannot copy image file %r: %s" -msgstr "无法复制图像文件 %r:%s" +msgid ":%s: (directive option)" +msgstr ":%s:(指令选项)" -#: sphinx/builders/_epub_base.py:434 +#: domains/rst.py:213 #, python-format -msgid "cannot write image file %r: %s" -msgstr "无法写入图像文件 %r:%s" - -#: sphinx/builders/_epub_base.py:444 -msgid "Pillow not found - copying image files" -msgstr "未找到 Pillow - 正在复制图像文件" +msgid "%s (role)" +msgstr "%s(角色)" -#: sphinx/builders/_epub_base.py:470 -msgid "writing mimetype file..." -msgstr "正在写入 mimetype 文件……" +#: domains/rst.py:223 +msgid "directive" +msgstr "指令" -#: sphinx/builders/_epub_base.py:475 -msgid "writing META-INF/container.xml file..." -msgstr "正在写入 META-INF/container.xml 文件……" +#: domains/rst.py:224 +msgid "directive-option" +msgstr "指令-选项" -#: sphinx/builders/_epub_base.py:508 -msgid "writing content.opf file..." -msgstr "正在写入 content.opf 文件……" +#: domains/rst.py:225 +msgid "role" +msgstr "角色" -#: sphinx/builders/_epub_base.py:539 +#: domains/rst.py:247 #, python-format -msgid "unknown mimetype for %s, ignoring" -msgstr "%s 的 MIME 类型未知,已忽略" - -#: sphinx/builders/_epub_base.py:686 -msgid "writing toc.ncx file..." -msgstr "正在写入 toc.ncx 文件……" +msgid "duplicate description of %s %s, other instance in %s" +msgstr "重复的 %s %s 描述,另一描述出现在 %s" -#: sphinx/builders/_epub_base.py:711 +#: domains/javascript.py:165 #, python-format -msgid "writing %s file..." -msgstr "正在写入 %s 文件……" +msgid "%s() (built-in function)" +msgstr "%s() (内置函数)" -#: sphinx/builders/changes.py:32 +#: domains/javascript.py:166 domains/python/__init__.py:253 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "概览文件保存在 %(outdir)s 目录 。" +msgid "%s() (%s method)" +msgstr "%s() (%s 方法)" -#: sphinx/builders/changes.py:59 +#: domains/javascript.py:168 #, python-format -msgid "no changes in version %s." -msgstr "%s 版本中没有做出修改。" - -#: sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "正在写入摘要文件……" - -#: sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "内置模块" - -#: sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "模块级" - -#: sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "正在复制源文件……" +msgid "%s() (class)" +msgstr "%s()(类)" -#: sphinx/builders/changes.py:130 +#: domains/javascript.py:170 #, python-format -msgid "could not read %r for changelog creation" -msgstr "无法读取用于创建变更记录的 %r" - -#: sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "伪构建器不生成文件。" +msgid "%s (global variable or constant)" +msgstr "%s(全局变量或常量)" -#: sphinx/builders/epub3.py:81 +#: domains/javascript.py:172 domains/python/__init__.py:338 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePub 文件保存在 %(outdir)s。" +msgid "%s (%s attribute)" +msgstr "%s(%s 属性)" -#: sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "正在写入 nav.xhtml 文件……" +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "参数" -#: sphinx/builders/epub3.py:211 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_language”(或“language”)的值不能为空" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "抛出" -#: sphinx/builders/epub3.py:215 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_uid”的值应为 XML 名称格式的字符串" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "返回" -#: 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”)的值不能为空" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "返回类型" -#: sphinx/builders/epub3.py:222 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_author”的值不能为空" +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "%s(模块)" -#: sphinx/builders/epub3.py:225 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_contributor”的值不能为空" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "函数" -#: sphinx/builders/epub3.py:228 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_description”的值不能为空" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "方法" -#: sphinx/builders/epub3.py:231 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_publisher”的值不能为空" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "类" -#: sphinx/builders/epub3.py:234 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_copyright”(或“copyright”)不能为空" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "数据" -#: sphinx/builders/epub3.py:238 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“epub_identifier”的值不能为空" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "属性" -#: sphinx/builders/epub3.py:241 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "对于 EPUB3 格式,配置项“version”的值不能为空" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "模块" -#: sphinx/builders/epub3.py:255 sphinx/builders/html/__init__.py:1187 +#: domains/javascript.py:407 #, python-format -msgid "invalid css_file: %r, ignored" -msgstr "无效的 css_file:%r,已忽略" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "重复的 %s描述 %s,其他的 %s 描述出现在 %s" -#: sphinx/builders/gettext.py:222 +#: domains/changeset.py:25 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "消息目录保存在 %(outdir)s 目录。" +msgid "Added in version %s" +msgstr "在 %s 版本加入" -#: sphinx/builders/gettext.py:244 +#: domains/changeset.py:26 #, python-format -msgid "targets for %d template files" -msgstr "%d 个模板文件的目标文件" - -#: sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "正在读取模板……" - -#: sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "正在写入消息目录... " +msgid "Changed in version %s" +msgstr "在 %s 版本发生变更" -#: sphinx/builders/linkcheck.py:59 +#: domains/changeset.py:27 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "请在上述输出或 %(outdir)s/output.txt 中查找错误" +msgid "Deprecated since version %s" +msgstr "自 %s 版本弃用" -#: sphinx/builders/linkcheck.py:137 +#: domains/changeset.py:28 #, python-format -msgid "broken link: %s (%s)" -msgstr "损坏的链接:%s(%s)" +msgid "Removed in version %s" +msgstr "在版本 %s 移除" -#: sphinx/builders/linkcheck.py:660 +#: domains/__init__.py:299 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "无法编译 linkcheck_allowed_redirects 配置项中的正则表达式:%r %s" +msgid "%s %s" +msgstr "%s %s" -#: sphinx/builders/manpage.py:37 +#: domains/citation.py:73 #, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "手册页保存在 %(outdir)s 目录。" - -#: sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "未找到“man_pages”配置项,不会写入手册页" +msgid "duplicate citation %s, other instance in %s" +msgstr "重复的引文 %s,另一引文出现在 %s" -#: sphinx/builders/latex/__init__.py:314 sphinx/builders/manpage.py:53 -#: sphinx/builders/singlehtml.py:165 sphinx/builders/texinfo.py:112 -msgid "writing" -msgstr "正在写入" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "引文 [%s] 没有被引用过。" -#: sphinx/builders/manpage.py:68 +#: domains/math.py:63 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "配置项“man_pages”引用的文档 %s 不存在" +msgid "duplicate label of equation %s, other instance in %s" +msgstr "重复的公式标签 %s,另一公式出现在 %s" -#: sphinx/builders/singlehtml.py:34 +#: domains/math.py:119 writers/latex.py:2479 #, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML 页面保存在 %(outdir)s 目录。" +msgid "Invalid math_eqref_format: %r" +msgstr "无效的 math_eqref_format:%r" -#: sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "正在装配成单页面文档" +#: environment/__init__.py:86 +msgid "new config" +msgstr "新配置" -#: sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "正在写入附加文件" +#: environment/__init__.py:87 +msgid "config changed" +msgstr "配置发生了变化" -#: sphinx/builders/texinfo.py:48 -#, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo 文件保存在 %(outdir)s 目录。" +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "扩展发生了变化" -#: sphinx/builders/texinfo.py:50 -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”即可自动执行上述操作)。" +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "构建环境版本与当前环境不符" -#: sphinx/builders/texinfo.py:77 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "未找到“texinfo_documents”配置项,不会写入文档" +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "源文件目录发生了变化" -#: sphinx/builders/texinfo.py:85 +#: environment/__init__.py:311 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "配置项“texinfo_documents”引用了文档 %s 不存在" +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: sphinx/builders/latex/__init__.py:296 sphinx/builders/texinfo.py:108 +#: environment/__init__.py:316 #, python-format -msgid "processing %s" -msgstr "正在处理 %s" +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: sphinx/builders/latex/__init__.py:369 sphinx/builders/texinfo.py:161 -msgid "resolving references..." -msgstr "正在解析引用……" - -#: sphinx/builders/latex/__init__.py:380 sphinx/builders/texinfo.py:171 -msgid " (in " -msgstr " (在 " - -#: sphinx/builders/texinfo.py:202 -msgid "copying Texinfo support files" -msgstr "正在复制 Texinfo 支持文件" - -#: sphinx/builders/texinfo.py:206 +#: environment/__init__.py:322 #, python-format -msgid "error writing file Makefile: %s" -msgstr "写入 Makefile 文件时出错:%s" +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: sphinx/builders/text.py:30 -#, python-format -msgid "The text files are in %(outdir)s." -msgstr "文本文件保存在 %(outdir)s 目录。" +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "本环境与选择的构建器不兼容,请选择其他的文档树目录。" -#: sphinx/builders/html/__init__.py:1138 sphinx/builders/text.py:77 -#: sphinx/builders/xml.py:96 +#: environment/__init__.py:473 #, python-format -msgid "error writing file %s: %s" -msgstr "写入文件 %s 时发生错误:%s" +msgid "Failed to scan documents in %s: %r" +msgstr "无法在 %s 中扫描文档:%r" -#: sphinx/builders/xml.py:36 +#: environment/__init__.py:622 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML 文件保存在 %(outdir)s 目录。" +msgid "Domain %r is not registered" +msgstr "未注册的域 %r" -#: sphinx/builders/xml.py:109 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "伪 XML 文件保存在 %(outdir)s。" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "文档没有加入到任何目录树中" -#: sphinx/builders/html/__init__.py:130 -#, python-format -msgid "build info file is broken: %r" -msgstr "构建信息文件损坏:%r" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "目录树存在自引用,已忽略。" -#: sphinx/builders/html/__init__.py:168 +#: environment/__init__.py:835 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML 页面保存在 %(outdir)s 目录。" +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" +msgstr "" -#: sphinx/builders/html/__init__.py:394 -#, python-format -msgid "Failed to read build info file: %r" -msgstr "读取构建信息文件失败:%r" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "注意" -#: 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 -#, python-format -msgid "%b %d, %Y" -msgstr "%Y 年 %m 月 %d 日" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "小心" -#: sphinx/builders/html/__init__.py:506 sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "总索引" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "危险" -#: sphinx/builders/html/__init__.py:506 -msgid "index" -msgstr "索引" +#: locale/__init__.py:232 +msgid "Error" +msgstr "错误" -#: sphinx/builders/html/__init__.py:579 -msgid "next" -msgstr "下一页" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "提示" -#: sphinx/builders/html/__init__.py:588 -msgid "previous" -msgstr "上一页" +#: locale/__init__.py:234 +msgid "Important" +msgstr "重要" -#: sphinx/builders/html/__init__.py:684 -msgid "generating indices" -msgstr "正在生成索引" +#: locale/__init__.py:235 +msgid "Note" +msgstr "备注" -#: sphinx/builders/html/__init__.py:699 -msgid "writing additional pages" -msgstr "正在写入附加页面" +#: locale/__init__.py:236 +msgid "See also" +msgstr "参见" -#: sphinx/builders/html/__init__.py:776 -msgid "copying downloadable files... " -msgstr "正在复制可下载文件……" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "小技巧" -#: sphinx/builders/html/__init__.py:784 -#, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "无法复制可下载文件 %r:%s" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "警告" -#: sphinx/builders/html/__init__.py:817 sphinx/builders/html/__init__.py:829 -#, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "无法复制 html_static_file 中的文件:%s: %r" +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "自动插入模块中的文档字符串" -#: sphinx/builders/html/__init__.py:850 -msgid "copying static files" -msgstr "正在复制静态文件" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "自动运行 doctest 块中的测试代码片段" -#: sphinx/builders/html/__init__.py:866 -#, python-format -msgid "cannot copy static file %r" -msgstr "无法复制静态文件 %r" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "链接不同项目的 Sphinx 文档" -#: sphinx/builders/html/__init__.py:871 -msgid "copying extra files" -msgstr "正在复制额外文件" +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "编写在构建时可以选择显示、隐藏的“todo”条目" -#: sphinx/builders/html/__init__.py:877 -#, python-format -msgid "cannot copy extra file %r" -msgstr "无法复制额外文件 %r" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "检查文档覆盖率" -#: sphinx/builders/html/__init__.py:884 -#, python-format -msgid "Failed to write build info file: %r" -msgstr "写入构建信息文件失败:%r" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "支持数学公式,渲染成 PNG 或 SVG 图像" -#: 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 "无法加载搜索索引,不会构建所有文档:索引将不完整。" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "支持数学公式,用 MathJax 在浏览器中渲染" -#: sphinx/builders/html/__init__.py:978 -#, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "页面 %s 同时符合两条 html_sidebars 规则:%r 和 %r" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "基于配置值控制构建中包含哪些文档内容" -#: sphinx/builders/html/__init__.py:1121 -#, 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 字符串。" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "支持链接到文档涉及的 Python 对象源码" -#: sphinx/builders/html/__init__.py:1126 -#, python-format -msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "渲染页面 %s 时发生了错误。\n原因:%r" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "创建 .nojekyll 文件,用于在 GitHub Pages 服务发布文档" -#: sphinx/builders/html/__init__.py:1154 -msgid "dumping object inventory" -msgstr "正在导出对象清单" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "请输入有效的路径名。" -#: sphinx/builders/html/__init__.py:1162 -#, python-format -msgid "dumping search index in %s" -msgstr "正在导出 %s 的搜索索引" +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "请输入文本。" -#: sphinx/builders/html/__init__.py:1210 +#: cmd/quickstart.py:117 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "无效的 js_file:%r,已忽略" - -#: sphinx/builders/html/__init__.py:1238 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "注册了多个 math_renderer,但没有选择 math_renderer。" +msgid "Please enter one of %s." +msgstr "请输入 %s 之一。" -#: sphinx/builders/html/__init__.py:1241 -#, python-format -msgid "Unknown math_renderer %r is given." -msgstr "给定的 math_renderer %r 不存在。" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." +msgstr "请输入“y”或“n”。" -#: sphinx/builders/html/__init__.py:1249 -#, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path 入口 %r 不存在" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "请输入文件后缀,例如:“.rst”或者“.txt”。" -#: sphinx/builders/html/__init__.py:1253 +#: cmd/quickstart.py:213 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path 入口 %r 被置于输出目录内" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "欢迎使用 Sphinx %s 快速配置工具。" -#: sphinx/builders/html/__init__.py:1262 -#, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path 入口 %r 不存在" +#: cmd/quickstart.py:217 +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/html/__init__.py:1266 +#: cmd/quickstart.py:225 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path 入口 %r 置于输出目录内" +msgid "Selected root path: %s" +msgstr "已选择根路径:%s" -#: sphinx/builders/html/__init__.py:1275 sphinx/builders/latex/__init__.py:444 -#, python-format -msgid "logo file %r does not exist" -msgstr "logo 文件 %r 不存在" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." +msgstr "输入文档的根路径。" -#: sphinx/builders/html/__init__.py:1284 -#, python-format -msgid "favicon file %r does not exist" -msgstr "favicon 文件 %r 不存在" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" +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”)" +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "错误:选择的根路径中已存在 conf.py 文件。" -#: sphinx/builders/html/__init__.py:1306 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s 文档" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart 不会覆盖已有的 Sphinx 项目。" -#: sphinx/builders/latex/__init__.py:115 -#, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTex 文件保存在 %(outdir)s 目录。" +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "请输入新的根路径(或按回车退出)" -#: sphinx/builders/latex/__init__.py:117 +#: cmd/quickstart.py:256 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”即可自动执行上述操作)。" +"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/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "未找到“latex_documents”配置项,不会写入文档" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" +msgstr "独立的源文件和构建目录(y/n)" -#: sphinx/builders/latex/__init__.py:160 -#, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "配置项“latex_documents”引用的文档 %s 不存在" +#: cmd/quickstart.py:269 +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/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 -msgid "Index" -msgstr "索引" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" +msgstr "模板目录和静态目录的名称前缀" -#: sphinx/builders/latex/__init__.py:199 sphinx/templates/latex/latex.tex_t:91 -msgid "Release" -msgstr "发行版本" +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." +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 选项" +#: cmd/quickstart.py:284 +msgid "Project name" +msgstr "项目名称" -#: sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "正在复制 TeX 支持文件" +#: cmd/quickstart.py:286 +msgid "Author name(s)" +msgstr "作者名称" -#: sphinx/builders/latex/__init__.py:410 -msgid "copying TeX support files..." -msgstr "正在复制 TeX 支持文件……" +#: cmd/quickstart.py:291 +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/latex/__init__.py:423 -msgid "copying additional files" -msgstr "正在复制附加文件" +#: cmd/quickstart.py:299 +msgid "Project version" +msgstr "项目版本" -#: sphinx/builders/latex/__init__.py:466 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "未知配置项:latex_elements[%r],已忽略。" +#: cmd/quickstart.py:301 +msgid "Project release" +msgstr "项目发行版本" -#: sphinx/builders/latex/__init__.py:474 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "未知主题选项:latex_theme_options[%r],已忽略。" +#: cmd/quickstart.py:306 +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。" + +#: cmd/quickstart.py:315 +msgid "Project language" +msgstr "项目语种" + +#: cmd/quickstart.py:322 +msgid "" +"The file name suffix for source files. Commonly, this is either \".txt\"\n" +"or \".rst\". Only files with this suffix are considered documents." +msgstr "源文件的文件名后缀。一般是“.txt”或“.rst”。只有此后缀的文件才会\n被视为文档的源文件。" + +#: cmd/quickstart.py:327 +msgid "Source file suffix" +msgstr "源文件后缀" + +#: cmd/quickstart.py:332 +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/latex/theming.py:87 +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" +msgstr "主文档文件名(不含后缀)" + +#: cmd/quickstart.py:350 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r 中缺少“theme”配置项" +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "错误:选择的根目录下已存在主文档文件 %s。" + +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart 不会覆盖已有的文件。" + +#: cmd/quickstart.py:360 +msgid "" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "请输入新文件名,若要重命名现有文件请按回车" + +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "指出下列 Sphinx 扩展中,需要启用的有哪些:" + +#: cmd/quickstart.py:379 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "注意:imgmath 和 mathjax 不能同时启用。已取消选择 imgmath。" + +#: cmd/quickstart.py:389 +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:395 +msgid "Create Makefile? (y/n)" +msgstr "是否创建 Makefile?(y/n)" -#: sphinx/builders/latex/theming.py:90 +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" +msgstr "是否创建 Windows 批处理文件?(y/n)" + +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r 中缺少“%s”配置项" +msgid "Creating file %s." +msgstr "正在创建文件 %s。" -#: sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "无法获取文档名称!" +#: cmd/quickstart.py:456 ext/apidoc.py:89 +#, python-format +msgid "File %s already exists, skipping." +msgstr "文件 %s 已存在,已跳过。" -#: sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" -msgstr "无法获取文档源码 {source!r} 的文档名称!" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." +msgstr "完成:已创建初始目录结构。" -#: sphinx/builders/latex/transforms.py:482 +#: cmd/quickstart.py:502 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "给定的引用节点 %r 没有对应的脚注" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "你现在可以填写主文档文件 %s 然后创建其他文档源文件了。 " + +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "像这样用 Makefile 构建文档:\n  make builder" + +#: cmd/quickstart.py:513 +#, python-format +msgid "" +"Use the sphinx-build command to build the docs, like so:\n" +" sphinx-build -b builder %s %s" +msgstr "像这样用 sphinx-build 命令构建文档:\n  sphinx-build -b builder %s %s" + +#: cmd/quickstart.py:520 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "此处的“builder”代指支持的构建器名称,比如 html、latex 或 linkcheck。" + +#: cmd/quickstart.py:555 +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" + +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "想要了解更多信息,请访问 。" + +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "静默模式" + +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "项目根目录" + +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "目录结构选项" + +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "如果指定了此选项,将分别建立源文件目录和构建目录" + +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "如果指定了此选项,在源文件目录下创建构建目录" + +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "用句点替代“ _templates”等文件夹名称中的下划线。" + +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "项目基本参数" + +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "项目名称" + +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "作者名称" + +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "项目版本" + +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "项目发行版本" + +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "项目语种" + +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "源文件后缀" + +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "主文档名" + +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "启用 ePub 支持" + +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "扩展程序选项" + +#: cmd/quickstart.py:654 ext/apidoc.py:578 +#, python-format +msgid "enable %s extension" +msgstr "启用 %s 扩展" + +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "启用多个扩展" + +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "创建 Makefile 和批处理文件" + +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "创建 Makefile" + +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "不创建 Makefile" + +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "创建批处理文件" + +#: cmd/quickstart.py:689 +msgid "do not create batchfile" +msgstr "不创建批处理文件" + +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" +msgstr "Makefile/make.bat 采用 Sphinx 的 make 模式" + +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "项目模板" + +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" +msgstr "放置模板文件的模板目录" + +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "定义一个模板变量" + +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "指定了“quiet”,但是没有指定“project”和“author”。" + +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "错误:指定的路径不是一个目录,或是 Sphinx 文件已存在。" + +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart 只会在空目录中生成文件。请指定一个新的根路径。" + +#: cmd/quickstart.py:793 +#, python-format +msgid "Invalid template variable: %s" +msgstr "无效模板变量:%s" -#: sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "构建时抛出异常,正在启动调试器:" -#: sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "已中断!" -#: sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "reST 标记错误:" -#: sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "编码错误:" -#: sphinx/cmd/build.py:72 sphinx/cmd/build.py:87 +#: 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 "如果你想向开发者报告问题,可以查阅已经保存在 %s 的完整 Traceback 信息 。" -#: sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "递归错误:" -#: sphinx/cmd/build.py:79 +#: _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 "Python 中默认递归层数上限为 1000,可以像这样在 conf.py 中增大这一上限,请谨慎修改:" -#: sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "抛出异常:" -#: sphinx/cmd/build.py:90 +#: _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 "即便抛出的错误时是用户导致的,也请向我们投递报告,以便将来可以提示更友好、更详细的错误信息。" -#: sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "Bug 报告可以在 Bug 追踪系统 处投递。谢谢!" -#: sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "并发任务数应为正值" -#: 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 "想要了解更多信息,请访问 。" - -#: sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1303,2467 +1359,2770 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "\n从源文件生成文档。\n\nsphinx-build 从 SOURCEDIR 中的文件生成文档,并保存在 OUTPUTDIR。\n它从 SOURCEDIR 的“conf.py”中读取配置。“sphinx-quickstart”工具可以生\n成包括“conf.py”在内的模板文件。\n\nsphinx-build 可以生成多种格式的文档。在命令行中指定构建器名称即可\n选择文档格式,默认是 HTML。构建器也可以执行文档处理相关的其他\n任务。\n\n默认只会重新构建过期内容。如果指定了文件名,那么只会产生这些文件\n的输出。\n" -#: sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "文档源文件的路径" -#: sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "输出目录的路径" -#: sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" -msgstr "" +msgstr "(可选)要重新构建的文件列表。如果指定了 --write-all 参数则忽略此项。" -#: sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "通用选项" -#: sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" -msgstr "" +msgstr "要使用的构建器(默认:“html”)" -#: sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" -msgstr "" +msgstr "在可能的情况下以 N 个进程并行运行。值为“auto”时为 CPU 核心数量。" -#: sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "写入所有文件(默认:只写入新文件和修改过的文件)" -#: sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "不使用已保存的环境,始终读取全部文件" -#: sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" -msgstr "" +msgstr "路径选项" -#: sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "" +msgstr "文档树和环境文件的目录(默认:OUTPUT_DIR/.doctrees)" -#: sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "" +msgstr "配置文件(conf.py)的目录(默认:SOURCE_DIR)" -#: sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" -msgstr "" +msgstr "不使用配置文件,仅使用 -D 选项指定的配置" -#: sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "覆盖配置文件中的配置项" -#: sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "向 HTML 模板传值" -#: sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "定义标签,把涉及标签 TAG 的“only”块纳入到构建中" -#: sphinx/cmd/build.py:182 -msgid "nit-picky mode: warn about all missing references" -msgstr "" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" +msgstr "挑刺模式:在引用了不存在的内容时发出警告" -#: sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "控制台输出选项" -#: sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "输出更详细的日志(甚至可能重复)" -#: sphinx/cmd/build.py:189 sphinx/ext/apidoc.py:340 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "不输出到 stdout,只在 stderr 上输出警告" -#: sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "无任何输出,甚至不会输出警告" -#: sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "着色输出(默认:自动检测)" -#: sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "不着色输出(默认:自动检测)" -#: sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" -msgstr "" +msgstr "警告控制选项" -#: sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "把警告(以及错误)信息写入给定的文件" -#: sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "把警告视为错误" -#: sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "发生异常时显示完整回溯信息" -#: sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "发生异常时运行 Pdb" -#: sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "在发出警告时抛出异常" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "-a 选项和文件名不能同时使用" -#: sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "无法打开用于保存警告信息的文件 %r:%s" -#: sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "-D 选项的参数必须是 name=value 形式" -#: sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "-A 选项的参数必须是 name=value 形式" -#: sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "自动插入模块中的文档字符串" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "伪构建器不生成文件。" -#: sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "自动运行 doctest 块中的测试代码片段" +#: builders/linkcheck.py:60 +#, python-format +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "请在上述输出或 %(outdir)s/output.txt 中查找错误" -#: sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "链接不同项目的 Sphinx 文档" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" +msgstr "损坏的链接:%s(%s)" -#: sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "编写在构建时可以选择显示、隐藏的“todo”条目" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" +msgstr "未找到锚点“%s”" -#: sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "检查文档覆盖率" +#: builders/linkcheck.py:726 +#, python-format +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "无法编译 linkcheck_allowed_redirects 配置项中的正则表达式:%r %s" -#: sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "支持数学公式,渲染成 PNG 或 SVG 图像" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." +msgstr "HTML 页面保存在 %(outdir)s 目录。" -#: sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "支持数学公式,用 MathJax 在浏览器中渲染" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "正在装配成单页面文档" -#: sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "基于配置值控制构建中包含哪些文档内容" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "正在写入" -#: sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" -msgstr "支持链接到文档涉及的 Python 对象源码" +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "正在写入附加文件" -#: sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "创建 .nojekyll 文件,用于在 GitHub Pages 服务发布文档" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." +msgstr "手册页保存在 %(outdir)s 目录。" -#: sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." -msgstr "请输入有效的路径名。" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "未找到“man_pages”配置项,不会写入手册页" -#: sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." -msgstr "请输入文本。" +#: builders/manpage.py:76 +#, python-format +msgid "\"man_pages\" config value references unknown document %s" +msgstr "配置项“man_pages”引用的文档 %s 不存在" -#: sphinx/cmd/quickstart.py:116 +#: builders/text.py:34 #, python-format -msgid "Please enter one of %s." -msgstr "请输入 %s 之一。" +msgid "The text files are in %(outdir)s." +msgstr "文本文件保存在 %(outdir)s 目录。" -#: sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "请输入“y”或“n”。" +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 +#, python-format +msgid "error writing file %s: %s" +msgstr "写入文件 %s 时发生错误:%s" -#: sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "请输入文件后缀,例如:“.rst”或者“.txt”。" +#: builders/xml.py:38 +#, python-format +msgid "The XML files are in %(outdir)s." +msgstr "XML 文件保存在 %(outdir)s 目录。" -#: sphinx/cmd/quickstart.py:208 +#: builders/xml.py:110 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "欢迎使用 Sphinx %s 快速配置工具。" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "伪 XML 文件保存在 %(outdir)s。" -#: sphinx/cmd/quickstart.py:210 +#: builders/texinfo.py:47 +#, python-format +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo 文件保存在 %(outdir)s 目录。" + +#: builders/texinfo.py:49 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按回车即可使用默认值)。" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\n在该目录下运行“make”命令以通过 makeinfo 处理这些 Texinfo 文件\n(在此处用“make info”即可自动执行上述操作)。" + +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" +msgstr "未找到“texinfo_documents”配置项,不会写入文档" -#: sphinx/cmd/quickstart.py:215 +#: builders/texinfo.py:90 #, python-format -msgid "Selected root path: %s" -msgstr "已选择根路径:%s" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "配置项“texinfo_documents”引用了文档 %s 不存在" -#: sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." -msgstr "输入文档的根路径。" +#: builders/latex/__init__.py:327 builders/texinfo.py:114 +#, python-format +msgid "processing %s" +msgstr "正在处理 %s" -#: sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" -msgstr "文档的根路径" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "正在解析引用……" -#: sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "错误:选择的根路径中已存在 conf.py 文件。" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (在 " -#: sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart 不会覆盖已有的 Sphinx 项目。" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "正在复制图像文件……" -#: sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "请输入新的根路径(或按回车退出)" +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 +#, python-format +msgid "cannot copy image file %r: %s" +msgstr "无法复制图像文件 %r:%s" -#: sphinx/cmd/quickstart.py:235 -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”两个独立的目录。" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "正在复制 Texinfo 支持文件" -#: sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" -msgstr "独立的源文件和构建目录(y/n)" +#: builders/texinfo.py:233 +#, python-format +msgid "error writing file Makefile: %s" +msgstr "写入 Makefile 文件时出错:%s" -#: sphinx/cmd/quickstart.py:242 -msgid "" -"Inside the root directory, two more directories will be created; \"_templates\"\n" -"for custom HTML templates and \"_static\" for custom stylesheets and other static\n" -"files. You can enter another prefix (such as \".\") to replace the underscore." -msgstr "这个选项将在根目录中创建两个新目录:\n“_templates”用于放置自定义 HTML 模板文件,“_static”用于自定义样\n式表及其他静态文件。您可以输入其他的前缀(比如“.”)代替下划线。" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." +msgstr "消息目录保存在 %(outdir)s 目录。" -#: sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" -msgstr "模板目录和静态目录的名称前缀" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " +msgstr "正在构建 [%s]: " -#: sphinx/cmd/quickstart.py:249 -msgid "" -"The project name will occur in several places in the built documentation." -msgstr "项目名称将会出现在文档的许多地方。" +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" +msgstr "%d 个模板文件的目标文件" -#: sphinx/cmd/quickstart.py:250 -msgid "Project name" -msgstr "项目名称" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "正在读取模板……" -#: sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" -msgstr "作者名称" +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "正在写入消息目录... " -#: sphinx/cmd/quickstart.py:256 -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两个选项设置为相同值。" +#: builders/__init__.py:200 +#, python-format +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "没有找到适合 %s 构建器的图像:%s(%s)" -#: sphinx/cmd/quickstart.py:261 -msgid "Project version" -msgstr "项目版本" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" +msgstr "没有找到适合 %s 构建器的图像:%s" -#: sphinx/cmd/quickstart.py:263 -msgid "Project release" -msgstr "项目发行版本" +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "正在构建 [mo]: " -#: sphinx/cmd/quickstart.py:267 -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。" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "正在写入输出……" -#: sphinx/cmd/quickstart.py:275 -msgid "Project language" -msgstr "项目语种" +#: builders/__init__.py:251 +#, python-format +msgid "all of %d po files" +msgstr "所有的 %d po 文件" -#: 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被视为文档的源文件。" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "指定了 %d 个 po 文件的目标文件" -#: sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "源文件后缀" +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "%d 个 po 文件的目标文件已过期" -#: sphinx/cmd/quickstart.py:287 -msgid "" -"One document is special in that it is considered the top node of the\n" -"\"contents tree\", that is, it is the root of the hierarchical structure\n" -"of the documents. Normally, this is \"index\", but if your \"index\"\n" -"document is a custom template, you can also set this to another filename." -msgstr "有一种特殊的文档被视作“目录树”的树顶节点,即文档层级结构的\n根。通常情况下,这个文档是“index”,但是如果你的“index”文档\n使用了自定义模板,你也可以使用其它文件名。" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "所有源文件" -#: sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" -msgstr "主文档文件名(不含后缀)" +#: builders/__init__.py:307 +#, python-format +msgid "file %r given on command line does not exist, " +msgstr "命令行给定的文件 %r 不存在" -#: sphinx/cmd/quickstart.py:296 +#: builders/__init__.py:313 #, python-format msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "错误:选择的根目录下已存在主文档文件 %s。" +"file %r given on command line is not under the source directory, ignoring" +msgstr "源文件目录中不存在命令行给定的文件 %r,将被忽略" -#: sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart 不会覆盖已有的文件。" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "命令行给定的文件 %r 不是有效文档,将被忽略" + +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" +msgstr "命令行给定了 %d 个源文件" + +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" +msgstr "%d 个源文件的目标文件已过期" -#: sphinx/cmd/quickstart.py:300 +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "正在查找当前已过期的文件……" + +#: builders/__init__.py:386 +#, python-format +msgid "%d found" +msgstr "找到 %d 个已过期文件" + +#: builders/__init__.py:388 +msgid "none found" +msgstr "没有找到已过期文件" + +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "正在 Pickle 序列化环境" + +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "正在校验一致性" + +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "没有过期的目标文件。" + +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "正在更新环境:" + +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "有 %s 个新增文件,有 %s 个文件已被修改,有 %s 个文件已被移除" + +#: builders/__init__.py:507 +#, python-format msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -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 相匹配。请把主文档移动到其他位置。" -#: sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "指出下列 Sphinx 扩展中,需要启用的有哪些:" +#: builders/__init__.py:516 +#, 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 中移除该排除模式。" -#: sphinx/cmd/quickstart.py:312 +#: builders/__init__.py:527 +#, python-format msgid "" -"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " -"been deselected." -msgstr "注意:imgmath 和 mathjax 不能同时启用。已取消选择 imgmath。" +"Sphinx is unable to load the master document (%s) because it 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/cmd/quickstart.py:318 +#: builders/__init__.py:534 +#, 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 批处理文件,可以直接像“make html”这样\n运行,而不需要直接调用 sphinx-build。" +"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/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" -msgstr "是否创建 Makefile?(y/n)" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "正在读取源文件……" -#: sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" -msgstr "是否创建 Windows 批处理文件?(y/n)" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" +msgstr "待写入文档名称:%s" + +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "正在准备写入文档" -#: sphinx/cmd/quickstart.py:368 sphinx/ext/apidoc.py:93 +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "正在复制资产文件" + +#: builders/__init__.py:845 #, python-format -msgid "Creating file %s." -msgstr "正在创建文件 %s。" +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "源码中存在编码无法识别的字符,已经替换为“?”:%r" -#: sphinx/cmd/quickstart.py:373 sphinx/ext/apidoc.py:90 +#: builders/epub3.py:83 #, python-format -msgid "File %s already exists, skipping." -msgstr "文件 %s 已存在,已跳过。" +msgid "The ePub file is in %(outdir)s." +msgstr "ePub 文件保存在 %(outdir)s。" -#: sphinx/cmd/quickstart.py:418 -msgid "Finished: An initial directory structure has been created." -msgstr "完成:已创建初始目录结构。" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "正在写入 nav.xhtml 文件……" + +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_language”(或“language”)的值不能为空" + +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_uid”的值应为 XML 名称格式的字符串" + +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_title”(或“html_title”)的值不能为空" + +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_author”的值不能为空" + +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_contributor”的值不能为空" + +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_description”的值不能为空" -#: sphinx/cmd/quickstart.py:420 +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_publisher”的值不能为空" + +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_copyright”(或“copyright”)不能为空" + +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“epub_identifier”的值不能为空" + +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "对于 EPUB3 格式,配置项“version”的值不能为空" + +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "你现在可以填写主文档文件 %s 然后创建其他文档源文件了。 " +msgid "invalid css_file: %r, ignored" +msgstr "无效的 css_file:%r,已忽略" -#: 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:220 +#, python-format +msgid "duplicated ToC entry found: %s" +msgstr "发现重复的目录条目:%s" -#: sphinx/cmd/quickstart.py:426 +#: builders/_epub_base.py:432 #, 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 "cannot read image file %r: copying it instead" +msgstr "无法读取图像文件 %r:改为直接复制" -#: 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:463 +#, python-format +msgid "cannot write image file %r: %s" +msgstr "无法写入图像文件 %r:%s" -#: 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:475 +msgid "Pillow not found - copying image files" +msgstr "未找到 Pillow - 正在复制图像文件" -#: sphinx/cmd/quickstart.py:479 -msgid "quiet mode" -msgstr "静默模式" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." +msgstr "正在写入 mimetype 文件……" -#: sphinx/cmd/quickstart.py:484 -msgid "project root" -msgstr "项目根目录" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." +msgstr "正在写入 META-INF/container.xml 文件……" -#: sphinx/cmd/quickstart.py:486 -msgid "Structure options" -msgstr "目录结构选项" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." +msgstr "正在写入 content.opf 文件……" -#: sphinx/cmd/quickstart.py:488 -msgid "if specified, separate source and build dirs" -msgstr "如果指定了此选项,将分别建立源文件目录和构建目录" +#: builders/_epub_base.py:585 +#, python-format +msgid "unknown mimetype for %s, ignoring" +msgstr "%s 的 MIME 类型未知,已忽略" -#: sphinx/cmd/quickstart.py:490 -msgid "if specified, create build dir under source dir" -msgstr "如果指定了此选项,在源文件目录下创建构建目录" +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." +msgstr "正在写入 toc.ncx 文件……" -#: sphinx/cmd/quickstart.py:492 -msgid "replacement for dot in _templates etc." -msgstr "用句点替代“ _templates”等文件夹名称中的下划线。" +#: builders/_epub_base.py:785 +#, python-format +msgid "writing %s file..." +msgstr "正在写入 %s 文件……" -#: sphinx/cmd/quickstart.py:494 -msgid "Project basic options" -msgstr "项目基本参数" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." +msgstr "概览文件保存在 %(outdir)s 目录 。" -#: sphinx/cmd/quickstart.py:496 -msgid "project name" -msgstr "项目名称" +#: builders/changes.py:60 +#, python-format +msgid "no changes in version %s." +msgstr "%s 版本中没有做出修改。" -#: sphinx/cmd/quickstart.py:498 -msgid "author names" -msgstr "作者名称" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "正在写入摘要文件……" -#: sphinx/cmd/quickstart.py:500 -msgid "version of project" -msgstr "项目版本" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "内置模块" -#: sphinx/cmd/quickstart.py:502 -msgid "release of project" -msgstr "项目发行版本" +#: builders/changes.py:79 +msgid "Module level" +msgstr "模块级" -#: sphinx/cmd/quickstart.py:504 -msgid "document language" -msgstr "项目语种" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "正在复制源文件……" -#: sphinx/cmd/quickstart.py:506 -msgid "source file suffix" -msgstr "源文件后缀" +#: builders/changes.py:140 +#, python-format +msgid "could not read %r for changelog creation" +msgstr "无法读取用于创建变更记录的 %r" -#: sphinx/cmd/quickstart.py:508 -msgid "master document name" -msgstr "主文档名" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "未找到默认角色 %s" -#: sphinx/cmd/quickstart.py:510 -msgid "use epub" -msgstr "启用 ePub 支持" +#: 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 "%s 域中的问题:字段应采用“%s”角色,但域中并不包含该角色。" -#: sphinx/cmd/quickstart.py:512 -msgid "Extension options" -msgstr "扩展程序选项" +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "中止了把 %s 复制至 %s 的尝试(目的路径非空)。" -#: sphinx/cmd/quickstart.py:516 sphinx/ext/apidoc.py:400 +#: util/nodes.py:419 #, python-format -msgid "enable %s extension" -msgstr "启用 %s 扩展" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "%r 不再适用于索引款目(源自 %r 款目)。请使用“pair: %s”作为替代。" -#: sphinx/cmd/quickstart.py:518 sphinx/ext/apidoc.py:396 -msgid "enable arbitrary extensions" -msgstr "启用多个扩展" +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "目录树引用的文件 %r 不存在" -#: sphinx/cmd/quickstart.py:520 -msgid "Makefile and Batchfile creation" -msgstr "创建 Makefile 和批处理文件" +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "only 指令的表达式求值时抛出异常:%s" -#: sphinx/cmd/quickstart.py:522 -msgid "create makefile" -msgstr "创建 Makefile" +#: 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/cmd/quickstart.py:524 -msgid "do not create makefile" -msgstr "不创建 Makefile" +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "正在把已求值的模板结果写入 %s" -#: sphinx/cmd/quickstart.py:526 -msgid "create batchfile" -msgstr "创建批处理文件" +#: util/inventory.py:170 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "清单 <%s> 中包含重复的 %s 定义" -#: sphinx/cmd/quickstart.py:529 -msgid "do not create batchfile" -msgstr "不创建批处理文件" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "清单 <%s> 中包含多个 %s 的定义" -#: sphinx/cmd/quickstart.py:532 -msgid "use make-mode for Makefile/make.bat" -msgstr "Makefile/make.bat 采用 Sphinx 的 make 模式" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "未知的指令或角色名称:%s:%s" -#: sphinx/cmd/quickstart.py:535 -msgid "do not use make-mode for Makefile/make.bat" -msgstr "Makefile/make.bat 不采用 Sphinx 的 make 模式" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "未知节点类型:%r" -#: sphinx/cmd/quickstart.py:537 sphinx/ext/apidoc.py:402 -msgid "Project templating" -msgstr "项目模板" +#: util/display.py:83 +msgid "skipped" +msgstr "已跳过" -#: sphinx/cmd/quickstart.py:540 sphinx/ext/apidoc.py:405 -msgid "template directory for template files" -msgstr "放置模板文件的模板目录" +#: util/display.py:88 +msgid "failed" +msgstr "失败" + +#: util/i18n.py:105 +#, python-format +msgid "reading error: %s, %s" +msgstr "读取时发生错误:%s,%s" -#: sphinx/cmd/quickstart.py:543 -msgid "define a template variable" -msgstr "定义一个模板变量" +#: util/i18n.py:112 +#, python-format +msgid "writing error: %s, %s" +msgstr "写入时发生错误:%s,%s" -#: sphinx/cmd/quickstart.py:576 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "指定了“quiet”,但是没有指定“project”和“author”。" +#: util/i18n.py:141 +#, python-format +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s 不存在" -#: sphinx/cmd/quickstart.py:590 +#: util/i18n.py:236 +#, python-format msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "错误:指定的路径不是一个目录,或是 Sphinx 文件已存在。" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" +msgstr "无效的日期格式。如果你想直接输出日期字符串,请用单引号包裹该字符串:%s" -#: sphinx/cmd/quickstart.py:592 +#: directives/patches.py:66 msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart 只会在空目录中生成文件。请指定一个新的根路径。" - -#: sphinx/cmd/quickstart.py:607 -#, python-format -msgid "Invalid template variable: %s" -msgstr "无效模板变量:%s" +"\":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/directives/code.py:61 +#: directives/code.py:63 msgid "non-whitespace stripped by dedent" msgstr "取消缩进操作清除了空白字符" -#: sphinx/directives/code.py:82 +#: directives/code.py:84 #, python-format msgid "Invalid caption: %s" msgstr "无效的标题:%s" -#: sphinx/directives/code.py:127 sphinx/directives/code.py:277 -#: sphinx/directives/code.py:453 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format msgid "line number spec is out of range(1-%d): %r" msgstr "指定的行号超出范围(1-%d):%r" -#: sphinx/directives/code.py:206 +#: directives/code.py:211 #, python-format msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "“%s”和“%s”选项不可联用" -#: sphinx/directives/code.py:220 +#: directives/code.py:225 #, python-format msgid "Include file %r not found or reading it failed" msgstr "要包含的文件 %r 不存在或读取失败" -#: sphinx/directives/code.py:223 +#: directives/code.py:228 #, python-format msgid "" "Encoding %r used for reading included file %r seems to be wrong, try giving " "an :encoding: option" msgstr "用于读取包含文件 %r 的编码 %r 不正确,请重新给定 encoding: 选项" -#: sphinx/directives/code.py:260 +#: directives/code.py:270 #, python-format msgid "Object named %r not found in include file %r" msgstr "对象 %r 未出现在包含文件 %r 中" -#: sphinx/directives/code.py:286 +#: directives/code.py:303 msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "不能在不连续的“lines”上使用“lineno-match”选项" -#: sphinx/directives/code.py:291 +#: directives/code.py:308 #, python-format msgid "Line spec %r: no lines pulled from include file %r" msgstr "指定的行 %r:未能从包含文件 %r 中拉取指定的行" -#: sphinx/directives/other.py:120 +#: directives/other.py:122 #, python-format msgid "toctree glob pattern %r didn't match any documents" msgstr "目录树 glob 规则 %r 未能匹配到文档" -#: sphinx/directives/other.py:146 sphinx/environment/adapters/toctree.py:324 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format msgid "toctree contains reference to excluded document %r" msgstr "目录树中引用了已排除的文档 %r" -#: sphinx/directives/other.py:149 sphinx/environment/adapters/toctree.py:328 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format msgid "toctree contains reference to nonexisting document %r" msgstr "目录树中引用的文档 %r 不存在" -#: sphinx/directives/other.py:160 +#: directives/other.py:171 #, python-format msgid "duplicated entry found in toctree: %s" msgstr "目录树中存在重复的条目:%s" -#: sphinx/directives/other.py:193 +#: directives/other.py:204 msgid "Section author: " msgstr "节作者: " -#: sphinx/directives/other.py:195 +#: directives/other.py:206 msgid "Module author: " msgstr "模块作者: " -#: sphinx/directives/other.py:197 +#: directives/other.py:208 msgid "Code author: " msgstr "代码作者: " -#: sphinx/directives/other.py:199 +#: directives/other.py:210 msgid "Author: " msgstr "作者: " -#: sphinx/directives/other.py:275 +#: directives/other.py:284 msgid ".. acks content is not a list" msgstr ".. acks 的内容不是列表" -#: sphinx/directives/other.py:301 +#: directives/other.py:309 msgid ".. hlist content is not a list" msgstr ".. hlist 的内容不是列表" -#: sphinx/directives/patches.py:66 +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "使用方法:" + +#: _cli/__init__.py:75 +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:112 _cli/__init__.py:183 +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:172 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”选项现在会将绝对路径视为源文件目录的相对路径。请更新你的文档内容。" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: 错误: {1}\n运行“{0} --help”获取帮助信息" + +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr " 用 Sphinx 管理文档。" + +#: _cli/__init__.py:194 +msgid "Show the version and exit." +msgstr "显示版本并退出。" + +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "显示此信息并退出。" -#: sphinx/domains/__init__.py:397 +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "日志" + +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "增加日志详细级别(可以重复叠加)" + +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "只打印错误和警告。" + +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "完全没有输出" + +#: _cli/__init__.py:234 +msgid "" +msgstr "" + +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "参见 'sphinx --help' 。\n" + +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s %s" -msgstr "%s %s" +msgid "%b %d, %Y" +msgstr "%Y 年 %m 月 %d 日" + +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "无法计算转译进度!" -#: sphinx/domains/changeset.py:23 +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "尚无已转译的元素!" + +#: transforms/__init__.py:267 #, python-format -msgid "Added in version %s" -msgstr "" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "索引页使用了 4 列布局,可能是你所用的扩展出现了 Bug:%r" -#: sphinx/domains/changeset.py:24 +#: transforms/__init__.py:313 #, python-format -msgid "Changed in version %s" -msgstr "在 %s 版本发生变更" +msgid "Footnote [%s] is not referenced." +msgstr "脚注 [%s] 没有被引用过。" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "脚注 [*] 没有被引用过。" -#: sphinx/domains/changeset.py:25 +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "脚注 [#] 没有被引用过。" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "译文中的脚注引用与原文不一致。原文中为:{0},翻文中为:{1}" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "译文中的引用与原文不一致。原文中为:{0},译文中为:{1}" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "译文中的引文引用与原文不一致。原文中为:{0},译文中为:{1}" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "译文中的术语引用与原文不一致。原文中为:{0},译文中为:{1}" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[源代码]" + +#: ext/imgconverter.py:40 #, python-format -msgid "Deprecated since version %s" -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 "无法运行图像转换命令 %r。“sphinx.ext.imgconverter”默认依赖于 ImageMagick。请确保已安装了它,或者可以自定义“image_converter”选项,设置一个其他的转换命令。\n\n回溯信息:%s" -#: sphinx/domains/changeset.py:26 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format -msgid "Removed in version %s" -msgstr "" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "格式转换发生错误并退出:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/domains/citation.py:71 +#: ext/imgconverter.py:68 #, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "重复的引文 %s,另一引文出现在 %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "无法运行格式转换命令 %r,请检查 image_converter 的设置" + +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "正在高亮模块代码……" + +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[文档]" -#: sphinx/domains/citation.py:82 +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "模块代码" + +#: ext/viewcode.py:311 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "引文 [%s] 没有被引用过。" +msgid "

Source code for %s

" +msgstr "

%s 源代码

" + +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "概览:模块代码" + +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "

代码可用的所有模块

" -#: sphinx/domains/javascript.py:165 +#: ext/coverage.py:47 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (内置函数)" +msgid "invalid regex %r in %s" +msgstr "无效的正则表达式 %r 出现在 %s" -#: sphinx/domains/javascript.py:166 sphinx/domains/python/__init__.py:240 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s 方法)" +msgid "module %s could not be imported: %s" +msgstr "无法导入模块 %s:%s" -#: sphinx/domains/javascript.py:168 +#: ext/coverage.py:141 #, python-format -msgid "%s() (class)" -msgstr "%s()(类)" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "下列模块有对应文档但未在 coverage_modules 中列出:%s" -#: sphinx/domains/javascript.py:170 +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "下列模块在 coverage_modules 中列出但没有对应文档" + +#: ext/coverage.py:163 #, python-format -msgid "%s (global variable or constant)" -msgstr "%s(全局变量或常量)" +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "已完成源文件的覆盖率测试,结果保存在 %(outdir)s/python.txt 中,请查阅。" -#: sphinx/domains/javascript.py:172 sphinx/domains/python/__init__.py:325 +#: ext/coverage.py:177 #, python-format -msgid "%s (%s attribute)" -msgstr "%s(%s 属性)" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "coverage_c_regexes 中有无效的正则表达式 %r" -#: sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "参数" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" +msgstr "缺少文档的 C API:%s [%s] 在 %s 文件中" -#: sphinx/domains/cpp/__init__.py:350 sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "抛出" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" +msgstr "缺少文档的 Python 函数: %s :: %s" -#: 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 "返回" +#: ext/coverage.py:445 +#, python-format +msgid "undocumented python class: %s :: %s" +msgstr "缺少文档的 Python 类:%s :: %s" -#: sphinx/domains/c/__init__.py:253 sphinx/domains/javascript.py:263 -#: sphinx/domains/python/_object.py:177 -msgid "Return type" -msgstr "返回类型" +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "缺少文档的 Python 方法:%s :: %s :: %s" + +#: 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 +#, 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 "可以用 extlink 替换硬编码链接 %r(请尝试改用 %r)" + +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." +msgstr "“%s”选项中缺少“+”或“-”。" + +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." +msgstr "无效的选项“%s”。" + +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "无效的 pyversion 选项“%s”" + +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "无效的 TestCode 类型" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." +msgstr "已完成源文件的文档测试,结果保存在 %(outdir)s/output.txt 中,请查阅。" + +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "块 %s 没有代码或没有输出,该块出现在 %s:%s" + +#: ext/doctest.py:522 +#, 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 "不能同时指定 Graphviz 指令的内容和文件名参数" + +#: ext/graphviz.py:145 +#, 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”指令。" + +#: ext/graphviz.py:268 +#, python-format +msgid "graphviz_dot executable path must be set! %r" +msgstr "必须设置 graphviz_dot 可执行程序的路径!%r" + +#: ext/graphviz.py:303 +#, 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:310 +#, 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:313 +#, python-format +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot 未生成输出文件:\n[stderr]\n%r\n[stdout]\n%r" -#: sphinx/domains/javascript.py:331 +#: ext/graphviz.py:329 #, python-format -msgid "%s (module)" -msgstr "%s(模块)" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format 的值只能是“png”或“svg”,但现在给定的是 %r" -#: 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 "函数" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" +msgstr "dot 代码 %r: %s" -#: sphinx/domains/javascript.py:369 sphinx/domains/python/__init__.py:578 -msgid "method" -msgstr "方法" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[图表:%s]" -#: sphinx/domains/cpp/__init__.py:762 sphinx/domains/javascript.py:370 -#: sphinx/domains/python/__init__.py:576 -msgid "class" -msgstr "类" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[图表]" -#: sphinx/domains/javascript.py:371 sphinx/domains/python/__init__.py:575 -msgid "data" -msgstr "数据" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "链接到此公式" -#: sphinx/domains/javascript.py:372 sphinx/domains/python/__init__.py:581 -msgid "attribute" -msgstr "属性" +#: ext/apidoc.py:85 +#, python-format +msgid "Would create file %s." +msgstr "将会创建文件 %s。" -#: sphinx/domains/javascript.py:373 sphinx/domains/python/__init__.py:583 -msgid "module" -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在 中递归查找 Python 模块和包,然后在 中为每个使用了\nautomodule 指令的包创建一个 reST 文件。\n\n 可以排除生成符合规则的文件/目录的文档。\n\n提示:本脚本默认不会覆盖已有文件。" -#: sphinx/domains/javascript.py:404 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "重复的 %s描述 %s,其他的 %s 描述出现在 %s" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "指定模块的路径,用于生成该模块的文档" -#: sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "重复的公式标签 %s,另一公式出现在 %s" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "以 fnmatch 风格的文件/目录规则,不生成与该规则匹配的文档" -#: sphinx/domains/math.py:118 sphinx/writers/latex.py:2252 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "无效的 math_eqref_format:%r" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "存放输出内容的目录" -#: sphinx/domains/rst.py:127 sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" -msgstr "%s(指令)" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "在目录树中展示子模块的最大深度(默认:4)" -#: sphinx/domains/rst.py:185 sphinx/domains/rst.py:189 -#, python-format -msgid ":%s: (directive option)" -msgstr ":%s:(指令选项)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "覆盖已有文件" -#: sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" -msgstr "%s(角色)" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "遵循符号链接。配合 collective.recipe.omelette 使用尤其奏效。" -#: sphinx/domains/rst.py:223 -msgid "directive" -msgstr "指令" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "运行脚本,但不创建文件" -#: sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "指令-选项" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "给模块创建各自的文档页" -#: sphinx/domains/rst.py:225 -msgid "role" -msgstr "角色" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "包含“_private”模块" -#: sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "重复的 %s %s 描述,另一描述出现在 %s" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "目录的文件名(默认:modules)" -#: sphinx/domains/c/__init__.py:146 -#, python-format -msgid "%s (C %s)" -msgstr "%s(C %s)" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "不创建目录文件" -#: sphinx/domains/c/__init__.py:207 sphinx/domains/c/_symbol.py:552 -#, python-format +#: ext/apidoc.py:481 msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." -msgstr "重复的 C 声明,已经在 %s:%s 处声明。\n声明为“.. c:%s:: %s”。" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "不创建模块/包的标题(比如当 docstring 中已经有标题时,可以使用这个选项)" -#: 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 "参数" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "把模块文档放置在子模块文档之前" -#: sphinx/domains/c/__init__.py:248 sphinx/domains/cpp/__init__.py:357 -msgid "Return values" -msgstr "返回值" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "根据 PEP-0420 隐式命名空间规范解释模块路径" -#: sphinx/domains/c/__init__.py:620 sphinx/domains/cpp/__init__.py:765 -msgid "member" -msgstr "成员" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "文件后缀(默认:rst)" -#: sphinx/domains/c/__init__.py:621 -msgid "variable" -msgstr "变量" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "删除此次未生成,但存在于输出目录中的文件" -#: sphinx/domains/c/__init__.py:623 -msgid "macro" -msgstr "宏" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "用 sphinx-quickstart 生成完整项目" -#: sphinx/domains/c/__init__.py:624 -msgid "struct" -msgstr "结构体" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "当指定了 --full 选项,把 module_path 附加到 sys.path" -#: sphinx/domains/c/__init__.py:625 sphinx/domains/cpp/__init__.py:763 -msgid "union" -msgstr "联合体" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "项目名称(默认:根模块名)" -#: sphinx/domains/c/__init__.py:626 sphinx/domains/cpp/__init__.py:768 -msgid "enum" -msgstr "枚举" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "项目作者,指定了 --full 选项时使用" -#: sphinx/domains/c/__init__.py:627 sphinx/domains/cpp/__init__.py:769 -msgid "enumerator" -msgstr "枚举成员" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "项目版本,指定了 --full 选项时使用" -#: sphinx/domains/c/__init__.py:628 sphinx/domains/cpp/__init__.py:766 -msgid "type" -msgstr "类型" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "项目发行版本,指定了 --full 选项时使用,默认为 --doc-version 的值" -#: sphinx/domains/c/__init__.py:630 sphinx/domains/cpp/__init__.py:771 -msgid "function parameter" -msgstr "函数参数" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "扩展选项" -#: sphinx/domains/cpp/__init__.py:63 -msgid "Template Parameters" -msgstr "模板参数" +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." +msgstr "%s 不是一个目录。" -#: sphinx/domains/cpp/__init__.py:185 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s (C++ %s)" -msgstr "%s(C++ %s)" +msgid "Failed to remove %s: %s" +msgstr "删除 %s 失败: %s" -#: sphinx/domains/cpp/__init__.py:268 sphinx/domains/cpp/_symbol.py:790 +#: ext/autosectionlabel.py:48 #, 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”。" +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "为“%s”一节增加标签“%s”" -#: sphinx/domains/cpp/__init__.py:767 -msgid "concept" -msgstr "概念" +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 +#, python-format +msgid "duplicate label %s, other instance in %s" +msgstr "重复的标签 %s,另一标签出现在 %s" -#: sphinx/domains/cpp/__init__.py:772 -msgid "template parameter" -msgstr "模板参数" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== 最长读取耗时 =======================" -#: sphinx/domains/python/__init__.py:94 sphinx/domains/python/__init__.py:231 +#: ext/imgmath.py:159 #, python-format -msgid "%s() (in module %s)" -msgstr "%s()(在 %s 模块中)" +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "无法运行 LaTeX 命令 %r (显示数学公式所必需),请检查 imgmath_latex 的设置" -#: sphinx/domains/python/__init__.py:154 sphinx/domains/python/__init__.py:321 -#: sphinx/domains/python/__init__.py:372 +#: ext/imgmath.py:174 #, python-format -msgid "%s (in module %s)" -msgstr "%s()(在 %s 模块中)" +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "无法运行 %s 命令 %r (显示数学公式所必需),请检查 imgmath_%s 的设置" -#: sphinx/domains/python/__init__.py:156 +#: ext/imgmath.py:328 #, python-format -msgid "%s (built-in variable)" -msgstr "%s(内置变量)" +msgid "display latex %r: %s" +msgstr "显示 LaTeX %r:%s" -#: sphinx/domains/python/__init__.py:181 +#: ext/imgmath.py:362 #, python-format -msgid "%s (built-in class)" -msgstr "%s(内置类)" +msgid "inline latex %r: %s" +msgstr "内联 LaTeX %r:%s" + +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "脚注" -#: sphinx/domains/python/__init__.py:182 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "%s (class in %s)" -msgstr "%s(%s 中的类)" +msgid "[image: %s]" +msgstr "[图片: %s]" + +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[图片]" + +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "链接到此定义。" -#: sphinx/domains/python/__init__.py:236 +#: writers/html5.py:415 #, python-format -msgid "%s() (%s class method)" -msgstr "%s()(%s 类方法)" +msgid "numfig_format is not defined for %s" +msgstr "未定义 %s 的 numfig_format" -#: sphinx/domains/python/__init__.py:238 +#: writers/html5.py:427 #, python-format -msgid "%s() (%s static method)" -msgstr "%s()(%s 静态方法)" +msgid "Any IDs not assigned for %s node" +msgstr "没有给 %s 节点分配 ID" + +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "链接到此术语。" + +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "链接到此标题。" + +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "链接到此表格。" -#: sphinx/domains/python/__init__.py:376 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "%s (%s property)" -msgstr "%s(%s 属性)" +msgid "unsupported rubric heading level: %s" +msgstr "不支持的红字标题等级:%s" -#: sphinx/domains/python/__init__.py:502 -msgid "Python Module Index" -msgstr "Python 模块索引" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "链接到此段代码" -#: sphinx/domains/python/__init__.py:503 -msgid "modules" -msgstr "模块" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "链接到此图片" -#: sphinx/domains/python/__init__.py:552 -msgid "Deprecated" -msgstr "已弃用" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "链接到此目录树" -#: sphinx/domains/python/__init__.py:577 -msgid "exception" -msgstr "异常" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "无法获取图像尺寸,已忽略 :scale: 选项。" -#: sphinx/domains/python/__init__.py:579 -msgid "class method" -msgstr "类方法" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "索引" -#: sphinx/domains/python/__init__.py:580 -msgid "static method" -msgstr "静态方法" +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "在节、话题、表格、警示或边栏以外的位置发现标题节点" + +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "在图示之外发现了图题。" + +#: writers/texinfo.py:1300 +#, python-format +msgid "unimplemented node type: %r" +msgstr "未实现的节点类型:%r" + +#: writers/latex.py:364 +#, python-format +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "未知的 %r toplevel_sectioning 被用于 %r 类" + +#: builders/latex/__init__.py:226 writers/latex.py:414 +#, python-format +msgid "no Babel option known for language %r" +msgstr "没有语种 %r 的 Babel 选项" -#: sphinx/domains/python/__init__.py:582 -msgid "property" -msgstr "托管属性" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr ":mathdepth: 值过大,已忽略。" -#: sphinx/domains/python/__init__.py:640 +#: writers/latex.py:593 #, python-format -msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" -msgstr "" +msgid "template %s not found; loading from legacy %s instead" +msgstr "没有找到 %s 模板;使用传统模板 %s 代替" -#: sphinx/domains/python/__init__.py:760 -#, python-format -msgid "more than one target found for cross-reference %r: %s" -msgstr "交叉引用 %r 找到了多个目标:%s" +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "文档标题不是一个单纯文本节点" -#: sphinx/domains/python/__init__.py:821 -msgid " (deprecated)" -msgstr "(已弃用)" +#: writers/latex.py:1178 +msgid "" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "同时指定了 tabularcolumns 和 :widths: 选项,已忽略 :widths:。" -#: sphinx/domains/python/_object.py:168 -msgid "Variables" -msgstr "变量" +#: writers/latex.py:1575 +#, python-format +msgid "dimension unit %s is invalid. Ignored." +msgstr "无效的量纲单位 %s,已忽略。" -#: sphinx/domains/python/_object.py:172 -msgid "Raises" -msgstr "抛出" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" +msgstr "发现未知的索引条目类型 %s" -#: sphinx/domains/std/__init__.py:80 sphinx/domains/std/__init__.py:97 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format msgid "environment variable; %s" msgstr "环境变量; %s" -#: sphinx/domains/std/__init__.py:157 +#: domains/std/__init__.py:111 +#, python-format +msgid "%s; configuration value" +msgstr "%s;配置值" + +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "类型" + +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "默认" + +#: domains/std/__init__.py:234 #, 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”形式" -#: sphinx/domains/std/__init__.py:228 +#: domains/std/__init__.py:305 #, python-format msgid "%s command line option" msgstr "%s命令行选项" -#: sphinx/domains/std/__init__.py:230 +#: domains/std/__init__.py:307 msgid "command line option" msgstr "命令行选项" -#: sphinx/domains/std/__init__.py:348 +#: domains/std/__init__.py:429 msgid "glossary term must be preceded by empty line" msgstr "术语词汇前必须有空行" -#: sphinx/domains/std/__init__.py:356 +#: domains/std/__init__.py:437 msgid "glossary terms must not be separated by empty lines" msgstr "术语词汇不能用空行分隔" -#: sphinx/domains/std/__init__.py:362 sphinx/domains/std/__init__.py:375 +#: domains/std/__init__.py:443 domains/std/__init__.py:456 msgid "glossary seems to be misformatted, check indentation" msgstr "术语词汇格式不正确,请检查缩进" -#: sphinx/domains/std/__init__.py:518 +#: domains/std/__init__.py:601 msgid "glossary term" msgstr "术语词汇" -#: sphinx/domains/std/__init__.py:519 +#: domains/std/__init__.py:602 msgid "grammar token" msgstr "语法记号" -#: sphinx/domains/std/__init__.py:520 +#: domains/std/__init__.py:603 msgid "reference label" msgstr "引用标签" -#: sphinx/domains/std/__init__.py:522 +#: domains/std/__init__.py:606 msgid "environment variable" msgstr "环境变量" -#: sphinx/domains/std/__init__.py:523 +#: domains/std/__init__.py:607 msgid "program option" msgstr "程序选项" -#: sphinx/domains/std/__init__.py:524 +#: domains/std/__init__.py:608 msgid "document" msgstr "文档" -#: sphinx/domains/std/__init__.py:560 sphinx/domains/std/__init__.py:572 +#: domains/std/__init__.py:646 domains/std/__init__.py:658 msgid "Module Index" msgstr "模块索引" -#: sphinx/domains/std/__init__.py:561 sphinx/domains/std/__init__.py:573 -#: sphinx/themes/basic/defindex.html:25 +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 msgid "Search Page" msgstr "搜索页面" -#: sphinx/domains/std/__init__.py:616 sphinx/domains/std/__init__.py:722 -#: sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "重复的标签 %s,另一标签出现在 %s" - -#: sphinx/domains/std/__init__.py:635 +#: domains/std/__init__.py:721 #, python-format msgid "duplicate %s description of %s, other instance in %s" msgstr "重复的 %s 描述 %s,另一描述出现在 %s" -#: sphinx/domains/std/__init__.py:841 +#: domains/std/__init__.py:926 msgid "numfig is disabled. :numref: is ignored." msgstr "numfig 已禁用,忽略 :numref:。" -#: sphinx/domains/std/__init__.py:849 +#: domains/std/__init__.py:934 #, python-format msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "无法创建交叉引用。未指定题图数字:%s" -#: sphinx/domains/std/__init__.py:861 +#: domains/std/__init__.py:946 #, python-format msgid "the link has no caption: %s" msgstr "链接没有标题:%s" -#: sphinx/domains/std/__init__.py:875 +#: domains/std/__init__.py:960 #, python-format msgid "invalid numfig_format: %s (%r)" msgstr "无效的 numfig_format:%s(%r)" -#: sphinx/domains/std/__init__.py:878 +#: domains/std/__init__.py:963 #, python-format msgid "invalid numfig_format: %s" msgstr "无效的 numfig_format:%s" -#: sphinx/domains/std/__init__.py:1109 +#: domains/std/__init__.py:1194 #, python-format msgid "undefined label: %r" msgstr "标签未定义:%r" -#: sphinx/domains/std/__init__.py:1111 +#: domains/std/__init__.py:1196 #, python-format msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "无法创建交叉引用,缺少标题或图题:%r" -#: sphinx/environment/__init__.py:71 -msgid "new config" -msgstr "新配置" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" +msgstr "%s()(在 %s 模块中)" -#: sphinx/environment/__init__.py:72 -msgid "config changed" -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 模块中)" -#: sphinx/environment/__init__.py:73 -msgid "extensions changed" -msgstr "扩展发生了变化" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" +msgstr "%s(内置变量)" -#: sphinx/environment/__init__.py:279 -msgid "build environment version not current" -msgstr "构建环境版本与当前环境不符" +#: domains/python/__init__.py:194 +#, python-format +msgid "%s (built-in class)" +msgstr "%s(内置类)" -#: sphinx/environment/__init__.py:281 -msgid "source directory has changed" -msgstr "源文件目录发生了变化" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" +msgstr "%s(%s 中的类)" -#: sphinx/environment/__init__.py:360 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "本环境与选择的构建器不兼容,请选择其他的文档树目录。" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" +msgstr "%s()(%s 类方法)" -#: sphinx/environment/__init__.py:459 +#: domains/python/__init__.py:251 #, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "无法在 %s 中扫描文档:%r" +msgid "%s() (%s static method)" +msgstr "%s()(%s 静态方法)" -#: sphinx/environment/__init__.py:596 +#: domains/python/__init__.py:389 #, python-format -msgid "Domain %r is not registered" -msgstr "未注册的域 %r" +msgid "%s (%s property)" +msgstr "%s(%s 属性)" -#: sphinx/environment/__init__.py:730 -msgid "document isn't included in any toctree" -msgstr "文档没有加入到任何目录树中" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" +msgstr "%s (%s 中的类型别名)" -#: sphinx/environment/__init__.py:766 -msgid "self referenced toctree found. Ignored." -msgstr "目录树存在自引用,已忽略。" +#: domains/python/__init__.py:557 +msgid "Python Module Index" +msgstr "Python 模块索引" -#: sphinx/environment/adapters/indexentries.py:69 -#, python-format -msgid "see %s" -msgstr "见 %s" +#: domains/python/__init__.py:558 +msgid "modules" +msgstr "模块" -#: sphinx/environment/adapters/indexentries.py:73 -#, python-format -msgid "see also %s" -msgstr "另请参见 %s" +#: domains/python/__init__.py:607 +msgid "Deprecated" +msgstr "已弃用" -#: sphinx/environment/adapters/indexentries.py:76 -#, python-format -msgid "unknown index entry type %r" -msgstr "未知的索引条目类型 %r" +#: domains/python/__init__.py:632 +msgid "exception" +msgstr "异常" -#: sphinx/environment/adapters/indexentries.py:187 -#: sphinx/templates/latex/sphinxmessages.sty_t:11 -msgid "Symbols" -msgstr "符号" +#: domains/python/__init__.py:634 +msgid "class method" +msgstr "类方法" -#: sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "在文档树中检测到循环引用,已忽略:%s <- %s" +#: domains/python/__init__.py:635 +msgid "static method" +msgstr "静态方法" + +#: domains/python/__init__.py:637 +msgid "property" +msgstr "托管属性" + +#: domains/python/__init__.py:638 +msgid "type alias" +msgstr "类型别名" -#: sphinx/environment/adapters/toctree.py:317 +#: domains/python/__init__.py:698 #, python-format msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "目录树引用的文档 %r 缺少标题:不会生成链接" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" +msgstr "重复的对象描述 %s,另一处为 %s,请在其中一处使用 :no-index:。" -#: sphinx/environment/adapters/toctree.py:326 +#: domains/python/__init__.py:817 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "目录树引用了未包含的文档 %r" +msgid "more than one target found for cross-reference %r: %s" +msgstr "交叉引用 %r 找到了多个目标:%s" -#: sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "无法读取图像文件:%s" +#: domains/python/__init__.py:878 +msgid " (deprecated)" +msgstr "(已弃用)" -#: sphinx/environment/collectors/asset.py:108 -#, python-format -msgid "image file %s not readable: %s" -msgstr "无法读取图像文件 %s:%s" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" +msgstr "参数" -#: sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %s" -msgstr "无法读取下载文件:%s" +#: domains/python/_object.py:169 +msgid "Variables" +msgstr "变量" -#: sphinx/environment/collectors/toctree.py:225 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "已经给 %s 分配了章节编号(嵌套的带编号文档树?)" +#: domains/python/_object.py:173 +msgid "Raises" +msgstr "抛出" -#: sphinx/ext/apidoc.py:86 +#: domains/c/__init__.py:199 #, python-format -msgid "Would create file %s." -msgstr "将会创建文件 %s。" +msgid "%s (C %s)" +msgstr "%s(C %s)" -#: sphinx/ext/apidoc.py:318 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, 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 "指定模块的路径,用于生成该模块的文档" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "重复的 C 声明,已经在 %s:%s 处声明。\n声明为“.. c:%s:: %s”。" -#: sphinx/ext/apidoc.py:333 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "以 fnmatch 风格的文件/目录规则,不生成与该规则匹配的文档" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "返回值" -#: sphinx/ext/apidoc.py:338 -msgid "directory to place all output" -msgstr "存放输出内容的目录" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "成员" -#: sphinx/ext/apidoc.py:343 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "在目录树中展示子模块的最大深度(默认:4)" +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "变量" -#: sphinx/ext/apidoc.py:346 -msgid "overwrite existing files" -msgstr "覆盖已有文件" +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "宏" -#: sphinx/ext/apidoc.py:349 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "遵循符号链接。配合 collective.recipe.omelette 使用尤其奏效。" +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "结构体" -#: sphinx/ext/apidoc.py:352 -msgid "run the script without creating files" -msgstr "运行脚本,但不创建文件" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "联合体" -#: sphinx/ext/apidoc.py:355 -msgid "put documentation for each module on its own page" -msgstr "给模块创建各自的文档页" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "枚举" -#: sphinx/ext/apidoc.py:358 -msgid "include \"_private\" modules" -msgstr "包含“_private”模块" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "枚举成员" -#: sphinx/ext/apidoc.py:360 -msgid "filename of table of contents (default: modules)" -msgstr "目录的文件名(默认:modules)" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "类型" -#: sphinx/ext/apidoc.py:362 -msgid "don't create a table of contents file" -msgstr "不创建目录文件" +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "函数参数" -#: sphinx/ext/apidoc.py:365 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "不创建模块/包的标题(比如当 docstring 中已经有标题时,可以使用这个选项)" +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "模板参数" -#: sphinx/ext/apidoc.py:370 -msgid "put module documentation before submodule documentation" -msgstr "把模块文档放置在子模块文档之前" +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s(C++ %s)" -#: sphinx/ext/apidoc.py:374 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "根据 PEP-0420 隐式命名空间规范解释模块路径" +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." +msgstr "重复的 C++ 声明,已经在 %s:%s 处声明。\n声明为“.. cpp:%s:: %s”。" -#: sphinx/ext/apidoc.py:378 -msgid "file suffix (default: rst)" -msgstr "文件后缀(默认:rst)" +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "概念" -#: sphinx/ext/apidoc.py:380 -msgid "generate a full project with sphinx-quickstart" -msgstr "用 sphinx-quickstart 生成完整项目" +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "模板参数" -#: sphinx/ext/apidoc.py:383 -msgid "append module_path to sys.path, used when --full is given" -msgstr "当指定了 --full 选项,把 module_path 附加到 sys.path" +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "目录" -#: sphinx/ext/apidoc.py:385 -msgid "project name (default: root module name)" -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/apidoc.py:387 -msgid "project author(s), used when --full is given" -msgstr "项目作者,指定了 --full 选项时使用" +#: 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/apidoc.py:389 -msgid "project version, used when --full is given" -msgstr "项目版本,指定了 --full 选项时使用" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" +msgstr "提交" -#: sphinx/ext/apidoc.py:391 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "项目发行版本,指定了 --full 选项时使用,默认为 --doc-version 的值" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" +msgstr "显示源代码" -#: sphinx/ext/apidoc.py:394 -msgid "extension options" -msgstr "扩展选项" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "折叠边栏" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "导航" -#: sphinx/ext/apidoc.py:427 +#: themes/basic/layout.html:115 #, python-format -msgid "%s is not a directory." -msgstr "%s 不是一个目录。" +msgid "Search within %(docstitle)s" +msgstr "在 %(docstitle)s 中搜索" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "关于此文档" -#: sphinx/ext/autosectionlabel.py:49 +#: 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 "section \"%s\" gets labeled as \"%s\"" -msgstr "为“%s”一节增加标签“%s”" +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." -#: sphinx/ext/coverage.py:46 +#: themes/basic/layout.html:201 #, python-format -msgid "invalid regex %r in %s" -msgstr "无效的正则表达式 %r 出现在 %s" +msgid "Last updated on %(last_updated)s." +msgstr "最后更新于 %(last_updated)s." -#: sphinx/ext/coverage.py:75 +#: themes/basic/layout.html:204 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." -msgstr "已完成源文件的覆盖率测试,结果保存在 %(outdir)s/python.txt 中,请查阅。" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "由 Sphinx %(sphinx_version)s创建。" -#: sphinx/ext/coverage.py:89 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "coverage_c_regexes 中有无效的正则表达式 %r" +msgid "Index – %(key)s" +msgstr "索引 – %(key)s" -#: sphinx/ext/coverage.py:157 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "缺少文档的 C API:%s [%s] 在 %s 文件中" +#: themes/basic/genindex-single.html:54 themes/basic/genindex-split.html:16 +#: themes/basic/genindex-split.html:30 themes/basic/genindex.html:65 +msgid "Full index on one page" +msgstr "单页全索引" -#: sphinx/ext/coverage.py:189 -#, python-format -msgid "module %s could not be imported: %s" -msgstr "无法导入模块 %s:%s" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" +msgstr "字母索引" -#: sphinx/ext/coverage.py:340 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "缺少文档的 Python 函数: %s :: %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" +msgstr "可能会大" -#: sphinx/ext/coverage.py:356 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "undocumented python class: %s :: %s" -msgstr "缺少文档的 Python 类:%s :: %s" +msgid "Search %(docstitle)s" +msgstr "搜索 %(docstitle)s" -#: sphinx/ext/coverage.py:369 -#, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "缺少文档的 Python 方法:%s :: %s :: %s" +#: themes/basic/sourcelink.html:4 +msgid "This Page" +msgstr "本页" -#: sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "“%s”选项中缺少“+”或“-”。" +#: themes/basic/defindex.html:4 +msgid "Overview" +msgstr "概述" -#: sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "无效的选项“%s”。" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" +msgstr "欢迎!" -#: sphinx/ext/doctest.py:134 -#, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "无效的 pyversion 选项“%s”" +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "本文档属于" -#: sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "无效的 TestCode 类型" +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "最后更新于" -#: sphinx/ext/doctest.py:281 -#, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "已完成源文件的文档测试,结果保存在 %(outdir)s/output.txt 中,请查阅。" +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "索引和表格:" -#: sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "块 %s 没有代码或没有输出,该块出现在 %s:%s" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "完整目录" -#: sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "已忽略无效的文档代码:%r" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "列出所有的章节和部分" -#: sphinx/ext/duration.py:77 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== 最长读取耗时 =======================" +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "搜索文档" -#: sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "可以用 extlink 替换硬编码链接 %r(请尝试改用 %r)" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "全局模块索引" -#: sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "不能同时指定 Graphviz 指令的内容和文件名参数" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "快速查看所有的模块" -#: sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "外部 Graphviz 文件 %r 不存在或读取失败" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" +msgstr "总索引" -#: sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "已忽略无内容的“graphviz”指令。" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" +msgstr "所有函数、类、术语词汇" -#: sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "" +#: themes/basic/searchbox.html:4 +msgid "Quick search" +msgstr "快速搜索" -#: sphinx/ext/graphviz.py:303 -#, python-format +#: themes/basic/search.html:20 msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" -msgstr "无法运行 dot 命令 %r(为输出 graphviz 所必需),请检查 graphviz_dot 的设置" +"Please activate JavaScript to enable the search\n" +" functionality." +msgstr "请激活 JavaScript 以开启搜索功能。" -#: sphinx/ext/graphviz.py:310 -#, python-format +#: themes/basic/search.html:28 msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "dot 发生错误并退出:\n[stderr]\n%r\n[stdout]\n%r" +"Searching for multiple words only shows matches that contain\n" +" all words." +msgstr "当搜索多个关键词时,只会显示同时包含所有关键词的内容。" -#: sphinx/ext/graphviz.py:313 -#, 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/search.html:35 +msgid "search" +msgstr "搜索" -#: 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" +#: themes/basic/relations.html:4 +msgid "Previous topic" +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" +#: themes/basic/relations.html:6 +msgid "previous chapter" +msgstr "上一章" -#: sphinx/ext/graphviz.py:436 sphinx/ext/graphviz.py:444 -#, python-format -msgid "[graph: %s]" -msgstr "[图表:%s]" +#: themes/basic/relations.html:11 +msgid "Next topic" +msgstr "下一主题" -#: sphinx/ext/graphviz.py:438 sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[图表]" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "下一章" -#: 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" +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" +msgstr "展开边栏" -#: sphinx/ext/imgconverter.py:48 sphinx/ext/imgconverter.py:72 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "格式转换发生错误并退出:\n[stderr]\n%r\n[stdout]\n%r" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "于版本 %(version)s— %(docstitle)s 变更" -#: sphinx/ext/imgconverter.py:67 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "无法运行格式转换命令 %r,请检查 image_converter 的设置" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "自动生成的 %(version)s 版本变更列表" -#: sphinx/ext/imgmath.py:158 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "无法运行 LaTeX 命令 %r (显示数学公式所必需),请检查 imgmath_latex 的设置" +#: 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 "其他变更" -#: sphinx/ext/imgmath.py:173 +#: themes/basic/changes/rstsource.html:5 #, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" + +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "隐藏搜索结果" + +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +msgstr "搜索结果" + +#: themes/basic/static/searchtools.js:119 msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "无法运行 %s 命令 %r (显示数学公式所必需),请检查 imgmath_%s 的设置" +"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/ext/imgmath.py:327 -#, python-format -msgid "display latex %r: %s" -msgstr "显示 LaTeX %r:%s" +#: 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] "搜索完成,匹配搜索条件的有 ${resultCount} 个页面。" -#: sphinx/ext/imgmath.py:361 -#, python-format -msgid "inline latex %r: %s" -msgstr "内联 LaTeX %r:%s" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" +msgstr "正在搜索中" -#: sphinx/ext/imgmath.py:368 sphinx/ext/mathjax.py:53 -msgid "Link to this equation" -msgstr "" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." +msgstr "正在准备搜索……" + +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ",在 " -#: sphinx/ext/intersphinx.py:195 +#: environment/collectors/asset.py:95 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx 清单被移动过:%s -> %s" +msgid "image file not readable: %s" +msgstr "无法读取图像文件:%s" -#: sphinx/ext/intersphinx.py:230 +#: environment/collectors/asset.py:123 #, python-format -msgid "loading intersphinx inventory from %s..." -msgstr "正在从 %s 加载 intersphinx 清单……" +msgid "image file %s not readable: %s" +msgstr "无法读取图像文件 %s:%s" -#: sphinx/ext/intersphinx.py:244 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "在读取这些清单时遇到了一些问题,但已找到可用替代:" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" +msgstr "无法读取下载文件:%s" -#: sphinx/ext/intersphinx.py:250 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "无法访问任何清单,问题如下:" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "已经给 %s 分配了章节编号(嵌套的带编号文档树?)" -#: sphinx/ext/intersphinx.py:303 +#: environment/adapters/toctree.py:318 #, python-format -msgid "(in %s v%s)" -msgstr "(在 %s v%s)" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "在文档树中检测到循环引用,已忽略:%s <- %s" -#: sphinx/ext/intersphinx.py:305 +#: environment/adapters/toctree.py:342 #, python-format -msgid "(in %s)" -msgstr "(在 %s)" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "目录树引用的文档 %r 缺少标题:不会生成链接" + +#: environment/adapters/toctree.py:357 +#, python-format +msgid "toctree contains reference to non-included document %r" +msgstr "目录树引用了未包含的文档 %r" -#: sphinx/ext/intersphinx.py:538 +#: environment/adapters/indexentries.py:126 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "" +msgid "see %s" +msgstr "见 %s" -#: sphinx/ext/intersphinx.py:546 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "" +msgid "see also %s" +msgstr "另请参见 %s" -#: sphinx/ext/intersphinx.py:557 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "" +msgid "unknown index entry type %r" +msgstr "未知的索引条目类型 %r" -#: sphinx/ext/intersphinx.py:750 -#, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "未找到外部 %s:%s 引用目标:%s" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +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 "无法读取损坏的构建信息文件(缺少 config 条目)" -#: sphinx/ext/intersphinx.py:775 +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "无法读取损坏的构建信息文件(缺少 tags 条目)" + +#: builders/html/__init__.py:113 #, python-format -msgid "intersphinx identifier %r is not string. Ignored" -msgstr "intersphinx 标识符 %r 不是字符串,已忽略" +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML 页面保存在 %(outdir)s 目录。" -#: sphinx/ext/intersphinx.py:797 +#: builders/html/__init__.py:340 #, python-format -msgid "Failed to read intersphinx_mapping[%s], ignored: %r" -msgstr "无法读取 intersphinx_mapping[%s],已忽略:%r" +msgid "Failed to read build info file: %r" +msgstr "读取构建信息文件失败:%r" -#: sphinx/ext/linkcode.py:69 sphinx/ext/viewcode.py:199 -msgid "[source]" -msgstr "[源代码]" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "build_info 不匹配,正在把 .buildinfo 复制为 .buildinfo.bak" -#: sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "待处理" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "正在构建 [html]:" -#: sphinx/ext/todo.py:102 +#: builders/html/__init__.py:374 #, python-format -msgid "TODO entry found: %s" -msgstr "发现待处理条目:%s" +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "自上次构建后模板 %s 发生了变动,将重新构建所有文档。" -#: sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "索引" -#: sphinx/ext/todo.py:163 +#: builders/html/__init__.py:547 #, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> 见 %s,第 %d 行。)" +msgid "Logo of %s" +msgstr "%s 的 Logo" -#: sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "原始条目" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "下一页" -#: sphinx/ext/viewcode.py:256 -msgid "highlighting module code... " -msgstr "正在高亮模块代码……" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "上一页" -#: sphinx/ext/viewcode.py:284 -msgid "[docs]" -msgstr "[文档]" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "正在生成索引" -#: sphinx/ext/viewcode.py:304 -msgid "Module code" -msgstr "模块代码" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "正在写入附加页面" -#: sphinx/ext/viewcode.py:310 +#: builders/html/__init__.py:772 #, python-format -msgid "

Source code for %s

" -msgstr "

%s 源代码

" +msgid "cannot copy image file '%s': %s" +msgstr "无法复制图像文件“%s”:%s" -#: sphinx/ext/viewcode.py:336 -msgid "Overview: module code" -msgstr "概览:模块代码" - -#: sphinx/ext/viewcode.py:337 -msgid "

All modules for which code is available

" -msgstr "

代码可用的所有模块

" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "正在复制可下载文件……" -#: sphinx/ext/autodoc/__init__.py:135 +#: builders/html/__init__.py:796 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "无效的 member-order 选项值:%s" +msgid "cannot copy downloadable file %r: %s" +msgstr "无法复制可下载文件 %r:%s" -#: sphinx/ext/autodoc/__init__.py:143 +#: builders/html/__init__.py:843 #, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "无效的 class-doc-from 选项值:%s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "向主题的“static”目录复制文件失败:%s: %r" -#: sphinx/ext/autodoc/__init__.py:399 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "无效的 auto%s 签名(%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "无法复制 html_static_file 中的文件:%s: %r" -#: sphinx/ext/autodoc/__init__.py:515 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "在格式化 %s 的参数时报错:%s" +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "正在复制静态文件" -#: sphinx/ext/autodoc/__init__.py:798 +#: builders/html/__init__.py:912 #, 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" +msgid "cannot copy static file %r" +msgstr "无法复制静态文件 %r" -#: sphinx/ext/autodoc/__init__.py:893 -#, 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”指令,或者显式给定模块名)" +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "正在复制额外文件" -#: sphinx/ext/autodoc/__init__.py:937 +#: builders/html/__init__.py:927 #, python-format -msgid "A mocked object is detected: %r" -msgstr "检测到仿制的对象:%r" +msgid "cannot copy extra file %r" +msgstr "无法复制额外文件 %r" -#: sphinx/ext/autodoc/__init__.py:956 +#: builders/html/__init__.py:933 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "在格式化 %s 的签名时发生错误:%s" +msgid "Failed to write build info file: %r" +msgstr "写入构建信息文件失败:%r" -#: sphinx/ext/autodoc/__init__.py:1019 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "automodule 名中的“::”无意义" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "无法加载搜索索引,不会构建所有文档:索引将不完整。" -#: sphinx/ext/autodoc/__init__.py:1026 +#: builders/html/__init__.py:1027 #, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "automodule %s 给定了函数签名参数或返回类型标注" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "页面 %s 同时符合两条 html_sidebars 规则:%r 和 %r" -#: sphinx/ext/autodoc/__init__.py:1039 +#: builders/html/__init__.py:1188 #, python-format msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ 应是一个字符串列表,而不是 %r (出现在模块 %s 中) -- 已忽略__all__" +"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/ext/autodoc/__init__.py:1105 +#: builders/html/__init__.py:1197 #, 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 -#, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "无法获取函数 %s 的签名:%s" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "渲染页面 %s 时发生了错误。\n原因:%r" -#: sphinx/ext/autodoc/__init__.py:1618 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "无法获取构造函数 %s 的签名:%s" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "正在导出对象清单" -#: sphinx/ext/autodoc/__init__.py:1745 +#: builders/html/__init__.py:1237 #, python-format -msgid "Bases: %s" -msgstr "基类:%s" +msgid "dumping search index in %s" +msgstr "正在导出 %s 的搜索索引" -#: sphinx/ext/autodoc/__init__.py:1759 +#: builders/html/__init__.py:1279 #, python-format -msgid "missing attribute %s in object %s" -msgstr "指定了 %s 属性,但对象 %s 缺少该属性" +msgid "invalid js_file: %r, ignored" +msgstr "无效的 js_file:%r,已忽略" -#: sphinx/ext/autodoc/__init__.py:1858 sphinx/ext/autodoc/__init__.py:1895 -#: sphinx/ext/autodoc/__init__.py:1990 -#, python-format -msgid "alias of %s" -msgstr "%s 的别名" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "注册了多个 math_renderer,但没有选择 math_renderer。" -#: sphinx/ext/autodoc/__init__.py:1878 +#: builders/html/__init__.py:1317 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "TypeVar(%s) 的别名" +msgid "Unknown math_renderer %r is given." +msgstr "给定的 math_renderer %r 不存在。" -#: sphinx/ext/autodoc/__init__.py:2216 sphinx/ext/autodoc/__init__.py:2316 +#: builders/html/__init__.py:1325 #, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "无法获取方法 %s 的签名:%s" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path 入口 %r 不存在" -#: sphinx/ext/autodoc/__init__.py:2447 +#: builders/html/__init__.py:1332 #, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "%s 上有无效的 __slots__,已忽略。" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path 入口 %r 被置于输出目录内" -#: sphinx/ext/autodoc/preserve_defaults.py:190 +#: builders/html/__init__.py:1342 #, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "无法解析 %r 的默认参数值:%s" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path 入口 %r 不存在" -#: sphinx/ext/autodoc/type_comment.py:132 +#: builders/html/__init__.py:1349 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "无法更新 %r 的签名:未找到参数:%s" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path 入口 %r 置于输出目录内" -#: sphinx/ext/autodoc/type_comment.py:135 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "无法解析 %r 的类型注释:%s" +msgid "logo file %r does not exist" +msgstr "logo 文件 %r 不存在" -#: sphinx/ext/autosummary/__init__.py:251 +#: builders/html/__init__.py:1372 #, python-format -msgid "autosummary references excluded document %r. Ignored." -msgstr "自动摘要引用了排除的文档 %r,已忽略。" +msgid "favicon file %r does not exist" +msgstr "favicon 文件 %r 不存在" -#: sphinx/ext/autosummary/__init__.py:253 +#: builders/html/__init__.py:1384 #, python-format msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." -msgstr "自动摘要:无法找到存根文件 %r。请检查你的 autosummary_generate 设置。" +"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/autosummary/__init__.py:272 -msgid "A captioned autosummary requires :toctree: option. ignored." -msgstr "在自动摘要中指定标题时也需要指定 :toctree: 选项,已忽略。" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "Sphinx 不再支持 HTML 4。(在配置项中检测到了“html4_writer=True”)" -#: sphinx/ext/autosummary/__init__.py:325 +#: builders/html/__init__.py:1414 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "自动摘要:无法导入 %s。\n可能原因:\n%s" +msgid "%s %s documentation" +msgstr "%s %s 文档" + +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" +msgstr "无法获取文档名称!" -#: sphinx/ext/autosummary/__init__.py:339 +#: builders/latex/transforms.py:119 #, python-format -msgid "failed to parse name %s" -msgstr "无法解析名称 %s" +msgid "Failed to get a docname for source %r!" +msgstr "无法获取文档源码 %r 的文档名称!" -#: sphinx/ext/autosummary/__init__.py:344 +#: builders/latex/transforms.py:485 #, python-format -msgid "failed to import object %s" -msgstr "无法导入对象 %s" +msgid "No footnote was found for given reference node %r" +msgstr "给定的引用节点 %r 没有对应的脚注" -#: sphinx/ext/autosummary/__init__.py:802 +#: builders/latex/__init__.py:117 #, python-format -msgid "autosummary_generate: file not found: %s" -msgstr "autosummary_generate 配置项:文件 %s 不存在" +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTex 文件保存在 %(outdir)s 目录。" -#: sphinx/ext/autosummary/__init__.py:810 +#: builders/latex/__init__.py:119 msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" +"\n" +"Run 'make' in that directory to run these through (pdf)latex\n" +"(use `make latexpdf' here to do that automatically)." +msgstr "\n在该目录下运行“make”以通过 (pdf)latex 处理这些 LaTex 文件\n(在此处用“make latexpdf”即可自动执行上述操作)。" + +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "未找到“latex_documents”配置项,不会写入文档" -#: sphinx/ext/autosummary/generate.py:200 -#: sphinx/ext/autosummary/generate.py:358 +#: builders/latex/__init__.py:169 #, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "自动摘要:无法判断是否生成 %r 的文档。抛出了下列异常:\n%s" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "配置项“latex_documents”引用的文档 %s 不存在" + +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "发行版本" + +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "正在复制 TeX 支持文件" + +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "正在复制附加文件" -#: sphinx/ext/autosummary/generate.py:470 +#: builders/latex/__init__.py:543 #, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[自动摘要] 正在生成自动摘要:%s" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "未知配置项:latex_elements[%r],已忽略。" -#: sphinx/ext/autosummary/generate.py:474 +#: builders/latex/__init__.py:551 #, python-format -msgid "[autosummary] writing to %s" -msgstr "[自动摘要] 正在写入 %s" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "未知主题选项:latex_theme_options[%r],已忽略。" -#: sphinx/ext/autosummary/generate.py:517 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[自动摘要]无法导入 %s。\n可能原因:\n%s" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r 中缺少“theme”配置项" -#: sphinx/ext/autosummary/generate.py:690 -msgid "" -"\n" -"Generate ReStructuredText using autosummary directives.\n" -"\n" -"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" -"the reStructuredText files from the autosummary directives contained in the\n" -"given input files.\n" -"\n" -"The format of the autosummary directive is documented in the\n" -"``sphinx.ext.autosummary`` Python module and can be read using::\n" -"\n" -" pydoc sphinx.ext.autosummary\n" -msgstr "\n用 autosummary 指令生成 ReStructuredText\n\nsphinx-autogen 是 sphinx.ext.autosummary.generate 的前端,它根据\n给定输入文件中的 autosummary 指令生成 reStructuredText 文件。\n\nautosummary 指令的格式见 Python 模块 ``sphinx.ext.autosummary`` 的\n文档。可以这样调出文档以供阅读::\n\n pydoc sphinx.ext.autosummary\n" +#: builders/latex/theming.py:90 +#, python-format +msgid "%r doesn't have \"%s\" setting" +msgstr "%r 中缺少“%s”配置项" -#: sphinx/ext/autosummary/generate.py:707 -msgid "source files to generate rST files for" -msgstr "用于生成 rst 文件的源文件" +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" +msgstr "抛出异常,正在启动调试器:" -#: sphinx/ext/autosummary/generate.py:711 -msgid "directory to place all output in" -msgstr "存放输出内容的目录" +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "reStructuredText 标记错误:" + +#: _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:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "无法确定交叉引用的回退文本。可能是 Bug。" -#: sphinx/ext/autosummary/generate.py:714 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "默认的文件名后缀(默认:%(default)s)" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "“any”交叉引用 %r 的目标不唯一:可能是 %s" -#: sphinx/ext/autosummary/generate.py:718 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "自定义模板目录(默认:%(default)s)" +msgid "%s:%s reference target not found: %s" +msgstr "未找到 %s:%s 的引用目标: %s" -#: sphinx/ext/autosummary/generate.py:722 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "文档导入的成员(默认:%(default)s)" +msgid "%r reference target not found: %s" +msgstr "未找到 %r 的引用目标:%s" -#: sphinx/ext/autosummary/generate.py:726 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "仅生成模块中 __all__ 属性成员的文档。(默认值:%(default)s)" +msgid "Could not fetch remote image: %s [%s]" +msgstr "无法拉取远程图像:%s [%s]" -#: sphinx/ext/napoleon/__init__.py:341 sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "关键字参数" +#: transforms/post_transforms/images.py:94 +#, python-format +msgid "Could not fetch remote image: %s [%d]" +msgstr "无法拉取远程图像:%s [%d]" + +#: transforms/post_transforms/images.py:141 +#, python-format +msgid "Unknown image format: %s..." +msgstr "未知的图像格式:%s……" -#: sphinx/ext/napoleon/docstring.py:682 +#: ext/napoleon/docstring.py:707 msgid "Example" msgstr "示例" -#: sphinx/ext/napoleon/docstring.py:683 +#: ext/napoleon/docstring.py:708 msgid "Examples" msgstr "示例" -#: sphinx/ext/napoleon/docstring.py:744 +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "关键字参数" + +#: ext/napoleon/docstring.py:768 msgid "Notes" msgstr "备注" -#: sphinx/ext/napoleon/docstring.py:753 +#: ext/napoleon/docstring.py:777 msgid "Other Parameters" msgstr "其他参数" -#: sphinx/ext/napoleon/docstring.py:789 +#: ext/napoleon/docstring.py:813 msgid "Receives" msgstr "接受" -#: sphinx/ext/napoleon/docstring.py:793 +#: ext/napoleon/docstring.py:817 msgid "References" msgstr "引用" -#: sphinx/ext/napoleon/docstring.py:825 +#: ext/napoleon/docstring.py:849 msgid "Warns" msgstr "警告" -#: sphinx/ext/napoleon/docstring.py:829 +#: ext/napoleon/docstring.py:853 msgid "Yields" msgstr "生成器" -#: sphinx/ext/napoleon/docstring.py:987 +#: ext/napoleon/docstring.py:1015 #, python-format msgid "invalid value set (missing closing brace): %s" msgstr "无效的值集合(缺少右括号):%s" -#: sphinx/ext/napoleon/docstring.py:994 +#: ext/napoleon/docstring.py:1022 #, python-format msgid "invalid value set (missing opening brace): %s" msgstr "无效的值集合(缺少左括号):%s" -#: sphinx/ext/napoleon/docstring.py:1001 +#: ext/napoleon/docstring.py:1029 #, python-format msgid "malformed string literal (missing closing quote): %s" msgstr "异常的字符串字面量(缺少右引号):%s" -#: sphinx/ext/napoleon/docstring.py:1008 +#: ext/napoleon/docstring.py:1036 #, 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 "错误" - -#: sphinx/locale/__init__.py:232 -msgid "Hint" -msgstr "提示" - -#: sphinx/locale/__init__.py:233 -msgid "Important" -msgstr "重要" - -#: sphinx/locale/__init__.py:234 -msgid "Note" -msgstr "备注" - -#: sphinx/locale/__init__.py:235 -msgid "See also" -msgstr "参见" - -#: sphinx/locale/__init__.py:236 -msgid "Tip" -msgstr "小技巧" - -#: sphinx/locale/__init__.py:237 -msgid "Warning" -msgstr "警告" - -#: sphinx/templates/latex/longtable.tex_t:52 -#: sphinx/templates/latex/sphinxmessages.sty_t:8 -msgid "continued from previous page" -msgstr "接上页" - -#: sphinx/templates/latex/longtable.tex_t:63 -#: sphinx/templates/latex/sphinxmessages.sty_t:9 -msgid "continues on next page" -msgstr "续下页" - -#: sphinx/templates/latex/sphinxmessages.sty_t:10 -msgid "Non-alphabetical" -msgstr "非字母" - -#: sphinx/templates/latex/sphinxmessages.sty_t:12 -msgid "Numbers" -msgstr "数字" - -#: sphinx/templates/latex/sphinxmessages.sty_t:13 -msgid "page" -msgstr "页" - -#: sphinx/themes/agogo/layout.html:38 sphinx/themes/basic/globaltoc.html:10 -#: sphinx/themes/basic/localtoc.html:12 sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "目录" - -#: sphinx/themes/agogo/layout.html:43 sphinx/themes/basic/layout.html:141 -#: sphinx/themes/basic/search.html:11 sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "搜索" - -#: sphinx/themes/agogo/layout.html:46 sphinx/themes/basic/searchbox.html:16 -#: sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "提交" - -#: sphinx/themes/agogo/layout.html:90 sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "显示源代码" - -#: sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "概述" - -#: sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" -msgstr "欢迎!" - -#: sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" -msgstr "本文档属于" - -#: sphinx/themes/basic/defindex.html:17 -msgid "last updated" -msgstr "最后更新于" - -#: sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "索引和表格:" - -#: sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "完整目录" - -#: sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "列出所有的章节和部分" - -#: sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "搜索文档" - -#: sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "全局模块索引" - -#: sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "快速查看所有的模块" - -#: sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "所有函数、类、术语词汇" - -#: sphinx/themes/basic/genindex-single.html:33 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "Index – %(key)s" -msgstr "索引 – %(key)s" - -#: sphinx/themes/basic/genindex-single.html:61 -#: sphinx/themes/basic/genindex-split.html:24 -#: sphinx/themes/basic/genindex-split.html:38 -#: sphinx/themes/basic/genindex.html: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 "可能会大" - -#: sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "导航" +msgid "autosummary references excluded document %r. Ignored." +msgstr "自动摘要引用了排除的文档 %r,已忽略。" -#: sphinx/themes/basic/layout.html:126 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Search within %(docstitle)s" -msgstr "在 %(docstitle)s 中搜索" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." +msgstr "自动摘要:无法找到存根文件 %r。请检查你的 autosummary_generate 设置。" -#: sphinx/themes/basic/layout.html:135 -msgid "About these documents" -msgstr "关于此文档" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." +msgstr "在自动摘要中指定标题时也需要指定 :toctree: 选项,已忽略。" -#: sphinx/themes/basic/layout.html:144 sphinx/themes/basic/layout.html:188 -#: sphinx/themes/basic/layout.html:190 -msgid "Copyright" -msgstr "版权所有" +#: ext/autosummary/__init__.py:329 +#, python-format +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "自动摘要:无法导入 %s。\n可能原因:\n%s" -#: sphinx/themes/basic/layout.html:194 sphinx/themes/basic/layout.html:200 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "failed to parse name %s" +msgstr "无法解析名称 %s" -#: sphinx/themes/basic/layout.html:212 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "最后更新于 %(last_updated)s." +msgid "failed to import object %s" +msgstr "无法导入对象 %s" -#: sphinx/themes/basic/layout.html:215 +#: ext/autosummary/__init__.py:647 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "由 Sphinx %(sphinx_version)s创建。" +"Summarised items should not include the current module. Replace %r with %r." +msgstr "摘要项不应该包含当前模块。请把 %r 替换为 %r。" -#: sphinx/themes/basic/opensearch.xml:4 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Search %(docstitle)s" -msgstr "搜索 %(docstitle)s" - -#: sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "上一主题" - -#: sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "上一章" - -#: sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "下一主题" - -#: sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "下一章" +msgid "autosummary_generate: file not found: %s" +msgstr "autosummary_generate 配置项:文件 %s 不存在" -#: sphinx/themes/basic/search.html:28 +#: ext/autosummary/__init__.py:826 msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "请激活 JavaScript 以开启搜索功能。" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." +msgstr "自动摘要功能内部会生成 .rst 文件。但你的 source_suffix 配置中不包含 .rst。已跳过。" -#: sphinx/themes/basic/search.html:36 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 +#, python-format msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "当搜索多个关键词时,只会显示同时包含所有关键词的内容。" - -#: sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "搜索" - -#: sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -msgstr "快速搜索" - -#: sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "本页" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "自动摘要:无法判断是否生成 %r 的文档。抛出了下列异常:\n%s" -#: sphinx/themes/basic/changes/frameset.html:5 -#: sphinx/themes/basic/changes/versionchanges.html:12 +#: ext/autosummary/generate.py:525 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "于版本 %(version)s— %(docstitle)s 变更" +msgid "[autosummary] generating autosummary for: %s" +msgstr "[自动摘要] 正在生成自动摘要:%s" -#: sphinx/themes/basic/changes/rstsource.html:5 +#: ext/autosummary/generate.py:529 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "[autosummary] writing to %s" +msgstr "[自动摘要] 正在写入 %s" -#: sphinx/themes/basic/changes/versionchanges.html:17 +#: ext/autosummary/generate.py:571 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "自动生成的 %(version)s 版本变更列表" - -#: sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "库的变更" - -#: sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API 的变更" - -#: sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "其他变更" - -#: sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "搜索结果" - -#: 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 "您的搜索没有匹配到文档。请确保关键词拼写正确,并且选择了合适的分类。" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[自动摘要]无法导入 %s。\n可能原因:\n%s" -#: sphinx/themes/basic/static/searchtools.js:118 +#: ext/autosummary/generate.py:766 msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "搜索完成,匹配到 ${resultCount} 页。" +"\n" +"Generate ReStructuredText using autosummary directives.\n" +"\n" +"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" +"the reStructuredText files from the autosummary directives contained in the\n" +"given input files.\n" +"\n" +"The format of the autosummary directive is documented in the\n" +"``sphinx.ext.autosummary`` Python module and can be read using::\n" +"\n" +" pydoc sphinx.ext.autosummary\n" +msgstr "\n用 autosummary 指令生成 ReStructuredText\n\nsphinx-autogen 是 sphinx.ext.autosummary.generate 的前端,它根据\n给定输入文件中的 autosummary 指令生成 reStructuredText 文件。\n\nautosummary 指令的格式见 Python 模块 ``sphinx.ext.autosummary`` 的\n文档。可以这样调出文档以供阅读::\n\n pydoc sphinx.ext.autosummary\n" -#: sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" -msgstr "正在搜索中" +#: ext/autosummary/generate.py:788 +msgid "source files to generate rST files for" +msgstr "用于生成 rst 文件的源文件" -#: sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "正在准备搜索……" +#: ext/autosummary/generate.py:796 +msgid "directory to place all output in" +msgstr "存放输出内容的目录" -#: sphinx/themes/basic/static/searchtools.js:463 -msgid ", in " -msgstr ",在 " +#: ext/autosummary/generate.py:804 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "默认的文件名后缀(默认:%(default)s)" -#: sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "隐藏搜索结果" +#: ext/autosummary/generate.py:812 +#, python-format +msgid "custom template directory (default: %(default)s)" +msgstr "自定义模板目录(默认:%(default)s)" -#: sphinx/themes/classic/layout.html:20 -#: sphinx/themes/classic/static/sidebar.js_t:57 -msgid "Collapse sidebar" -msgstr "折叠边栏" +#: ext/autosummary/generate.py:820 +#, python-format +msgid "document imported members (default: %(default)s)" +msgstr "文档导入的成员(默认:%(default)s)" -#: sphinx/themes/classic/static/sidebar.js_t:48 -msgid "Expand sidebar" -msgstr "展开边栏" +#: ext/autosummary/generate.py:828 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "仅生成模块中 __all__ 属性成员的文档。(默认值:%(default)s)" -#: sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "目录" +#: ext/intersphinx/_resolve.py:47 +#, python-format +msgid "(in %s v%s)" +msgstr "(在 %s v%s)" -#: sphinx/transforms/__init__.py:128 -msgid "could not calculate translation progress!" -msgstr "" +#: ext/intersphinx/_resolve.py:49 +#, python-format +msgid "(in %s)" +msgstr "(在 %s)" -#: sphinx/transforms/__init__.py:133 -msgid "no translated elements!" -msgstr "" +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "清单“%s”:发现了重复匹配 %s:%s" -#: sphinx/transforms/__init__.py:250 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "索引页使用了 4 列布局,可能是你所用的扩展出现了 Bug:%r" +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "清单“%s”:发现了多个匹配 %s:%s" -#: sphinx/transforms/__init__.py:291 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "脚注 [%s] 没有被引用过。" +msgid "inventory for external cross-reference not found: %r" +msgstr "未找到外部交叉引用的清单:%r" -#: sphinx/transforms/__init__.py:297 -msgid "Footnote [#] is not referenced." -msgstr "脚注 [#] 没有被引用过。" +#: ext/intersphinx/_resolve.py:367 +#, python-format +msgid "invalid external cross-reference suffix: %r" +msgstr "无效的外部交叉引用后缀:%r" -#: sphinx/transforms/i18n.py:205 sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "译文中的脚注引用与原文不一致。原文中为:{0},翻文中为:{1}" +#: ext/intersphinx/_resolve.py:378 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "未找到外部交叉引用的域:%r" -#: sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "译文中的引用与原文不一致。原文中为:{0},译文中为:{1}" +#: ext/intersphinx/_resolve.py:585 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "未找到外部 %s:%s 引用目标:%s" -#: sphinx/transforms/i18n.py:285 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "译文中的引文引用与原文不一致。原文中为:{0},译文中为:{1}" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "intersphinx_mapping 中存在无效的 Sphinx 互联项目标识“%r”。项目标识必须是非空字符串。" -#: sphinx/transforms/i18n.py:302 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "译文中的术语引用与原文不一致。原文中为:{0},译文中为:{1}" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "无效值“%r”出现在 intersphinx_mapping[%r]。应为两元素元组或列表。" -#: sphinx/transforms/post_transforms/__init__.py:116 +#: ext/intersphinx/_load.py:81 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "无法确定交叉引用的回退文本。可能是 Bug。" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "无效值“%r”出现在 intersphinx_mapping[%r]。此处的值必须是 (目标 URI, 清单位置) 对。" -#: sphinx/transforms/post_transforms/__init__.py:158 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "“any”交叉引用 %r 的目标不唯一:可能是 %s" +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/transforms/post_transforms/__init__.py:209 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "未找到 %s:%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 "无效的目标 URI 值“%r”出现在 intersphinx_mapping[%r][0]。目标 URI 必须唯一(在 intersphinx_mapping[%r] 发现了相同 URI 值)。" -#: sphinx/transforms/post_transforms/__init__.py:212 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "%r reference target not found: %s" -msgstr "未找到 %r 的引用目标:%s" +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/transforms/post_transforms/images.py:89 -#, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "无法拉取远程图像:%s [%d]" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "无效的“intersphinx_mapping”配置(1 个错误)。" -#: sphinx/transforms/post_transforms/images.py:117 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "无法拉取远程图像:%s [%s]" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +msgstr "无效的“intersphinx_mapping”配置(%s 个错误)。" -#: sphinx/transforms/post_transforms/images.py:135 -#, python-format -msgid "Unknown image format: %s..." -msgstr "未知的图像格式:%s……" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "在规范化后添加了一个无效的 intersphinx_mapping 条目。" -#: sphinx/util/__init__.py:168 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "源码中存在编码无法识别的字符,已经替换为“?”:%r" +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "正在加载 Sphinx 互联清单“%s”,来自 %s……" -#: sphinx/util/display.py:78 -msgid "skipped" -msgstr "已跳过" +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "在读取这些清单时遇到了一些问题,但已找到可用替代:" -#: sphinx/util/display.py:83 -msgid "failed" -msgstr "失败" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "无法访问任何清单,问题如下:" -#: sphinx/util/docfields.py:87 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "" -"Problem in %s domain: field is supposed to use role '%s', but that role is " -"not in the domain." -msgstr "%s 域中的问题:字段应采用“%s”角色,但域中并不包含该角色。" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "Sphinx 互联清单已移动:%s -> %s" -#: sphinx/util/docutils.py:295 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "未知的指令或角色名称:%s:%s" +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "无法更新 %r 的签名:未找到参数:%s" -#: sphinx/util/docutils.py:591 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "unknown node type: %r" -msgstr "未知节点类型:%r" +msgid "Failed to parse type_comment for %r: %s" +msgstr "无法解析 %r 的类型注释:%s" -#: sphinx/util/i18n.py:94 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "reading error: %s, %s" -msgstr "读取时发生错误:%s,%s" +msgid "invalid value for member-order option: %s" +msgstr "无效的 member-order 选项值:%s" -#: sphinx/util/i18n.py:101 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "writing error: %s, %s" -msgstr "写入时发生错误:%s,%s" +msgid "invalid value for class-doc-from option: %s" +msgstr "无效的 class-doc-from 选项值:%s" -#: sphinx/util/i18n.py:125 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "locale_dir %s does not exist" -msgstr "" +msgid "invalid signature for auto%s (%r)" +msgstr "无效的 auto%s 签名(%r)" -#: sphinx/util/i18n.py:215 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "无效的日期格式。如果你想直接输出日期字符串,请用单引号包裹该字符串:%s" +msgid "error while formatting arguments for %s: %s" +msgstr "在格式化 %s 的参数时报错:%s" -#: sphinx/util/nodes.py:386 +#: ext/autodoc/__init__.py:795 #, python-format msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "%r 不再适用于索引款目(源自 %r 款目)。请使用“pair: %s”作为替代。" +"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/util/nodes.py:439 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "目录树引用的文件 %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 "无法判断导入哪个模块以自动生成文档 %r(尝试在文档中使用“module”或“currentmodule”指令,或者显式给定模块名)" -#: sphinx/util/nodes.py:637 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "only 指令的表达式求值时抛出异常:%s" +msgid "A mocked object is detected: %r" +msgstr "检测到仿制的对象:%r" -#: sphinx/util/rst.py:71 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "default role %s not found" -msgstr "未找到默认角色 %s" +msgid "error while formatting signature for %s: %s" +msgstr "在格式化 %s 的签名时发生错误:%s" -#: sphinx/writers/html5.py:100 sphinx/writers/html5.py:109 -msgid "Link to this definition" -msgstr "" +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "automodule 名中的“::”无意义" -#: sphinx/writers/html5.py:397 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "未定义 %s 的 numfig_format" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "automodule %s 给定了函数签名参数或返回类型标注" -#: sphinx/writers/html5.py:407 +#: ext/autodoc/__init__.py:1036 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "没有给 %s 节点分配 ID" - -#: sphinx/writers/html5.py:462 -msgid "Link to this term" -msgstr "" - -#: sphinx/writers/html5.py:496 sphinx/writers/html5.py:501 -msgid "Link to this heading" -msgstr "" - -#: sphinx/writers/html5.py:505 -msgid "Link to this table" -msgstr "" - -#: sphinx/writers/html5.py:548 -msgid "Link to this code" -msgstr "" - -#: sphinx/writers/html5.py:550 -msgid "Link to this image" -msgstr "" - -#: sphinx/writers/html5.py:552 -msgid "Link to this toctree" -msgstr "" +msgid "" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ 应是一个字符串列表,而不是 %r (出现在模块 %s 中) -- 已忽略__all__" -#: sphinx/writers/html5.py:688 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "无法获取图像尺寸,已忽略 :scale: 选项。" +#: ext/autodoc/__init__.py:1102 +#, python-format +msgid "" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr ":members: 选项中涉及的属性不存在:模块 %s,属性%s" -#: sphinx/writers/latex.py:335 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "未知的 %r toplevel_sectioning 被用于 %r 类" +msgid "Failed to get a function signature for %s: %s" +msgstr "无法获取函数 %s 的签名:%s" -#: sphinx/writers/latex.py:386 -msgid "too large :maxdepth:, ignored." -msgstr ":mathdepth: 值过大,已忽略。" +#: ext/autodoc/__init__.py:1616 +#, python-format +msgid "Failed to get a constructor signature for %s: %s" +msgstr "无法获取构造函数 %s 的签名:%s" -#: sphinx/writers/latex.py:625 -msgid "document title is not a single Text node" -msgstr "文档标题不是一个单纯文本节点" +#: ext/autodoc/__init__.py:1743 +#, python-format +msgid "Bases: %s" +msgstr "基类:%s" -#: sphinx/writers/latex.py:656 sphinx/writers/texinfo.py:626 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "在节、话题、表格、警示或边栏以外的位置发现标题节点" +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" +msgstr "指定了 %s 属性,但对象 %s 缺少该属性" -#: sphinx/writers/latex.py:959 sphinx/writers/manpage.py:259 -#: sphinx/writers/texinfo.py:641 -msgid "Footnotes" -msgstr "脚注" +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 +#, python-format +msgid "alias of %s" +msgstr "%s 的别名" -#: sphinx/writers/latex.py:1028 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "同时指定了 tabularcolumns 和 :widths: 选项,已忽略 :widths:。" +#: ext/autodoc/__init__.py:1858 +#, python-format +msgid "alias of TypeVar(%s)" +msgstr "TypeVar(%s) 的别名" -#: sphinx/writers/latex.py:1388 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "无效的量纲单位 %s,已忽略。" +msgid "Failed to get a method signature for %s: %s" +msgstr "无法获取方法 %s 的签名:%s" -#: sphinx/writers/latex.py:1722 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "unknown index entry type %s found" -msgstr "发现未知的索引条目类型 %s" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "%s 上有无效的 __slots__,已忽略。" -#: sphinx/writers/manpage.py:305 sphinx/writers/text.py:907 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "[image: %s]" -msgstr "[图片: %s]" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "无法解析 %r 的默认参数值:%s" -#: sphinx/writers/manpage.py:306 sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[图片]" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "接上页" -#: sphinx/writers/texinfo.py:1197 -msgid "caption not inside a figure." -msgstr "在图示之外发现了图题。" +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" +msgstr "续下页" -#: sphinx/writers/texinfo.py:1284 -#, python-format -msgid "unimplemented node type: %r" -msgstr "未实现的节点类型:%r" +#: 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 "页" diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.js index 601917adf85..2bd832f0221 100644 --- a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.js @@ -36,7 +36,9 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.mo index ce7e53c2fd4..eb17421be9d 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 18ae883a58d..feb77aed3e6 100644 --- a/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_HK/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Hong Kong) (http://app.transifex.com/sphinx-doc/sphinx-1/language/zh_HK/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: zh_HK\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2461 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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] "" + +#: themes/basic/static/searchtools.js:253 +msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3801,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3816,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.js index fe1db78b41d..77d4b255305 100644 --- a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.js @@ -36,7 +36,9 @@ Documentation.addTranslations({ "Search": "", "Search Page": "", "Search Results": "", - "Search finished, found ${resultCount} page(s) matching the search query.": "", + "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.": "", diff --git a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.mo index 680af2ede64..2b31e666095 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 c92462d21ea..4552a6c4f26 100644 --- a/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW.Big5/LC_MESSAGES/sphinx.po @@ -7,389 +7,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: FULL NAME \n" "Language-Team: Chinese (Taiwan) (Big5) (http://app.transifex.com/sphinx-doc/sphinx-1/language/zh_TW.Big5/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: zh_TW.Big5\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -msgid "" -"Since v2.0, Sphinx uses \"index\" as root_doc by default. Please add " -"\"root_doc = 'contents'\" to your conf.py." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" +#: application.py:394 +msgid "build finished with problems." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" +#: application.py:396 +msgid "build succeeded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." +msgid "build finished with problems, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." +msgid "build succeeded, %s warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -397,12 +161,12 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -410,311 +174,822 @@ msgid "" "explicit" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, python-format msgid "" "extension %r returned an unsupported object from its setup() function; it " "should return None or a metadata dictionary" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" +#: extension.py:76 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 +#, python-format +msgid "no theme configuration file found in %r" +msgstr "" + +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "" + +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "" + +#: theming.py:354 theming.py:402 +#, python-format +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "" + +#: config.py:323 +msgid "" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "" + +#: config.py:346 +#, python-format +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "" + +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "" + +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "" + +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "" + +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "" + +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "" + +#: config.py:494 +#, python-format +msgid "" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "" + +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "" + +#: config.py:534 +msgid "" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "" + +#: config.py:541 +#, python-format +msgid "" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "" + +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "" + +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" + +#: config.py:593 +#, 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:612 +#, python-format +msgid "Section %s" +msgstr "" + +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "" + +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "" + +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "" + +#: config.py:722 +msgid "" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "" + +#: config.py:746 +msgid "" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "" + +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "" + +#: config.py:770 +#, python-format +msgid "primary_domain %r not found, ignored." +msgstr "" + +#: config.py:782 +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:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "" + +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr "" + +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "" + +#: domains/rst.py:223 +msgid "directive" +msgstr "" + +#: domains/rst.py:224 +msgid "directive-option" +msgstr "" + +#: domains/rst.py:225 +msgid "role" +msgstr "" + +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "" + +#: domains/javascript.py:165 +#, python-format +msgid "%s() (built-in function)" +msgstr "" + +#: domains/javascript.py:166 domains/python/__init__.py:253 +#, python-format +msgid "%s() (%s method)" +msgstr "" + +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "" + +#: domains/javascript.py:170 +#, python-format +msgid "%s (global variable or constant)" +msgstr "" + +#: domains/javascript.py:172 domains/python/__init__.py:338 +#, python-format +msgid "%s (%s attribute)" +msgstr "" + +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "" + +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "" + +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "" + +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "" + +#: domains/javascript.py:334 +#, python-format +msgid "%s (module)" +msgstr "" + +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "" + +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "" + +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "" + +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "" + +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "" + +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "" + +#: domains/javascript.py:407 +#, python-format +msgid "duplicate %s description of %s, other %s in %s" +msgstr "" + +#: domains/changeset.py:25 +#, python-format +msgid "Added in version %s" +msgstr "" + +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "" + +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "" + +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "" + +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "" + +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "" + +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "" + +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "" + +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "" + +#: environment/__init__.py:86 +msgid "new config" +msgstr "" + +#: environment/__init__.py:87 +msgid "config changed" +msgstr "" + +#: environment/__init__.py:88 +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 "" + +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" + +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" + +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" + +#: environment/__init__.py:364 +msgid "" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "" + +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "" + +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "" + +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "" + +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "" + +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %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 "" + +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "" + +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "" + +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "" + +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "" + +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "" + +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "" + +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "" + +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "" + +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "" + +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "" + +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "" + +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "" + +#: cmd/quickstart.py:117 #, python-format msgid "Please enter one of %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 +#: cmd/quickstart.py:125 msgid "Please enter either 'y' or 'n'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 +#: cmd/quickstart.py:131 msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: cmd/quickstart.py:213 #, python-format msgid "Welcome to the Sphinx %s quickstart utility." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: cmd/quickstart.py:217 msgid "" "Please enter values for the following settings (just press Enter to\n" "accept a default value, if one is given in brackets)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: cmd/quickstart.py:225 #, python-format msgid "Selected root path: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 +#: cmd/quickstart.py:228 msgid "Enter the root path for documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 +#: cmd/quickstart.py:229 msgid "Root path for the documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 +#: cmd/quickstart.py:237 msgid "Error: an existing conf.py has been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 +#: cmd/quickstart.py:243 msgid "sphinx-quickstart will not overwrite existing Sphinx projects." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 +#: cmd/quickstart.py:246 msgid "Please enter a new root path (or just Enter to exit)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: cmd/quickstart.py:256 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 +#: cmd/quickstart.py:263 msgid "Separate source and build directories (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: cmd/quickstart.py:269 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 +#: cmd/quickstart.py:275 msgid "Name prefix for templates and static dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: cmd/quickstart.py:280 msgid "" "The project name will occur in several places in the built documentation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 +#: cmd/quickstart.py:284 msgid "Project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 +#: cmd/quickstart.py:286 msgid "Author name(s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: cmd/quickstart.py:291 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" @@ -723,15 +998,15 @@ msgid "" "just set both to the same value." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 +#: cmd/quickstart.py:299 msgid "Project version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 +#: cmd/quickstart.py:301 msgid "Project release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 +#: cmd/quickstart.py:306 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" @@ -741,21 +1016,21 @@ msgid "" "https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-language." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 +#: cmd/quickstart.py:315 msgid "Project language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: cmd/quickstart.py:322 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 +#: cmd/quickstart.py:327 msgid "Source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: cmd/quickstart.py:332 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" @@ -763,93 +1038,91 @@ msgid "" "document is a custom template, you can also set this to another filename." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 +#: cmd/quickstart.py:340 msgid "Name of your master document (without suffix)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: cmd/quickstart.py:350 #, python-format msgid "" "Error: the master file %s has already been found in the selected root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 +#: cmd/quickstart.py:357 msgid "sphinx-quickstart will not overwrite the existing file." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 +#: cmd/quickstart.py:360 msgid "" "Please enter a new file name, or rename the existing file and press Enter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 +#: cmd/quickstart.py:369 msgid "Indicate which of the following Sphinx extensions should be enabled:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:312 +#: cmd/quickstart.py:379 msgid "" "Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " "been deselected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:318 +#: cmd/quickstart.py:389 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 +#: cmd/quickstart.py:395 msgid "Create Makefile? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 +#: cmd/quickstart.py:399 msgid "Create Windows command file? (y/n)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format msgid "Creating file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format msgid "File %s already exists, skipping." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 +#: cmd/quickstart.py:499 msgid "Finished: An initial directory structure has been created." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: cmd/quickstart.py:502 #, python-format msgid "" "You should now populate your master file %s and create other documentation\n" "source files. " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 +#: cmd/quickstart.py:510 msgid "" "Use the Makefile to build the docs, like so:\n" " make builder" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: cmd/quickstart.py:513 #, python-format msgid "" "Use the sphinx-build command to build the docs, like so:\n" " sphinx-build -b builder %s %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 +#: cmd/quickstart.py:520 msgid "" "where \"builder\" is one of the supported builders, e.g. html, latex or " "linkcheck." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 +#: cmd/quickstart.py:555 msgid "" "\n" "Generate required files for a Sphinx project.\n" @@ -859,208 +1132,195 @@ msgid "" "Makefile to be used with sphinx-build.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 msgid "For more information, visit ." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 +#: cmd/quickstart.py:575 msgid "quiet mode" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 +#: cmd/quickstart.py:585 msgid "project root" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 +#: cmd/quickstart.py:588 msgid "Structure options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 +#: cmd/quickstart.py:594 msgid "if specified, separate source and build dirs" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 +#: cmd/quickstart.py:600 msgid "if specified, create build dir under source dir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 +#: cmd/quickstart.py:606 msgid "replacement for dot in _templates etc." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 +#: cmd/quickstart.py:609 msgid "Project basic options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 +#: cmd/quickstart.py:611 msgid "project name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 +#: cmd/quickstart.py:614 msgid "author names" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 +#: cmd/quickstart.py:621 msgid "version of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 +#: cmd/quickstart.py:628 msgid "release of project" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 +#: cmd/quickstart.py:635 msgid "document language" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 +#: cmd/quickstart.py:638 msgid "source file suffix" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 +#: cmd/quickstart.py:641 msgid "master document name" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 +#: cmd/quickstart.py:644 msgid "use epub" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 +#: cmd/quickstart.py:647 msgid "Extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format msgid "enable %s extension" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 +#: cmd/quickstart.py:661 ext/apidoc.py:570 msgid "enable arbitrary extensions" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 +#: cmd/quickstart.py:664 msgid "Makefile and Batchfile creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 +#: cmd/quickstart.py:670 msgid "create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 +#: cmd/quickstart.py:676 msgid "do not create makefile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 +#: cmd/quickstart.py:683 msgid "create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 +#: cmd/quickstart.py:689 msgid "do not create batchfile" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 +#: cmd/quickstart.py:698 msgid "use make-mode for Makefile/make.bat" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 +#: cmd/quickstart.py:701 ext/apidoc.py:581 msgid "Project templating" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 +#: cmd/quickstart.py:707 ext/apidoc.py:587 msgid "template directory for template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 +#: cmd/quickstart.py:714 msgid "define a template variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 +#: cmd/quickstart.py:749 msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 +#: cmd/quickstart.py:768 msgid "" "Error: specified path is not a directory, or sphinx files already exist." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 +#: cmd/quickstart.py:775 msgid "" "sphinx-quickstart only generate into a empty directory. Please specify a new" " root path." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: cmd/quickstart.py:793 #, python-format msgid "Invalid template variable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 +#: cmd/build.py:49 msgid "Exception occurred while building, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 +#: _cli/util/errors.py:129 cmd/build.py:65 msgid "Interrupted!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 +#: cmd/build.py:67 msgid "reST markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 +#: _cli/util/errors.py:143 cmd/build.py:73 msgid "Encoding error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 +#: _cli/util/errors.py:148 cmd/build.py:90 msgid "Recursion error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:79 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 +#: _cli/util/errors.py:165 cmd/build.py:103 msgid "Exception occurred:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:90 +#: _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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 +#: cmd/build.py:124 msgid "" "A bug report can be filed in the tracker at . Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 +#: cmd/build.py:144 msgid "job number should be a positive number" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 +#: cmd/build.py:154 msgid "" "\n" "Generate documentation from source files.\n" @@ -1079,2714 +1339,2461 @@ msgid "" "files can be built by specifying individual filenames.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 +#: cmd/build.py:180 msgid "path to documentation source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 +#: cmd/build.py:183 msgid "path to output directory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 +#: cmd/build.py:188 msgid "" "(optional) a list of specific files to rebuild. Ignored if --write-all is " "specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 +#: cmd/build.py:194 msgid "general options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 +#: cmd/build.py:201 msgid "builder to use (default: 'html')" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 +#: cmd/build.py:210 msgid "" "run in parallel with N processes, when possible. 'auto' uses the number of " "CPU cores" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 +#: cmd/build.py:220 msgid "write all files (default: only write new and changed files)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 +#: cmd/build.py:227 msgid "don't use a saved environment, always read all files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 +#: cmd/build.py:230 msgid "path options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: cmd/build.py:236 msgid "" "directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 +#: cmd/build.py:246 msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 +#: cmd/build.py:257 msgid "use no configuration file, only use settings from -D options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 +#: cmd/build.py:266 msgid "override a setting in configuration file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 +#: cmd/build.py:275 msgid "pass a value into HTML templates" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 +#: cmd/build.py:284 msgid "define tag: include \"only\" blocks with TAG" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 +#: cmd/build.py:291 msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 +#: cmd/build.py:294 msgid "console output options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 +#: cmd/build.py:301 msgid "increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 +#: cmd/build.py:308 ext/apidoc.py:413 msgid "no output on stdout, just warnings on stderr" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 +#: cmd/build.py:315 msgid "no output at all, not even warnings" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 +#: cmd/build.py:323 msgid "do emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 +#: cmd/build.py:331 msgid "do not emit colored output (default: auto-detect)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 +#: cmd/build.py:334 msgid "warning control options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 +#: cmd/build.py:340 msgid "write warnings (and errors) to given file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 +#: cmd/build.py:347 msgid "turn warnings into errors" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 +#: cmd/build.py:355 msgid "show full traceback on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 +#: cmd/build.py:358 msgid "run Pdb on exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" + +#: cmd/build.py:407 msgid "cannot combine -a option and filenames" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 +#: cmd/build.py:439 #, python-format msgid "cannot open warning file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 +#: cmd/build.py:458 msgid "-D option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 +#: cmd/build.py:465 msgid "-A option argument must be in the form name=value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 -#, python-format -msgid "Footnote [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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 "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 -#, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format -msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 -#, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format -msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 -msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 -#, python-format -msgid "Citation [%s] is not referenced." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 -#, python-format -msgid "%s() (built-in function)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 -#, python-format -msgid "%s() (class)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: builders/linkcheck.py:60 #, python-format -msgid "%s (%s attribute)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" +#: builders/linkcheck.py:137 +#, python-format +msgid "broken link: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" +#: builders/linkcheck.py:526 +#, python-format +msgid "Anchor '%s' not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 +#: builders/linkcheck.py:726 #, python-format -msgid "%s (module)" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" +#: builders/singlehtml.py:36 +#, python-format +msgid "The HTML page is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" +#: builders/singlehtml.py:168 +msgid "assembling single document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" +#: builders/singlehtml.py:186 +msgid "writing additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" +#: builders/manpage.py:39 +#, python-format +msgid "The manual pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 +#: builders/manpage.py:76 #, python-format -msgid "duplicate %s description of %s, other %s in %s" +msgid "\"man_pages\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 +#: builders/text.py:34 #, python-format -msgid "duplicate label of equation %s, other instance in %s" +msgid "The text files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "Invalid math_eqref_format: %r" +msgid "error writing file %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 +#: builders/xml.py:38 #, python-format -msgid "Added in version %s" +msgid "The XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 +#: builders/xml.py:110 #, python-format -msgid "Changed in version %s" +msgid "The pseudo-XML files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 +#: builders/texinfo.py:47 #, python-format -msgid "Deprecated since version %s" +msgid "The Texinfo files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" +#: builders/texinfo.py:78 +msgid "no \"texinfo_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: builders/texinfo.py:90 #, python-format -msgid ":%s: (directive option)" +msgid "\"texinfo_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "%s (role)" +msgid "processing %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "duplicate description of %s %s, other instance in %s" +msgid "cannot copy image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "" + +#: builders/texinfo.py:233 #, python-format -msgid "%s %s" +msgid "error writing file Makefile: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" +#: builders/gettext.py:230 +#, python-format +msgid "The message catalogs are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" +#: builders/__init__.py:371 builders/gettext.py:251 +#, python-format +msgid "building [%s]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " +#: builders/gettext.py:252 +#, python-format +msgid "targets for %d template files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" +#: builders/gettext.py:257 +msgid "reading templates... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" +#: builders/gettext.py:292 +msgid "writing message catalogs... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: builders/__init__.py:200 #, python-format -msgid "

Source code for %s

" +msgid "a suitable image for %s builder not found: %s (%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" +#: builders/__init__.py:208 +#, python-format +msgid "a suitable image for %s builder not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" +#: builders/__init__.py:231 +msgid "building [mo]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: builders/__init__.py:251 #, python-format -msgid "TODO entry found: %s" +msgid "all of %d po files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 +#: builders/__init__.py:285 #, python-format -msgid "(The <> is located in %s, line %d.)" +msgid "targets for %d po files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" +#: builders/__init__.py:295 +msgid "all source files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 +#: builders/__init__.py:307 #, python-format -msgid "Would create file %s." +msgid "file %r given on command line does not exist, " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: builders/__init__.py:313 +#, 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." +"file %r given on command line is not under the source directory, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" +#: builders/__init__.py:324 +#, python-format +msgid "file %r given on command line is not a valid document, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" +#: builders/__init__.py:339 +#, python-format +msgid "%d source files given on command line" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" +#: builders/__init__.py:354 +#, python-format +msgid "targets for %d source files that are out of date" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" +#: builders/__init__.py:386 +#, python-format +msgid "%d found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 -msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." +#: builders/__init__.py:388 +msgid "none found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" +#: builders/__init__.py:395 +msgid "pickling environment" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" +#: builders/__init__.py:402 +msgid "checking consistency" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" +#: builders/__init__.py:406 +msgid "no targets are out of date." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" +#: builders/__init__.py:446 +msgid "updating environment: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 +#: builders/__init__.py:507 +#, python-format msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" +"Sphinx is unable 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 +#: builders/__init__.py:527 +#, python-format msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" +"Sphinx is unable to load the master 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" +#: builders/__init__.py:686 +#, python-format +msgid "docnames to write: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" +#: builders/__init__.py:699 +msgid "preparing documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" +#: builders/__init__.py:702 +msgid "copying assets" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 -#, python-format -msgid "" -"dot command %r cannot be run (needed for graphviz output), check the " -"graphviz_dot setting" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, python-format -msgid "" -"dot did not produce an output file:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:329 +#: builders/epub3.py:279 builders/html/__init__.py:1262 #, python-format -msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgid "invalid css_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/_epub_base.py:220 #, python-format -msgid "dot code %r: %s" +msgid "duplicated ToC entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/_epub_base.py:432 #, python-format -msgid "[graph: %s]" +msgid "cannot read image file %r: copying it instead" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" +#: builders/_epub_base.py:463 +#, python-format +msgid "cannot write image file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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" +#: builders/_epub_base.py:475 +msgid "Pillow not found - copying image files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 -#, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" +#: builders/_epub_base.py:507 +msgid "writing mimetype file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 -#, python-format -msgid "convert command %r cannot be run, check the image_converter setting" +#: builders/_epub_base.py:516 +msgid "writing META-INF/container.xml file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" +#: builders/_epub_base.py:553 +msgid "writing content.opf file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 +#: builders/_epub_base.py:585 #, python-format -msgid "missing '+' or '-' in '%s' option." +msgid "unknown mimetype for %s, ignoring" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." +#: builders/_epub_base.py:756 +msgid "writing toc.ncx file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/_epub_base.py:785 #, python-format -msgid "'%s' is not a valid pyversion option" +msgid "writing %s file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" +#: builders/changes.py:33 +#, python-format +msgid "The overview file is in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/changes.py:60 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." +msgid "no changes in version %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 -#, python-format -msgid "no code/output in %s block at %s:%s" +#: builders/changes.py:62 +msgid "writing summary file..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 -#, python-format -msgid "ignoring invalid doctest code: %r" +#: builders/changes.py:77 +msgid "Builtins" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 -#, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" +#: builders/changes.py:79 +msgid "Module level" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 -#, python-format -msgid "invalid regex %r in %s" +#: builders/changes.py:131 +msgid "copying source files..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/changes.py:140 #, python-format -msgid "module %s could not be imported: %s" +msgid "could not read %r for changelog creation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 +#: util/rst.py:72 #, python-format -msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" +msgid "default role %s not found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 +#: util/docfields.py:95 +#, python-format msgid "" -"the following modules are specified in coverage_modules but were not " -"documented" +"Problem in %s domain: field is supposed to use role '%s', but that role is " +"not in the domain." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: util/osutil.py:130 #, python-format msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: util/nodes.py:419 #, python-format -msgid "invalid regex %r in coverage_c_regexes" +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 +#: util/nodes.py:487 #, python-format -msgid "undocumented c api: %s [%s] in file %s" +msgid "toctree contains ref to nonexisting file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 +#: util/nodes.py:701 #, python-format -msgid "undocumented python function: %s :: %s" +msgid "exception while evaluating only directive expression: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: util/fileutil.py:91 #, python-format -msgid "undocumented python method: %s :: %s :: %s" +msgid "Writing evaluated template result to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 +#: util/inventory.py:170 #, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" +msgid "inventory <%s> contains duplicate definitions of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: util/inventory.py:185 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" +msgid "inventory <%s> contains multiple definitions for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: util/docutils.py:283 #, python-format -msgid "display latex %r: %s" +msgid "unknown directive or role name: %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: util/docutils.py:746 #, python-format -msgid "inline latex %r: %s" +msgid "unknown node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 -#, python-format -msgid "section \"%s\" gets labeled as \"%s\"" +#: util/display.py:83 +msgid "skipped" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" +#: util/display.py:88 +msgid "failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: util/i18n.py:105 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" +msgid "reading error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: util/i18n.py:112 #, python-format -msgid "no Babel option known for language %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." +msgid "writing error: %s, %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: util/i18n.py:141 #, python-format -msgid "template %s not found; loading from legacy %s instead" +msgid "locale_dir %s does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" +#: util/i18n.py:236 +#, python-format +msgid "" +"Invalid date format. Quote the string by single quote if you want to output " +"it directly: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 +#: directives/patches.py:66 msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" +"\":file:\" option for csv-table directive now recognizes an absolute path as" +" a relative path from source directory. Please update your document." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: directives/code.py:84 #, python-format -msgid "unsupported rubric heading level: %s" +msgid "Invalid caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 -msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 +#, python-format +msgid "line number spec is out of range(1-%d): %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: directives/code.py:211 #, python-format -msgid "dimension unit %s is invalid. Ignored." +msgid "Cannot use both \"%s\" and \"%s\" options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: directives/code.py:225 #, python-format -msgid "unknown index entry type %s found" +msgid "Include file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: directives/code.py:228 #, python-format -msgid "[image: %s]" +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: directives/code.py:308 #, python-format -msgid "numfig_format is not defined for %s" +msgid "Line spec %r: no lines pulled from include file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 +#: directives/other.py:122 #, python-format -msgid "Any IDs not assigned for %s node" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" +msgid "toctree glob pattern %r didn't match any documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" +#: directives/other.py:155 environment/adapters/toctree.py:355 +#, python-format +msgid "toctree contains reference to excluded document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" +#: directives/other.py:158 environment/adapters/toctree.py:359 +#, python-format +msgid "toctree contains reference to nonexisting document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" +#: directives/other.py:171 +#, python-format +msgid "duplicated entry found in toctree: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" +#: directives/other.py:204 +msgid "Section author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" +#: directives/other.py:206 +msgid "Module author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." +#: directives/other.py:208 +msgid "Code author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" +#: directives/other.py:210 +msgid "Author: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." +#: directives/other.py:284 +msgid ".. acks content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 -#, python-format -msgid "unimplemented node type: %r" +#: directives/other.py:309 +msgid ".. hlist content is not a list" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 +#: _cli/__init__.py:73 msgid "Usage:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 +#: _cli/__init__.py:75 msgid "{0} [OPTIONS] []" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 +#: _cli/__init__.py:78 msgid " The Sphinx documentation generator." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 +#: _cli/__init__.py:87 msgid "Commands:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 +#: _cli/__init__.py:98 msgid "Options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 +#: _cli/__init__.py:112 _cli/__init__.py:183 msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 +#: _cli/__init__.py:172 msgid "" "{0}: error: {1}\n" "Run '{0} --help' for information" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 +#: _cli/__init__.py:182 msgid " Manage documentation with Sphinx." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 +#: _cli/__init__.py:194 msgid "Show the version and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 +#: _cli/__init__.py:202 msgid "Show this message and exit." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 +#: _cli/__init__.py:206 msgid "Logging" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 +#: _cli/__init__.py:213 msgid "Increase verbosity (can be repeated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 +#: _cli/__init__.py:221 msgid "Only print errors and warnings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 +#: _cli/__init__.py:228 msgid "No output at all" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 +#: _cli/__init__.py:234 msgid "" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 +#: _cli/__init__.py:265 msgid "See 'sphinx --help'.\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "duplicated ToC entry found: %s" +msgid "%b %d, %Y" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "" + +#: transforms/__init__.py:148 +msgid "no translated elements!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: transforms/__init__.py:267 #, python-format -msgid "cannot read image file %r: copying it instead" +msgid "" +"4 column based index found. It might be a bug of extensions you use: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 +#: transforms/__init__.py:313 #, python-format -msgid "cannot copy image file %r: %s" +msgid "Footnote [%s] is not referenced." +msgstr "" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." +msgstr "" + +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "" + +#: transforms/i18n.py:229 transforms/i18n.py:304 +msgid "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "" + +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "" + +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: ext/imgconverter.py:40 #, python-format -msgid "cannot write image file %r: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 -msgid "Pillow not found - copying image files" +#: ext/imgconverter.py:49 ext/imgconverter.py:73 +#, python-format +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 -msgid "writing mimetype file..." +#: ext/imgconverter.py:68 +#, python-format +msgid "convert command %r cannot be run, check the image_converter setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 -msgid "writing META-INF/container.xml file..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 -msgid "writing content.opf file..." +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "" + +#: ext/viewcode.py:305 +msgid "Module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: ext/viewcode.py:311 #, python-format -msgid "unknown mimetype for %s, ignoring" +msgid "

Source code for %s

" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 -msgid "writing toc.ncx file..." +#: ext/viewcode.py:337 +msgid "Overview: module code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: ext/viewcode.py:338 +msgid "

All modules for which code is available

" +msgstr "" + +#: ext/coverage.py:47 #, python-format -msgid "writing %s file..." +msgid "invalid regex %r in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: ext/coverage.py:134 ext/coverage.py:280 #, python-format -msgid "The XML files are in %(outdir)s." +msgid "module %s could not be imported: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: ext/coverage.py:141 #, python-format -msgid "error writing file %s: %s" +msgid "" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" + +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 +#: ext/coverage.py:163 #, python-format -msgid "The pseudo-XML files are in %(outdir)s." +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 +#: ext/coverage.py:177 #, python-format -msgid "The manual pages are in %(outdir)s." +msgid "invalid regex %r in coverage_c_regexes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" +#: ext/coverage.py:245 +#, python-format +msgid "undocumented c api: %s [%s] in file %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" +#: ext/coverage.py:429 +#, python-format +msgid "undocumented python function: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: ext/coverage.py:445 #, python-format -msgid "\"man_pages\" config value references unknown document %s" +msgid "undocumented python class: %s :: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." +#: ext/coverage.py:458 +#, python-format +msgid "undocumented python method: %s :: %s :: %s" +msgstr "" + +#: ext/todo.py:71 +msgid "Todo" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: ext/todo.py:104 #, python-format -msgid "The ePub file is in %(outdir)s." +msgid "TODO entry found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." +#: ext/todo.py:163 +msgid "<>" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +#: ext/todo.py:165 +#, python-format +msgid "(The <> is located in %s, line %d.)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +#: ext/todo.py:175 +msgid "original entry" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +#: ext/extlinks.py:82 +#, python-format +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" +#: ext/doctest.py:115 +#, python-format +msgid "missing '+' or '-' in '%s' option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +#: ext/doctest.py:120 +#, python-format +msgid "'%s' is not a valid option." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "" + +#: ext/doctest.py:281 +#, python-format +msgid "" +"Testing of doctests in the sources finished, look at the results in " +"%(outdir)s/output.txt." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 +#: ext/graphviz.py:145 #, python-format -msgid "invalid css_file: %r, ignored" +msgid "External Graphviz file %r not found or reading it failed" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 -#, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: ext/graphviz.py:268 #, python-format -msgid "broken link: %s (%s)" +msgid "graphviz_dot executable path must be set! %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: ext/graphviz.py:303 #, python-format -msgid "Anchor '%s' not found" +msgid "" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: ext/graphviz.py:310 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: ext/graphviz.py:313 #, python-format -msgid "The overview file is in %(outdir)s." +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: ext/graphviz.py:329 #, python-format -msgid "no changes in version %s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 -#, python-format -msgid "could not read %r for changelog creation" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: ext/apidoc.py:85 #, python-format -msgid "The text files are in %(outdir)s." +msgid "Would create file %s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 -#, python-format -msgid "The message catalogs are in %(outdir)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 -#, python-format -msgid "building [%s]: " +#: ext/apidoc.py:392 +msgid "path to module to document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 -#, python-format -msgid "targets for %d template files" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " +#: ext/apidoc.py:407 +msgid "directory to place all output" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" +#: ext/apidoc.py:429 +msgid "overwrite existing files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " +#: ext/apidoc.py:446 +msgid "run the script without creating files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format +#: ext/apidoc.py:498 msgid "" -"file %r given on command line is not under the source directory, ignoring" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." +#: ext/apidoc.py:564 +msgid "extension options" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 #, python-format -msgid "%s added, %s changed, %s removed" +msgid "Failed to remove %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 +#: ext/autosectionlabel.py:48 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 -#, python-format +#: ext/duration.py:85 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." +"====================== slowest reading durations =======================" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 +#: ext/imgmath.py:159 #, 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." +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " +#: ext/imgmath.py:174 +#, python-format +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 +#: ext/imgmath.py:328 #, python-format -msgid "docnames to write: %s" +msgid "display latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" +#: ext/imgmath.py:362 +#, python-format +msgid "inline latex %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "The Texinfo files are in %(outdir)s." +msgid "[image: %s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/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)." +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: writers/html5.py:415 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" +msgid "numfig_format is not defined for %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: writers/html5.py:427 #, python-format -msgid "processing %s" +msgid "Any IDs not assigned for %s node" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." +#: writers/html5.py:482 +msgid "Link to this term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" +#: writers/html5.py:535 +msgid "Link to this table" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: writers/html5.py:549 writers/latex.py:1102 #, python-format -msgid "error writing file Makefile: %s" +msgid "unsupported rubric heading level: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." +#: writers/html5.py:613 +msgid "Link to this code" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" +#: writers/html5.py:615 +msgid "Link to this image" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "" + +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "" + +#: writers/latex.py:746 writers/texinfo.py:642 msgid "" -"\":file:\" option for csv-table directive now recognizes an absolute path as" -" a relative path from source directory. Please update your document." +"encountered title node not in section, topic, table, admonition or sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: writers/texinfo.py:1300 #, python-format -msgid "Invalid caption: %s" +msgid "unimplemented node type: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: writers/latex.py:364 #, python-format -msgid "line number spec is out of range(1-%d): %r" +msgid "unknown %r toplevel_sectioning for class %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" +msgid "no Babel option known for language %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 -#, python-format -msgid "Include file %r not found or reading it failed" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "" + +#: writers/latex.py:1178 msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" +"both tabularcolumns and :widths: option are given. :widths: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: writers/latex.py:1575 #, python-format -msgid "Object named %r not found in include file %r" +msgid "dimension unit %s is invalid. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +#: writers/latex.py:1931 +#, python-format +msgid "unknown index entry type %s found" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" +msgid "environment variable; %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: domains/std/__init__.py:111 #, python-format -msgid "toctree glob pattern %r didn't match any documents" +msgid "%s; configuration value" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 -#, python-format -msgid "toctree contains reference to excluded document %r" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: domains/std/__init__.py:234 #, python-format -msgid "toctree contains reference to nonexisting document %r" +msgid "" +"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" +"--opt args\", \"/opt args\" or \"+opt args\"" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: domains/std/__init__.py:305 #, python-format -msgid "duplicated entry found in toctree: %s" +msgid "%s command line option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "" + +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "" + +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "" + +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "" + +#: domains/std/__init__.py:601 +msgid "glossary term" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " +#: domains/std/__init__.py:602 +msgid "grammar token" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " +#: domains/std/__init__.py:603 +msgid "reference label" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " +#: domains/std/__init__.py:606 +msgid "environment variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" +#: domains/std/__init__.py:607 +msgid "program option" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" +#: domains/std/__init__.py:608 +msgid "document" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 -#, python-format -msgid "Could not fetch remote image: %s [%d]" +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: domains/std/__init__.py:721 #, python-format -msgid "Unknown image format: %s..." +msgid "duplicate %s description of %s, other instance in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 -msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: domains/std/__init__.py:934 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgid "Failed to create a cross reference. Any number is not assigned: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: domains/std/__init__.py:946 #, python-format -msgid "%s:%s reference target not found: %s" +msgid "the link has no caption: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: domains/std/__init__.py:960 #, python-format -msgid "%r reference target not found: %s" +msgid "invalid numfig_format: %s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" +#: domains/python/__init__.py:107 domains/python/__init__.py:244 +#, python-format +msgid "%s() (in module %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" +#: domains/python/__init__.py:169 +#, python-format +msgid "%s (built-in variable)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: domains/python/__init__.py:194 #, python-format -msgid "Search %(docstitle)s" +msgid "%s (built-in class)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" +#: domains/python/__init__.py:195 +#, python-format +msgid "%s (class in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" +#: domains/python/__init__.py:249 +#, python-format +msgid "%s() (%s class method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" +#: domains/python/__init__.py:251 +#, python-format +msgid "%s() (%s static method)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" +#: domains/python/__init__.py:389 +#, python-format +msgid "%s (%s property)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" +#: domains/python/__init__.py:428 +#, python-format +msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" +#: domains/python/__init__.py:557 +msgid "Python Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" +#: domains/python/__init__.py:558 +msgid "modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" +#: domains/python/__init__.py:607 +msgid "Deprecated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" +#: domains/python/__init__.py:632 +msgid "exception" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" +#: domains/python/__init__.py:634 +msgid "class method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" +#: domains/python/__init__.py:635 +msgid "static method" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" +#: domains/python/__init__.py:637 +msgid "property" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" +#: domains/python/__init__.py:638 +msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" +#: domains/python/__init__.py:698 +#, python-format +msgid "" +"duplicate object description of %s, other instance in %s, use :no-index: for" +" one of them" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 +#: domains/python/__init__.py:817 #, python-format -msgid "Index – %(key)s" +msgid "more than one target found for cross-reference %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" +#: domains/python/__init__.py:878 +msgid " (deprecated)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: domains/python/_object.py:164 ext/napoleon/docstring.py:786 +msgid "Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" +#: domains/python/_object.py:169 +msgid "Variables" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" +#: domains/python/_object.py:173 +msgid "Raises" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" +#: domains/c/__init__.py:199 +#, python-format +msgid "%s (C %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 +#, python-format msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" +#: domains/c/__init__.py:674 +msgid "variable" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" +#: domains/c/__init__.py:676 +msgid "macro" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" +#: domains/c/__init__.py:677 +msgid "struct" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 -#, python-format -msgid "Search within %(docstitle)s" +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 -#, python-format -msgid "© %(copyright_prefix)s %(copyright)s." +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: domains/cpp/__init__.py:277 #, python-format -msgid "Last updated on %(last_updated)s." +msgid "%s (C++ %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: domains/cpp/__init__.py:360 domains/cpp/_symbol.py:793 #, python-format msgid "" -"Created using Sphinx " -"%(sphinx_version)s." +"Duplicate C++ declaration, also defined at %s:%s.\n" +"Declaration is '.. cpp:%s:: %s'." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" +#: domains/cpp/__init__.py:857 +msgid "concept" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 -#, python-format -msgid "%(filename)s — %(docstitle)s" +#: domains/cpp/__init__.py:862 +msgid "template parameter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 -#, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" +#: themes/haiku/layout.html:16 +msgid "Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 -#, python-format -msgid "Automatically generated list of changes in version %(version)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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" +#: themes/agogo/layout.html:34 themes/basic/layout.html:130 +#: themes/basic/search.html:3 themes/basic/search.html:15 +msgid "Search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" +#: themes/agogo/layout.html:37 themes/basic/searchbox.html:8 +#: themes/basic/searchfield.html:12 +msgid "Go" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" +#: themes/agogo/layout.html:81 themes/basic/sourcelink.html:7 +msgid "Show Source" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" +#: themes/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" +#: themes/basic/layout.html:18 +msgid "Navigation" msgstr "" -#: /home/runner/work/sphinx/sphinx/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." +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." +#: themes/basic/layout.html:124 +msgid "About these documents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 +#: themes/basic/layout.html:204 #, python-format -msgid "image file not readable: %s" +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: themes/basic/genindex-single.html:26 #, python-format -msgid "image file %s not readable: %s" +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 -#, python-format -msgid "download file not readable: %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 -#, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" +#: themes/basic/genindex-split.html:8 +msgid "Index pages by letter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" +#: themes/basic/genindex-split.html:17 +msgid "can be huge" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: themes/basic/opensearch.xml:4 #, python-format -msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" +msgid "Search %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 -#, python-format -msgid "toctree contains reference to non-included document %r" +#: themes/basic/sourcelink.html:4 +msgid "This Page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 -#, python-format -msgid "see %s" +#: themes/basic/defindex.html:4 +msgid "Overview" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 -#, python-format -msgid "see also %s" +#: themes/basic/defindex.html:8 +msgid "Welcome! This is" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 -#, python-format -msgid "unknown index entry type %r" +#: themes/basic/defindex.html:9 +msgid "the documentation for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" +#: themes/basic/defindex.html:10 +msgid "last updated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 -#, python-format -msgid "" -"Duplicate C++ declaration, also defined at %s:%s.\n" -"Declaration is '.. cpp:%s:: %s'." +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 -#, python-format -msgid "%s (C++ %s)" +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" +#: themes/basic/defindex.html:19 +msgid "search this documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" +#: themes/basic/defindex.html:21 +msgid "Global Module Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" +#: builders/html/__init__.py:499 themes/basic/defindex.html:23 +msgid "General Index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" +#: themes/basic/defindex.html:24 +msgid "all functions, classes, terms" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" +#: themes/basic/searchbox.html:4 +msgid "Quick search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" +#: themes/basic/search.html:20 +msgid "" +"Please activate JavaScript to enable the search\n" +" functionality." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" +#: themes/basic/search.html:28 +msgid "" +"Searching for multiple words only shows matches that contain\n" +" all words." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" +#: themes/basic/search.html:35 +msgid "search" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" +#: themes/basic/relations.html:4 +msgid "Previous topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" +#: themes/basic/relations.html:6 +msgid "previous chapter" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" +#: themes/basic/relations.html:11 +msgid "Next topic" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 -#, python-format -msgid "%s() (in module %s)" +#: themes/basic/relations.html:13 +msgid "next chapter" +msgstr "" + +#: themes/classic/static/sidebar.js.jinja:42 +msgid "Expand sidebar" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: themes/basic/changes/frameset.html:5 +#: themes/basic/changes/versionchanges.html:12 #, python-format -msgid "%s (in module %s)" +msgid "Changes in Version %(version)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: themes/basic/changes/versionchanges.html:17 #, python-format -msgid "%s (built-in variable)" +msgid "Automatically generated list of changes in version %(version)s" +msgstr "" + +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 -#, python-format -msgid "%s (built-in class)" +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 -#, python-format -msgid "%s (class in %s)" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: themes/basic/changes/rstsource.html:5 #, python-format -msgid "%s() (%s class method)" +msgid "%(filename)s — %(docstitle)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 -#, python-format -msgid "%s() (%s static method)" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 -#, python-format -msgid "%s (%s property)" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 -#, python-format -msgid "%s (type alias in %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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 -msgid "Python Module Index" +#: 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] "" + +#: themes/basic/static/searchtools.js:253 +msgid "Searching" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 -msgid "modules" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 -msgid "Deprecated" +#: themes/basic/static/searchtools.js:474 +msgid ", in " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 -msgid "exception" +#: environment/collectors/asset.py:95 +#, python-format +msgid "image file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 -msgid "class method" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 -msgid "static method" +#: environment/collectors/asset.py:160 +#, python-format +msgid "download file not readable: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 -msgid "property" +#: environment/collectors/toctree.py:258 +#, python-format +msgid "%s is already assigned section numbers (nested numbered toctree?)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 -msgid "type alias" +#: environment/adapters/toctree.py:318 +#, python-format +msgid "circular toctree references detected, ignoring: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: environment/adapters/toctree.py:342 #, python-format msgid "" -"duplicate object description of %s, other instance in %s, use :no-index: for" -" one of them" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: environment/adapters/toctree.py:357 #, python-format -msgid "more than one target found for cross-reference %r: %s" +msgid "toctree contains reference to non-included document %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 -msgid " (deprecated)" +#: environment/adapters/indexentries.py:126 +#, python-format +msgid "see %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: environment/adapters/indexentries.py:136 #, python-format -msgid "environment variable; %s" +msgid "see also %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s; configuration value" +msgid "unknown index entry type %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 -#, python-format -msgid "" -"Malformed option description %r, should look like \"opt\", \"-opt args\", \"" -"--opt args\", \"/opt args\" or \"+opt args\"" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 -#, python-format -msgid "%s command line option" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" +#: builders/html/__init__.py:358 +msgid "building [html]: " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" +#: builders/html/__init__.py:499 +msgid "index" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" +#: builders/html/__init__.py:572 +msgid "next" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" +#: builders/html/__init__.py:581 +msgid "previous" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" +#: builders/html/__init__.py:678 +msgid "generating indices" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" +#: builders/html/__init__.py:693 +msgid "writing additional pages" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: builders/html/__init__.py:772 #, python-format -msgid "duplicate %s description of %s, other instance in %s" +msgid "cannot copy image file '%s': %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: builders/html/__init__.py:796 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgid "cannot copy downloadable file %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: builders/html/__init__.py:843 #, python-format -msgid "the link has no caption: %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid numfig_format: %s (%r)" +msgid "Failed to copy a file in html_static_file: %s: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 -#, python-format -msgid "invalid numfig_format: %s" +#: builders/html/__init__.py:896 +msgid "copying static files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: builders/html/__init__.py:912 #, python-format -msgid "undefined label: %r" +msgid "cannot copy static file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 -#, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" +#: builders/html/__init__.py:917 +msgid "copying extra files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: builders/html/__init__.py:927 #, python-format -msgid "" -"Duplicate C declaration, also defined at %s:%s.\n" -"Declaration is '.. c:%s:: %s'." +msgid "cannot copy extra file %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: builders/html/__init__.py:933 #, python-format -msgid "%s (C %s)" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" +msgid "Failed to write build info file: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" +#: builders/html/__init__.py:1027 +#, python-format +msgid "page %s matches two patterns in html_sidebars: %r and %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" +#: builders/html/__init__.py:1188 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" +#: builders/html/__init__.py:1197 +#, python-format +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" +#: builders/html/__init__.py:1237 +#, python-format +msgid "dumping search index in %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" +#: builders/html/__init__.py:1279 +#, python-format +msgid "invalid js_file: %r, ignored" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" +#: builders/html/__init__.py:1317 +#, python-format +msgid "Unknown math_renderer %r is given." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" +#: builders/html/__init__.py:1325 +#, python-format +msgid "html_extra_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" +#: builders/html/__init__.py:1332 +#, python-format +msgid "html_extra_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" +#: builders/html/__init__.py:1342 +#, python-format +msgid "html_static_path entry %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" +#: builders/html/__init__.py:1349 +#, python-format +msgid "html_static_path entry %r is placed inside outdir" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 +#, python-format +msgid "logo file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" +#: builders/html/__init__.py:1384 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:1414 #, python-format -msgid "invalid value set (missing closing brace): %s" +msgid "%s %s documentation" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 -#, python-format -msgid "invalid value set (missing opening brace): %s" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/latex/transforms.py:119 #, python-format -msgid "malformed string literal (missing closing quote): %s" +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/latex/transforms.py:485 #, python-format -msgid "malformed string literal (missing opening quote): %s" +msgid "No footnote was found for given reference node %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/latex/__init__.py:117 #, python-format -msgid "(in %s v%s)" +msgid "The LaTeX files are in %(outdir)s." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 -#, python-format -msgid "(in %s)" +#: 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 -#, python-format -msgid "inventory '%s': multiple matches found for %s:%s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/latex/__init__.py:169 #, python-format -msgid "inventory for external cross-reference not found: %r" +msgid "\"latex_documents\" config value references unknown document %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 -#, python-format -msgid "invalid external cross-reference suffix: %r" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 -#, python-format -msgid "domain for external cross-reference not found: %r" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 -#, python-format -msgid "external %s:%s reference target not found: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/latex/__init__.py:543 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." +msgid "Unknown configure key: latex_elements[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/latex/__init__.py:551 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." +msgid "Unknown theme option: latex_theme_options[%r], ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/latex/theming.py:87 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." +msgid "%r doesn't have \"theme\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/latex/theming.py:90 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." +msgid "%r doesn't have \"%s\" setting" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 -#, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique (other instance in intersphinx_mapping[%r])." +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 -#, python-format -msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 -#, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." +#: _cli/util/errors.py:172 +msgid "" +"To report this error to the developers, please open an issue at " +". Thanks!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." +#: transforms/post_transforms/__init__.py:124 +msgid "" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "more than one target found for 'any' cross-reference %r: could be %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" +#: transforms/post_transforms/__init__.py:250 +#, python-format +msgid "%s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" +#: transforms/post_transforms/__init__.py:256 +#, python-format +msgid "%r reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" +msgid "Could not fetch remote image: %s [%s]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" +msgid "Could not fetch remote image: %s [%d]" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "Failed to parse type_comment for %r: %s" +msgid "Unknown image format: %s..." +msgstr "" + +#: ext/napoleon/docstring.py:707 +msgid "Example" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" +#: ext/napoleon/docstring.py:708 +msgid "Examples" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 -#, python-format -msgid "invalid value for member-order option: %s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 -#, python-format -msgid "" -"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" -"%s" +#: ext/napoleon/docstring.py:817 +msgid "References" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 -#, 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)" +#: ext/napoleon/docstring.py:849 +msgid "Warns" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 -#, python-format -msgid "A mocked object is detected: %r" +#: ext/napoleon/docstring.py:853 +msgid "Yields" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "error while formatting signature for %s: %s" +msgid "invalid value set (missing closing brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" +#: ext/napoleon/docstring.py:1022 +#, python-format +msgid "invalid value set (missing opening brace): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "signature arguments or return annotation given for automodule %s" +msgid "malformed string literal (missing closing quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" +msgid "malformed string literal (missing opening quote): %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 +#: ext/autosummary/__init__.py:255 #, python-format -msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" +msgid "autosummary references excluded document %r. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: ext/autosummary/__init__.py:257 #, python-format -msgid "Failed to get a function signature for %s: %s" +msgid "" +"autosummary: stub file not found %r. Check your autosummary_generate " +"setting." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 -#, python-format -msgid "Failed to get a constructor signature for %s: %s" +#: ext/autosummary/__init__.py:276 +msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: ext/autosummary/__init__.py:329 #, python-format -msgid "Bases: %s" +msgid "" +"autosummary: failed to import %s.\n" +"Possible hints:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: ext/autosummary/__init__.py:343 #, python-format -msgid "missing attribute %s in object %s" +msgid "failed to parse name %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: ext/autosummary/__init__.py:348 #, python-format -msgid "alias of %s" +msgid "failed to import object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: ext/autosummary/__init__.py:647 #, python-format -msgid "alias of TypeVar(%s)" +msgid "" +"Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 +#: ext/autosummary/__init__.py:818 #, python-format -msgid "Failed to get a method signature for %s: %s" +msgid "autosummary_generate: file not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." +#: ext/autosummary/__init__.py:826 +msgid "" +"autosummary generates .rst files internally. But your source_suffix does not" +" contain .rst. Skipped." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 #, python-format msgid "" "autosummary: failed to determine %r to be documented, the following exception was raised:\n" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 +#: ext/autosummary/generate.py:525 #, python-format msgid "[autosummary] generating autosummary for: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 +#: ext/autosummary/generate.py:529 #, python-format msgid "[autosummary] writing to %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 +#: ext/autosummary/generate.py:571 #, python-format msgid "" "[autosummary] failed to import %s.\n" @@ -3794,7 +3801,7 @@ msgid "" "%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 +#: ext/autosummary/generate.py:766 msgid "" "\n" "Generate ReStructuredText using autosummary directives.\n" @@ -3809,347 +3816,293 @@ msgid "" " pydoc sphinx.ext.autosummary\n" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 +#: ext/autosummary/generate.py:788 msgid "source files to generate rST files for" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 +#: ext/autosummary/generate.py:796 msgid "directory to place all output in" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/autosummary/generate.py:804 #, python-format msgid "default suffix for files (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/autosummary/generate.py:812 #, python-format msgid "custom template directory (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/autosummary/generate.py:820 #, python-format msgid "document imported members (default: %(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/autosummary/generate.py:828 #, python-format msgid "" "document exactly the members in module __all__ attribute. (default: " "%(default)s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/intersphinx/_resolve.py:47 #, python-format -msgid "autosummary references excluded document %r. Ignored." +msgid "(in %s v%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "" -"autosummary: stub file not found %r. Check your autosummary_generate " -"setting." +msgid "(in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 -msgid "A captioned autosummary requires :toctree: option. ignored." +#: ext/intersphinx/_resolve.py:103 +#, python-format +msgid "inventory '%s': duplicate matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/intersphinx/_resolve.py:113 #, python-format -msgid "" -"autosummary: failed to import %s.\n" -"Possible hints:\n" -"%s" +msgid "inventory '%s': multiple matches found for %s:%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/intersphinx/_resolve.py:359 #, python-format -msgid "failed to parse name %s" +msgid "inventory for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "failed to import object %s" +msgid "invalid external cross-reference suffix: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/intersphinx/_resolve.py:378 #, python-format -msgid "" -"Summarised items should not include the current module. Replace %r with %r." +msgid "domain for external cross-reference not found: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/intersphinx/_resolve.py:585 #, python-format -msgid "autosummary_generate: file not found: %s" +msgid "external %s:%s reference target not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/intersphinx/_load.py:59 +#, python-format msgid "" -"autosummary generates .rst files internally. But your source_suffix does not" -" contain .rst. Skipped." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 +#: ext/intersphinx/_load.py:70 +#, python-format msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "%r doesn't have \"theme\" setting" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "No footnote was found for given reference node %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/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)." +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:240 #, python-format -msgid "logo file %r does not exist" +msgid "loading intersphinx inventory '%s' from %s ..." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 -#, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 -#, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "build info file is broken: %r" +msgid "intersphinx inventory has moved: %s -> %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/autodoc/type_comment.py:132 #, python-format -msgid "The HTML pages are in %(outdir)s." +msgid "Failed to update signature for %r: parameter not found: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "Failed to read build info file: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" +msgid "Failed to parse type_comment for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Logo of %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" +msgid "invalid value for member-order option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " +msgid "invalid value for class-doc-from option: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/__init__.py:408 #, python-format -msgid "cannot copy downloadable file %r: %s" +msgid "invalid signature for auto%s (%r)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgid "error while formatting arguments for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:795 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" +msgid "" +"autodoc: failed to determine %s.%s (%r) to be documented, the following exception was raised:\n" +"%s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy static file %r" -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" +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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "cannot copy extra file %r" +msgid "A mocked object is detected: %r" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:953 #, python-format -msgid "Failed to write build info file: %r" +msgid "error while formatting signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgid "signature arguments or return annotation given for automodule %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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." +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" +"missing attribute mentioned in :members: option: module %s, attribute %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 +#, python-format +msgid "Failed to get a function signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "dumping search index in %s" +msgid "Failed to get a constructor signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "invalid js_file: %r, ignored" +msgid "Bases: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." +#: ext/autodoc/__init__.py:1757 +#, python-format +msgid "missing attribute %s in object %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "Unknown math_renderer %r is given." +msgid "alias of %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_extra_path entry %r does not exist" +msgid "alias of TypeVar(%s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" +msgid "Failed to get a method signature for %s: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "html_static_path entry %r does not exist" +msgid "Invalid __slots__ found on %s. Ignored." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/preserve_defaults.py:190 #, python-format -msgid "html_static_path entry %r is placed inside outdir" +msgid "Failed to parse a default argument value for %r: %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 -#, python-format -msgid "favicon file %r does not exist" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 -#, 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`." +#: templates/latex/longtable.tex.jinja:63 +#: templates/latex/sphinxmessages.sty.jinja:9 +msgid "continues on next page" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" +#: templates/latex/sphinxmessages.sty.jinja:10 +msgid "Non-alphabetical" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" +#: templates/latex/sphinxmessages.sty.jinja:12 +msgid "Numbers" +msgstr "" + +#: templates/latex/sphinxmessages.sty.jinja:13 +msgid "page" msgstr "" diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js index 78b4f66b163..82e6d91af7b 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.js @@ -36,7 +36,9 @@ Documentation.addTranslations({ "Search": "\u641c\u5c0b", "Search Page": "\u641c\u5c0b\u9801\u9762", "Search Results": "\u641c\u5c0b\u7d50\u679c", - "Search finished, found ${resultCount} page(s) matching the search query.": "\u641c\u5c0b\u7d50\u675f\uff0c\u5171\u627e\u5230 ${resultCount} \u500b\u9801\u9762\u7b26\u5408\u641c\u5c0b\u689d\u4ef6\u3002", + "Search finished, found one page matching the search query.": [ + "" + ], "Search within %(docstitle)s": "\u5728 %(docstitle)s \u4e2d\u641c\u5c0b", "Searching": "\u641c\u5c0b\u4e2d", "Searching for multiple words only shows matches that contain\n all words.": "\u641c\u5c0b\u591a\u500b\u95dc\u9375\u5b57\u6642\uff0c\u53ea\u6703\u986f\u793a\u5305\u542b\u6240\u6709\u95dc\u9375\u5b57\u7684\u7d50\u679c\u3002", diff --git a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.mo index 918f780e65e..4b94e237dc3 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 3e90312217d..5dad5310920 100644 --- a/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/zh_TW/LC_MESSAGES/sphinx.po @@ -15,389 +15,153 @@ msgid "" msgstr "" "Project-Id-Version: Sphinx\n" "Report-Msgid-Bugs-To: EMAIL@ADDRESS\n" -"POT-Creation-Date: 2024-07-29 17:39+0000\n" +"POT-Creation-Date: 2024-10-10 15:47+0000\n" "PO-Revision-Date: 2013-04-02 08:44+0000\n" "Last-Translator: Steven Hsu , 2021-2024\n" "Language-Team: Chinese (Taiwan) (http://app.transifex.com/sphinx-doc/sphinx-1/language/zh_TW/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Generated-By: Babel 2.15.0\n" +"Generated-By: Babel 2.16.0\n" "Language: zh_TW\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:121 -#, python-format -msgid "" -"Theme configuration sections other than [theme] and [options] are not " -"supported (tried to get a value from %r)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:127 -#, python-format -msgid "setting %s.%s occurs in none of the searched theme configs" -msgstr "設定 %s。%s 不在已被搜尋的主題組態中出現" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:142 -#, python-format -msgid "unsupported theme option %r given" -msgstr "未支援的主題選項 %r 被給予" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:215 -#, python-format -msgid "file %r on theme path is not a valid zipfile or contains no theme" -msgstr "主題路徑中的檔案 %r 不是有效的 zipfile 或未包含主題" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:236 -#, python-format -msgid "no theme named %r found (missing theme.toml?)" -msgstr "找不到名稱為 %r 的主題(遺失 theme.toml?)" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:276 -#, python-format -msgid "The %r theme has circular inheritance" -msgstr "%r 主題有循環繼承" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:283 -#, python-format -msgid "" -"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " -"are: %s" -msgstr "%r 主題是從 %r 繼承的,而它不是一個已載入的主題。已載入的主題是:%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:290 -#, python-format -msgid "The %r theme has too many ancestors" -msgstr "%r 主題有太多上代 (ancestor)" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:316 -#, python-format -msgid "no theme configuration file found in %r" -msgstr "在 %r 中找不到主題的組態檔" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:344 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:395 -#, python-format -msgid "theme %r doesn't have the \"theme\" table" -msgstr "主題 %r 內沒有 \"theme\" 表格" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:348 -#, python-format -msgid "The %r theme \"[theme]\" table is not a table" -msgstr "%r 主題的 \"[theme]\" 表格不是一個表格" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:352 -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:398 -#, python-format -msgid "The %r theme must define the \"theme.inherit\" setting" -msgstr "%r 主題必須定義 \"theme.inherit\" 的設定" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:356 -#, python-format -msgid "The %r theme \"[options]\" table is not a table" -msgstr "%r 主題的 \"[options]\" 表格不是一個表格" - -#: /home/runner/work/sphinx/sphinx/sphinx/theming.py:374 -#, python-format -msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" -msgstr "\"theme.pygments_style\" 設定必須是一個表格。提示:\"%s\"" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:155 -#, python-format -msgid "Pygments lexer name %r is not known" -msgstr "Pygments lexer 名稱 %r 不是已知的" - -#: /home/runner/work/sphinx/sphinx/sphinx/highlighting.py:189 -#, python-format -msgid "" -"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " -"Retrying in relaxed mode." -msgstr "將 literal_block %r lex 為 \"%s\" 時,在 token %r 造成錯誤。正在以 relaxed 模式重試中。" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:55 -#, python-format -msgid "" -"The %s extension is required by needs_extensions settings, but it is not " -"loaded." -msgstr "擴充套件 %s 被 needs_extensions 的設定所要求,但它沒有被載入。" - -#: /home/runner/work/sphinx/sphinx/sphinx/extension.py:76 -#, 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) 被建立。" - -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:67 +#: events.py:77 #, python-format msgid "Event %r already present" msgstr "事件 %r 已經存在" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:73 +#: events.py:370 #, python-format msgid "Unknown event name: %s" msgstr "未知的事件名稱:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/events.py:112 +#: events.py:416 #, python-format msgid "Handler %r for event %r threw an exception" msgstr "對於事件 %r 的 handler %r 拋出了一個例外" -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:314 -#, python-format -msgid "config directory doesn't contain a conf.py file (%s)" -msgstr "config 資料夾沒有包含 conf.py 檔案 (%s)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:323 -msgid "" -"Invalid configuration value found: 'language = None'. Update your " -"configuration to a valid language code. Falling back to 'en' (English)." -msgstr "找到無效的組態值: 'language = None' 。請以一個有效的語言碼更新您的配置。跳回 'en' (英語)。" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:346 -#, python-format -msgid "" -"cannot override dictionary config setting %r, ignoring (use %r to set " -"individual elements)" -msgstr "無法覆寫資料夾組態設定 %r,忽略中(使用 %r 來設定個別元素)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:355 -#, python-format -msgid "invalid number %r for config value %r, ignoring" -msgstr "無效的數字 %r 於組態值 %r,忽略中" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:361 -#, python-format -msgid "cannot override config setting %r with unsupported type, ignoring" -msgstr "無法以未支援的型別覆寫組態設定 %r,忽略中" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:382 -#, python-format -msgid "unknown config value %r in override, ignoring" -msgstr "覆寫未知的組態值 %r,忽略中" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:435 -#, python-format -msgid "No such config value: %r" -msgstr "缺少此組態值:%r" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:458 -#, python-format -msgid "Config value %r already present" -msgstr "組態值 %r 已經存在" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:494 -#, python-format -msgid "" -"cannot cache unpickable configuration value: %r (because it contains a " -"function, class, or module object)" -msgstr "無法快取可拆的 (unpickable) 組態值:%r(因為它包含了一個函式、類別或模組物件)" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:531 -#, python-format -msgid "There is a syntax error in your configuration file: %s\n" -msgstr "在您的組態檔中有一個語法錯誤:%s\n" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:534 -msgid "" -"The configuration file (or one of the modules it imports) called sys.exit()" -msgstr "組態檔(或它 import 的其中一個模組)呼叫了 sys.exit()" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:541 -#, python-format -msgid "" -"There is a programmable error in your configuration file:\n" -"\n" -"%s" -msgstr "在您的組態檔中有一個程式化錯誤:\n\n%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:564 -#, python-format -msgid "Failed to convert %r to a set or tuple" -msgstr "無法將 %r 轉換為集合或元組" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:585 -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:590 -#, python-format -msgid "Converting `source_suffix = %r` to `source_suffix = %r`." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:593 -#, python-format -msgid "" -"The config value `source_suffix' expects a dictionary, a string, or a list " -"of strings. Got `%r' instead (type %s)." -msgstr "" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:612 -#, python-format -msgid "Section %s" -msgstr "章節 %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:613 -#, python-format -msgid "Fig. %s" -msgstr "圖 %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:614 -#, python-format -msgid "Table %s" -msgstr "表格 %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:615 -#, python-format -msgid "Listing %s" -msgstr "列表 %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:690 -msgid "" -"The config value `{name}` has to be a one of {candidates}, but `{current}` " -"is given." -msgstr "組態值 `{name}` 必須是 {candidates} 的其中之一,但 `{current}` 被給予。" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:714 -msgid "" -"The config value `{name}' has type `{current.__name__}'; expected " -"{permitted}." -msgstr "組態值 `{name}' 有 `{current.__name__}' 型別;預期 {permitted} 。" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:727 -msgid "" -"The config value `{name}' has type `{current.__name__}', defaults to " -"`{default.__name__}'." -msgstr "組態值 `{name}' 有 `{current.__name__}' 型別;預設為 `{default.__name__}' 。" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:738 -#, python-format -msgid "primary_domain %r not found, ignored." -msgstr "找不到 primary_domain %r,已略過。" - -#: /home/runner/work/sphinx/sphinx/sphinx/config.py:750 -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'\"。" - -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:181 +#: application.py:186 #, python-format msgid "Cannot find source directory (%s)" msgstr "找不到來源資料夾 (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:185 +#: application.py:190 #, python-format msgid "Output directory (%s) is not a directory" msgstr "輸出資料夾 (%s) 不是一個資料夾" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:189 +#: application.py:194 msgid "Source directory and destination directory cannot be identical" msgstr "來源資料夾與目的資料夾不能為相同" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:221 +#: application.py:224 #, python-format msgid "Running Sphinx v%s" msgstr "正在執行 Sphinx v%s 版本" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:243 +#: application.py:246 #, python-format msgid "" "This project needs at least Sphinx v%s and therefore cannot be built with " "this version." msgstr "本專案需要 Sphinx v%s 版或以上,故無法以現版本編譯。" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:259 +#: application.py:262 msgid "making output directory" msgstr "正在建立輸出目錄" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:264 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:445 +#: application.py:267 registry.py:450 #, python-format msgid "while setting up extension %s:" msgstr "正在設置擴充套件 %s 時:" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:270 +#: application.py:273 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 擴充套件的方式運作,這個修改是必須的。" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:305 +#: application.py:308 #, python-format msgid "loading translations [%s]... " msgstr "正在載入翻譯 [%s]..." -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:322 -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:90 +#: application.py:325 util/display.py:90 msgid "done" msgstr "完成" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:324 +#: application.py:327 msgid "not available for built-in messages" msgstr "不是有效的內建訊息" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:338 +#: application.py:341 msgid "loading pickled environment" msgstr "正在載入已 pickle 的環境" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:346 +#: application.py:349 #, python-format msgid "failed: %s" msgstr "失敗:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:359 +#: application.py:362 msgid "No builder selected, using default: html" msgstr "沒有指定 builder,使用預設:html" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:392 -msgid "succeeded" -msgstr "成功" +#: application.py:394 +msgid "build finished with problems." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:393 -msgid "finished with problems" -msgstr "完成但有問題" +#: application.py:396 +msgid "build succeeded." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:397 -#, python-format -msgid "build %s, %s warning (with warnings treated as errors)." -msgstr "建立 %s,%s 警告(警告被視為錯誤)。" +#: application.py:400 +msgid "" +"build finished with problems, 1 warning (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:399 -#, python-format -msgid "build %s, %s warnings (with warnings treated as errors)." -msgstr "建立 %s,%s 警告(警告被視為錯誤)。" +#: application.py:403 +msgid "build finished with problems, 1 warning." +msgstr "" + +#: application.py:405 +msgid "build succeeded, 1 warning." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:402 +#: application.py:410 #, python-format -msgid "build %s, %s warning." -msgstr "建立 %s,%s 警告。" +msgid "" +"build finished with problems, %s warnings (with warnings treated as errors)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:404 +#: application.py:413 #, python-format -msgid "build %s, %s warnings." -msgstr "建立 %s,%s 警告。" +msgid "build finished with problems, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:408 +#: application.py:415 #, python-format -msgid "build %s." -msgstr "建立 %s。" +msgid "build succeeded, %s warnings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:643 +#: application.py:964 #, python-format msgid "node class %r is already registered, its visitors will be overridden" msgstr "node class %r 已經被註冊,它的訪客將會被覆寫" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:722 +#: application.py:1043 #, python-format msgid "directive %r is already registered, it will be overridden" msgstr "指令 %r 已經被註冊,它將會被覆寫" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:744 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:769 +#: application.py:1065 application.py:1090 #, python-format msgid "role %r is already registered, it will be overridden" msgstr "role %r 已經被註冊,它將會被覆寫" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1317 +#: application.py:1640 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel reading, " @@ -405,12 +169,12 @@ msgid "" "explicit" msgstr "%s 擴充套件並未宣告平行讀取是否安全,假設為否 - 請尋求擴充套件作者以檢查並明確表示" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1321 +#: application.py:1644 #, python-format msgid "the %s extension is not safe for parallel reading" msgstr "%s 擴充套件對於平行讀取是不安全的" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1324 +#: application.py:1647 #, python-format msgid "" "the %s extension does not declare if it is safe for parallel writing, " @@ -418,3452 +182,3574 @@ msgid "" "explicit" msgstr "%s 擴充套件並未宣告平行寫入是否安全,假設為否 - 請尋求擴充套件作者以檢查並明確表示" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1328 +#: application.py:1651 #, python-format msgid "the %s extension is not safe for parallel writing" msgstr "%s 擴充套件對於平行寫入是不安全的" -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1336 -#: /home/runner/work/sphinx/sphinx/sphinx/application.py:1340 +#: application.py:1659 application.py:1663 #, python-format msgid "doing serial %s" msgstr "執行串列 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:201 +#: roles.py:205 +#, python-format +msgid "Common Vulnerabilities and Exposures; CVE %s" +msgstr "" + +#: roles.py:228 +#, python-format +msgid "invalid CVE number %s" +msgstr "" + +#: roles.py:249 +#, python-format +msgid "Common Weakness Enumeration; CWE %s" +msgstr "" + +#: roles.py:272 +#, python-format +msgid "invalid CWE number %s" +msgstr "" + +#: roles.py:293 #, python-format msgid "Python Enhancement Proposals; PEP %s" msgstr "Python Enhancement Proposals; PEP %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:222 +#: roles.py:316 #, python-format msgid "invalid PEP number %s" msgstr "無效的 PEP 號碼 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/roles.py:257 +#: roles.py:354 #, python-format msgid "invalid RFC number %s" msgstr "無效的 RFC 號碼 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:137 +#: registry.py:142 #, python-format msgid "Builder class %s has no \"name\" attribute" msgstr "Builder class %s 沒有 \"name\" 屬性" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:139 +#: registry.py:144 #, python-format msgid "Builder %r already exists (in module %s)" msgstr "Builder %r 已存在(於 %s 模組)" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:152 +#: registry.py:157 #, python-format msgid "Builder name %s not registered or available through entry point" msgstr "Builder 名稱 %s 未註冊或無法從 entry point 取得" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:159 +#: registry.py:164 #, python-format msgid "Builder name %s not registered" msgstr "Builder 名稱 %s 未註冊" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:166 +#: registry.py:171 #, python-format msgid "domain %s already registered" msgstr "domain %s 已註冊" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:202 -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:213 +#: registry.py:194 registry.py:207 registry.py:218 #, python-format msgid "domain %s not yet registered" msgstr "domain %s 尚未被註冊" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:193 +#: registry.py:198 #, python-format msgid "The %r directive is already registered to domain %s" msgstr "%r 指令已註冊給 domain %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:205 +#: registry.py:210 #, python-format msgid "The %r role is already registered to domain %s" msgstr "%r 角色已註冊給 domain %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:216 +#: registry.py:221 #, python-format msgid "The %r index is already registered to domain %s" msgstr "%r 索引已註冊給 domain %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:247 +#: registry.py:252 #, python-format msgid "The %r object_type is already registered" msgstr "%r object_type 已註冊" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:273 +#: registry.py:278 #, python-format msgid "The %r crossref_type is already registered" msgstr "%r crossref_type 已註冊" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:280 +#: registry.py:285 #, python-format msgid "source_suffix %r is already registered" msgstr "source_suffix %r 已註冊" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:289 +#: registry.py:294 #, python-format msgid "source_parser for %r is already registered" msgstr "對於 %r 的 source_parser 已註冊" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:297 +#: registry.py:302 #, python-format msgid "Source parser for %s not registered" msgstr "對於 %s 的源碼剖析器未註冊" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:313 +#: registry.py:318 #, python-format msgid "Translator for %r already exists" msgstr "對於 %r 的翻譯器已經存在" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:329 +#: registry.py:334 #, python-format msgid "kwargs for add_node() must be a (visit, depart) function tuple: %r=%r" msgstr "對於 add_node() 的 kwargs 必須是一個 (visit, depart) 函式值組:%r=%r" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:412 +#: registry.py:417 #, python-format msgid "enumerable_node %r already registered" msgstr "enumerable_node %r 已註冊" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:424 +#: registry.py:429 #, python-format msgid "math renderer %s is already registered" msgstr "數學描繪器 %s 已註冊" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:439 +#: registry.py:444 #, python-format msgid "" "the extension %r was already merged with Sphinx since version %s; this " "extension is ignored." msgstr "擴充套件 %r 已被併入 %s 版以上的 Sphinx:此擴充套件已略過。" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:450 +#: registry.py:455 msgid "Original exception:\n" msgstr "原始的例外:\n" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:451 +#: registry.py:456 #, python-format msgid "Could not import extension %s" msgstr "無法引入擴充套件 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:456 +#: registry.py:461 #, python-format msgid "" "extension %r has no setup() function; is it really a Sphinx extension " "module?" msgstr "擴充套件 %r 沒有 setup() 函式;它真的是 Sphinx 擴充套件模組嗎?" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:465 +#: registry.py:470 #, 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 以上的版本;所以它無法以此版本被建立。" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:473 +#: registry.py:478 #, 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 或一個元數據資料夾" -#: /home/runner/work/sphinx/sphinx/sphinx/registry.py:507 +#: registry.py:512 #, python-format msgid "`None` is not a valid filetype for %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:69 +#: project.py:71 #, python-format msgid "" "multiple files found for the document \"%s\": %s\n" "Use %r for the build." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/project.py:85 +#: project.py:87 #, python-format msgid "Ignored unreadable document %r." msgstr "已略過無法讀取的文件 %r 。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:42 -msgid "automatically insert docstrings from modules" -msgstr "從模組自動插入說明字串" +#: highlighting.py:168 +#, python-format +msgid "Pygments lexer name %r is not known" +msgstr "Pygments lexer 名稱 %r 不是已知的" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:43 -msgid "automatically test code snippets in doctest blocks" -msgstr "在 doctest 區塊自動測試程式碼片段" +#: highlighting.py:202 +#, python-format +msgid "" +"Lexing literal_block %r as \"%s\" resulted in an error at token: %r. " +"Retrying in relaxed mode." +msgstr "將 literal_block %r lex 為 \"%s\" 時,在 token %r 造成錯誤。正在以 relaxed 模式重試中。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:44 -msgid "link between Sphinx documentation of different projects" -msgstr "在不同專案的 Sphinx 說明文件中鏈接" +#: extension.py:55 +#, python-format +msgid "" +"The %s extension is required by needs_extensions settings, but it is not " +"loaded." +msgstr "擴充套件 %s 被 needs_extensions 的設定所要求,但它沒有被載入。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:45 -msgid "write \"todo\" entries that can be shown or hidden on build" -msgstr "寫入 \"todo\" 項目,它們可以在組建時被顯示或隱藏" +#: extension.py:76 +#, 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) 被建立。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:46 -msgid "checks for documentation coverage" -msgstr "核對說明文件的涵蓋範圍" +#: theming.py:121 +#, python-format +msgid "" +"Theme configuration sections other than [theme] and [options] are not " +"supported (tried to get a value from %r)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:47 -msgid "include math, rendered as PNG or SVG images" -msgstr "包含 math,以 PNG 或 SVG 影像被呈現" +#: theming.py:127 +#, python-format +msgid "setting %s.%s occurs in none of the searched theme configs" +msgstr "設定 %s。%s 不在已被搜尋的主題組態中出現" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:48 -msgid "include math, rendered in the browser by MathJax" -msgstr "包含 math,被 MathJax 在瀏覽器中呈現" +#: theming.py:142 +#, python-format +msgid "unsupported theme option %r given" +msgstr "未支援的主題選項 %r 被給予" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:49 -msgid "conditional inclusion of content based on config values" -msgstr "根據組態值有條件地包含內容" +#: theming.py:215 +#, python-format +msgid "file %r on theme path is not a valid zipfile or contains no theme" +msgstr "主題路徑中的檔案 %r 不是有效的 zipfile 或未包含主題" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:50 -msgid "include links to the source code of documented Python objects" -msgstr "包含鏈接至已有說明文件的 Python 物件原始碼" +#: theming.py:236 +#, python-format +msgid "no theme named %r found (missing theme.toml?)" +msgstr "找不到名稱為 %r 的主題(遺失 theme.toml?)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:51 -msgid "create .nojekyll file to publish the document on GitHub pages" -msgstr "建立 .nojekyll 檔案以在 GitHub 頁面發布文件" +#: theming.py:276 +#, python-format +msgid "The %r theme has circular inheritance" +msgstr "%r 主題有循環繼承" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:93 -msgid "Please enter a valid path name." -msgstr "請輸入有效的路徑名稱。" +#: theming.py:283 +#, python-format +msgid "" +"The %r theme inherits from %r, which is not a loaded theme. Loaded themes " +"are: %s" +msgstr "%r 主題是從 %r 繼承的,而它不是一個已載入的主題。已載入的主題是:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:109 -msgid "Please enter some text." -msgstr "請輸入一些文字。" +#: theming.py:290 +#, python-format +msgid "The %r theme has too many ancestors" +msgstr "%r 主題有太多上代 (ancestor)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:116 +#: theming.py:318 #, python-format -msgid "Please enter one of %s." -msgstr "請輸入一種 %s 。" +msgid "no theme configuration file found in %r" +msgstr "在 %r 中找不到主題的組態檔" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:123 -msgid "Please enter either 'y' or 'n'." -msgstr "請輸入 'y' 或 'n'。" +#: theming.py:346 theming.py:399 +#, python-format +msgid "theme %r doesn't have the \"theme\" table" +msgstr "主題 %r 內沒有 \"theme\" 表格" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:129 -msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." -msgstr "請輸入檔案後綴,例如 '.rst' 或 '.txt'。" +#: theming.py:350 +#, python-format +msgid "The %r theme \"[theme]\" table is not a table" +msgstr "%r 主題的 \"[theme]\" 表格不是一個表格" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:208 +#: theming.py:354 theming.py:402 #, python-format -msgid "Welcome to the Sphinx %s quickstart utility." -msgstr "歡迎進入 Sphinx %s 快速入門公用程式。" +msgid "The %r theme must define the \"theme.inherit\" setting" +msgstr "%r 主題必須定義 \"theme.inherit\" 的設定" + +#: theming.py:358 +#, python-format +msgid "The %r theme \"[options]\" table is not a table" +msgstr "%r 主題的 \"[options]\" 表格不是一個表格" + +#: theming.py:377 +#, python-format +msgid "The \"theme.pygments_style\" setting must be a table. Hint: \"%s\"" +msgstr "\"theme.pygments_style\" 設定必須是一個表格。提示:\"%s\"" + +#: config.py:314 +#, python-format +msgid "config directory doesn't contain a conf.py file (%s)" +msgstr "config 資料夾沒有包含 conf.py 檔案 (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:210 +#: config.py:323 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 以接受它)。" +"Invalid configuration value found: 'language = None'. Update your " +"configuration to a valid language code. Falling back to 'en' (English)." +msgstr "找到無效的組態值: 'language = None' 。請以一個有效的語言碼更新您的配置。跳回 'en' (英語)。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:215 +#: config.py:346 #, python-format -msgid "Selected root path: %s" -msgstr "被選的根路徑: %s" +msgid "" +"cannot override dictionary config setting %r, ignoring (use %r to set " +"individual elements)" +msgstr "無法覆寫資料夾組態設定 %r,忽略中(使用 %r 來設定個別元素)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:218 -msgid "Enter the root path for documentation." -msgstr "輸入說明文件的根路徑。" +#: config.py:355 +#, python-format +msgid "invalid number %r for config value %r, ignoring" +msgstr "無效的數字 %r 於組態值 %r,忽略中" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:219 -msgid "Root path for the documentation" -msgstr "說明文件的根路徑" +#: config.py:361 +#, python-format +msgid "cannot override config setting %r with unsupported type, ignoring" +msgstr "無法以未支援的型別覆寫組態設定 %r,忽略中" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:224 -msgid "Error: an existing conf.py has been found in the selected root path." -msgstr "錯誤:在被選的根路徑找到一個已存在的 conf.py。" +#: config.py:382 +#, python-format +msgid "unknown config value %r in override, ignoring" +msgstr "覆寫未知的組態值 %r,忽略中" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:226 -msgid "sphinx-quickstart will not overwrite existing Sphinx projects." -msgstr "sphinx-quickstart 不會重寫已存在的 Sphinx 專案。" +#: config.py:435 +#, python-format +msgid "No such config value: %r" +msgstr "缺少此組態值:%r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:228 -msgid "Please enter a new root path (or just Enter to exit)" -msgstr "請輸入一個新的根路徑(或直接按 Enter 離開)" +#: config.py:458 +#, python-format +msgid "Config value %r already present" +msgstr "組態值 %r 已經存在" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:235 +#: config.py:494 +#, 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\",或者,\n您可以在根路徑中分離 \"source\" 和 \"build\" 資料夾。" +"cannot cache unpickable configuration value: %r (because it contains a " +"function, class, or module object)" +msgstr "無法快取可拆的 (unpickable) 組態值:%r(因為它包含了一個函式、類別或模組物件)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:238 -msgid "Separate source and build directories (y/n)" -msgstr "分離來源並建立資料夾 (y/n)" +#: config.py:531 +#, python-format +msgid "There is a syntax error in your configuration file: %s\n" +msgstr "在您的組態檔中有一個語法錯誤:%s\n" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:242 +#: config.py:534 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靜態檔案。您可以輸入另一個前綴(像是 \".\")來取代底線。" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:245 -msgid "Name prefix for templates and static dir" -msgstr "用於模板及靜態資料夾的名稱前綴" +"The configuration file (or one of the modules it imports) called sys.exit()" +msgstr "組態檔(或它 import 的其中一個模組)呼叫了 sys.exit()" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:249 +#: config.py:541 +#, python-format msgid "" -"The project name will occur in several places in the built documentation." -msgstr "專案名稱會在已建立的說明文件中的多個位置出現。" +"There is a programmable error in your configuration file:\n" +"\n" +"%s" +msgstr "在您的組態檔中有一個程式化錯誤:\n\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:250 -msgid "Project name" -msgstr "專案名稱" +#: config.py:564 +#, python-format +msgid "Failed to convert %r to a set or tuple" +msgstr "無法將 %r 轉換為集合或元組" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:252 -msgid "Author name(s)" -msgstr "作者姓名" +#: config.py:585 config.py:590 +#, python-format +msgid "Converting `source_suffix = %r` to `source_suffix = %r`." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:256 +#: config.py:593 +#, 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 \n或 3.0,而發布版本則像是 2.5.1 或 3.0a1。如果您不需要這個雙\n重的結構,請直接將兩者設為相同的值。" +"The config value `source_suffix' expects a dictionary, a string, or a list " +"of strings. Got `%r' instead (type %s)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:261 -msgid "Project version" -msgstr "專案版本" +#: config.py:612 +#, python-format +msgid "Section %s" +msgstr "章節 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:263 -msgid "Project release" -msgstr "專案發布版本" +#: config.py:613 +#, python-format +msgid "Fig. %s" +msgstr "圖 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:267 -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." +#: config.py:614 +#, python-format +msgid "Table %s" +msgstr "表格 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:275 -msgid "Project language" -msgstr "專案語言" +#: config.py:615 +#, python-format +msgid "Listing %s" +msgstr "列表 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:281 +#: config.py:722 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只有具有此後綴的檔案才會被認為是文件。" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:283 -msgid "Source file suffix" -msgstr "原始檔案後綴" +"The config value `{name}` has to be a one of {candidates}, but `{current}` " +"is given." +msgstr "組態值 `{name}` 必須是 {candidates} 的其中之一,但 `{current}` 被給予。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:287 +#: config.py:746 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將它設定為另一個檔名。" +"The config value `{name}' has type `{current.__name__}'; expected " +"{permitted}." +msgstr "組態值 `{name}' 有 `{current.__name__}' 型別;預期 {permitted} 。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:291 -msgid "Name of your master document (without suffix)" -msgstr "您的主要文件名稱(不含後綴)" +#: config.py:759 +msgid "" +"The config value `{name}' has type `{current.__name__}', defaults to " +"`{default.__name__}'." +msgstr "組態值 `{name}' 有 `{current.__name__}' 型別;預設為 `{default.__name__}' 。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:296 +#: config.py:770 #, python-format +msgid "primary_domain %r not found, ignored." +msgstr "找不到 primary_domain %r,已略過。" + +#: config.py:782 msgid "" -"Error: the master file %s has already been found in the selected root path." -msgstr "錯誤:在被選的根路徑中已經找到主檔 %s 。" +"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'\"。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:298 -msgid "sphinx-quickstart will not overwrite the existing file." -msgstr "sphinx-quickstart 不會重寫已存在的檔案。" +#: domains/rst.py:127 domains/rst.py:184 +#, python-format +msgid "%s (directive)" +msgstr "%s (指令)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:300 -msgid "" -"Please enter a new file name, or rename the existing file and press Enter" -msgstr "請輸入一個新的檔案名稱,或將已存在的檔案重新命名並按下 Enter" +#: domains/rst.py:185 domains/rst.py:189 +#, python-format +msgid ":%s: (directive option)" +msgstr ":%s: (指令選項)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:304 -msgid "Indicate which of the following Sphinx extensions should be enabled:" -msgstr "指示以下哪一個 Sphinx 擴充應該被啟用:" +#: domains/rst.py:213 +#, python-format +msgid "%s (role)" +msgstr "%s (角色)" -#: /home/runner/work/sphinx/sphinx/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 已被取消選擇。" +#: domains/rst.py:223 +msgid "directive" +msgstr "指令" -#: /home/runner/work/sphinx/sphinx/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 命令檔,所以\n您只需要執行像是 `make html' 而不必直接調用 \nsphinx-build。" +#: domains/rst.py:224 +msgid "directive-option" +msgstr "指令選項" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:321 -msgid "Create Makefile? (y/n)" -msgstr "是否建立 Makefile? (y/n)" +#: domains/rst.py:225 +msgid "role" +msgstr "角色" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:324 -msgid "Create Windows command file? (y/n)" -msgstr "是否建立 Windows 命令檔?(y/n)" +#: domains/rst.py:247 +#, python-format +msgid "duplicate description of %s %s, other instance in %s" +msgstr "%s %s 的重複敘述,其他的實例在 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:371 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:92 +#: domains/javascript.py:165 #, python-format -msgid "Creating file %s." -msgstr "正在建立檔案 %s 。" +msgid "%s() (built-in function)" +msgstr "%s() (內建函式)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:89 +#: domains/javascript.py:166 domains/python/__init__.py:253 #, python-format -msgid "File %s already exists, skipping." -msgstr "檔案 %s 已存在,正在跳過。" +msgid "%s() (%s method)" +msgstr "%s() (%s 的方法)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:414 -msgid "Finished: An initial directory structure has been created." -msgstr "已結束:一個初始資料夾結構已被建立。" +#: domains/javascript.py:168 +#, python-format +msgid "%s() (class)" +msgstr "%s() (類別)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:416 +#: domains/javascript.py:170 #, python-format -msgid "" -"You should now populate your master file %s and create other documentation\n" -"source files. " -msgstr "您現在應該在您的主檔 %s 輸入資料並建立其他說明文件\n原始檔。" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:419 -msgid "" -"Use the Makefile to build the docs, like so:\n" -" make builder" -msgstr "使用 Makefile 來建立文件,像這樣:\n make builder" +msgid "%s (global variable or constant)" +msgstr "%s (全域變數或常數)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:422 +#: domains/javascript.py:172 domains/python/__init__.py:338 #, 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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:424 -msgid "" -"where \"builder\" is one of the supported builders, e.g. html, latex or " -"linkcheck." -msgstr "在這裡 \"builder\" 是一種被支援的建立器,例如 html,latex 或 linkcheck。" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:456 -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" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:117 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:466 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:753 -msgid "For more information, visit ." -msgstr "需要更多資訊,請拜訪 ." - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:471 -msgid "quiet mode" -msgstr "安靜模式" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:476 -msgid "project root" -msgstr "專案根" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:478 -msgid "Structure options" -msgstr "結構選項" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:480 -msgid "if specified, separate source and build dirs" -msgstr "如果有指定,會分離來源資料夾和 build 資料夾" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:482 -msgid "if specified, create build dir under source dir" -msgstr "如果有指定,會在來源資料夾下建立 build 資料夾" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:484 -msgid "replacement for dot in _templates etc." -msgstr "在 _templates 等處進行句號的取代" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:486 -msgid "Project basic options" -msgstr "專案基本選項" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:488 -msgid "project name" -msgstr "專案名稱" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:490 -msgid "author names" -msgstr "作者名" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:492 -msgid "version of project" -msgstr "專案版本" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:494 -msgid "release of project" -msgstr "專案發布" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:496 -msgid "document language" -msgstr "文件語言" +msgid "%s (%s attribute)" +msgstr "%s (%s 的屬性)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:498 -msgid "source file suffix" -msgstr "源始檔後綴" +#: domains/javascript.py:255 +msgid "Arguments" +msgstr "引數" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:500 -msgid "master document name" -msgstr "主文件名稱" +#: domains/cpp/__init__.py:442 domains/javascript.py:258 +msgid "Throws" +msgstr "拋出" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:502 -msgid "use epub" -msgstr "使用 epub" +#: domains/c/__init__.py:304 domains/cpp/__init__.py:453 +#: domains/javascript.py:261 domains/python/_object.py:176 +msgid "Returns" +msgstr "回傳" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:504 -msgid "Extension options" -msgstr "擴充套件選項" +#: domains/c/__init__.py:306 domains/javascript.py:263 +#: domains/python/_object.py:178 +msgid "Return type" +msgstr "回傳型別" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:508 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:559 +#: domains/javascript.py:334 #, python-format -msgid "enable %s extension" -msgstr "啟用 %s 擴充套件" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:510 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:551 -msgid "enable arbitrary extensions" -msgstr "啟用任意的擴充套件" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:512 -msgid "Makefile and Batchfile creation" -msgstr "Makefile 及 Batchfile 的建立" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:514 -msgid "create makefile" -msgstr "建立 makefile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:516 -msgid "do not create makefile" -msgstr "不要建立 makefile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:518 -msgid "create batchfile" -msgstr "建立 batchfile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:521 -msgid "do not create batchfile" -msgstr "不要建立 batchfile" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:525 -msgid "use make-mode for Makefile/make.bat" -msgstr "使用 make 模式於 Makefile/make.bat" +msgid "%s (module)" +msgstr "%s (模組)" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:527 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:562 -msgid "Project templating" -msgstr "專案模板化中" +#: domains/c/__init__.py:675 domains/cpp/__init__.py:854 +#: domains/javascript.py:371 domains/python/__init__.py:629 +msgid "function" +msgstr "函式" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:530 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:568 -msgid "template directory for template files" -msgstr "用於模板檔案的模板資料夾" +#: domains/javascript.py:372 domains/python/__init__.py:633 +msgid "method" +msgstr "方法" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:533 -msgid "define a template variable" -msgstr "定義一個模板變數" +#: domains/cpp/__init__.py:852 domains/javascript.py:373 +#: domains/python/__init__.py:631 +msgid "class" +msgstr "類別" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:566 -msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." -msgstr "\"quiet\" 被指定,但 \"project\" 或 \"author\" 的任一項未被指定。" +#: domains/javascript.py:374 domains/python/__init__.py:630 +msgid "data" +msgstr "資料" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:580 -msgid "" -"Error: specified path is not a directory, or sphinx files already exist." -msgstr "錯誤:指定的路徑不是資料夾,或是 sphinx 檔案已經存在。" +#: domains/javascript.py:375 domains/python/__init__.py:636 +msgid "attribute" +msgstr "屬性" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:582 -msgid "" -"sphinx-quickstart only generate into a empty directory. Please specify a new" -" root path." -msgstr "sphinx-quickstart 只能產生於空白資料夾中。請指定一個新的根路徑。" +#: domains/javascript.py:376 domains/python/__init__.py:639 +msgid "module" +msgstr "模組" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/quickstart.py:597 +#: domains/javascript.py:407 #, python-format -msgid "Invalid template variable: %s" -msgstr "無效的模板變數: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:46 -msgid "Exception occurred while building, starting debugger:" -msgstr "在建立時發生例外,正在啟動除錯器:" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:61 -msgid "Interrupted!" -msgstr "已中斷!" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:63 -msgid "reST markup error:" -msgstr "reST 標示錯誤:" - -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:138 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:69 -msgid "Encoding error:" -msgstr "編碼錯誤:" +msgid "duplicate %s description of %s, other %s in %s" +msgstr "%s 的重複 %s 敘述,其他的 %s 在 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:72 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:87 +#: domains/changeset.py:25 #, python-format -msgid "" -"The full traceback has been saved in %s, if you want to report the issue to " -"the developers." -msgstr "若您想要回報問題給開發者,完整的回溯已被儲存在 %s 中。" +msgid "Added in version %s" +msgstr "在 %s 版被加入" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:143 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:76 -msgid "Recursion error:" -msgstr "遞迴錯誤:" +#: domains/changeset.py:26 +#, python-format +msgid "Changed in version %s" +msgstr "在 %s 版的變更" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:146 -#: /home/runner/work/sphinx/sphinx/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 "這會發生在非常大或是巢套較深的原始檔案。您可以在 conf.py 中謹慎地增加 Python 的預設 1000 次遞迴上限,例如:" +#: domains/changeset.py:27 +#, python-format +msgid "Deprecated since version %s" +msgstr "在 %s 版之後被棄用" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:156 -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:84 -msgid "Exception occurred:" -msgstr "發生例外:" +#: domains/changeset.py:28 +#, python-format +msgid "Removed in version %s" +msgstr "在 %s 版被移除" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:164 -#: /home/runner/work/sphinx/sphinx/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 "如果這是一個使用者錯誤,請一併回報,如此下次才能提供較佳的錯誤訊息。" +#: domains/__init__.py:299 +#, python-format +msgid "%s %s" +msgstr "%s %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:93 -msgid "" -"A bug report can be filed in the tracker at . Thanks!" -msgstr "錯誤回報可被歸檔於追蹤系統中,它是在 . 謝謝!" +#: domains/citation.py:73 +#, python-format +msgid "duplicate citation %s, other instance in %s" +msgstr "重複的引用 %s,亦出現於 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:109 -msgid "job number should be a positive number" -msgstr "工件編號應該是一個正數" +#: domains/citation.py:84 +#, python-format +msgid "Citation [%s] is not referenced." +msgstr "引用 [%s] 未被參照。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:118 -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" +#: domains/math.py:63 +#, python-format +msgid "duplicate label of equation %s, other instance in %s" +msgstr "重複公式標籤 %s,亦出現於 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:139 -msgid "path to documentation source files" -msgstr "到說明文件原始檔案的路徑" +#: domains/math.py:119 writers/latex.py:2479 +#, python-format +msgid "Invalid math_eqref_format: %r" +msgstr "無效的 math_eqref_format: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:141 -msgid "path to output directory" -msgstr "到輸出資料夾的路徑" +#: environment/__init__.py:86 +msgid "new config" +msgstr "新的組態" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:143 -msgid "" -"(optional) a list of specific files to rebuild. Ignored if --write-all is " -"specified" -msgstr "(選用)一份要重建的特定檔案清單。如果已指定 --write-all,則會被忽略。" +#: environment/__init__.py:87 +msgid "config changed" +msgstr "組態已變更" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:146 -msgid "general options" -msgstr "一般選項" +#: environment/__init__.py:88 +msgid "extensions changed" +msgstr "擴充套件已變更" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:149 -msgid "builder to use (default: 'html')" -msgstr "要使用的建立器(預設值:'html')" +#: environment/__init__.py:249 +msgid "build environment version not current" +msgstr "建立環境的版本不是目前的" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:152 -msgid "" -"run in parallel with N processes, when possible. 'auto' uses the number of " -"CPU cores" -msgstr "如果可以的話,N 個程序會平行執行。'auto' 會使用 CPU 核心的數量" +#: environment/__init__.py:251 +msgid "source directory has changed" +msgstr "來源資料夾已變更" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:155 -msgid "write all files (default: only write new and changed files)" -msgstr "寫入所有檔案(預設:只寫入新增及已變更檔案)" +#: environment/__init__.py:311 +#, python-format +msgid "The configuration has changed (1 option: %r)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:158 -msgid "don't use a saved environment, always read all files" -msgstr "不要使用已儲存的環境,永遠要讀取全部的檔案" +#: environment/__init__.py:316 +#, python-format +msgid "The configuration has changed (%d options: %s)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:161 -msgid "path options" -msgstr "路徑選項" +#: environment/__init__.py:322 +#, python-format +msgid "The configuration has changed (%d options: %s, ...)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:163 +#: environment/__init__.py:364 msgid "" -"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" -msgstr "包含 doctree 及環境檔案的資料夾(預設值:OUTPUT_DIR/.doctrees)" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:166 -msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" -msgstr "包含組態檔 (conf.py) 的資料夾(預設值:SOURCE_DIR)" +"This environment is incompatible with the selected builder, please choose " +"another doctree directory." +msgstr "這個環境與所選的 builder 不相容,請選擇另一個 doctree 資料夾。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:171 -msgid "use no configuration file, only use settings from -D options" -msgstr "不使用組態檔,只使用 -D 選項中的設定" +#: environment/__init__.py:473 +#, python-format +msgid "Failed to scan documents in %s: %r" +msgstr "無法掃描 %s 中的文件: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:174 -msgid "override a setting in configuration file" -msgstr "在組態檔案中置換一項設定" +#: environment/__init__.py:622 +#, python-format +msgid "Domain %r is not registered" +msgstr "Domain %r 未被註冊" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:177 -msgid "pass a value into HTML templates" -msgstr "傳遞一個值進入 HTML 模板" +#: environment/__init__.py:773 +msgid "document isn't included in any toctree" +msgstr "文件未被包含於任何 toctree" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:180 -msgid "define tag: include \"only\" blocks with TAG" -msgstr "定義 tag:「只」包含有 TAG 的區塊" +#: environment/__init__.py:806 +msgid "self referenced toctree found. Ignored." +msgstr "找到自我參照的 toctree。已略過。" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:182 -msgid "nitpicky mode: warn about all missing references" +#: environment/__init__.py:835 +#, python-format +msgid "document is referenced in multiple toctrees: %s, selecting: %s <- %s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:184 -msgid "console output options" -msgstr "控制台輸出選項" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:187 -msgid "increase verbosity (can be repeated)" -msgstr "增加贅言(可以被重複)" - -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:402 -msgid "no output on stdout, just warnings on stderr" -msgstr "在 stdout 無輸出,只有在 stderr 的警告" +#: locale/__init__.py:229 +msgid "Attention" +msgstr "注意" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:191 -msgid "no output at all, not even warnings" -msgstr "完全沒有輸出,也沒有警告" +#: locale/__init__.py:230 +msgid "Caution" +msgstr "警示" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:194 -msgid "do emit colored output (default: auto-detect)" -msgstr "執行 emit 彩色輸出(預設值:auto-detect)" +#: locale/__init__.py:231 +msgid "Danger" +msgstr "危險" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:197 -msgid "do not emit colored output (default: auto-detect)" -msgstr "不執行 emit 彩色輸出(預設值:auto-detect)" +#: locale/__init__.py:232 +msgid "Error" +msgstr "錯誤" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:199 -msgid "warning control options" -msgstr "控制警告的選項" +#: locale/__init__.py:233 +msgid "Hint" +msgstr "提示" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:201 -msgid "write warnings (and errors) to given file" -msgstr "寫入警告(及錯誤)至給定的檔案" +#: locale/__init__.py:234 +msgid "Important" +msgstr "重要" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:203 -msgid "turn warnings into errors" -msgstr "將警告轉為錯誤" +#: locale/__init__.py:235 +msgid "Note" +msgstr "備註" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:205 -msgid "with --fail-on-warning, keep going when getting warnings" -msgstr "使用 --fail-on-warning,在得到警告時繼續進行" +#: locale/__init__.py:236 +msgid "See also" +msgstr "也參考" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:207 -msgid "show full traceback on exception" -msgstr "在例外中顯示完整的回溯" +#: locale/__init__.py:237 +msgid "Tip" +msgstr "小訣竅" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:209 -msgid "run Pdb on exception" -msgstr "在例外中執行 Pdb" +#: locale/__init__.py:238 +msgid "Warning" +msgstr "警告" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:244 -msgid "cannot combine -a option and filenames" -msgstr "無法合併 -a 選項及檔名" +#: cmd/quickstart.py:43 +msgid "automatically insert docstrings from modules" +msgstr "從模組自動插入說明字串" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:276 -#, python-format -msgid "cannot open warning file %r: %s" -msgstr "無法開啟警告檔案 %r: %s" +#: cmd/quickstart.py:44 +msgid "automatically test code snippets in doctest blocks" +msgstr "在 doctest 區塊自動測試程式碼片段" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:296 -msgid "-D option argument must be in the form name=value" -msgstr "-D 選項引數必須是 name=value 的形式" +#: cmd/quickstart.py:45 +msgid "link between Sphinx documentation of different projects" +msgstr "在不同專案的 Sphinx 說明文件中鏈接" -#: /home/runner/work/sphinx/sphinx/sphinx/cmd/build.py:303 -msgid "-A option argument must be in the form name=value" -msgstr "-A 選項引數必須是 name=value 的形式" +#: cmd/quickstart.py:46 +msgid "write \"todo\" entries that can be shown or hidden on build" +msgstr "寫入 \"todo\" 項目,它們可以在組建時被顯示或隱藏" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:205 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:270 -msgid "" -"inconsistent footnote references in translated message. original: {0}, " -"translated: {1}" -msgstr "被翻譯訊息中有不一致的註腳參照。原文: {0},譯文: {1}" +#: cmd/quickstart.py:47 +msgid "checks for documentation coverage" +msgstr "核對說明文件的涵蓋範圍" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:245 -msgid "" -"inconsistent references in translated message. original: {0}, translated: " -"{1}" -msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" +#: cmd/quickstart.py:48 +msgid "include math, rendered as PNG or SVG images" +msgstr "包含 math,以 PNG 或 SVG 影像被呈現" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:285 -msgid "" -"inconsistent citation references in translated message. original: {0}, " -"translated: {1}" -msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" +#: cmd/quickstart.py:49 +msgid "include math, rendered in the browser by MathJax" +msgstr "包含 math,被 MathJax 在瀏覽器中呈現" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/i18n.py:302 -msgid "" -"inconsistent term references in translated message. original: {0}, " -"translated: {1}" -msgstr "被翻譯訊息中有不一致的術語參照。原文: {0},譯文: {1}" +#: cmd/quickstart.py:50 +msgid "conditional inclusion of content based on config values" +msgstr "根據組態值有條件地包含內容" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:496 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:189 -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:131 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:101 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:227 -#, python-format -msgid "%b %d, %Y" -msgstr "%Y 年 %m 月 %d 日" +#: cmd/quickstart.py:51 +msgid "include links to the source code of documented Python objects" +msgstr "包含鏈接至已有說明文件的 Python 物件原始碼" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:142 -msgid "could not calculate translation progress!" -msgstr "無法計算翻譯進度!" +#: cmd/quickstart.py:52 +msgid "create .nojekyll file to publish the document on GitHub pages" +msgstr "建立 .nojekyll 檔案以在 GitHub 頁面發布文件" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:147 -msgid "no translated elements!" -msgstr "沒有已翻譯的元素!" +#: cmd/quickstart.py:94 +msgid "Please enter a valid path name." +msgstr "請輸入有效的路徑名稱。" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:264 -#, python-format -msgid "" -"4 column based index found. It might be a bug of extensions you use: %r" -msgstr "找到基於 4 欄位的索引。它可能是您使用的擴充套件的一個錯誤: %r" +#: cmd/quickstart.py:110 +msgid "Please enter some text." +msgstr "請輸入一些文字。" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:305 +#: cmd/quickstart.py:117 #, python-format -msgid "Footnote [%s] is not referenced." -msgstr "註腳 [%s] 未被參照。" - -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/__init__.py:311 -msgid "Footnote [#] is not referenced." -msgstr "註腳 [#] 未被參照。" +msgid "Please enter one of %s." +msgstr "請輸入一種 %s 。" -#: /home/runner/work/sphinx/sphinx/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 domain 中的問題:欄位應該要用角色 '%s' ,但是那個角色並不在該 domain。" +#: cmd/quickstart.py:125 +msgid "Please enter either 'y' or 'n'." +msgstr "請輸入 'y' 或 'n'。" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:165 -#, python-format -msgid "inventory <%s> contains duplicate definitions of %s" -msgstr "" +#: cmd/quickstart.py:131 +msgid "Please enter a file suffix, e.g. '.rst' or '.txt'." +msgstr "請輸入檔案後綴,例如 '.rst' 或 '.txt'。" -#: /home/runner/work/sphinx/sphinx/sphinx/util/inventory.py:175 +#: cmd/quickstart.py:213 #, python-format -msgid "inventory <%s> contains multiple definitions for %s" -msgstr "" +msgid "Welcome to the Sphinx %s quickstart utility." +msgstr "歡迎進入 Sphinx %s 快速入門公用程式。" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:383 -#, python-format +#: cmd/quickstart.py:217 msgid "" -"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." -msgstr "%r 已棄用於索引項目(從項目 %r)。請改用 'pair: %s'。" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:436 -#, python-format -msgid "toctree contains ref to nonexisting file %r" -msgstr "toctree 包含了不存在的檔案 %r 的參照 " +"Please enter values for the following settings (just press Enter to\n" +"accept a default value, if one is given in brackets)." +msgstr "請輸入以下設定值(如果括號中有給定預設值,請直接\n按下 Enter 以接受它)。" -#: /home/runner/work/sphinx/sphinx/sphinx/util/nodes.py:634 +#: cmd/quickstart.py:225 #, python-format -msgid "exception while evaluating only directive expression: %s" -msgstr "在評估只有指令的運算式時發生例外: %s" +msgid "Selected root path: %s" +msgstr "被選的根路徑: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/util/fileutil.py:76 -#, python-format -msgid "" -"Aborted attempted copy from rendered template %s to %s (the destination path" -" has existing data)." -msgstr "" +#: cmd/quickstart.py:228 +msgid "Enter the root path for documentation." +msgstr "輸入說明文件的根路徑。" -#: /home/runner/work/sphinx/sphinx/sphinx/util/osutil.py:129 -#, python-format -msgid "" -"Aborted attempted copy from %s to %s (the destination path has existing " -"data)." -msgstr "" +#: cmd/quickstart.py:229 +msgid "Root path for the documentation" +msgstr "說明文件的根路徑" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:99 -#, python-format -msgid "reading error: %s, %s" -msgstr "讀取錯誤: %s, %s" +#: cmd/quickstart.py:237 +msgid "Error: an existing conf.py has been found in the selected root path." +msgstr "錯誤:在被選的根路徑找到一個已存在的 conf.py。" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:106 -#, python-format -msgid "writing error: %s, %s" -msgstr "寫入錯誤: %s, %s" +#: cmd/quickstart.py:243 +msgid "sphinx-quickstart will not overwrite existing Sphinx projects." +msgstr "sphinx-quickstart 不會重寫已存在的 Sphinx 專案。" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:130 -#, python-format -msgid "locale_dir %s does not exist" -msgstr "locale_dir %s 不存在" +#: cmd/quickstart.py:246 +msgid "Please enter a new root path (or just Enter to exit)" +msgstr "請輸入一個新的根路徑(或直接按 Enter 離開)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/i18n.py:220 -#, python-format +#: cmd/quickstart.py:256 msgid "" -"Invalid date format. Quote the string by single quote if you want to output " -"it directly: %s" -msgstr "無效的日期格式。如果您要直接將它輸出,則以單引號引用該字串: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:261 -#, python-format -msgid "unknown directive or role name: %s:%s" -msgstr "未知的指令或角色名稱: %s:%s" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/docutils.py:673 -#, python-format -msgid "unknown node type: %r" -msgstr "未知的節點型別: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/rst.py:71 -#, python-format -msgid "default role %s not found" -msgstr "預設角色 %s 未找到" - -#: /home/runner/work/sphinx/sphinx/sphinx/util/__init__.py:162 -#, python-format -msgid "undecodable source characters, replacing with \"?\": %r" -msgstr "無法解碼的原始字元,以 \"?\" 取代: %r" +"You have two options for placing the build directory for Sphinx output.\n" +"Either, you use a directory \"_build\" within the root path, or you separate\n" +"\"source\" and \"build\" directories within the root path." +msgstr "您有兩個選擇來為 Sphinx 的輸出放置建立資料夾。\n其一,您可以在根路徑中使用資料夾 \"_build\",或者,\n您可以在根路徑中分離 \"source\" 和 \"build\" 資料夾。" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:83 -msgid "skipped" -msgstr "已省略" +#: cmd/quickstart.py:263 +msgid "Separate source and build directories (y/n)" +msgstr "分離來源並建立資料夾 (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/util/display.py:88 -msgid "failed" -msgstr "失敗" +#: cmd/quickstart.py:269 +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靜態檔案。您可以輸入另一個前綴(像是 \".\")來取代底線。" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:225 -msgid "Attention" -msgstr "注意" +#: cmd/quickstart.py:275 +msgid "Name prefix for templates and static dir" +msgstr "用於模板及靜態資料夾的名稱前綴" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:226 -msgid "Caution" -msgstr "警示" +#: cmd/quickstart.py:280 +msgid "" +"The project name will occur in several places in the built documentation." +msgstr "專案名稱會在已建立的說明文件中的多個位置出現。" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:227 -msgid "Danger" -msgstr "危險" +#: cmd/quickstart.py:284 +msgid "Project name" +msgstr "專案名稱" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:228 -msgid "Error" -msgstr "錯誤" +#: cmd/quickstart.py:286 +msgid "Author name(s)" +msgstr "作者姓名" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:229 -msgid "Hint" -msgstr "提示" +#: cmd/quickstart.py:291 +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重的結構,請直接將兩者設為相同的值。" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:230 -msgid "Important" -msgstr "重要" +#: cmd/quickstart.py:299 +msgid "Project version" +msgstr "專案版本" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:231 -msgid "Note" -msgstr "備註" +#: cmd/quickstart.py:301 +msgid "Project release" +msgstr "專案發布版本" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:232 -msgid "See also" -msgstr "也參考" +#: cmd/quickstart.py:306 +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." -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:233 -msgid "Tip" -msgstr "小訣竅" +#: cmd/quickstart.py:315 +msgid "Project language" +msgstr "專案語言" -#: /home/runner/work/sphinx/sphinx/sphinx/locale/__init__.py:234 -msgid "Warning" -msgstr "警告" +#: cmd/quickstart.py:322 +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只有具有此後綴的檔案才會被認為是文件。" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:73 -msgid "new config" -msgstr "新的組態" +#: cmd/quickstart.py:327 +msgid "Source file suffix" +msgstr "原始檔案後綴" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:74 -msgid "config changed" -msgstr "組態已變更" +#: cmd/quickstart.py:332 +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將它設定為另一個檔名。" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:75 -msgid "extensions changed" -msgstr "擴充套件已變更" +#: cmd/quickstart.py:340 +msgid "Name of your master document (without suffix)" +msgstr "您的主要文件名稱(不含後綴)" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:293 -msgid "build environment version not current" -msgstr "建立環境的版本不是目前的" +#: cmd/quickstart.py:350 +#, python-format +msgid "" +"Error: the master file %s has already been found in the selected root path." +msgstr "錯誤:在被選的根路徑中已經找到主檔 %s 。" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:295 -msgid "source directory has changed" -msgstr "來源資料夾已變更" +#: cmd/quickstart.py:357 +msgid "sphinx-quickstart will not overwrite the existing file." +msgstr "sphinx-quickstart 不會重寫已存在的檔案。" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:376 +#: cmd/quickstart.py:360 msgid "" -"This environment is incompatible with the selected builder, please choose " -"another doctree directory." -msgstr "這個環境與所選的 builder 不相容,請選擇另一個 doctree 資料夾。" +"Please enter a new file name, or rename the existing file and press Enter" +msgstr "請輸入一個新的檔案名稱,或將已存在的檔案重新命名並按下 Enter" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:475 -#, python-format -msgid "Failed to scan documents in %s: %r" -msgstr "無法掃描 %s 中的文件: %r" +#: cmd/quickstart.py:369 +msgid "Indicate which of the following Sphinx extensions should be enabled:" +msgstr "指示以下哪一個 Sphinx 擴充應該被啟用:" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:619 -#, python-format -msgid "Domain %r is not registered" -msgstr "Domain %r 未被註冊" +#: cmd/quickstart.py:379 +msgid "" +"Note: imgmath and mathjax cannot be enabled at the same time. imgmath has " +"been deselected." +msgstr "註解:imgmath 和 mathjax 無法同時被啟用。imgmath 已被取消選擇。" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:753 -msgid "document isn't included in any toctree" -msgstr "文件未被包含於任何 toctree" +#: cmd/quickstart.py:389 +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。" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/__init__.py:769 -msgid "self referenced toctree found. Ignored." -msgstr "找到自我參照的 toctree。已略過。" +#: cmd/quickstart.py:395 +msgid "Create Makefile? (y/n)" +msgstr "是否建立 Makefile? (y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:71 -#, python-format -msgid "duplicate citation %s, other instance in %s" -msgstr "重複的引用 %s,亦出現於 %s" +#: cmd/quickstart.py:399 +msgid "Create Windows command file? (y/n)" +msgstr "是否建立 Windows 命令檔?(y/n)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/citation.py:82 +#: cmd/quickstart.py:451 ext/apidoc.py:92 #, python-format -msgid "Citation [%s] is not referenced." -msgstr "引用 [%s] 未被參照。" +msgid "Creating file %s." +msgstr "正在建立檔案 %s 。" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:165 +#: cmd/quickstart.py:456 ext/apidoc.py:89 #, python-format -msgid "%s() (built-in function)" -msgstr "%s() (內建函式)" +msgid "File %s already exists, skipping." +msgstr "檔案 %s 已存在,正在跳過。" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:166 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:253 -#, python-format -msgid "%s() (%s method)" -msgstr "%s() (%s 的方法)" +#: cmd/quickstart.py:499 +msgid "Finished: An initial directory structure has been created." +msgstr "已結束:一個初始資料夾結構已被建立。" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:168 +#: cmd/quickstart.py:502 #, python-format -msgid "%s() (class)" -msgstr "%s() (類別)" +msgid "" +"You should now populate your master file %s and create other documentation\n" +"source files. " +msgstr "您現在應該在您的主檔 %s 輸入資料並建立其他說明文件\n原始檔。" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:170 -#, python-format -msgid "%s (global variable or constant)" -msgstr "%s (全域變數或常數)" +#: cmd/quickstart.py:510 +msgid "" +"Use the Makefile to build the docs, like so:\n" +" make builder" +msgstr "使用 Makefile 來建立文件,像這樣:\n make builder" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:172 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:338 +#: cmd/quickstart.py:513 #, python-format -msgid "%s (%s attribute)" -msgstr "%s (%s 的屬性)" +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:255 -msgid "Arguments" -msgstr "引數" +#: cmd/quickstart.py:520 +msgid "" +"where \"builder\" is one of the supported builders, e.g. html, latex or " +"linkcheck." +msgstr "在這裡 \"builder\" 是一種被支援的建立器,例如 html,latex 或 linkcheck。" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:442 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:258 -msgid "Throws" -msgstr "拋出" +#: cmd/quickstart.py:555 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:304 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:453 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:261 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:176 -msgid "Returns" -msgstr "回傳" +#: cmd/build.py:153 cmd/quickstart.py:565 ext/apidoc.py:374 +#: ext/autosummary/generate.py:765 +msgid "For more information, visit ." +msgstr "需要更多資訊,請拜訪 ." -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:263 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:178 -msgid "Return type" -msgstr "回傳型別" +#: cmd/quickstart.py:575 +msgid "quiet mode" +msgstr "安靜模式" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:328 -#, python-format -msgid "%s (module)" -msgstr "%s (模組)" +#: cmd/quickstart.py:585 +msgid "project root" +msgstr "專案根" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:675 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:855 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:365 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:623 -msgid "function" -msgstr "函式" +#: cmd/quickstart.py:588 +msgid "Structure options" +msgstr "結構選項" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:366 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:627 -msgid "method" -msgstr "方法" +#: cmd/quickstart.py:594 +msgid "if specified, separate source and build dirs" +msgstr "如果有指定,會分離來源資料夾和 build 資料夾" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:853 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:367 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:625 -msgid "class" -msgstr "類別" +#: cmd/quickstart.py:600 +msgid "if specified, create build dir under source dir" +msgstr "如果有指定,會在來源資料夾下建立 build 資料夾" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:368 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:624 -msgid "data" -msgstr "資料" +#: cmd/quickstart.py:606 +msgid "replacement for dot in _templates etc." +msgstr "在 _templates 等處進行句號的取代" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:630 -msgid "attribute" -msgstr "屬性" +#: cmd/quickstart.py:609 +msgid "Project basic options" +msgstr "專案基本選項" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:370 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:633 -msgid "module" -msgstr "模組" +#: cmd/quickstart.py:611 +msgid "project name" +msgstr "專案名稱" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/javascript.py:401 -#, python-format -msgid "duplicate %s description of %s, other %s in %s" -msgstr "%s 的重複 %s 敘述,其他的 %s 在 %s" +#: cmd/quickstart.py:614 +msgid "author names" +msgstr "作者名" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:63 -#, python-format -msgid "duplicate label of equation %s, other instance in %s" -msgstr "重複公式標籤 %s,亦出現於 %s" +#: cmd/quickstart.py:621 +msgid "version of project" +msgstr "專案版本" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/math.py:119 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:2293 -#, python-format -msgid "Invalid math_eqref_format: %r" -msgstr "無效的 math_eqref_format: %r" +#: cmd/quickstart.py:628 +msgid "release of project" +msgstr "專案發布" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:23 -#, python-format -msgid "Added in version %s" -msgstr "在 %s 版被加入" +#: cmd/quickstart.py:635 +msgid "document language" +msgstr "文件語言" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:24 -#, python-format -msgid "Changed in version %s" -msgstr "在 %s 版的變更" +#: cmd/quickstart.py:638 +msgid "source file suffix" +msgstr "源始檔後綴" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:25 -#, python-format -msgid "Deprecated since version %s" -msgstr "在 %s 版之後被棄用" +#: cmd/quickstart.py:641 +msgid "master document name" +msgstr "主文件名稱" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/changeset.py:26 -#, python-format -msgid "Removed in version %s" -msgstr "在 %s 版被移除" +#: cmd/quickstart.py:644 +msgid "use epub" +msgstr "使用 epub" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:127 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:184 -#, python-format -msgid "%s (directive)" -msgstr "%s (指令)" +#: cmd/quickstart.py:647 +msgid "Extension options" +msgstr "擴充套件選項" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:185 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:189 +#: cmd/quickstart.py:654 ext/apidoc.py:578 #, python-format -msgid ":%s: (directive option)" -msgstr ":%s: (指令選項)" +msgid "enable %s extension" +msgstr "啟用 %s 擴充套件" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:213 -#, python-format -msgid "%s (role)" -msgstr "%s (角色)" +#: cmd/quickstart.py:661 ext/apidoc.py:570 +msgid "enable arbitrary extensions" +msgstr "啟用任意的擴充套件" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:223 -msgid "directive" -msgstr "指令" +#: cmd/quickstart.py:664 +msgid "Makefile and Batchfile creation" +msgstr "Makefile 及 Batchfile 的建立" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:224 -msgid "directive-option" -msgstr "指令選項" +#: cmd/quickstart.py:670 +msgid "create makefile" +msgstr "建立 makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:225 -msgid "role" -msgstr "角色" +#: cmd/quickstart.py:676 +msgid "do not create makefile" +msgstr "不要建立 makefile" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/rst.py:247 -#, python-format -msgid "duplicate description of %s %s, other instance in %s" -msgstr "%s %s 的重複敘述,其他的實例在 %s" +#: cmd/quickstart.py:683 +msgid "create batchfile" +msgstr "建立 batchfile" + +#: cmd/quickstart.py:689 +msgid "do not create batchfile" +msgstr "不要建立 batchfile" + +#: cmd/quickstart.py:698 +msgid "use make-mode for Makefile/make.bat" +msgstr "使用 make 模式於 Makefile/make.bat" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/__init__.py:399 -#, python-format -msgid "%s %s" -msgstr "%s %s" +#: cmd/quickstart.py:701 ext/apidoc.py:581 +msgid "Project templating" +msgstr "專案模板化中" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/mathjax.py:53 -msgid "Link to this equation" -msgstr "連結到這個方程式" +#: cmd/quickstart.py:707 ext/apidoc.py:587 +msgid "template directory for template files" +msgstr "用於模板檔案的模板資料夾" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/linkcode.py:69 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:200 -msgid "[source]" -msgstr "[原始碼]" +#: cmd/quickstart.py:714 +msgid "define a template variable" +msgstr "定義一個模板變數" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:257 -msgid "highlighting module code... " -msgstr "正在 highlight 模組程式碼..." +#: cmd/quickstart.py:749 +msgid "\"quiet\" is specified, but any of \"project\" or \"author\" is not specified." +msgstr "\"quiet\" 被指定,但 \"project\" 或 \"author\" 的任一項未被指定。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:285 -msgid "[docs]" -msgstr "[文件]" +#: cmd/quickstart.py:768 +msgid "" +"Error: specified path is not a directory, or sphinx files already exist." +msgstr "錯誤:指定的路徑不是資料夾,或是 sphinx 檔案已經存在。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:305 -msgid "Module code" -msgstr "模組原始碼" +#: cmd/quickstart.py:775 +msgid "" +"sphinx-quickstart only generate into a empty directory. Please specify a new" +" root path." +msgstr "sphinx-quickstart 只能產生於空白資料夾中。請指定一個新的根路徑。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:311 +#: cmd/quickstart.py:793 #, python-format -msgid "

Source code for %s

" -msgstr "

%s 的原始碼

" +msgid "Invalid template variable: %s" +msgstr "無效的模板變數: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:337 -msgid "Overview: module code" -msgstr "概要:模組原始碼" +#: cmd/build.py:49 +msgid "Exception occurred while building, starting debugger:" +msgstr "在建立時發生例外,正在啟動除錯器:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/viewcode.py:338 -msgid "

All modules for which code is available

" -msgstr "

所有可得程式碼的模組

" +#: _cli/util/errors.py:129 cmd/build.py:65 +msgid "Interrupted!" +msgstr "已中斷!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:69 -msgid "Todo" -msgstr "Todo" +#: cmd/build.py:67 +msgid "reST markup error:" +msgstr "reST 標示錯誤:" + +#: _cli/util/errors.py:143 cmd/build.py:73 +msgid "Encoding error:" +msgstr "編碼錯誤:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:102 +#: cmd/build.py:78 cmd/build.py:108 #, python-format -msgid "TODO entry found: %s" -msgstr "找到 TODO 項目: %s" +msgid "" +"The full traceback has been saved in %s, if you want to report the issue to " +"the developers." +msgstr "若您想要回報問題給開發者,完整的回溯已被儲存在 %s 中。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:161 -msgid "<>" -msgstr "<>" +#: _cli/util/errors.py:148 cmd/build.py:90 +msgid "Recursion error:" +msgstr "遞迴錯誤:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:163 -#, python-format -msgid "(The <> is located in %s, line %d.)" -msgstr "(<> 見 %s ,第 %d 行)" +#: _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 中謹慎地增加 Python 的預設 1000 次遞迴上限,例如:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/todo.py:173 -msgid "original entry" -msgstr "原始記錄" +#: _cli/util/errors.py:165 cmd/build.py:103 +msgid "Exception occurred:" +msgstr "發生例外:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:85 -#, python-format -msgid "Would create file %s." -msgstr "將會建立檔案 %s 。" +#: _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 "如果這是一個使用者錯誤,請一併回報,如此下次才能提供較佳的錯誤訊息。" + +#: cmd/build.py:124 +msgid "" +"A bug report can be filed in the tracker at . Thanks!" +msgstr "錯誤回報可被歸檔於追蹤系統中,它是在 . 謝謝!" + +#: cmd/build.py:144 +msgid "job number should be a positive number" +msgstr "工件編號應該是一個正數" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:366 +#: cmd/build.py:154 msgid "" "\n" -"Look recursively in for Python modules and packages and create\n" -"one reST file with automodule directives per package in the .\n" +"Generate documentation from source files.\n" "\n" -"The s can be file and/or directory patterns that will be\n" -"excluded from generation.\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" -"Note: By default this script will not overwrite already created files." -msgstr "\n在 中遞迴查找 Python 模組及套件,並在 中\n為每個套件建立一個帶有 automodule 指令的 reST 檔。\n\n 可以是檔案及/或資料夾型樣,它們將在生成時被\n移除。\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" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:383 -msgid "path to module to document" -msgstr "要生成文件的模組路徑" +#: cmd/build.py:180 +msgid "path to documentation source files" +msgstr "到說明文件原始檔案的路徑" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:387 -msgid "" -"fnmatch-style file and/or directory patterns to exclude from generation" -msgstr "fnmatch 風格的檔案及/或資料夾模式,將在生成時移除。" +#: cmd/build.py:183 +msgid "path to output directory" +msgstr "到輸出資料夾的路徑" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:396 -msgid "directory to place all output" -msgstr "要放置所有輸出的資料夾" +#: cmd/build.py:188 +msgid "" +"(optional) a list of specific files to rebuild. Ignored if --write-all is " +"specified" +msgstr "(選用)一份要重建的特定檔案清單。如果已指定 --write-all,則會被忽略。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:411 -msgid "maximum depth of submodules to show in the TOC (default: 4)" -msgstr "能顯示 TOC 的子模組最大深度(預設值:4)" +#: cmd/build.py:194 +msgid "general options" +msgstr "一般選項" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:414 -msgid "overwrite existing files" -msgstr "重寫已存在的檔案" +#: cmd/build.py:201 +msgid "builder to use (default: 'html')" +msgstr "要使用的建立器(預設值:'html')" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:422 +#: cmd/build.py:210 msgid "" -"follow symbolic links. Powerful when combined with " -"collective.recipe.omelette." -msgstr "跟隨符號鏈接。與 collective.recipe.omelette 結合時很有用。" +"run in parallel with N processes, when possible. 'auto' uses the number of " +"CPU cores" +msgstr "如果可以的話,N 個程序會平行執行。'auto' 會使用 CPU 核心的數量" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:431 -msgid "run the script without creating files" -msgstr "執行腳本而不建立檔案" +#: cmd/build.py:220 +msgid "write all files (default: only write new and changed files)" +msgstr "寫入所有檔案(預設:只寫入新增及已變更檔案)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:438 -msgid "put documentation for each module on its own page" -msgstr "為每個模組在它自己的頁面置放說明文件" +#: cmd/build.py:227 +msgid "don't use a saved environment, always read all files" +msgstr "不要使用已儲存的環境,永遠要讀取全部的檔案" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:445 -msgid "include \"_private\" modules" -msgstr "包含 \"_private\" 模組" +#: cmd/build.py:230 +msgid "path options" +msgstr "路徑選項" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:452 -msgid "filename of table of contents (default: modules)" -msgstr "目錄的檔名(預設值:模組)" +#: cmd/build.py:236 +msgid "" +"directory for doctree and environment files (default: OUTPUT_DIR/.doctrees)" +msgstr "包含 doctree 及環境檔案的資料夾(預設值:OUTPUT_DIR/.doctrees)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:459 -msgid "don't create a table of contents file" -msgstr "不要建立目錄檔案" +#: cmd/build.py:246 +msgid "directory for the configuration file (conf.py) (default: SOURCE_DIR)" +msgstr "包含組態檔 (conf.py) 的資料夾(預設值:SOURCE_DIR)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:466 -msgid "" -"don't create headings for the module/package packages (e.g. when the " -"docstrings already contain them)" -msgstr "不要為模組/套件建立標頭(例如:當說明字串已經包含它們時)" +#: cmd/build.py:257 +msgid "use no configuration file, only use settings from -D options" +msgstr "不使用組態檔,只使用 -D 選項中的設定" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:477 -msgid "put module documentation before submodule documentation" -msgstr "在子模組說明文件之前置放模組說明文件" +#: cmd/build.py:266 +msgid "override a setting in configuration file" +msgstr "在組態檔案中置換一項設定" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:483 -msgid "" -"interpret module paths according to PEP-0420 implicit namespaces " -"specification" -msgstr "根據 PEP-0420 隱式命名空間規範來解譯模組路徑" +#: cmd/build.py:275 +msgid "pass a value into HTML templates" +msgstr "傳遞一個值進入 HTML 模板" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:493 -msgid "file suffix (default: rst)" -msgstr "檔案後綴(預設值:rst)" +#: cmd/build.py:284 +msgid "define tag: include \"only\" blocks with TAG" +msgstr "定義 tag:「只」包含有 TAG 的區塊" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:500 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:826 -msgid "Remove existing files in the output directory that were not generated" +#: cmd/build.py:291 +msgid "nitpicky mode: warn about all missing references" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:507 -msgid "generate a full project with sphinx-quickstart" -msgstr "以 sphinx-quickstart 生成一個完全的專案" +#: cmd/build.py:294 +msgid "console output options" +msgstr "控制台輸出選項" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:514 -msgid "append module_path to sys.path, used when --full is given" -msgstr "附加 module_path 到 sys.path,在給予 --full 時使用" +#: cmd/build.py:301 +msgid "increase verbosity (can be repeated)" +msgstr "增加贅言(可以被重複)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:521 -msgid "project name (default: root module name)" -msgstr "專案名稱(預設值:根模組名稱)" +#: cmd/build.py:308 ext/apidoc.py:413 +msgid "no output on stdout, just warnings on stderr" +msgstr "在 stdout 無輸出,只有在 stderr 的警告" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:528 -msgid "project author(s), used when --full is given" -msgstr "專案作者(們),在給予 --full 時使用" +#: cmd/build.py:315 +msgid "no output at all, not even warnings" +msgstr "完全沒有輸出,也沒有警告" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:535 -msgid "project version, used when --full is given" -msgstr "專案版本,在給予 --full 時使用" +#: cmd/build.py:323 +msgid "do emit colored output (default: auto-detect)" +msgstr "執行 emit 彩色輸出(預設值:auto-detect)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:542 -msgid "project release, used when --full is given, defaults to --doc-version" -msgstr "專案發布,在給予 --full 時使用,預設為 --doc-version" +#: cmd/build.py:331 +msgid "do not emit colored output (default: auto-detect)" +msgstr "不執行 emit 彩色輸出(預設值:auto-detect)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:545 -msgid "extension options" -msgstr "擴充套件選項" +#: cmd/build.py:334 +msgid "warning control options" +msgstr "控制警告的選項" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:620 -#, python-format -msgid "%s is not a directory." -msgstr "%s 不是資料夾" +#: cmd/build.py:340 +msgid "write warnings (and errors) to given file" +msgstr "寫入警告(及錯誤)至給定的檔案" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/apidoc.py:686 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:860 -#, python-format -msgid "Failed to remove %s: %s" -msgstr "" +#: cmd/build.py:347 +msgid "turn warnings into errors" +msgstr "將警告轉為錯誤" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:135 -msgid "Graphviz directive cannot have both content and a filename argument" -msgstr "Graphviz 指令不能同時有內容及檔名引數" +#: cmd/build.py:355 +msgid "show full traceback on exception" +msgstr "在例外中顯示完整的回溯" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:145 -#, python-format -msgid "External Graphviz file %r not found or reading it failed" -msgstr "外部的 Graphviz 檔案 %r 未找到或是讀取失敗" +#: cmd/build.py:358 +msgid "run Pdb on exception" +msgstr "在例外中執行 Pdb" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:152 -msgid "Ignoring \"graphviz\" directive without content." -msgstr "正在略過沒有內容的 \"graphviz\" 指令" +#: cmd/build.py:364 +msgid "raise an exception on warnings" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:268 -#, python-format -msgid "graphviz_dot executable path must be set! %r" -msgstr "graphviz_dot 可執行路徑必須設定! %r" +#: cmd/build.py:407 +msgid "cannot combine -a option and filenames" +msgstr "無法合併 -a 選項及檔名" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:303 +#: cmd/build.py:439 #, 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 "cannot open warning file %r: %s" +msgstr "無法開啟警告檔案 %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:310 -#, python-format -msgid "" -"dot exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "退出 dot,發生錯誤:\n[stderr]\n%r\n[stdout]\n%r" +#: cmd/build.py:458 +msgid "-D option argument must be in the form name=value" +msgstr "-D 選項引數必須是 name=value 的形式" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:313 -#, 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/build.py:465 +msgid "-A option argument must be in the form name=value" +msgstr "-A 選項引數必須是 name=value 的形式" -#: /home/runner/work/sphinx/sphinx/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" +#: builders/dummy.py:19 +msgid "The dummy builder generates no files." +msgstr "虛擬建立器未產生任何檔案。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:333 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:386 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:423 +#: builders/linkcheck.py:60 #, python-format -msgid "dot code %r: %s" -msgstr "點碼 %r: %s" +msgid "Look for any errors in the above output or in %(outdir)s/output.txt" +msgstr "尋找以上輸出或 %(outdir)s/output.txt 中的任何錯誤" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:444 +#: builders/linkcheck.py:137 #, python-format -msgid "[graph: %s]" -msgstr "[圖:%s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/graphviz.py:446 -msgid "[graph]" -msgstr "[圖]" +msgid "broken link: %s (%s)" +msgstr "錯誤連結: %s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:40 +#: builders/linkcheck.py:526 #, 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" +msgid "Anchor '%s' not found" +msgstr "未找到錨 '%s'" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:49 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:73 +#: builders/linkcheck.py:726 #, python-format -msgid "" -"convert exited with error:\n" -"[stderr]\n" -"%r\n" -"[stdout]\n" -"%r" -msgstr "退出轉換,發生錯誤:\n[stderr]\n%r\n[stdout]\n%r" +msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" +msgstr "在 linkcheck_allowed_redirects 編譯 regex 失敗: %r %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgconverter.py:68 +#: builders/singlehtml.py:36 #, python-format -msgid "convert command %r cannot be run, check the image_converter setting" -msgstr "轉換命令 %r 無法被執行,請檢查 image_converter 設定" +msgid "The HTML page is in %(outdir)s." +msgstr "HTML 頁面在 %(outdir)s 。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/duration.py:84 -msgid "" -"====================== slowest reading durations =======================" -msgstr "====================== 最慢的讀取歷時 =======================" +#: builders/singlehtml.py:168 +msgid "assembling single document" +msgstr "正在組合單一文件" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:115 -#, python-format -msgid "missing '+' or '-' in '%s' option." -msgstr "在 '%s' 選項中遺漏 '+' 或 '-'。" +#: builders/latex/__init__.py:349 builders/manpage.py:59 +#: builders/singlehtml.py:173 builders/texinfo.py:120 +msgid "writing" +msgstr "編寫中" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:120 -#, python-format -msgid "'%s' is not a valid option." -msgstr "'%s' 不是有效的選項" +#: builders/singlehtml.py:186 +msgid "writing additional files" +msgstr "正在寫入附加檔案" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:134 +#: builders/manpage.py:39 #, python-format -msgid "'%s' is not a valid pyversion option" -msgstr "'%s' 不是有效的 pyversion 選項" +msgid "The manual pages are in %(outdir)s." +msgstr "手冊頁面在 %(outdir)s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:220 -msgid "invalid TestCode type" -msgstr "無效的 TestCode 型別" +#: builders/manpage.py:47 +msgid "no \"man_pages\" config value found; no manual pages will be written" +msgstr "未找到 \"man_pages\" 組態值:不會編寫任何手冊頁面" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:281 +#: builders/manpage.py:76 #, python-format -msgid "" -"Testing of doctests in the sources finished, look at the results in " -"%(outdir)s/output.txt." -msgstr "來源的 doctests 測試已結束,在 %(outdir)s/output.txt 中查看結果。" +msgid "\"man_pages\" config value references unknown document %s" +msgstr "\"man_pages\" 組態值引用未知的文件 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:438 +#: builders/text.py:34 #, python-format -msgid "no code/output in %s block at %s:%s" -msgstr "在 %s 區塊中的 %s:%s 沒有程式碼/輸出" +msgid "The text files are in %(outdir)s." +msgstr "文字檔案在 %(outdir)s 。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/doctest.py:526 +#: builders/html/__init__.py:1213 builders/text.py:81 builders/xml.py:97 #, python-format -msgid "ignoring invalid doctest code: %r" -msgstr "正在忽略無效的 doctest 碼: %r" +msgid "error writing file %s: %s" +msgstr "錯誤寫入檔案 %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/extlinks.py:82 +#: builders/xml.py:38 #, python-format -msgid "" -"hardcoded link %r could be replaced by an extlink (try using %r instead)" -msgstr "hardcoded link %r 可以被一個 extlink 所取代(試試改用 %r)" +msgid "The XML files are in %(outdir)s." +msgstr "XML 檔案在 %(outdir)s 。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:47 +#: builders/xml.py:110 #, python-format -msgid "invalid regex %r in %s" -msgstr "無效的 regex %r 在 %s" +msgid "The pseudo-XML files are in %(outdir)s." +msgstr "pseudo-XML 檔案在 %(outdir)s 。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:134 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:280 +#: builders/texinfo.py:47 #, python-format -msgid "module %s could not be imported: %s" -msgstr "模組 %s 無法被 import: %s" +msgid "The Texinfo files are in %(outdir)s." +msgstr "Texinfo 檔案在 %(outdir)s 。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:141 -#, python-format +#: builders/texinfo.py:49 msgid "" -"the following modules are documented but were not specified in " -"coverage_modules: %s" -msgstr "" +"\n" +"Run 'make' in that directory to run these through makeinfo\n" +"(use 'make info' here to do that automatically)." +msgstr "\n在該目錄中執行 'make' 以透過 makeinfo 執行這些\n(在此使用 'make info' 以自動執行)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:149 -msgid "" -"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\" 組態值;不會編寫任何文件" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:163 +#: builders/texinfo.py:90 #, python-format -msgid "" -"Testing of coverage in the sources finished, look at the results in " -"%(outdir)spython.txt." -msgstr "來源的涵蓋測試已結束,在 %(outdir)spython.txt 中查看結果。" +msgid "\"texinfo_documents\" config value references unknown document %s" +msgstr "\"texinfo_documents\" 組態值引用未知的文件 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:177 +#: builders/latex/__init__.py:327 builders/texinfo.py:114 #, python-format -msgid "invalid regex %r in coverage_c_regexes" -msgstr "無效的 regex %r 在 coverage_c_regexes" +msgid "processing %s" +msgstr "正在處理 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:245 -#, python-format -msgid "undocumented c api: %s [%s] in file %s" -msgstr "未文件化的 c api: %s [%s] 在檔案 %s 中" +#: builders/latex/__init__.py:407 builders/texinfo.py:173 +msgid "resolving references..." +msgstr "正在解析參照..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:429 -#, python-format -msgid "undocumented python function: %s :: %s" -msgstr "未文件化的 python 函式: %s :: %s" +#: builders/latex/__init__.py:418 builders/texinfo.py:183 +msgid " (in " +msgstr " (於 " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:445 -#, python-format -msgid "undocumented python class: %s :: %s" -msgstr "未文件化的 python class: %s :: %s" +#: builders/_epub_base.py:421 builders/html/__init__.py:757 +#: builders/latex/__init__.py:485 builders/texinfo.py:201 +msgid "copying images... " +msgstr "正在複製圖片..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/coverage.py:458 +#: builders/_epub_base.py:443 builders/latex/__init__.py:500 +#: builders/texinfo.py:218 #, python-format -msgid "undocumented python method: %s :: %s :: %s" -msgstr "未文件化的 python method: %s :: %s :: %s" +msgid "cannot copy image file %r: %s" +msgstr "無法複製圖片檔 %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:159 -#, python-format -msgid "" -"LaTeX command %r cannot be run (needed for math display), check the " -"imgmath_latex setting" -msgstr "LaTeX 命令 %r 無法被執行(數學顯示所需要),請檢查 imgmath_latex 設定" +#: builders/texinfo.py:225 +msgid "copying Texinfo support files" +msgstr "正在複製 Texinfo 支援檔案" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:174 +#: builders/texinfo.py:233 #, python-format -msgid "" -"%s command %r cannot be run (needed for math display), check the imgmath_%s " -"setting" -msgstr "%s 命令 %r 無法被執行(數學顯示所需要),請檢查 imgmath_%s 設定" +msgid "error writing file Makefile: %s" +msgstr "錯誤寫入檔案 Makefile: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:328 +#: builders/gettext.py:230 #, python-format -msgid "display latex %r: %s" -msgstr "顯示 latex %r: %s" +msgid "The message catalogs are in %(outdir)s." +msgstr "訊息目錄是在 %(outdir)s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/imgmath.py:362 +#: builders/__init__.py:371 builders/gettext.py:251 #, python-format -msgid "inline latex %r: %s" -msgstr "行內 latex %r: %s" +msgid "building [%s]: " +msgstr "正在建立 [%s]:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:49 +#: builders/gettext.py:252 #, python-format -msgid "section \"%s\" gets labeled as \"%s\"" -msgstr "段落 \"%s\" 取得標籤 \"%s\"" +msgid "targets for %d template files" +msgstr "模板檔 %d 的目標" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:697 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:803 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosectionlabel.py:53 -#, python-format -msgid "duplicate label %s, other instance in %s" -msgstr "重複的標籤 %s,亦出現於 %s" +#: builders/gettext.py:257 +msgid "reading templates... " +msgstr "正在讀取模板..." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:336 +#: builders/gettext.py:292 +msgid "writing message catalogs... " +msgstr "正在寫入訊息目錄..." + +#: builders/__init__.py:200 #, python-format -msgid "unknown %r toplevel_sectioning for class %r" -msgstr "未知的 %r toplevel_sectioning 對於 class %r" +msgid "a suitable image for %s builder not found: %s (%s)" +msgstr "未找到對於 %s builder 適用的圖片:%s (%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:213 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:371 +#: builders/__init__.py:208 #, python-format -msgid "no Babel option known for language %r" -msgstr "沒有語言 %r 已知的 Babel 選項" +msgid "a suitable image for %s builder not found: %s" +msgstr "未找到對於 %s builder 適用的圖片:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:387 -msgid "too large :maxdepth:, ignored." -msgstr ":maxdepth: 太大,已略過。" +#: builders/__init__.py:231 +msgid "building [mo]: " +msgstr "建立 [mo]:" + +#: builders/__init__.py:234 builders/__init__.py:729 builders/__init__.py:761 +msgid "writing output... " +msgstr "編寫輸出..." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:531 +#: builders/__init__.py:251 #, python-format -msgid "template %s not found; loading from legacy %s instead" -msgstr "" +msgid "all of %d po files" +msgstr "所有的 %d po 檔" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:635 -msgid "document title is not a single Text node" -msgstr "文件標題不是單一的 Text 節點" +#: builders/__init__.py:273 +#, python-format +msgid "targets for %d po files that are specified" +msgstr "對於指定的 po 檔 %d 的目標" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:666 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:631 -msgid "" -"encountered title node not in section, topic, table, admonition or sidebar" -msgstr "遇到的標題節點不是在段落、主題、表格、警告或側邊欄" +#: builders/__init__.py:285 +#, python-format +msgid "targets for %d po files that are out of date" +msgstr "對於已過期 po 檔 %d 的目標" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:981 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:646 -msgid "Footnotes" -msgstr "註腳" +#: builders/__init__.py:295 +msgid "all source files" +msgstr "所有原始檔案" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:520 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:990 +#: builders/__init__.py:307 #, python-format -msgid "unsupported rubric heading level: %s" -msgstr "" +msgid "file %r given on command line does not exist, " +msgstr "在命令列給的檔案 %r 不存在," -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1063 +#: builders/__init__.py:313 +#, python-format msgid "" -"both tabularcolumns and :widths: option are given. :widths: is ignored." -msgstr "同時被給予 tabularcolumns 及 :widths: 選項。 :widths: 已略過。" +"file %r given on command line is not under the source directory, ignoring" +msgstr "在命令列給的檔案 %r 不在來源資料夾下,忽略中" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1423 +#: builders/__init__.py:324 #, python-format -msgid "dimension unit %s is invalid. Ignored." -msgstr "維度單位 %s 是無效的。已略過。" +msgid "file %r given on command line is not a valid document, ignoring" +msgstr "在命令列給的檔案 %r 不是有效的文件,忽略中" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/latex.py:1763 +#: builders/__init__.py:339 #, python-format -msgid "unknown index entry type %s found" -msgstr "找到了未知的索引條目型別 %s" +msgid "%d source files given on command line" +msgstr "在命令列給了 %d 個原始檔案" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:305 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:907 +#: builders/__init__.py:354 #, python-format -msgid "[image: %s]" -msgstr "[圖片:%s]" - -#: /home/runner/work/sphinx/sphinx/sphinx/writers/manpage.py:306 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/text.py:908 -msgid "[image]" -msgstr "[圖片]" +msgid "targets for %d source files that are out of date" +msgstr "%d 個過時原始檔案的目標" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:99 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:108 -msgid "Link to this definition" -msgstr "連結到這個定義" +#: builders/__init__.py:382 +msgid "looking for now-outdated files... " +msgstr "正在尋找目前已過期的檔案..." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:398 +#: builders/__init__.py:386 #, python-format -msgid "numfig_format is not defined for %s" -msgstr "numfig_format 未被定義給 %s" +msgid "%d found" +msgstr "已找到 %d" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:408 -#, python-format -msgid "Any IDs not assigned for %s node" -msgstr "任一個 ID 未被指定給 %s 節點" +#: builders/__init__.py:388 +msgid "none found" +msgstr "找不到任何結果" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:463 -msgid "Link to this term" -msgstr "連結到這個項目" +#: builders/__init__.py:395 +msgid "pickling environment" +msgstr "正在 pickle 環境" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:497 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:502 -msgid "Link to this heading" -msgstr "連結到這個標頭" +#: builders/__init__.py:402 +msgid "checking consistency" +msgstr "正在檢查一致性" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:506 -msgid "Link to this table" -msgstr "連結到這個表格" +#: builders/__init__.py:406 +msgid "no targets are out of date." +msgstr "沒有過時的目標。" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:573 -msgid "Link to this code" -msgstr "連結到這個程式碼" +#: builders/__init__.py:446 +msgid "updating environment: " +msgstr "正在更新環境:" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:575 -msgid "Link to this image" -msgstr "連結到這個圖片" +#: builders/__init__.py:471 +#, python-format +msgid "%s added, %s changed, %s removed" +msgstr "%s 已新增, %s 已變更, %s 已移除" + +#: builders/__init__.py:507 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:577 -msgid "Link to this toctree" -msgstr "連結到這個 toctree" +#: builders/__init__.py:516 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/html5.py:713 -msgid "Could not obtain image size. :scale: option is ignored." -msgstr "無法取得圖片大小。 :scale: 選項已略過。" +#: builders/__init__.py:527 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:196 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:640 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:652 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:106 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:30 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:56 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:14 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:34 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:67 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:135 -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:502 -msgid "Index" -msgstr "索引" +#: builders/__init__.py:534 +#, 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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1202 -msgid "caption not inside a figure." -msgstr "標題不在圖之內。" +#: builders/__init__.py:553 builders/__init__.py:569 +msgid "reading sources... " +msgstr "正在讀取來源..." -#: /home/runner/work/sphinx/sphinx/sphinx/writers/texinfo.py:1289 +#: builders/__init__.py:686 #, python-format -msgid "unimplemented node type: %r" -msgstr "未實作的節點型別: %r" +msgid "docnames to write: %s" +msgstr "待寫入的 docname: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:72 -msgid "Usage:" -msgstr "使用:" +#: builders/__init__.py:699 +msgid "preparing documents" +msgstr "正在準備文件" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:74 -msgid "{0} [OPTIONS] []" -msgstr "{0} [OPTIONS] []" +#: builders/__init__.py:702 +msgid "copying assets" +msgstr "正在複製資產 (asset)" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:77 -msgid " The Sphinx documentation generator." -msgstr "Sphinx 說明文件產生器。" +#: builders/__init__.py:845 +#, python-format +msgid "undecodable source characters, replacing with \"?\": %r" +msgstr "無法解碼的原始字元,以 \"?\" 取代: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:85 -msgid "Commands:" -msgstr "指令:" +#: builders/epub3.py:83 +#, python-format +msgid "The ePub file is in %(outdir)s." +msgstr "ePub 檔案是在 %(outdir)s 。" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:96 -msgid "Options" -msgstr "選項" +#: builders/epub3.py:189 +msgid "writing nav.xhtml file..." +msgstr "正在寫入 nav.xhtml 檔案..." -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:175 -msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." -msgstr "如需更多資訊,請參閱 https://www.sphinx-doc.org/en/master/man/。" +#: builders/epub3.py:220 +msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" +msgstr "conf 值 \"epub_language\" (或 \"language\") 在 EPUB3 不應該為空" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:164 -msgid "" -"{0}: error: {1}\n" -"Run '{0} --help' for information" -msgstr "{0}: 錯誤: {1}\n執行 '{0} --help' 取得更多資訊" +#: builders/epub3.py:227 +msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" +msgstr "conf 值 \"epub_uid\" 在 EPUB3 應該是 XML NAME" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:174 -msgid " Manage documentation with Sphinx." -msgstr "以 Sphinx 管理說明文件。" +#: builders/epub3.py:231 +msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" +msgstr "conf 值 \"epub_title\" (或 \"html_title\") 在 EPUB3 不應該為空" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:183 -msgid "Show the version and exit." -msgstr "顯示版本並離開。" +#: builders/epub3.py:238 +msgid "conf value \"epub_author\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_author\" 在 EPUB3 不應該為空" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:189 -msgid "Show this message and exit." -msgstr "顯示此訊息並離開。" +#: builders/epub3.py:242 +msgid "conf value \"epub_contributor\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_contributor\" 在 EPUB3 不應該為空" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:193 -msgid "Logging" -msgstr "登錄" +#: builders/epub3.py:247 +msgid "conf value \"epub_description\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_description\" 在 EPUB3 不應該為空" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:199 -msgid "Increase verbosity (can be repeated)" -msgstr "增加詳細內容(可以重複)" +#: builders/epub3.py:251 +msgid "conf value \"epub_publisher\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_publisher\" 在 EPUB3 不應該為空" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:206 -msgid "Only print errors and warnings." -msgstr "只印出錯誤及警告。" +#: builders/epub3.py:255 +msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" +msgstr "conf 值 \"epub_copyright\" (或 \"copyright\") 在 EPUB3 不應該為空" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:213 -msgid "No output at all" -msgstr "完全沒有輸出" +#: builders/epub3.py:262 +msgid "conf value \"epub_identifier\" should not be empty for EPUB3" +msgstr "conf 值 \"epub_identifier\" 在 EPUB3 不應該為空" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:219 -msgid "" -msgstr "" +#: builders/epub3.py:265 +msgid "conf value \"version\" should not be empty for EPUB3" +msgstr "conf 值 \"version\" 在 EPUB3 不應該為空" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/__init__.py:248 -msgid "See 'sphinx --help'.\n" -msgstr "請參閱 'sphinx --help'。\n" +#: builders/epub3.py:279 builders/html/__init__.py:1262 +#, python-format +msgid "invalid css_file: %r, ignored" +msgstr "無效的 css_file: %r, 已略過" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:216 +#: builders/_epub_base.py:220 #, python-format msgid "duplicated ToC entry found: %s" msgstr "找到了重複的 ToC 項目: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:405 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:768 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:444 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:186 -msgid "copying images... " -msgstr "正在複製圖片..." - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:412 +#: builders/_epub_base.py:432 #, python-format msgid "cannot read image file %r: copying it instead" msgstr "無法讀取圖片檔 %r: 正在複製它做為替代" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:421 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:455 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:199 -#, python-format -msgid "cannot copy image file %r: %s" -msgstr "無法複製圖片檔 %r: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:438 +#: builders/_epub_base.py:463 #, python-format msgid "cannot write image file %r: %s" msgstr "無法寫入圖片檔 %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:448 +#: builders/_epub_base.py:475 msgid "Pillow not found - copying image files" msgstr "未找到 Pillow - 正在複製圖片檔" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:480 +#: builders/_epub_base.py:507 msgid "writing mimetype file..." msgstr "正在寫入 mimetype 檔案..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:489 +#: builders/_epub_base.py:516 msgid "writing META-INF/container.xml file..." msgstr "正在寫入 META-INF/container.xml 檔案..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:526 +#: builders/_epub_base.py:553 msgid "writing content.opf file..." msgstr "正在寫入 content.opf 檔案..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:557 +#: builders/_epub_base.py:585 #, python-format msgid "unknown mimetype for %s, ignoring" msgstr "對於 %s 未知的 mimetype,忽略中" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:709 +#: builders/_epub_base.py:756 msgid "writing toc.ncx file..." msgstr "正在寫入 toc.ncx 檔案..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/_epub_base.py:738 +#: builders/_epub_base.py:785 #, python-format msgid "writing %s file..." msgstr "正在寫入 %s 檔案..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:40 +#: builders/changes.py:33 #, python-format -msgid "The XML files are in %(outdir)s." -msgstr "XML 檔案在 %(outdir)s 。" +msgid "The overview file is in %(outdir)s." +msgstr "概觀檔案是在 %(outdir)s 。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1179 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:100 +#: builders/changes.py:60 #, python-format -msgid "error writing file %s: %s" -msgstr "錯誤寫入檔案 %s: %s" +msgid "no changes in version %s." +msgstr "在 %s 版中無變更" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/xml.py:113 -#, python-format -msgid "The pseudo-XML files are in %(outdir)s." -msgstr "pseudo-XML 檔案在 %(outdir)s 。" +#: builders/changes.py:62 +msgid "writing summary file..." +msgstr "正在寫入摘要檔案..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:37 -#, python-format -msgid "The manual pages are in %(outdir)s." -msgstr "手冊頁面在 %(outdir)s" +#: builders/changes.py:77 +msgid "Builtins" +msgstr "內建" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:44 -msgid "no \"man_pages\" config value found; no manual pages will be written" -msgstr "未找到 \"man_pages\" 組態值:不會編寫任何手冊頁面" +#: builders/changes.py:79 +msgid "Module level" +msgstr "模組層次" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:314 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:53 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:165 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:111 -msgid "writing" -msgstr "編寫中" +#: builders/changes.py:131 +msgid "copying source files..." +msgstr "正在複製原始檔案..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/manpage.py:68 +#: builders/changes.py:140 #, python-format -msgid "\"man_pages\" config value references unknown document %s" -msgstr "\"man_pages\" 組態值引用未知的文件 %s" +msgid "could not read %r for changelog creation" +msgstr "在變更日誌建立時無法讀取 %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/dummy.py:19 -msgid "The dummy builder generates no files." -msgstr "虛擬建立器未產生任何檔案。" +#: util/rst.py:72 +#, python-format +msgid "default role %s not found" +msgstr "預設角色 %s 未找到" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:81 +#: util/docfields.py:95 #, python-format -msgid "The ePub file is in %(outdir)s." -msgstr "ePub 檔案是在 %(outdir)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。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:185 -msgid "writing nav.xhtml file..." -msgstr "正在寫入 nav.xhtml 檔案..." +#: util/osutil.py:130 +#, python-format +msgid "" +"Aborted attempted copy from %s to %s (the destination path has existing " +"data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:215 -msgid "conf value \"epub_language\" (or \"language\") should not be empty for EPUB3" -msgstr "conf 值 \"epub_language\" (或 \"language\") 在 EPUB3 不應該為空" +#: util/nodes.py:419 +#, python-format +msgid "" +"%r is deprecated for index entries (from entry %r). Use 'pair: %s' instead." +msgstr "%r 已棄用於索引項目(從項目 %r)。請改用 'pair: %s'。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:219 -msgid "conf value \"epub_uid\" should be XML NAME for EPUB3" -msgstr "conf 值 \"epub_uid\" 在 EPUB3 應該是 XML NAME" +#: util/nodes.py:487 +#, python-format +msgid "toctree contains ref to nonexisting file %r" +msgstr "toctree 包含了不存在的檔案 %r 的參照 " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:222 -msgid "conf value \"epub_title\" (or \"html_title\") should not be empty for EPUB3" -msgstr "conf 值 \"epub_title\" (或 \"html_title\") 在 EPUB3 不應該為空" +#: util/nodes.py:701 +#, python-format +msgid "exception while evaluating only directive expression: %s" +msgstr "在評估只有指令的運算式時發生例外: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:226 -msgid "conf value \"epub_author\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_author\" 在 EPUB3 不應該為空" +#: util/fileutil.py:76 +#, python-format +msgid "" +"Aborted attempted copy from rendered template %s to %s (the destination path" +" has existing data)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:229 -msgid "conf value \"epub_contributor\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_contributor\" 在 EPUB3 不應該為空" +#: util/fileutil.py:91 +#, python-format +msgid "Writing evaluated template result to %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:232 -msgid "conf value \"epub_description\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_description\" 在 EPUB3 不應該為空" +#: util/inventory.py:170 +#, python-format +msgid "inventory <%s> contains duplicate definitions of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:235 -msgid "conf value \"epub_publisher\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_publisher\" 在 EPUB3 不應該為空" +#: util/inventory.py:185 +#, python-format +msgid "inventory <%s> contains multiple definitions for %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:238 -msgid "conf value \"epub_copyright\" (or \"copyright\")should not be empty for EPUB3" -msgstr "conf 值 \"epub_copyright\" (或 \"copyright\") 在 EPUB3 不應該為空" +#: util/docutils.py:283 +#, python-format +msgid "unknown directive or role name: %s:%s" +msgstr "未知的指令或角色名稱: %s:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:242 -msgid "conf value \"epub_identifier\" should not be empty for EPUB3" -msgstr "conf 值 \"epub_identifier\" 在 EPUB3 不應該為空" +#: util/docutils.py:746 +#, python-format +msgid "unknown node type: %r" +msgstr "未知的節點型別: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:245 -msgid "conf value \"version\" should not be empty for EPUB3" -msgstr "conf 值 \"version\" 在 EPUB3 不應該為空" +#: util/display.py:83 +msgid "skipped" +msgstr "已省略" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/epub3.py:259 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1228 -#, python-format -msgid "invalid css_file: %r, ignored" -msgstr "無效的 css_file: %r, 已略過" +#: util/display.py:88 +msgid "failed" +msgstr "失敗" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:58 +#: util/i18n.py:105 #, python-format -msgid "Look for any errors in the above output or in %(outdir)s/output.txt" -msgstr "尋找以上輸出或 %(outdir)s/output.txt 中的任何錯誤" +msgid "reading error: %s, %s" +msgstr "讀取錯誤: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:119 +#: util/i18n.py:112 #, python-format -msgid "broken link: %s (%s)" -msgstr "錯誤連結: %s (%s)" +msgid "writing error: %s, %s" +msgstr "寫入錯誤: %s, %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:464 +#: util/i18n.py:141 #, python-format -msgid "Anchor '%s' not found" -msgstr "未找到錨 '%s'" +msgid "locale_dir %s does not exist" +msgstr "locale_dir %s 不存在" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/linkcheck.py:654 +#: util/i18n.py:236 #, python-format -msgid "Failed to compile regex in linkcheck_allowed_redirects: %r %s" -msgstr "在 linkcheck_allowed_redirects 編譯 regex 失敗: %r %s" +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 "對 csv-table 指令的 \":file:\" 選項現在會將絕對路徑辨識為基於來源資料夾的相對路徑。請更新您的文件。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:32 +#: directives/code.py:63 +msgid "non-whitespace stripped by dedent" +msgstr "非空白字元被凸排去除" + +#: directives/code.py:84 #, python-format -msgid "The overview file is in %(outdir)s." -msgstr "概觀檔案是在 %(outdir)s 。" +msgid "Invalid caption: %s" +msgstr "無效標題:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:59 +#: directives/code.py:129 directives/code.py:291 directives/code.py:478 #, python-format -msgid "no changes in version %s." -msgstr "在 %s 版中無變更" +msgid "line number spec is out of range(1-%d): %r" +msgstr "列號規格超出範圍 (1-%d): %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:61 -msgid "writing summary file..." -msgstr "正在寫入摘要檔案..." +#: directives/code.py:211 +#, python-format +msgid "Cannot use both \"%s\" and \"%s\" options" +msgstr "不能使用 \"%s\" 及 \"%s\" 兩個選項" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:76 -msgid "Builtins" -msgstr "內建" +#: directives/code.py:225 +#, python-format +msgid "Include file %r not found or reading it failed" +msgstr "Include 檔案 %r 未找到或是讀取失敗" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:78 -msgid "Module level" -msgstr "模組層次" +#: directives/code.py:228 +#, python-format +msgid "" +"Encoding %r used for reading included file %r seems to be wrong, try giving " +"an :encoding: option" +msgstr "編碼 %r 用以讀取被 include 的檔案 %r 似乎有錯,嘗試給定一個 :encoding: 選項" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:123 -msgid "copying source files..." -msgstr "正在複製原始檔案..." +#: directives/code.py:270 +#, python-format +msgid "Object named %r not found in include file %r" +msgstr "名為 %r 的物件在 include 檔案 %r 中未找到" + +#: directives/code.py:303 +msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" +msgstr "無法以一個 \"lines\" 的互斥集使用 \"lineno-match\" " -#: /home/runner/work/sphinx/sphinx/sphinx/builders/changes.py:130 +#: directives/code.py:308 #, python-format -msgid "could not read %r for changelog creation" -msgstr "在變更日誌建立時無法讀取 %r" +msgid "Line spec %r: no lines pulled from include file %r" +msgstr "Line spec %r: 從 include 檔案 %r 沒有提取任何一行" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/text.py:34 +#: directives/other.py:122 #, python-format -msgid "The text files are in %(outdir)s." -msgstr "文字檔案在 %(outdir)s 。" +msgid "toctree glob pattern %r didn't match any documents" +msgstr "toctree glob 型樣 %r 未匹配任何文件" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:222 +#: directives/other.py:155 environment/adapters/toctree.py:355 #, python-format -msgid "The message catalogs are in %(outdir)s." -msgstr "訊息目錄是在 %(outdir)s" +msgid "toctree contains reference to excluded document %r" +msgstr "toctree 包含了指向已排除文件的參照 %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:313 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:243 +#: directives/other.py:158 environment/adapters/toctree.py:359 #, python-format -msgid "building [%s]: " -msgstr "正在建立 [%s]:" +msgid "toctree contains reference to nonexisting document %r" +msgstr "toctree 包含了指向不存在文件的參照 %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:244 +#: directives/other.py:171 #, python-format -msgid "targets for %d template files" -msgstr "模板檔 %d 的目標" +msgid "duplicated entry found in toctree: %s" +msgstr "在 toctree 中找到重複的項目: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:248 -msgid "reading templates... " -msgstr "正在讀取模板..." +#: directives/other.py:204 +msgid "Section author: " +msgstr "章節作者:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/gettext.py:282 -msgid "writing message catalogs... " -msgstr "正在寫入訊息目錄..." +#: directives/other.py:206 +msgid "Module author: " +msgstr "模組作者:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:183 -#, python-format -msgid "a suitable image for %s builder not found: %s (%s)" -msgstr "未找到對於 %s builder 適用的圖片:%s (%s)" +#: directives/other.py:208 +msgid "Code author: " +msgstr "程式作者:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:187 -#, python-format -msgid "a suitable image for %s builder not found: %s" -msgstr "未找到對於 %s builder 適用的圖片:%s" +#: directives/other.py:210 +msgid "Author: " +msgstr "作者:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:207 -msgid "building [mo]: " -msgstr "建立 [mo]:" +#: directives/other.py:284 +msgid ".. acks content is not a list" +msgstr ".. acks 的內容不是一個列表" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:208 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:617 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:644 -msgid "writing output... " -msgstr "編寫輸出..." +#: directives/other.py:309 +msgid ".. hlist content is not a list" +msgstr ".. hlist 的內容不是一個列表" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:217 -#, python-format -msgid "all of %d po files" -msgstr "所有的 %d po 檔" +#: _cli/__init__.py:73 +msgid "Usage:" +msgstr "使用:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:235 -#, python-format -msgid "targets for %d po files that are specified" -msgstr "對於指定的 po 檔 %d 的目標" +#: _cli/__init__.py:75 +msgid "{0} [OPTIONS] []" +msgstr "{0} [OPTIONS] []" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:243 -#, python-format -msgid "targets for %d po files that are out of date" -msgstr "對於已過期 po 檔 %d 的目標" +#: _cli/__init__.py:78 +msgid " The Sphinx documentation generator." +msgstr "Sphinx 說明文件產生器。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:253 -msgid "all source files" -msgstr "所有原始檔案" +#: _cli/__init__.py:87 +msgid "Commands:" +msgstr "指令:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:264 -#, python-format -msgid "file %r given on command line does not exist, " -msgstr "在命令列給的檔案 %r 不存在," +#: _cli/__init__.py:98 +msgid "Options" +msgstr "選項" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:269 -#, python-format -msgid "" -"file %r given on command line is not under the source directory, ignoring" -msgstr "在命令列給的檔案 %r 不在來源資料夾下,忽略中" +#: _cli/__init__.py:112 _cli/__init__.py:183 +msgid "For more information, visit https://www.sphinx-doc.org/en/master/man/." +msgstr "如需更多資訊,請參閱 https://www.sphinx-doc.org/en/master/man/。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:275 -#, python-format -msgid "file %r given on command line is not a valid document, ignoring" -msgstr "在命令列給的檔案 %r 不是有效的文件,忽略中" +#: _cli/__init__.py:172 +msgid "" +"{0}: error: {1}\n" +"Run '{0} --help' for information" +msgstr "{0}: 錯誤: {1}\n執行 '{0} --help' 取得更多資訊" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:284 -#, python-format -msgid "%d source files given on command line" -msgstr "在命令列給了 %d 個原始檔案" +#: _cli/__init__.py:182 +msgid " Manage documentation with Sphinx." +msgstr "以 Sphinx 管理說明文件。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:297 -#, python-format -msgid "targets for %d source files that are out of date" -msgstr "%d 個過時原始檔案的目標" +#: _cli/__init__.py:194 +msgid "Show the version and exit." +msgstr "顯示版本並離開。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:320 -msgid "looking for now-outdated files... " -msgstr "正在尋找目前已過期的檔案..." +#: _cli/__init__.py:202 +msgid "Show this message and exit." +msgstr "顯示此訊息並離開。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:324 -#, python-format -msgid "%d found" -msgstr "已找到 %d" +#: _cli/__init__.py:206 +msgid "Logging" +msgstr "登錄" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:326 -msgid "none found" -msgstr "找不到任何結果" +#: _cli/__init__.py:213 +msgid "Increase verbosity (can be repeated)" +msgstr "增加詳細內容(可以重複)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:331 -msgid "pickling environment" -msgstr "正在 pickle 環境" +#: _cli/__init__.py:221 +msgid "Only print errors and warnings." +msgstr "只印出錯誤及警告。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:337 -msgid "checking consistency" -msgstr "正在檢查一致性" +#: _cli/__init__.py:228 +msgid "No output at all" +msgstr "完全沒有輸出" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:341 -msgid "no targets are out of date." -msgstr "沒有過時的目標。" +#: _cli/__init__.py:234 +msgid "" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:381 -msgid "updating environment: " -msgstr "正在更新環境:" +#: _cli/__init__.py:265 +msgid "See 'sphinx --help'.\n" +msgstr "請參閱 'sphinx --help'。\n" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:402 +#: builders/html/__init__.py:478 builders/latex/__init__.py:201 +#: transforms/__init__.py:133 writers/manpage.py:101 writers/texinfo.py:218 #, python-format -msgid "%s added, %s changed, %s removed" -msgstr "%s 已新增, %s 已變更, %s 已移除" +msgid "%b %d, %Y" +msgstr "%Y 年 %m 月 %d 日" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:435 -#, 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 "" +#: transforms/__init__.py:143 +msgid "could not calculate translation progress!" +msgstr "無法計算翻譯進度!" + +#: transforms/__init__.py:148 +msgid "no translated elements!" +msgstr "沒有已翻譯的元素!" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:442 +#: transforms/__init__.py:267 #, 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 "" +"4 column based index found. It might be a bug of extensions you use: %r" +msgstr "找到基於 4 欄位的索引。它可能是您使用的擴充套件的一個錯誤: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:451 +#: transforms/__init__.py:313 #, 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 "Footnote [%s] is not referenced." +msgstr "註腳 [%s] 未被參照。" + +#: transforms/__init__.py:322 +msgid "Footnote [*] is not referenced." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:456 -#, python-format +#: transforms/__init__.py:333 +msgid "Footnote [#] is not referenced." +msgstr "註腳 [#] 未被參照。" + +#: transforms/i18n.py:229 transforms/i18n.py:304 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 "" +"inconsistent footnote references in translated message. original: {0}, " +"translated: {1}" +msgstr "被翻譯訊息中有不一致的註腳參照。原文: {0},譯文: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:471 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:483 -msgid "reading sources... " -msgstr "正在讀取來源..." +#: transforms/i18n.py:274 +msgid "" +"inconsistent references in translated message. original: {0}, translated: " +"{1}" +msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:592 -#, python-format -msgid "docnames to write: %s" -msgstr "待寫入的 docname: %s" +#: transforms/i18n.py:324 +msgid "" +"inconsistent citation references in translated message. original: {0}, " +"translated: {1}" +msgstr "被翻譯訊息中有不一致的參照。原文: {0},譯文: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:601 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:157 -msgid "preparing documents" -msgstr "正在準備文件" +#: transforms/i18n.py:346 +msgid "" +"inconsistent term references in translated message. original: {0}, " +"translated: {1}" +msgstr "被翻譯訊息中有不一致的術語參照。原文: {0},譯文: {1}" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/__init__.py:604 -msgid "copying assets" -msgstr "正在複製資產 (asset)" +#: ext/linkcode.py:75 ext/viewcode.py:200 +msgid "[source]" +msgstr "[原始碼]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:47 +#: ext/imgconverter.py:40 #, python-format -msgid "The Texinfo files are in %(outdir)s." -msgstr "Texinfo 檔案在 %(outdir)s 。" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:49 msgid "" +"Unable to run the image conversion command %r. 'sphinx.ext.imgconverter' requires ImageMagick by default. Ensure it is installed, or set the 'image_converter' option to a custom conversion command.\n" "\n" -"Run 'make' in that directory to run these through makeinfo\n" -"(use 'make info' here to do that automatically)." -msgstr "\n在該目錄中執行 'make' 以透過 makeinfo 執行這些\n(在此使用 'make info' 以自動執行)" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:76 -msgid "no \"texinfo_documents\" config value found; no documents will be written" -msgstr "未找到 \"texinfo_documents\" 組態值;不會編寫任何文件" +"Traceback: %s" +msgstr "無法執行影像轉換命令 %r。 'sphinx.ext.imgconverter' 預設為需要 ImageMagick。請確認它已被安裝,或是設定 'image_converter' 選項為一個自訂轉換命令。\n\n回溯: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:84 +#: ext/imgconverter.py:49 ext/imgconverter.py:73 #, python-format -msgid "\"texinfo_documents\" config value references unknown document %s" -msgstr "\"texinfo_documents\" 組態值引用未知的文件 %s" +msgid "" +"convert exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "退出轉換,發生錯誤:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:296 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:107 +#: ext/imgconverter.py:68 #, python-format -msgid "processing %s" -msgstr "正在處理 %s" +msgid "convert command %r cannot be run, check the image_converter setting" +msgstr "轉換命令 %r 無法被執行,請檢查 image_converter 設定" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:369 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:160 -msgid "resolving references..." -msgstr "正在解析參照..." +#: ext/viewcode.py:257 +msgid "highlighting module code... " +msgstr "正在 highlight 模組程式碼..." -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:380 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:170 -msgid " (in " -msgstr " (於 " +#: ext/viewcode.py:285 +msgid "[docs]" +msgstr "[文件]" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:204 -msgid "copying Texinfo support files" -msgstr "正在複製 Texinfo 支援檔案" +#: ext/viewcode.py:305 +msgid "Module code" +msgstr "模組原始碼" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/texinfo.py:212 +#: ext/viewcode.py:311 #, python-format -msgid "error writing file Makefile: %s" -msgstr "錯誤寫入檔案 Makefile: %s" +msgid "

Source code for %s

" +msgstr "

%s 的原始碼

" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:34 -#, python-format -msgid "The HTML page is in %(outdir)s." -msgstr "HTML 頁面在 %(outdir)s 。" +#: ext/viewcode.py:337 +msgid "Overview: module code" +msgstr "概要:模組原始碼" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:160 -msgid "assembling single document" -msgstr "正在組合單一文件" +#: ext/viewcode.py:338 +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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/singlehtml.py:178 -msgid "writing additional files" -msgstr "正在寫入附加檔案" +#: ext/coverage.py:134 ext/coverage.py:280 +#, python-format +msgid "module %s could not be imported: %s" +msgstr "模組 %s 無法被 import: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/patches.py:66 +#: ext/coverage.py:141 +#, 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:\" 選項現在會將絕對路徑辨識為基於來源資料夾的相對路徑。請更新您的文件。" +"the following modules are documented but were not specified in " +"coverage_modules: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:60 -msgid "non-whitespace stripped by dedent" -msgstr "非空白字元被凸排去除" +#: ext/coverage.py:149 +msgid "" +"the following modules are specified in coverage_modules but were not " +"documented" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:80 +#: ext/coverage.py:163 #, python-format -msgid "Invalid caption: %s" -msgstr "無效標題:%s" +msgid "" +"Testing of coverage in the sources finished, look at the results in " +"%(outdir)spython.txt." +msgstr "來源的涵蓋測試已結束,在 %(outdir)spython.txt 中查看結果。" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:124 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:274 -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:450 +#: ext/coverage.py:177 #, python-format -msgid "line number spec is out of range(1-%d): %r" -msgstr "列號規格超出範圍 (1-%d): %r" +msgid "invalid regex %r in coverage_c_regexes" +msgstr "無效的 regex %r 在 coverage_c_regexes" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:203 +#: ext/coverage.py:245 #, python-format -msgid "Cannot use both \"%s\" and \"%s\" options" -msgstr "不能使用 \"%s\" 及 \"%s\" 兩個選項" +msgid "undocumented c api: %s [%s] in file %s" +msgstr "未文件化的 c api: %s [%s] 在檔案 %s 中" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:217 +#: ext/coverage.py:429 #, python-format -msgid "Include file %r not found or reading it failed" -msgstr "Include 檔案 %r 未找到或是讀取失敗" +msgid "undocumented python function: %s :: %s" +msgstr "未文件化的 python 函式: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:220 +#: ext/coverage.py:445 #, python-format -msgid "" -"Encoding %r used for reading included file %r seems to be wrong, try giving " -"an :encoding: option" -msgstr "編碼 %r 用以讀取被 include 的檔案 %r 似乎有錯,嘗試給定一個 :encoding: 選項" +msgid "undocumented python class: %s :: %s" +msgstr "未文件化的 python class: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:257 +#: ext/coverage.py:458 #, python-format -msgid "Object named %r not found in include file %r" -msgstr "名為 %r 的物件在 include 檔案 %r 中未找到" +msgid "undocumented python method: %s :: %s :: %s" +msgstr "未文件化的 python method: %s :: %s :: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:283 -msgid "Cannot use \"lineno-match\" with a disjoint set of \"lines\"" -msgstr "無法以一個 \"lines\" 的互斥集使用 \"lineno-match\" " +#: ext/todo.py:71 +msgid "Todo" +msgstr "Todo" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/code.py:288 +#: ext/todo.py:104 #, python-format -msgid "Line spec %r: no lines pulled from include file %r" -msgstr "Line spec %r: 從 include 檔案 %r 沒有提取任何一行" +msgid "TODO entry found: %s" +msgstr "找到 TODO 項目: %s" + +#: ext/todo.py:163 +msgid "<>" +msgstr "<>" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:122 +#: ext/todo.py:165 #, python-format -msgid "toctree glob pattern %r didn't match any documents" -msgstr "toctree glob 型樣 %r 未匹配任何文件" +msgid "(The <> is located in %s, line %d.)" +msgstr "(<> 見 %s ,第 %d 行)" + +#: ext/todo.py:175 +msgid "original entry" +msgstr "原始記錄" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:148 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:324 +#: ext/extlinks.py:82 #, python-format -msgid "toctree contains reference to excluded document %r" -msgstr "toctree 包含了指向已排除文件的參照 %r" +msgid "" +"hardcoded link %r could be replaced by an extlink (try using %r instead)" +msgstr "hardcoded link %r 可以被一個 extlink 所取代(試試改用 %r)" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:151 -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:328 +#: ext/doctest.py:115 #, python-format -msgid "toctree contains reference to nonexisting document %r" -msgstr "toctree 包含了指向不存在文件的參照 %r" +msgid "missing '+' or '-' in '%s' option." +msgstr "在 '%s' 選項中遺漏 '+' 或 '-'。" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:162 +#: ext/doctest.py:120 #, python-format -msgid "duplicated entry found in toctree: %s" -msgstr "在 toctree 中找到重複的項目: %s" +msgid "'%s' is not a valid option." +msgstr "'%s' 不是有效的選項" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:195 -msgid "Section author: " -msgstr "章節作者:" +#: ext/doctest.py:134 +#, python-format +msgid "'%s' is not a valid pyversion option" +msgstr "'%s' 不是有效的 pyversion 選項" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:197 -msgid "Module author: " -msgstr "模組作者:" +#: ext/doctest.py:220 +msgid "invalid TestCode type" +msgstr "無效的 TestCode 型別" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:199 -msgid "Code author: " -msgstr "程式作者:" +#: ext/doctest.py:281 +#, 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 中查看結果。" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:201 -msgid "Author: " -msgstr "作者:" +#: ext/doctest.py:434 +#, python-format +msgid "no code/output in %s block at %s:%s" +msgstr "在 %s 區塊中的 %s:%s 沒有程式碼/輸出" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:274 -msgid ".. acks content is not a list" -msgstr ".. acks 的內容不是一個列表" +#: ext/doctest.py:522 +#, python-format +msgid "ignoring invalid doctest code: %r" +msgstr "正在忽略無效的 doctest 碼: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/directives/other.py:297 -msgid ".. hlist content is not a list" -msgstr ".. hlist 的內容不是一個列表" +#: ext/graphviz.py:135 +msgid "Graphviz directive cannot have both content and a filename argument" +msgstr "Graphviz 指令不能同時有內容及檔名引數" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:83 +#: ext/graphviz.py:145 #, python-format -msgid "Could not fetch remote image: %s [%d]" -msgstr "無法提取遠端圖片: %s [%d]" +msgid "External Graphviz file %r not found or reading it failed" +msgstr "外部的 Graphviz 檔案 %r 未找到或是讀取失敗" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:111 -#, python-format -msgid "Could not fetch remote image: %s [%s]" -msgstr "無法提取遠端圖片: %s [%s]" +#: ext/graphviz.py:152 +msgid "Ignoring \"graphviz\" directive without content." +msgstr "正在略過沒有內容的 \"graphviz\" 指令" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/images.py:127 +#: ext/graphviz.py:268 #, python-format -msgid "Unknown image format: %s..." -msgstr "未知的圖片格式: %s..." +msgid "graphviz_dot executable path must be set! %r" +msgstr "graphviz_dot 可執行路徑必須設定! %r" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:116 +#: ext/graphviz.py:303 +#, python-format msgid "" -"Could not determine the fallback text for the cross-reference. Might be a " -"bug." -msgstr "無法為交互參照決定備用文字。可能是個錯誤。" +"dot command %r cannot be run (needed for graphviz output), check the " +"graphviz_dot setting" +msgstr "dot 命令 %r 無法被執行(graphviz 輸出所需要),請檢查 graphviz_dot 設定" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:158 +#: ext/graphviz.py:310 #, python-format -msgid "more than one target found for 'any' cross-reference %r: could be %s" -msgstr "為「任一個」交互參照 %r 找到多於一個目標:可能是 %s" +msgid "" +"dot exited with error:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "退出 dot,發生錯誤:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:209 +#: ext/graphviz.py:313 #, python-format -msgid "%s:%s reference target not found: %s" -msgstr "%s:%s 參照目標未找到: %s" +msgid "" +"dot did not produce an output file:\n" +"[stderr]\n" +"%r\n" +"[stdout]\n" +"%r" +msgstr "dot 並未製作一個輸出檔案:\n[stderr]\n%r\n[stdout]\n%r" -#: /home/runner/work/sphinx/sphinx/sphinx/transforms/post_transforms/__init__.py:212 +#: ext/graphviz.py:329 #, python-format -msgid "%r reference target not found: %s" -msgstr "%r 參照目標未找到: %s" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/globaltoc.html:10 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/localtoc.html:12 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/scrolls/layout.html:41 -msgid "Table of Contents" -msgstr "目錄" - -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:43 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:138 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:11 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:23 -msgid "Search" -msgstr "搜尋" +msgid "graphviz_output_format must be one of 'png', 'svg', but is %r" +msgstr "graphviz_output_format 必須是 'png' 和 'svg' 之一,但卻是 %r" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:46 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:16 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchfield.html:18 -msgid "Go" -msgstr "前往" +#: ext/graphviz.py:333 ext/graphviz.py:386 ext/graphviz.py:423 +#, python-format +msgid "dot code %r: %s" +msgstr "點碼 %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/agogo/layout.html:90 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:15 -msgid "Show Source" -msgstr "顯示原始碼" +#: ext/graphviz.py:436 ext/graphviz.py:444 +#, python-format +msgid "[graph: %s]" +msgstr "[圖:%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/haiku/layout.html:24 -msgid "Contents" -msgstr "內容" +#: ext/graphviz.py:438 ext/graphviz.py:446 +msgid "[graph]" +msgstr "[圖]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/layout.html:20 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:57 -msgid "Collapse sidebar" -msgstr "收合側邊欄" +#: ext/imgmath.py:369 ext/mathjax.py:52 +msgid "Link to this equation" +msgstr "連結到這個方程式" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/opensearch.xml:4 +#: ext/apidoc.py:85 #, python-format -msgid "Search %(docstitle)s" -msgstr "搜尋 %(docstitle)s" +msgid "Would create file %s." +msgstr "將會建立檔案 %s 。" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/searchbox.html:12 -msgid "Quick search" -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在 中遞迴查找 Python 模組及套件,並在 中\n為每個套件建立一個帶有 automodule 指令的 reST 檔。\n\n 可以是檔案及/或資料夾型樣,它們將在生成時被\n移除。\n\n備註:在預設情況,此腳本不會重寫已經被建立的檔案。" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:11 -msgid "Overview" -msgstr "概要" +#: ext/apidoc.py:392 +msgid "path to module to document" +msgstr "要生成文件的模組路徑" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:15 -msgid "Welcome! This is" -msgstr "歡迎!本" +#: ext/apidoc.py:396 +msgid "" +"fnmatch-style file and/or directory patterns to exclude from generation" +msgstr "fnmatch 風格的檔案及/或資料夾模式,將在生成時移除。" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:16 -msgid "the documentation for" -msgstr "說明文件介紹" +#: ext/apidoc.py:407 +msgid "directory to place all output" +msgstr "要放置所有輸出的資料夾" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:17 -msgid "last updated" -msgstr "最後更新於" +#: ext/apidoc.py:422 +msgid "maximum depth of submodules to show in the TOC (default: 4)" +msgstr "能顯示 TOC 的子模組最大深度(預設值:4)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:20 -msgid "Indices and tables:" -msgstr "索引與表格:" +#: ext/apidoc.py:429 +msgid "overwrite existing files" +msgstr "重寫已存在的檔案" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:23 -msgid "Complete Table of Contents" -msgstr "完整目錄" +#: ext/apidoc.py:437 +msgid "" +"follow symbolic links. Powerful when combined with " +"collective.recipe.omelette." +msgstr "跟隨符號鏈接。與 collective.recipe.omelette 結合時很有用。" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:24 -msgid "lists all sections and subsections" -msgstr "列出所有章節與小節" +#: ext/apidoc.py:446 +msgid "run the script without creating files" +msgstr "執行腳本而不建立檔案" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:642 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:654 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:25 -msgid "Search Page" -msgstr "搜尋頁面" +#: ext/apidoc.py:453 +msgid "put documentation for each module on its own page" +msgstr "為每個模組在它自己的頁面置放說明文件" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:26 -msgid "search this documentation" -msgstr "搜尋這份說明文件" +#: ext/apidoc.py:460 +msgid "include \"_private\" modules" +msgstr "包含 \"_private\" 模組" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:28 -msgid "Global Module Index" -msgstr "全域模組索引" +#: ext/apidoc.py:467 +msgid "filename of table of contents (default: modules)" +msgstr "目錄的檔名(預設值:模組)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:29 -msgid "quick access to all modules" -msgstr "迅速找到所有模組" +#: ext/apidoc.py:474 +msgid "don't create a table of contents file" +msgstr "不要建立目錄檔案" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:30 -msgid "General Index" -msgstr "總索引" +#: ext/apidoc.py:481 +msgid "" +"don't create headings for the module/package packages (e.g. when the " +"docstrings already contain them)" +msgstr "不要為模組/套件建立標頭(例如:當說明字串已經包含它們時)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/defindex.html:31 -msgid "all functions, classes, terms" -msgstr "所有函式、類別、術語" +#: ext/apidoc.py:492 +msgid "put module documentation before submodule documentation" +msgstr "在子模組說明文件之前置放模組說明文件" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:34 -#, python-format -msgid "Index – %(key)s" -msgstr "" +#: ext/apidoc.py:498 +msgid "" +"interpret module paths according to PEP-0420 implicit namespaces " +"specification" +msgstr "根據 PEP-0420 隱式命名空間規範來解譯模組路徑" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-single.html:62 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:24 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:38 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex.html:73 -msgid "Full index on one page" -msgstr "單頁完整索引" +#: ext/apidoc.py:508 +msgid "file suffix (default: rst)" +msgstr "檔案後綴(預設值:rst)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:12 -msgid "Previous topic" -msgstr "上個主題" +#: ext/apidoc.py:515 ext/autosummary/generate.py:838 +msgid "Remove existing files in the output directory that were not generated" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:14 -msgid "previous chapter" -msgstr "上一章" +#: ext/apidoc.py:524 +msgid "generate a full project with sphinx-quickstart" +msgstr "以 sphinx-quickstart 生成一個完全的專案" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:19 -msgid "Next topic" -msgstr "下個主題" +#: ext/apidoc.py:531 +msgid "append module_path to sys.path, used when --full is given" +msgstr "附加 module_path 到 sys.path,在給予 --full 時使用" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/relations.html:21 -msgid "next chapter" -msgstr "下一章" +#: ext/apidoc.py:538 +msgid "project name (default: root module name)" +msgstr "專案名稱(預設值:根模組名稱)" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:28 -msgid "" -"Please activate JavaScript to enable the search\n" -" functionality." -msgstr "請啟用 Javascript 以開啟搜尋功能。" +#: ext/apidoc.py:545 +msgid "project author(s), used when --full is given" +msgstr "專案作者(們),在給予 --full 時使用" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:36 -msgid "" -"Searching for multiple words only shows matches that contain\n" -" all words." -msgstr "搜尋多個關鍵字時,只會顯示包含所有關鍵字的結果。" +#: ext/apidoc.py:552 +msgid "project version, used when --full is given" +msgstr "專案版本,在給予 --full 時使用" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/search.html:43 -msgid "search" -msgstr "搜尋" +#: ext/apidoc.py:559 +msgid "project release, used when --full is given, defaults to --doc-version" +msgstr "專案發布,在給予 --full 時使用,預設為 --doc-version" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/sourcelink.html:12 -msgid "This Page" -msgstr "本頁" +#: ext/apidoc.py:564 +msgid "extension options" +msgstr "擴充套件選項" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:16 -msgid "Index pages by letter" -msgstr "按字母索引頁面" +#: ext/apidoc.py:638 +#, python-format +msgid "%s is not a directory." +msgstr "%s 不是資料夾" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/genindex-split.html:25 -msgid "can be huge" -msgstr "可能會很大" +#: ext/apidoc.py:710 ext/autosummary/generate.py:874 +#, python-format +msgid "Failed to remove %s: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:26 -msgid "Navigation" -msgstr "瀏覽" +#: ext/autosectionlabel.py:48 +#, python-format +msgid "section \"%s\" gets labeled as \"%s\"" +msgstr "段落 \"%s\" 取得標籤 \"%s\"" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:123 +#: domains/std/__init__.py:702 domains/std/__init__.py:808 +#: ext/autosectionlabel.py:52 #, python-format -msgid "Search within %(docstitle)s" -msgstr "在 %(docstitle)s 中搜尋" +msgid "duplicate label %s, other instance in %s" +msgstr "重複的標籤 %s,亦出現於 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:132 -msgid "About these documents" -msgstr "關於這些文件" +#: ext/duration.py:85 +msgid "" +"====================== slowest reading durations =======================" +msgstr "====================== 最慢的讀取歷時 =======================" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:141 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:185 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:187 -msgid "Copyright" -msgstr "版權所有" +#: ext/imgmath.py:159 +#, python-format +msgid "" +"LaTeX command %r cannot be run (needed for math display), check the " +"imgmath_latex setting" +msgstr "LaTeX 命令 %r 無法被執行(數學顯示所需要),請檢查 imgmath_latex 設定" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:191 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:197 +#: ext/imgmath.py:174 #, python-format -msgid "© %(copyright_prefix)s %(copyright)s." -msgstr "© %(copyright_prefix)s %(copyright)s." +msgid "" +"%s command %r cannot be run (needed for math display), check the imgmath_%s " +"setting" +msgstr "%s 命令 %r 無法被執行(數學顯示所需要),請檢查 imgmath_%s 設定" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:209 +#: ext/imgmath.py:328 #, python-format -msgid "Last updated on %(last_updated)s." -msgstr "最後更新於 %(last_updated)s。" +msgid "display latex %r: %s" +msgstr "顯示 latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/layout.html:212 +#: ext/imgmath.py:362 #, python-format -msgid "" -"Created using Sphinx " -"%(sphinx_version)s." -msgstr "使用 Sphinx %(sphinx_version)s 建立。" +msgid "inline latex %r: %s" +msgstr "行內 latex %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/classic/static/sidebar.js.jinja:48 -msgid "Expand sidebar" -msgstr "展開側邊欄" +#: writers/latex.py:1093 writers/manpage.py:262 writers/texinfo.py:660 +msgid "Footnotes" +msgstr "註腳" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/rstsource.html:5 +#: writers/manpage.py:308 writers/text.py:935 #, python-format -msgid "%(filename)s — %(docstitle)s" -msgstr "%(filename)s — %(docstitle)s" +msgid "[image: %s]" +msgstr "[圖片:%s]" + +#: writers/manpage.py:309 writers/text.py:936 +msgid "[image]" +msgstr "[圖片]" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/frameset.html:5 -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:12 +#: writers/html5.py:99 writers/html5.py:108 +msgid "Link to this definition" +msgstr "連結到這個定義" + +#: writers/html5.py:415 #, python-format -msgid "Changes in Version %(version)s — %(docstitle)s" -msgstr "於 %(version)s 版中的所有變更 — %(docstitle)s" +msgid "numfig_format is not defined for %s" +msgstr "numfig_format 未被定義給 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:17 +#: writers/html5.py:427 #, python-format -msgid "Automatically generated list of changes in version %(version)s" -msgstr "自動產生的 %(version)s 版變更列表" +msgid "Any IDs not assigned for %s node" +msgstr "任一個 ID 未被指定給 %s 節點" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:18 -msgid "Library changes" -msgstr "程式庫的變更" +#: writers/html5.py:482 +msgid "Link to this term" +msgstr "連結到這個項目" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:23 -msgid "C API changes" -msgstr "C API 的變更" +#: writers/html5.py:525 writers/html5.py:530 +msgid "Link to this heading" +msgstr "連結到這個標頭" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/changes/versionchanges.html:25 -msgid "Other changes" -msgstr "其他變更" +#: writers/html5.py:535 +msgid "Link to this table" +msgstr "連結到這個表格" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/sphinx_highlight.js:112 -msgid "Hide Search Matches" -msgstr "隱藏符合搜尋" +#: writers/html5.py:549 writers/latex.py:1102 +#, python-format +msgid "unsupported rubric heading level: %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:112 -msgid "Search Results" -msgstr "搜尋結果" +#: writers/html5.py:613 +msgid "Link to this code" +msgstr "連結到這個程式碼" -#: /home/runner/work/sphinx/sphinx/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 "您的搜尋找不到任何滿足條件的文件。請確定是否所有的搜尋詞都正確地拼寫且您已選擇足夠的分類。" +#: writers/html5.py:615 +msgid "Link to this image" +msgstr "連結到這個圖片" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:118 -msgid "" -"Search finished, found ${resultCount} page(s) matching the search query." -msgstr "搜尋結束,共找到 ${resultCount} 個頁面符合搜尋條件。" +#: writers/html5.py:617 +msgid "Link to this toctree" +msgstr "連結到這個 toctree" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:246 -msgid "Searching" -msgstr "搜尋中" +#: writers/html5.py:759 +msgid "Could not obtain image size. :scale: option is ignored." +msgstr "無法取得圖片大小。 :scale: 選項已略過。" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:262 -msgid "Preparing search..." -msgstr "準備搜尋中…" +#: builders/latex/__init__.py:208 domains/std/__init__.py:645 +#: domains/std/__init__.py:657 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:511 +msgid "Index" +msgstr "索引" -#: /home/runner/work/sphinx/sphinx/sphinx/themes/basic/static/searchtools.js:464 -msgid ", in " -msgstr ",於 " +#: writers/latex.py:746 writers/texinfo.py:642 +msgid "" +"encountered title node not in section, topic, table, admonition or sidebar" +msgstr "遇到的標題節點不是在段落、主題、表格、警告或側邊欄" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:89 -#, python-format -msgid "image file not readable: %s" -msgstr "影像檔案無法讀取: %s" +#: writers/texinfo.py:1214 +msgid "caption not inside a figure." +msgstr "標題不在圖之內。" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:108 +#: writers/texinfo.py:1300 #, python-format -msgid "image file %s not readable: %s" -msgstr "影像檔案 %s 無法讀取: %s" +msgid "unimplemented node type: %r" +msgstr "未實作的節點型別: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/asset.py:134 +#: writers/latex.py:364 #, python-format -msgid "download file not readable: %s" -msgstr "下載檔案無法讀取: %s" +msgid "unknown %r toplevel_sectioning for class %r" +msgstr "未知的 %r toplevel_sectioning 對於 class %r" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/collectors/toctree.py:238 +#: builders/latex/__init__.py:226 writers/latex.py:414 #, python-format -msgid "%s is already assigned section numbers (nested numbered toctree?)" -msgstr "%s 已經被指定段落編號(巢狀編號的 toctree?)" +msgid "no Babel option known for language %r" +msgstr "沒有語言 %r 已知的 Babel 選項" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:297 -#, python-format -msgid "circular toctree references detected, ignoring: %s <- %s" -msgstr "偵測到循環的 toctree 參照,忽略中: %s <- %s" +#: writers/latex.py:432 +msgid "too large :maxdepth:, ignored." +msgstr ":maxdepth: 太大,已略過。" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:317 +#: writers/latex.py:593 #, python-format +msgid "template %s not found; loading from legacy %s instead" +msgstr "" + +#: writers/latex.py:711 +msgid "document title is not a single Text node" +msgstr "文件標題不是單一的 Text 節點" + +#: writers/latex.py:1178 msgid "" -"toctree contains reference to document %r that doesn't have a title: no link" -" will be generated" -msgstr "toctree 包含了到文件 %r 的參照,該文件沒有標題:不會產生任何鏈接" +"both tabularcolumns and :widths: option are given. :widths: is ignored." +msgstr "同時被給予 tabularcolumns 及 :widths: 選項。 :widths: 已略過。" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/toctree.py:326 +#: writers/latex.py:1575 #, python-format -msgid "toctree contains reference to non-included document %r" -msgstr "toctree 包含了 non-included 文件 %r 的參照" +msgid "dimension unit %s is invalid. Ignored." +msgstr "維度單位 %s 是無效的。已略過。" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:103 +#: writers/latex.py:1931 #, python-format -msgid "see %s" -msgstr "參考 %s" +msgid "unknown index entry type %s found" +msgstr "找到了未知的索引條目型別 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:107 +#: domains/std/__init__.py:86 domains/std/__init__.py:103 #, python-format -msgid "see also %s" -msgstr "也參考 %s" +msgid "environment variable; %s" +msgstr "環境變數; %s" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:110 +#: domains/std/__init__.py:111 #, python-format -msgid "unknown index entry type %r" -msgstr "未知的索引項目型別 %r" +msgid "%s; configuration value" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/environment/adapters/indexentries.py:232 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:11 -msgid "Symbols" -msgstr "符號" +#: domains/std/__init__.py:165 +msgid "Type" +msgstr "" + +#: domains/std/__init__.py:175 +msgid "Default" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:360 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/_symbol.py:793 +#: domains/std/__init__.py:234 #, 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'。" - -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:155 -msgid "Template Parameters" -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\"" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:277 +#: domains/std/__init__.py:305 #, python-format -msgid "%s (C++ %s)" -msgstr "%s (C++ %s)" +msgid "%s command line option" +msgstr "%s 命令列選項" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:298 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:436 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:164 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:762 -msgid "Parameters" -msgstr "參數" +#: domains/std/__init__.py:307 +msgid "command line option" +msgstr "命令列選項" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:301 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:449 -msgid "Return values" -msgstr "回傳值" +#: domains/std/__init__.py:429 +msgid "glossary term must be preceded by empty line" +msgstr "術語表項目必須有空白行在前" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:678 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:854 -msgid "union" -msgstr "union" +#: domains/std/__init__.py:437 +msgid "glossary terms must not be separated by empty lines" +msgstr "術語表項目不可以被空白行分隔" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:673 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:856 -msgid "member" -msgstr "成員函數" +#: domains/std/__init__.py:443 domains/std/__init__.py:456 +msgid "glossary seems to be misformatted, check indentation" +msgstr "術語表似乎有格式錯誤,請檢查縮排" + +#: domains/std/__init__.py:601 +msgid "glossary term" +msgstr "雜項術語" + +#: domains/std/__init__.py:602 +msgid "grammar token" +msgstr "語法單詞" + +#: domains/std/__init__.py:603 +msgid "reference label" +msgstr "參照標籤" + +#: domains/std/__init__.py:606 +msgid "environment variable" +msgstr "環境變數" + +#: domains/std/__init__.py:607 +msgid "program option" +msgstr "程式選項" + +#: domains/std/__init__.py:608 +msgid "document" +msgstr "文件" + +#: domains/std/__init__.py:646 domains/std/__init__.py:658 +msgid "Module Index" +msgstr "模組索引" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:681 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:857 -msgid "type" -msgstr "型別" +#: domains/std/__init__.py:647 domains/std/__init__.py:659 +#: themes/basic/defindex.html:18 +msgid "Search Page" +msgstr "搜尋頁面" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:858 -msgid "concept" -msgstr "概念" +#: domains/std/__init__.py:721 +#, python-format +msgid "duplicate %s description of %s, other instance in %s" +msgstr "重複 %s 的描述 %s,亦出現於 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:679 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:859 -msgid "enum" -msgstr "enum" +#: domains/std/__init__.py:926 +msgid "numfig is disabled. :numref: is ignored." +msgstr "numfig 已停用。 :numref: 已略過。" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:680 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:860 -msgid "enumerator" -msgstr "enumerator" +#: domains/std/__init__.py:934 +#, python-format +msgid "Failed to create a cross reference. Any number is not assigned: %s" +msgstr "無法建立一個交互參照。任一數字未被指定: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:683 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:862 -msgid "function parameter" -msgstr "函式參數" +#: domains/std/__init__.py:946 +#, python-format +msgid "the link has no caption: %s" +msgstr "這個連結沒有標題: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/cpp/__init__.py:863 -msgid "template parameter" -msgstr "模板參數" +#: domains/std/__init__.py:960 +#, python-format +msgid "invalid numfig_format: %s (%r)" +msgstr "無效的 numfig_format: %s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:169 -msgid "Variables" -msgstr "變數" +#: domains/std/__init__.py:963 +#, python-format +msgid "invalid numfig_format: %s" +msgstr "無效的 numfig_format: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/_object.py:173 -msgid "Raises" -msgstr "引發" +#: domains/std/__init__.py:1194 +#, python-format +msgid "undefined label: %r" +msgstr "未定義的標籤: %r" + +#: domains/std/__init__.py:1196 +#, python-format +msgid "Failed to create a cross reference. A title or caption not found: %r" +msgstr "無法建立一個交互參照。未找到標題或說明: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:107 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:244 +#: domains/python/__init__.py:107 domains/python/__init__.py:244 #, python-format msgid "%s() (in module %s)" msgstr "%s() (於 %s 模組中)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:167 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:334 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:385 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:424 +#: 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 模組中)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:169 +#: domains/python/__init__.py:169 #, python-format msgid "%s (built-in variable)" msgstr "%s (內建變數)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:194 +#: domains/python/__init__.py:194 #, python-format msgid "%s (built-in class)" msgstr "%s (內建類別)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:195 +#: domains/python/__init__.py:195 #, python-format msgid "%s (class in %s)" msgstr "%s (%s 中的類別)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:249 +#: domains/python/__init__.py:249 #, python-format msgid "%s() (%s class method)" msgstr "%s() (%s 的類別方法)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:251 +#: domains/python/__init__.py:251 #, python-format msgid "%s() (%s static method)" msgstr "%s() (%s 的靜態方法)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:389 +#: domains/python/__init__.py:389 #, python-format msgid "%s (%s property)" msgstr "%s (%s 的特性)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:428 +#: domains/python/__init__.py:428 #, python-format msgid "%s (type alias in %s)" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:551 +#: domains/python/__init__.py:557 msgid "Python Module Index" msgstr "Python 模組索引" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:552 +#: domains/python/__init__.py:558 msgid "modules" msgstr "模組" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:601 +#: domains/python/__init__.py:607 msgid "Deprecated" msgstr "已棄用" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:626 +#: domains/python/__init__.py:632 msgid "exception" msgstr "例外" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:628 +#: domains/python/__init__.py:634 msgid "class method" msgstr "類別方法" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:629 +#: domains/python/__init__.py:635 msgid "static method" msgstr "靜態方法" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:631 +#: domains/python/__init__.py:637 msgid "property" msgstr "特性" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:632 +#: domains/python/__init__.py:638 msgid "type alias" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:692 +#: domains/python/__init__.py:698 #, python-format msgid "" "duplicate object description of %s, other instance in %s, use :no-index: for" " one of them" msgstr "重複的 %s 的物件描述,在 %s 有其他實例,請在它們其中之一使用 :no-index:" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:812 +#: domains/python/__init__.py:817 #, python-format msgid "more than one target found for cross-reference %r: %s" msgstr "為交互參照 %r 找到多於一個目標: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/python/__init__.py:873 +#: domains/python/__init__.py:878 msgid " (deprecated)" msgstr "(已棄用)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:81 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:98 +#: domains/c/__init__.py:298 domains/cpp/__init__.py:436 +#: 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 "引發" + +#: domains/c/__init__.py:199 #, python-format -msgid "environment variable; %s" -msgstr "環境變數; %s" +msgid "%s (C %s)" +msgstr "%s (C %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:106 +#: domains/c/__init__.py:260 domains/c/_symbol.py:510 #, python-format -msgid "%s; configuration value" -msgstr "" +msgid "" +"Duplicate C declaration, also defined at %s:%s.\n" +"Declaration is '.. c:%s:: %s'." +msgstr "重複的 C 宣告,亦被定義於 %s:%s。\n宣告是 '.. c:%s:: %s'。" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:159 -msgid "Type" -msgstr "" +#: domains/c/__init__.py:301 domains/cpp/__init__.py:449 +msgid "Return values" +msgstr "回傳值" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:169 -msgid "Default" +#: domains/c/__init__.py:673 domains/cpp/__init__.py:855 +msgid "member" +msgstr "成員函數" + +#: domains/c/__init__.py:674 +msgid "variable" +msgstr "變數" + +#: domains/c/__init__.py:676 +msgid "macro" +msgstr "巨集" + +#: domains/c/__init__.py:677 +msgid "struct" +msgstr "結構" + +#: domains/c/__init__.py:678 domains/cpp/__init__.py:853 +msgid "union" +msgstr "union" + +#: domains/c/__init__.py:679 domains/cpp/__init__.py:858 +msgid "enum" +msgstr "enum" + +#: domains/c/__init__.py:680 domains/cpp/__init__.py:859 +msgid "enumerator" +msgstr "enumerator" + +#: domains/c/__init__.py:681 domains/cpp/__init__.py:856 +msgid "type" +msgstr "型別" + +#: domains/c/__init__.py:683 domains/cpp/__init__.py:861 +msgid "function parameter" +msgstr "函式參數" + +#: domains/cpp/__init__.py:155 +msgid "Template Parameters" +msgstr "模板參數" + +#: domains/cpp/__init__.py:277 +#, python-format +msgid "%s (C++ %s)" +msgstr "%s (C++ %s)" + +#: 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'." +msgstr "重複的 C++ 宣告,亦被定義於 %s:%s。\n宣告是 '.. cpp:%s:: %s'。" + +#: domains/cpp/__init__.py:857 +msgid "concept" +msgstr "概念" + +#: domains/cpp/__init__.py:862 +msgid "template parameter" +msgstr "模板參數" + +#: themes/haiku/layout.html:16 +msgid "Contents" +msgstr "內容" + +#: themes/agogo/layout.html:29 themes/basic/globaltoc.html:2 +#: themes/basic/localtoc.html:4 themes/scrolls/layout.html:32 +msgid "Table of Contents" +msgstr "目錄" + +#: themes/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/classic/layout.html:12 themes/classic/static/sidebar.js.jinja:51 +msgid "Collapse sidebar" +msgstr "收合側邊欄" + +#: themes/basic/layout.html:18 +msgid "Navigation" +msgstr "瀏覽" + +#: themes/basic/layout.html:115 +#, python-format +msgid "Search within %(docstitle)s" +msgstr "在 %(docstitle)s 中搜尋" + +#: themes/basic/layout.html:124 +msgid "About these documents" +msgstr "關於這些文件" + +#: themes/basic/layout.html:133 themes/basic/layout.html:177 +#: themes/basic/layout.html:179 +msgid "Copyright" +msgstr "版權所有" + +#: themes/basic/layout.html:183 themes/basic/layout.html:189 +#, python-format +msgid "© %(copyright_prefix)s %(copyright)s." +msgstr "© %(copyright_prefix)s %(copyright)s." + +#: themes/basic/layout.html:201 +#, python-format +msgid "Last updated on %(last_updated)s." +msgstr "最後更新於 %(last_updated)s。" + +#: themes/basic/layout.html:204 +#, python-format +msgid "" +"Created using Sphinx " +"%(sphinx_version)s." +msgstr "使用 Sphinx %(sphinx_version)s 建立。" + +#: themes/basic/genindex-single.html:26 +#, python-format +msgid "Index – %(key)s" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:228 +#: themes/basic/genindex-single.html: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 #, 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" +msgstr "歡迎!本" + +#: themes/basic/defindex.html:9 +msgid "the documentation for" +msgstr "說明文件介紹" + +#: themes/basic/defindex.html:10 +msgid "last updated" +msgstr "最後更新於" + +#: themes/basic/defindex.html:13 +msgid "Indices and tables:" +msgstr "索引與表格:" + +#: themes/basic/defindex.html:16 +msgid "Complete Table of Contents" +msgstr "完整目錄" + +#: themes/basic/defindex.html:17 +msgid "lists all sections and subsections" +msgstr "列出所有章節與小節" + +#: themes/basic/defindex.html:19 +msgid "search this documentation" +msgstr "搜尋這份說明文件" + +#: themes/basic/defindex.html:21 +msgid "Global Module Index" +msgstr "全域模組索引" + +#: themes/basic/defindex.html:22 +msgid "quick access to all modules" +msgstr "迅速找到所有模組" + +#: builders/html/__init__.py:499 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 "" -"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\"" +"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 "搜尋多個關鍵字時,只會顯示包含所有關鍵字的結果。" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:299 +#: 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 #, python-format -msgid "%s command line option" -msgstr "%s 命令列選項" +msgid "Changes in Version %(version)s — %(docstitle)s" +msgstr "於 %(version)s 版中的所有變更 — %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:301 -msgid "command line option" -msgstr "命令列選項" +#: themes/basic/changes/versionchanges.html:17 +#, python-format +msgid "Automatically generated list of changes in version %(version)s" +msgstr "自動產生的 %(version)s 版變更列表" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:424 -msgid "glossary term must be preceded by empty line" -msgstr "術語表項目必須有空白行在前" +#: themes/basic/changes/versionchanges.html:18 +msgid "Library changes" +msgstr "程式庫的變更" + +#: themes/basic/changes/versionchanges.html:23 +msgid "C API changes" +msgstr "C API 的變更" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:432 -msgid "glossary terms must not be separated by empty lines" -msgstr "術語表項目不可以被空白行分隔" +#: themes/basic/changes/versionchanges.html:25 +msgid "Other changes" +msgstr "其他變更" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:438 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:451 -msgid "glossary seems to be misformatted, check indentation" -msgstr "術語表似乎有格式錯誤,請檢查縮排" +#: themes/basic/changes/rstsource.html:5 +#, python-format +msgid "%(filename)s — %(docstitle)s" +msgstr "%(filename)s — %(docstitle)s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:596 -msgid "glossary term" -msgstr "雜項術語" +#: themes/basic/static/sphinx_highlight.js:112 +msgid "Hide Search Matches" +msgstr "隱藏符合搜尋" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:597 -msgid "grammar token" -msgstr "語法單詞" +#: themes/basic/static/searchtools.js:117 +msgid "Search Results" +msgstr "搜尋結果" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:598 -msgid "reference label" -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 "您的搜尋找不到任何滿足條件的文件。請確定是否所有的搜尋詞都正確地拼寫且您已選擇足夠的分類。" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:601 -msgid "environment variable" -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] "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:602 -msgid "program option" -msgstr "程式選項" +#: themes/basic/static/searchtools.js:253 +msgid "Searching" +msgstr "搜尋中" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:603 -msgid "document" -msgstr "文件" +#: themes/basic/static/searchtools.js:270 +msgid "Preparing search..." +msgstr "準備搜尋中…" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:641 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:653 -msgid "Module Index" -msgstr "模組索引" +#: themes/basic/static/searchtools.js:474 +msgid ", in " +msgstr ",於 " -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:716 +#: environment/collectors/asset.py:95 #, python-format -msgid "duplicate %s description of %s, other instance in %s" -msgstr "重複 %s 的描述 %s,亦出現於 %s" +msgid "image file not readable: %s" +msgstr "影像檔案無法讀取: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:921 -msgid "numfig is disabled. :numref: is ignored." -msgstr "numfig 已停用。 :numref: 已略過。" +#: environment/collectors/asset.py:123 +#, python-format +msgid "image file %s not readable: %s" +msgstr "影像檔案 %s 無法讀取: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:929 +#: environment/collectors/asset.py:160 #, python-format -msgid "Failed to create a cross reference. Any number is not assigned: %s" -msgstr "無法建立一個交互參照。任一數字未被指定: %s" +msgid "download file not readable: %s" +msgstr "下載檔案無法讀取: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:941 +#: environment/collectors/toctree.py:258 #, python-format -msgid "the link has no caption: %s" -msgstr "這個連結沒有標題: %s" +msgid "%s is already assigned section numbers (nested numbered toctree?)" +msgstr "%s 已經被指定段落編號(巢狀編號的 toctree?)" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:955 +#: environment/adapters/toctree.py:318 #, python-format -msgid "invalid numfig_format: %s (%r)" -msgstr "無效的 numfig_format: %s (%r)" +msgid "circular toctree references detected, ignoring: %s <- %s" +msgstr "偵測到循環的 toctree 參照,忽略中: %s <- %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:958 +#: environment/adapters/toctree.py:342 #, python-format -msgid "invalid numfig_format: %s" -msgstr "無效的 numfig_format: %s" +msgid "" +"toctree contains reference to document %r that doesn't have a title: no link" +" will be generated" +msgstr "toctree 包含了到文件 %r 的參照,該文件沒有標題:不會產生任何鏈接" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1189 +#: environment/adapters/toctree.py:357 #, python-format -msgid "undefined label: %r" -msgstr "未定義的標籤: %r" +msgid "toctree contains reference to non-included document %r" +msgstr "toctree 包含了 non-included 文件 %r 的參照" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/std/__init__.py:1191 +#: environment/adapters/indexentries.py:126 #, python-format -msgid "Failed to create a cross reference. A title or caption not found: %r" -msgstr "無法建立一個交互參照。未找到標題或說明: %r" +msgid "see %s" +msgstr "參考 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:260 -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/_symbol.py:510 +#: environment/adapters/indexentries.py:136 #, 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 "see also %s" +msgstr "也參考 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:199 +#: environment/adapters/indexentries.py:144 #, python-format -msgid "%s (C %s)" -msgstr "%s (C %s)" +msgid "unknown index entry type %r" +msgstr "未知的索引項目型別 %r" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:674 -msgid "variable" -msgstr "變數" +#: environment/adapters/indexentries.py:273 +#: templates/latex/sphinxmessages.sty.jinja:11 +msgid "Symbols" +msgstr "符號" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:676 -msgid "macro" -msgstr "巨集" +#: builders/html/_build_info.py:32 +msgid "failed to read broken build info file (unknown version)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/domains/c/__init__.py:677 -msgid "struct" -msgstr "結構" +#: builders/html/_build_info.py:36 +msgid "failed to read broken build info file (missing config entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:52 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:8 -msgid "continued from previous page" -msgstr "繼續上一頁" +#: builders/html/_build_info.py:39 +msgid "failed to read broken build info file (missing tags entry)" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/longtable.tex.jinja:63 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:9 -msgid "continues on next page" -msgstr "繼續下一頁" +#: builders/html/__init__.py:113 +#, python-format +msgid "The HTML pages are in %(outdir)s." +msgstr "HTML 頁面在 %(outdir)s 。" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:10 -msgid "Non-alphabetical" -msgstr "非依字母順序" +#: builders/html/__init__.py:340 +#, python-format +msgid "Failed to read build info file: %r" +msgstr "讀取 build info 檔失敗: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:12 -msgid "Numbers" -msgstr "數字" +#: builders/html/__init__.py:355 +msgid "build_info mismatch, copying .buildinfo to .buildinfo.bak" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/sphinxmessages.sty.jinja:13 -msgid "page" -msgstr "頁" +#: builders/html/__init__.py:358 +msgid "building [html]: " +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:199 -#: /home/runner/work/sphinx/sphinx/sphinx/templates/latex/latex.tex.jinja:91 -msgid "Release" -msgstr "發佈" +#: builders/html/__init__.py:374 +#, python-format +msgid "" +"template %s has been changed since the previous build, all docs will be " +"rebuilt" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:682 -msgid "Example" -msgstr "範例" +#: builders/html/__init__.py:499 +msgid "index" +msgstr "索引" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:683 -msgid "Examples" -msgstr "範例" +#: builders/html/__init__.py:547 +#, python-format +msgid "Logo of %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/__init__.py:341 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:728 -msgid "Keyword Arguments" -msgstr "關鍵字引數" +#: builders/html/__init__.py:572 +msgid "next" +msgstr "下一頁" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:744 -msgid "Notes" -msgstr "備註" +#: builders/html/__init__.py:581 +msgid "previous" +msgstr "上一頁" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:753 -msgid "Other Parameters" -msgstr "其他參數" +#: builders/html/__init__.py:678 +msgid "generating indices" +msgstr "正在產生索引" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:789 -msgid "Receives" -msgstr "接收" +#: builders/html/__init__.py:693 +msgid "writing additional pages" +msgstr "正在編寫附加頁面" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:793 -msgid "References" -msgstr "參照" +#: builders/html/__init__.py:772 +#, python-format +msgid "cannot copy image file '%s': %s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:825 -msgid "Warns" -msgstr "警告" +#: builders/html/__init__.py:784 +msgid "copying downloadable files... " +msgstr "正在複製可下載的檔案..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:829 -msgid "Yields" -msgstr "產出" +#: builders/html/__init__.py:796 +#, python-format +msgid "cannot copy downloadable file %r: %s" +msgstr "無法複製可下載的檔案 %r: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:987 +#: builders/html/__init__.py:843 #, python-format -msgid "invalid value set (missing closing brace): %s" -msgstr "無效的值集合(缺少右括號): %s" +msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:994 +#: builders/html/__init__.py:861 #, python-format -msgid "invalid value set (missing opening brace): %s" -msgstr "無效的值集合(缺少左括號): %s" +msgid "Failed to copy a file in html_static_file: %s: %r" +msgstr "在 html_static_file 中複製一個檔案失敗: %s: %r " + +#: builders/html/__init__.py:896 +msgid "copying static files" +msgstr "正在複製靜態檔案" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1001 +#: builders/html/__init__.py:912 #, python-format -msgid "malformed string literal (missing closing quote): %s" -msgstr "異常的字串文本(缺少右括號): %s" +msgid "cannot copy static file %r" +msgstr "無法複製靜態檔案 %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/napoleon/docstring.py:1008 +#: builders/html/__init__.py:917 +msgid "copying extra files" +msgstr "正在複製額外檔案" + +#: builders/html/__init__.py:927 #, python-format -msgid "malformed string literal (missing opening quote): %s" -msgstr "異常的字串文本(缺少左括號): %s" +msgid "cannot copy extra file %r" +msgstr "無法複製額外檔案 %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:43 +#: builders/html/__init__.py:933 #, python-format -msgid "(in %s v%s)" -msgstr "(於 %s v%s)" +msgid "Failed to write build info file: %r" +msgstr "寫入 build info 檔失敗: %r" + +#: builders/html/__init__.py:982 +msgid "" +"search index couldn't be loaded, but not all documents will be built: the " +"index will be incomplete." +msgstr "搜尋索引無法被載入,但不是所有的文件都會被建置:索引將會是不完全的。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:45 +#: builders/html/__init__.py:1027 #, python-format -msgid "(in %s)" -msgstr "(於 %s)" +msgid "page %s matches two patterns in html_sidebars: %r and %r" +msgstr "頁面 %s 在 html_sidebars 中符合兩個型樣: %r 和 %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:86 +#: builders/html/__init__.py:1188 #, python-format -msgid "inventory '%s': multiple matches found for %s:%s" -msgstr "" +msgid "" +"a Unicode error occurred when rendering the page %s. Please make sure all " +"config values that contain non-ASCII content are Unicode strings." +msgstr "在呈現頁面 %s 時發生了一個 Unicode 錯誤。請確認所有包含 non-ASCII 內容的組態值都是 Unicode 字串。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:282 +#: builders/html/__init__.py:1197 #, python-format -msgid "inventory for external cross-reference not found: %r" -msgstr "找不到外部交互參照的庫存:%r" +msgid "" +"An error happened in rendering the page %s.\n" +"Reason: %r" +msgstr "在呈現頁面 %s 時發生了一個錯誤。\n原因: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:290 +#: builders/html/__init__.py:1229 +msgid "dumping object inventory" +msgstr "正在傾印物件庫存" + +#: builders/html/__init__.py:1237 #, python-format -msgid "invalid external cross-reference suffix: %r" -msgstr "無效的外部交互參照後綴:%r" +msgid "dumping search index in %s" +msgstr "正在傾印搜尋索引於 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:301 +#: builders/html/__init__.py:1279 #, python-format -msgid "domain for external cross-reference not found: %r" -msgstr "找不到外部交互參照的領域:%r" +msgid "invalid js_file: %r, ignored" +msgstr "無效的 js_file: %r, 已略過" + +#: builders/html/__init__.py:1312 +msgid "Many math_renderers are registered. But no math_renderer is selected." +msgstr "多個 math_renderer 已被註冊。但是沒有 math_renderer 被選擇。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_resolve.py:494 +#: builders/html/__init__.py:1317 #, python-format -msgid "external %s:%s reference target not found: %s" -msgstr "未找到外部的 %s:%s 參照目標: %s" +msgid "Unknown math_renderer %r is given." +msgstr "未知的 math_renderer %r 被給予。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:59 +#: builders/html/__init__.py:1325 #, python-format -msgid "" -"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " -"identifiers must be non-empty strings." -msgstr "" +msgid "html_extra_path entry %r does not exist" +msgstr "html_extra_path 項目 %r 不存在" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:70 +#: builders/html/__init__.py:1332 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " -"or list." -msgstr "" +msgid "html_extra_path entry %r is placed inside outdir" +msgstr "html_extra_path 項目 %r 被放入 outdir" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:81 +#: builders/html/__init__.py:1342 #, python-format -msgid "" -"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," -" inventory locations) pair." -msgstr "" +msgid "html_static_path entry %r does not exist" +msgstr "html_static_path 項目 %r 不存在" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:92 +#: builders/html/__init__.py:1349 #, python-format -msgid "" -"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " -"must be unique non-empty strings." -msgstr "" +msgid "html_static_path entry %r is placed inside outdir" +msgstr "html_static_path 項目 %r 被放入 outdir" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:99 +#: builders/html/__init__.py:1361 builders/latex/__init__.py:507 #, 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 "logo file %r does not exist" +msgstr "標誌檔案 %r 不存在" + +#: builders/html/__init__.py:1372 +#, python-format +msgid "favicon file %r does not exist" +msgstr "favicon 檔案 %r 不存在" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:115 +#: builders/html/__init__.py:1384 #, python-format msgid "" -"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " -"Inventory locations must be non-empty strings or None." +"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 "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:126 -msgid "Invalid `intersphinx_mapping` configuration (1 error)." -msgstr "" +#: builders/html/__init__.py:1397 +msgid "" +"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " +"configuration options)" +msgstr "HTML 4 已不再被 Sphinx 所支援。(在組態選項中偵測到 \"html4_writer=True\")" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:129 +#: builders/html/__init__.py:1414 #, python-format -msgid "Invalid `intersphinx_mapping` configuration (%s errors)." -msgstr "" +msgid "%s %s documentation" +msgstr "%s %s 說明文件" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:148 -msgid "An invalid intersphinx_mapping entry was added after normalisation." -msgstr "" +#: builders/latex/transforms.py:118 +msgid "Failed to get a docname!" +msgstr "無法取得 docname!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:220 +#: builders/latex/transforms.py:119 #, python-format -msgid "loading intersphinx inventory '%s' from %s ..." +msgid "Failed to get a docname for source %r!" msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:242 -msgid "" -"encountered some issues with some of the inventories, but they had working " -"alternatives:" -msgstr "從一些庫存中遇到一些問題,但他們已在進行替代方案:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:248 -msgid "failed to reach any of the inventories with the following issues:" -msgstr "無法到達任何的庫存,遇到以下問題:" - -#: /home/runner/work/sphinx/sphinx/sphinx/ext/intersphinx/_load.py:286 +#: builders/latex/transforms.py:485 #, python-format -msgid "intersphinx inventory has moved: %s -> %s" -msgstr "intersphinx 庫存已移動: %s -> %s" +msgid "No footnote was found for given reference node %r" +msgstr "給定的參考節點 %r 找不到註腳" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:132 +#: builders/latex/__init__.py:117 #, python-format -msgid "Failed to update signature for %r: parameter not found: %s" -msgstr "無法為 %r 更新簽名:未找到參數: %s" +msgid "The LaTeX files are in %(outdir)s." +msgstr "LaTeX 檔案在 %(outdir)s 。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/type_comment.py:135 -#, python-format -msgid "Failed to parse type_comment for %r: %s" -msgstr "無法為 %r 剖析 type_comment: %s" +#: 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)latex 執行這些\n(在此使用 'make latexpdf' 以自動執行)" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/preserve_defaults.py:190 -#, python-format -msgid "Failed to parse a default argument value for %r: %s" -msgstr "無法為 %r 剖析一個預設引數: %s" +#: builders/latex/__init__.py:157 +msgid "no \"latex_documents\" config value found; no documents will be written" +msgstr "未找到 \"latex_documents\" 組態值;不會編寫任何文件" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:133 +#: builders/latex/__init__.py:169 #, python-format -msgid "invalid value for member-order option: %s" -msgstr "對於 member-order 選項無效的值: %s" +msgid "\"latex_documents\" config value references unknown document %s" +msgstr "\"latex_documents\" 組態值引用未知的文件 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:141 -#, python-format -msgid "invalid value for class-doc-from option: %s" -msgstr "對於 class-doc-from 選項無效的值: %s" +#: builders/latex/__init__.py:211 templates/latex/latex.tex.jinja:91 +msgid "Release" +msgstr "發佈" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:384 -#, python-format -msgid "invalid signature for auto%s (%r)" -msgstr "無效的簽章給 auto%s (%r)" +#: builders/latex/__init__.py:432 +msgid "copying TeX support files" +msgstr "正在複製 TeX 支援檔案" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:500 -#, python-format -msgid "error while formatting arguments for %s: %s" -msgstr "在為 %s 格式化引數時有錯誤: %s" +#: builders/latex/__init__.py:469 +msgid "copying additional files" +msgstr "正在複製附加檔案" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:770 +#: builders/latex/__init__.py:543 #, 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" +msgid "Unknown configure key: latex_elements[%r], ignored." +msgstr "未知的配置鍵: latex_elements[%r],已略過。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:865 +#: builders/latex/__init__.py:551 #, 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\" 指令,或是給予一個明確的模組名稱)" +msgid "Unknown theme option: latex_theme_options[%r], ignored." +msgstr "未知的主題選項: latex_theme_options[%r],,已略過。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:909 +#: builders/latex/theming.py:87 #, python-format -msgid "A mocked object is detected: %r" -msgstr "一個 mocked 物件被偵測到: %r" +msgid "%r doesn't have \"theme\" setting" +msgstr "%r 沒有「主題」設定" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:928 +#: builders/latex/theming.py:90 #, python-format -msgid "error while formatting signature for %s: %s" -msgstr "正在為 %s 格式化簽名時發生錯誤: %s" +msgid "%r doesn't have \"%s\" setting" +msgstr "%r 沒有 \"%s\" 設定" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:991 -msgid "\"::\" in automodule name doesn't make sense" -msgstr "\"::\" 在 automodule 的名稱中並不合理" +#: _cli/util/errors.py:124 +msgid "Exception occurred, starting debugger:" +msgstr "發生例外,正在啟動除錯器:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:998 -#, python-format -msgid "signature arguments or return annotation given for automodule %s" -msgstr "簽名引數或回傳註釋給予 automodule %s" +#: _cli/util/errors.py:133 +msgid "reStructuredText markup error:" +msgstr "reStructuredText 標示錯誤:" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1011 -#, python-format +#: _cli/util/errors.py:168 +msgid "The full traceback has been saved in:" +msgstr "完整的回溯已儲存於:" + +#: _cli/util/errors.py:172 msgid "" -"__all__ should be a list of strings, not %r (in module %s) -- ignoring " -"__all__" -msgstr "__all__ 應該是一個字串的列表,不是 %r (在 %s 模組中)-- 正在忽略 __all__" +"To report this error to the developers, please open an issue at " +". Thanks!" +msgstr "要向開發者回報此錯誤,請在 開啟一個 issue。謝謝!" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1077 -#, python-format +#: transforms/post_transforms/__init__.py:124 msgid "" -"missing attribute mentioned in :members: option: module %s, attribute %s" -msgstr "缺少 :members: 選項中所述的屬性:模組 %s ,屬性 %s" +"Could not determine the fallback text for the cross-reference. Might be a " +"bug." +msgstr "無法為交互參照決定備用文字。可能是個錯誤。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1299 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1376 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2782 +#: transforms/post_transforms/__init__.py:184 #, python-format -msgid "Failed to get a function signature for %s: %s" -msgstr "無法取得一個函式簽名給 %s: %s" +msgid "more than one target found for 'any' cross-reference %r: could be %s" +msgstr "為「任一個」交互參照 %r 找到多於一個目標:可能是 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1590 +#: transforms/post_transforms/__init__.py:250 #, python-format -msgid "Failed to get a constructor signature for %s: %s" -msgstr "無法取得一個 constructor 簽名給 %s: %s" +msgid "%s:%s reference target not found: %s" +msgstr "%s:%s 參照目標未找到: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1717 +#: transforms/post_transforms/__init__.py:256 #, python-format -msgid "Bases: %s" -msgstr "基礎類別:%s" +msgid "%r reference target not found: %s" +msgstr "%r 參照目標未找到: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1731 +#: transforms/post_transforms/images.py:77 #, python-format -msgid "missing attribute %s in object %s" -msgstr "遺漏屬性 %s 在物件 %s" +msgid "Could not fetch remote image: %s [%s]" +msgstr "無法提取遠端圖片: %s [%s]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1812 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1849 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1944 +#: transforms/post_transforms/images.py:94 #, python-format -msgid "alias of %s" -msgstr "%s 的別名" +msgid "Could not fetch remote image: %s [%d]" +msgstr "無法提取遠端圖片: %s [%d]" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:1832 +#: transforms/post_transforms/images.py:141 #, python-format -msgid "alias of TypeVar(%s)" -msgstr "TypeVar(%s) 的別名" +msgid "Unknown image format: %s..." +msgstr "未知的圖片格式: %s..." -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2172 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2272 -#, python-format -msgid "Failed to get a method signature for %s: %s" -msgstr "無法取得一個 method 簽名給 %s: %s" +#: ext/napoleon/docstring.py:707 +msgid "Example" +msgstr "範例" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autodoc/__init__.py:2403 -#, python-format -msgid "Invalid __slots__ found on %s. Ignored." -msgstr "在 %s 找到無效的 __slots__。已略過。" +#: ext/napoleon/docstring.py:708 +msgid "Examples" +msgstr "範例" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:212 -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:384 -#, python-format -msgid "" -"autosummary: failed to determine %r to be documented, the following exception was raised:\n" -"%s" -msgstr "autosummary: 無法決定 %r 被記錄,以下例外被引發:\n%s" +#: ext/napoleon/__init__.py:344 ext/napoleon/docstring.py:752 +msgid "Keyword Arguments" +msgstr "關鍵字引數" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:514 -#, python-format -msgid "[autosummary] generating autosummary for: %s" -msgstr "[autosummary] 正在產生 autosummary 給: %s" +#: ext/napoleon/docstring.py:768 +msgid "Notes" +msgstr "備註" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:517 -#, python-format -msgid "[autosummary] writing to %s" -msgstr "[autosummary] 正在寫入 %s" +#: ext/napoleon/docstring.py:777 +msgid "Other Parameters" +msgstr "其他參數" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:559 -#, python-format -msgid "" -"[autosummary] failed to import %s.\n" -"Possible hints:\n" -"%s" -msgstr "[autosummary] import %s 失敗。\n可能的提示:\n%s" +#: ext/napoleon/docstring.py:813 +msgid "Receives" +msgstr "接收" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:754 -msgid "" -"\n" -"Generate ReStructuredText using autosummary directives.\n" -"\n" -"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" -"the reStructuredText files from the autosummary directives contained in the\n" -"given input files.\n" -"\n" -"The format of the autosummary directive is documented in the\n" -"``sphinx.ext.autosummary`` Python module and can be read using::\n" -"\n" -" pydoc sphinx.ext.autosummary\n" -msgstr "\n使用 autosummary 指令產生 ReStructuredText。\n\nsphinx-autogen 是 sphinx.ext.autosummary.generate 的一個前端。它會從給定的\n輸入檔案中所包含的 autosummary 指令,產生 reStructuredText 檔案。\n\nautosummary 指令的格式被記錄在 ``sphinx.ext.autosummary`` Python 模組中,\n它可以使用此方法來讀取::\n\npydoc sphinx.ext.autosummary\n" +#: ext/napoleon/docstring.py:817 +msgid "References" +msgstr "參照" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:776 -msgid "source files to generate rST files for" -msgstr "原始檔案以產生 rST 檔案給" +#: ext/napoleon/docstring.py:849 +msgid "Warns" +msgstr "警告" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:784 -msgid "directory to place all output in" -msgstr "資料夾來放置所有輸出在" +#: ext/napoleon/docstring.py:853 +msgid "Yields" +msgstr "產出" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:792 +#: ext/napoleon/docstring.py:1015 #, python-format -msgid "default suffix for files (default: %(default)s)" -msgstr "檔案的預設後綴(預設: %(default)s )" +msgid "invalid value set (missing closing brace): %s" +msgstr "無效的值集合(缺少右括號): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:800 +#: ext/napoleon/docstring.py:1022 #, python-format -msgid "custom template directory (default: %(default)s)" -msgstr "自訂模板資料夾(預設: %(default)s )" +msgid "invalid value set (missing opening brace): %s" +msgstr "無效的值集合(缺少左括號): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:808 +#: ext/napoleon/docstring.py:1029 #, python-format -msgid "document imported members (default: %(default)s)" -msgstr "文件引入成員(預設: %(default)s )" +msgid "malformed string literal (missing closing quote): %s" +msgstr "異常的字串文本(缺少右括號): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/generate.py:816 +#: ext/napoleon/docstring.py:1036 #, python-format -msgid "" -"document exactly the members in module __all__ attribute. (default: " -"%(default)s)" -msgstr "文件確實是在模組 __all__ 屬性中的成員。(預設值: %(default)s)" +msgid "malformed string literal (missing opening quote): %s" +msgstr "異常的字串文本(缺少左括號): %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:253 +#: ext/autosummary/__init__.py:255 #, python-format msgid "autosummary references excluded document %r. Ignored." msgstr "autosummary 參照已排除文件 %r 。已略過。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:255 +#: ext/autosummary/__init__.py:257 #, python-format msgid "" "autosummary: stub file not found %r. Check your autosummary_generate " "setting." msgstr "autosummary: 未找到 stub 檔 %r 。請檢查您的 autosummary_generate 設定。" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:274 +#: ext/autosummary/__init__.py:276 msgid "A captioned autosummary requires :toctree: option. ignored." msgstr "一個有標題的 autosummary 需要 :toctree: 選項。已略過。 " -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:327 +#: ext/autosummary/__init__.py:329 #, python-format msgid "" "autosummary: failed to import %s.\n" @@ -3871,293 +3757,360 @@ msgid "" "%s" msgstr "autosummary: import %s 失敗。\n可能的提示:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:341 +#: ext/autosummary/__init__.py:343 #, python-format msgid "failed to parse name %s" msgstr "剖析名稱 %s 失敗" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:346 +#: ext/autosummary/__init__.py:348 #, python-format msgid "failed to import object %s" msgstr "import 物件 %s 失敗" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:645 +#: ext/autosummary/__init__.py:647 #, python-format msgid "" "Summarised items should not include the current module. Replace %r with %r." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:816 +#: ext/autosummary/__init__.py:818 #, python-format msgid "autosummary_generate: file not found: %s" msgstr "autosummary_generate: 檔案未找到: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/ext/autosummary/__init__.py:824 +#: ext/autosummary/__init__.py:826 msgid "" "autosummary generates .rst files internally. But your source_suffix does not" " contain .rst. Skipped." msgstr "autosummary 會在內部產生 .rst 檔。但是您的 source_suffix 並未包含 .rst。已跳過。" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:119 -msgid "Exception occurred, starting debugger:" -msgstr "發生例外,正在啟動除錯器:" +#: ext/autosummary/generate.py:214 ext/autosummary/generate.py:390 +#, python-format +msgid "" +"autosummary: failed to determine %r to be documented, the following exception was raised:\n" +"%s" +msgstr "autosummary: 無法決定 %r 被記錄,以下例外被引發:\n%s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:128 -msgid "reStructuredText markup error:" -msgstr "reStructuredText 標示錯誤:" +#: ext/autosummary/generate.py:525 +#, python-format +msgid "[autosummary] generating autosummary for: %s" +msgstr "[autosummary] 正在產生 autosummary 給: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:159 -msgid "The full traceback has been saved in:" -msgstr "完整的回溯已儲存於:" +#: ext/autosummary/generate.py:529 +#, python-format +msgid "[autosummary] writing to %s" +msgstr "[autosummary] 正在寫入 %s" + +#: ext/autosummary/generate.py:571 +#, python-format +msgid "" +"[autosummary] failed to import %s.\n" +"Possible hints:\n" +"%s" +msgstr "[autosummary] import %s 失敗。\n可能的提示:\n%s" + +#: ext/autosummary/generate.py:766 +msgid "" +"\n" +"Generate ReStructuredText using autosummary directives.\n" +"\n" +"sphinx-autogen is a frontend to sphinx.ext.autosummary.generate. It generates\n" +"the reStructuredText files from the autosummary directives contained in the\n" +"given input files.\n" +"\n" +"The format of the autosummary directive is documented in the\n" +"``sphinx.ext.autosummary`` Python module and can be read using::\n" +"\n" +" pydoc sphinx.ext.autosummary\n" +msgstr "\n使用 autosummary 指令產生 ReStructuredText。\n\nsphinx-autogen 是 sphinx.ext.autosummary.generate 的一個前端。它會從給定的\n輸入檔案中所包含的 autosummary 指令,產生 reStructuredText 檔案。\n\nautosummary 指令的格式被記錄在 ``sphinx.ext.autosummary`` Python 模組中,\n它可以使用此方法來讀取::\n\npydoc sphinx.ext.autosummary\n" + +#: ext/autosummary/generate.py:788 +msgid "source files to generate rST files for" +msgstr "原始檔案以產生 rST 檔案給" + +#: ext/autosummary/generate.py:796 +msgid "directory to place all output in" +msgstr "資料夾來放置所有輸出在" -#: /home/runner/work/sphinx/sphinx/sphinx/_cli/util/errors.py:162 -msgid "" -"To report this error to the developers, please open an issue at " -". Thanks!" -msgstr "要向開發者回報此錯誤,請在 開啟一個 issue。謝謝!" +#: ext/autosummary/generate.py:804 +#, python-format +msgid "default suffix for files (default: %(default)s)" +msgstr "檔案的預設後綴(預設: %(default)s )" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:87 +#: ext/autosummary/generate.py:812 #, python-format -msgid "%r doesn't have \"theme\" setting" -msgstr "%r 沒有「主題」設定" +msgid "custom template directory (default: %(default)s)" +msgstr "自訂模板資料夾(預設: %(default)s )" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/theming.py:90 +#: ext/autosummary/generate.py:820 #, python-format -msgid "%r doesn't have \"%s\" setting" -msgstr "%r 沒有 \"%s\" 設定" +msgid "document imported members (default: %(default)s)" +msgstr "文件引入成員(預設: %(default)s )" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:120 -msgid "Failed to get a docname!" -msgstr "無法取得 docname!" +#: ext/autosummary/generate.py:828 +#, python-format +msgid "" +"document exactly the members in module __all__ attribute. (default: " +"%(default)s)" +msgstr "文件確實是在模組 __all__ 屬性中的成員。(預設值: %(default)s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:121 -msgid "Failed to get a docname for source {source!r}!" -msgstr "無法取得來源 {source!r} 的 docname!" +#: ext/intersphinx/_resolve.py:47 +#, python-format +msgid "(in %s v%s)" +msgstr "(於 %s v%s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/transforms.py:482 +#: ext/intersphinx/_resolve.py:49 #, python-format -msgid "No footnote was found for given reference node %r" -msgstr "給定的參考節點 %r 找不到註腳" +msgid "(in %s)" +msgstr "(於 %s)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:115 +#: ext/intersphinx/_resolve.py:103 #, python-format -msgid "The LaTeX files are in %(outdir)s." -msgstr "LaTeX 檔案在 %(outdir)s 。" +msgid "inventory '%s': duplicate matches found for %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/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 執行這些\n(在此使用 'make latexpdf' 以自動執行)" +#: ext/intersphinx/_resolve.py:113 +#, python-format +msgid "inventory '%s': multiple matches found for %s:%s" +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:152 -msgid "no \"latex_documents\" config value found; no documents will be written" -msgstr "未找到 \"latex_documents\" 組態值;不會編寫任何文件" +#: ext/intersphinx/_resolve.py:359 +#, python-format +msgid "inventory for external cross-reference not found: %r" +msgstr "找不到外部交互參照的庫存:%r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:160 +#: ext/intersphinx/_resolve.py:367 #, python-format -msgid "\"latex_documents\" config value references unknown document %s" -msgstr "\"latex_documents\" 組態值引用未知的文件 %s" +msgid "invalid external cross-reference suffix: %r" +msgstr "無效的外部交互參照後綴:%r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:394 -msgid "copying TeX support files" -msgstr "正在複製 TeX 支援檔案" +#: ext/intersphinx/_resolve.py:378 +#, python-format +msgid "domain for external cross-reference not found: %r" +msgstr "找不到外部交互參照的領域:%r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:430 -msgid "copying additional files" -msgstr "正在複製附加檔案" +#: ext/intersphinx/_resolve.py:585 +#, python-format +msgid "external %s:%s reference target not found: %s" +msgstr "未找到外部的 %s:%s 參照目標: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1310 -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:459 +#: ext/intersphinx/_load.py:59 #, python-format -msgid "logo file %r does not exist" -msgstr "標誌檔案 %r 不存在" +msgid "" +"Invalid intersphinx project identifier `%r` in intersphinx_mapping. Project " +"identifiers must be non-empty strings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:492 +#: ext/intersphinx/_load.py:70 #, python-format -msgid "Unknown configure key: latex_elements[%r], ignored." -msgstr "未知的配置鍵: latex_elements[%r],已略過。" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Expected a two-element tuple " +"or list." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/latex/__init__.py:500 +#: ext/intersphinx/_load.py:81 #, python-format -msgid "Unknown theme option: latex_theme_options[%r], ignored." -msgstr "未知的主題選項: latex_theme_options[%r],,已略過。" +msgid "" +"Invalid value `%r` in intersphinx_mapping[%r]. Values must be a (target URI," +" inventory locations) pair." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:139 +#: ext/intersphinx/_load.py:92 #, python-format -msgid "build info file is broken: %r" -msgstr "build info 檔案已失效: %r" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique non-empty strings." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:177 +#: ext/intersphinx/_load.py:101 #, python-format -msgid "The HTML pages are in %(outdir)s." -msgstr "HTML 頁面在 %(outdir)s 。" +msgid "" +"Invalid target URI value `%r` in intersphinx_mapping[%r][0]. Target URIs " +"must be unique (other instance in intersphinx_mapping[%r])." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:401 +#: ext/intersphinx/_load.py:120 #, python-format -msgid "Failed to read build info file: %r" -msgstr "讀取 build info 檔失敗: %r" +msgid "" +"Invalid inventory location value `%r` in intersphinx_mapping[%r][1]. " +"Inventory locations must be non-empty strings or None." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:515 -msgid "index" -msgstr "索引" +#: ext/intersphinx/_load.py:131 +msgid "Invalid `intersphinx_mapping` configuration (1 error)." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:564 +#: ext/intersphinx/_load.py:134 #, python-format -msgid "Logo of %s" +msgid "Invalid `intersphinx_mapping` configuration (%s errors)." msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:589 -msgid "next" -msgstr "下一頁" +#: ext/intersphinx/_load.py:155 +msgid "An invalid intersphinx_mapping entry was added after normalisation." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:598 -msgid "previous" -msgstr "上一頁" +#: ext/intersphinx/_load.py:240 +#, python-format +msgid "loading intersphinx inventory '%s' from %s ..." +msgstr "" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:694 -msgid "generating indices" -msgstr "正在產生索引" +#: ext/intersphinx/_load.py:265 +msgid "" +"encountered some issues with some of the inventories, but they had working " +"alternatives:" +msgstr "從一些庫存中遇到一些問題,但他們已在進行替代方案:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:709 -msgid "writing additional pages" -msgstr "正在編寫附加頁面" +#: ext/intersphinx/_load.py:275 +msgid "failed to reach any of the inventories with the following issues:" +msgstr "無法到達任何的庫存,遇到以下問題:" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:779 +#: ext/intersphinx/_load.py:319 #, python-format -msgid "cannot copy image file '%s': %s" -msgstr "" +msgid "intersphinx inventory has moved: %s -> %s" +msgstr "intersphinx 庫存已移動: %s -> %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:789 -msgid "copying downloadable files... " -msgstr "正在複製可下載的檔案..." +#: ext/autodoc/type_comment.py:132 +#, python-format +msgid "Failed to update signature for %r: parameter not found: %s" +msgstr "無法為 %r 更新簽名:未找到參數: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:797 +#: ext/autodoc/type_comment.py:135 #, python-format -msgid "cannot copy downloadable file %r: %s" -msgstr "無法複製可下載的檔案 %r: %s" +msgid "Failed to parse type_comment for %r: %s" +msgstr "無法為 %r 剖析 type_comment: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:842 +#: ext/autodoc/__init__.py:141 #, python-format -msgid "Failed to copy a file in the theme's 'static' directory: %s: %r" -msgstr "" +msgid "invalid value for member-order option: %s" +msgstr "對於 member-order 選項無效的值: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:857 +#: ext/autodoc/__init__.py:149 #, python-format -msgid "Failed to copy a file in html_static_file: %s: %r" -msgstr "在 html_static_file 中複製一個檔案失敗: %s: %r " +msgid "invalid value for class-doc-from option: %s" +msgstr "對於 class-doc-from 選項無效的值: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:890 -msgid "copying static files" -msgstr "正在複製靜態檔案" +#: ext/autodoc/__init__.py:408 +#, python-format +msgid "invalid signature for auto%s (%r)" +msgstr "無效的簽章給 auto%s (%r)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:906 +#: ext/autodoc/__init__.py:525 #, python-format -msgid "cannot copy static file %r" -msgstr "無法複製靜態檔案 %r" +msgid "error while formatting arguments for %s: %s" +msgstr "在為 %s 格式化引數時有錯誤: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:911 -msgid "copying extra files" -msgstr "正在複製額外檔案" +#: ext/autodoc/__init__.py:795 +#, 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" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:921 +#: ext/autodoc/__init__.py:890 #, python-format -msgid "cannot copy extra file %r" -msgstr "無法複製額外檔案 %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 "不清楚要 import 哪個模組來 autodocument %r (試試看在文件中加入 \"module\" 或 \"currentmodule\" 指令,或是給予一個明確的模組名稱)" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:928 +#: ext/autodoc/__init__.py:934 #, python-format -msgid "Failed to write build info file: %r" -msgstr "寫入 build info 檔失敗: %r" +msgid "A mocked object is detected: %r" +msgstr "一個 mocked 物件被偵測到: %r" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:977 -msgid "" -"search index couldn't be loaded, but not all documents will be built: the " -"index will be incomplete." -msgstr "搜尋索引無法被載入,但不是所有的文件都會被建置:索引將會是不完全的。" +#: ext/autodoc/__init__.py:953 +#, python-format +msgid "error while formatting signature for %s: %s" +msgstr "正在為 %s 格式化簽名時發生錯誤: %s" + +#: ext/autodoc/__init__.py:1016 +msgid "\"::\" in automodule name doesn't make sense" +msgstr "\"::\" 在 automodule 的名稱中並不合理" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1015 +#: ext/autodoc/__init__.py:1023 #, python-format -msgid "page %s matches two patterns in html_sidebars: %r and %r" -msgstr "頁面 %s 在 html_sidebars 中符合兩個型樣: %r 和 %r" +msgid "signature arguments or return annotation given for automodule %s" +msgstr "簽名引數或回傳註釋給予 automodule %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1162 +#: ext/autodoc/__init__.py:1036 #, 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 字串。" +"__all__ should be a list of strings, not %r (in module %s) -- ignoring " +"__all__" +msgstr "__all__ 應該是一個字串的列表,不是 %r (在 %s 模組中)-- 正在忽略 __all__" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1167 +#: ext/autodoc/__init__.py:1102 #, python-format msgid "" -"An error happened in rendering the page %s.\n" -"Reason: %r" -msgstr "在呈現頁面 %s 時發生了一個錯誤。\n原因: %r" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1195 -msgid "dumping object inventory" -msgstr "正在傾印物件庫存" +"missing attribute mentioned in :members: option: module %s, attribute %s" +msgstr "缺少 :members: 選項中所述的屬性:模組 %s ,屬性 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1203 +#: ext/autodoc/__init__.py:1325 ext/autodoc/__init__.py:1402 +#: ext/autodoc/__init__.py:2810 #, python-format -msgid "dumping search index in %s" -msgstr "正在傾印搜尋索引於 %s" +msgid "Failed to get a function signature for %s: %s" +msgstr "無法取得一個函式簽名給 %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1245 +#: ext/autodoc/__init__.py:1616 #, python-format -msgid "invalid js_file: %r, ignored" -msgstr "無效的 js_file: %r, 已略過" - -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1273 -msgid "Many math_renderers are registered. But no math_renderer is selected." -msgstr "多個 math_renderer 已被註冊。但是沒有 math_renderer 被選擇。" +msgid "Failed to get a constructor signature for %s: %s" +msgstr "無法取得一個 constructor 簽名給 %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1276 +#: ext/autodoc/__init__.py:1743 #, python-format -msgid "Unknown math_renderer %r is given." -msgstr "未知的 math_renderer %r 被給予。" +msgid "Bases: %s" +msgstr "基礎類別:%s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1284 +#: ext/autodoc/__init__.py:1757 #, python-format -msgid "html_extra_path entry %r does not exist" -msgstr "html_extra_path 項目 %r 不存在" +msgid "missing attribute %s in object %s" +msgstr "遺漏屬性 %s 在物件 %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1288 +#: ext/autodoc/__init__.py:1838 ext/autodoc/__init__.py:1875 +#: ext/autodoc/__init__.py:1970 #, python-format -msgid "html_extra_path entry %r is placed inside outdir" -msgstr "html_extra_path 項目 %r 被放入 outdir" +msgid "alias of %s" +msgstr "%s 的別名" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1297 +#: ext/autodoc/__init__.py:1858 #, python-format -msgid "html_static_path entry %r does not exist" -msgstr "html_static_path 項目 %r 不存在" +msgid "alias of TypeVar(%s)" +msgstr "TypeVar(%s) 的別名" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1301 +#: ext/autodoc/__init__.py:2198 ext/autodoc/__init__.py:2298 #, python-format -msgid "html_static_path entry %r is placed inside outdir" -msgstr "html_static_path 項目 %r 被放入 outdir" +msgid "Failed to get a method signature for %s: %s" +msgstr "無法取得一個 method 簽名給 %s: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1319 +#: ext/autodoc/__init__.py:2429 #, python-format -msgid "favicon file %r does not exist" -msgstr "favicon 檔案 %r 不存在" +msgid "Invalid __slots__ found on %s. Ignored." +msgstr "在 %s 找到無效的 __slots__。已略過。" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1331 +#: ext/autodoc/preserve_defaults.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 "" +msgid "Failed to parse a default argument value for %r: %s" +msgstr "無法為 %r 剖析一個預設引數: %s" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1342 -msgid "" -"HTML 4 is no longer supported by Sphinx. (\"html4_writer=True\" detected in " -"configuration options)" -msgstr "HTML 4 已不再被 Sphinx 所支援。(在組態選項中偵測到 \"html4_writer=True\")" +#: templates/latex/longtable.tex.jinja:52 +#: templates/latex/sphinxmessages.sty.jinja:8 +msgid "continued from previous page" +msgstr "繼續上一頁" -#: /home/runner/work/sphinx/sphinx/sphinx/builders/html/__init__.py:1357 -#, python-format -msgid "%s %s documentation" -msgstr "%s %s 說明文件" +#: 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 "頁"